summaryrefslogtreecommitdiff
path: root/web/html/pkgsubmit.php
AgeCommit message (Expand)Author
2014-12-27Use Git repositories to store packagesLukas Fleischer
2014-12-19Suggest using makepkg instead of mkaurballLukas Fleischer
2014-11-18Add support for .SRCINFOLukas Fleischer
2014-10-24Use an INI-style configuration fileLukas Fleischer
2014-10-10Add support for architecture-specific sourcesLukas Fleischer
2014-08-11Merge branch 'maint'Lukas Fleischer
2014-08-10Add support for architecture-specific fieldsLukas Fleischer
2014-08-06Fix notification handling on submission and adoptionLukas Fleischer
2014-08-06Add PCRE_DOLLAR_ENDONLY to preg_match()Lukas Fleischer
2014-07-23Drop support for source packages without .AURINFOLukas Fleischer
2014-05-06Check permissions when uploading source packagesLukas Fleischer
2014-05-06pkgsubmit.php: Style fixesLukas Fleischer
2014-05-03Fix parsing of array overridesLukas Fleischer
2014-04-26pkgsubmit.php: Redirect to package base detailsLukas Fleischer
2014-04-26Support multiple licenses per packageLukas Fleischer
2014-04-26Store package groups in the databaseLukas Fleischer
2014-04-26Store conflicts, provides and replaces in the DBLukas Fleischer
2014-04-19Handle pkgbase array overrides gracefullyLukas Fleischer
2014-04-17Store {make,check,opt}depends in the databaseLukas Fleischer
2014-04-05Prefix package functions with pkg_/pkgbase_Lukas Fleischer
2014-04-05Use snake case for all package functionsLukas Fleischer
2014-04-05Only parse PKGBUILD when requiredLukas Fleischer
2014-04-05Factor out PKGBUILD parsingLukas Fleischer
2014-04-05Do not allow for overwriting arbitrary packagesLukas Fleischer
2014-04-05Add full support for the new .AURINFO formatLukas Fleischer
2014-04-05Add provisional support for package basesLukas Fleischer
2014-01-17pkgsubmit.php: Improve visibility of errorsLukas Fleischer
2014-01-17Add a warning for packages without .AURINFOLukas Fleischer
2014-01-17Promote the use of mkaurballLukas Fleischer
2014-01-17Detect split packages from .AURINFOLukas Fleischer
2014-01-17Strip whitespace from .AURINFO linesLukas Fleischer
2014-01-17Rename "depend" field to "depends" in .AURINFOLukas Fleischer
2014-01-11Fix split package error handlingLukas Fleischer
2013-03-09pkgsubmit.php: Parse .AURINFO metadataLukas Fleischer
2013-03-05pkgsubmit.php: Move URL protocol check downLukas Fleischer
2013-03-05pkgsubmit.php: Simplify package name validationLukas Fleischer
2013-02-10Remove unneeded database connection callscanyonknight
2013-02-10Remove unnecessary database connection parameter from all functionscanyonknight
2013-02-10Add database wrapper class and new connection methodcanyonknight
2012-11-04pkgsubmit.php: Show a warning for split packagesLukas Fleischer
2012-10-29pkgsubmit.php: Check that there is one directory in a tarballcanyonknight
2012-10-11pkgsubmit.php: Fix package version not updatingcanyonknight
2012-10-03pkgsubmit.php: Fix PHP notice for depends processingcanyonknight
2012-09-24Avoid use of "<b>"/"</b>"Lukas Fleischer
2012-09-24Use echo shortcut syntaxLukas Fleischer
2012-08-23Print error message when maximum DB character length is exceededcanyonknight
2012-08-23pkgsubmit.php: Make page friendlier for logged out userscanyonknight
2012-07-15web/html/pkgsubmit.php: Remove stray "</div>"Lukas Fleischer
2012-07-15Use virtual paths for package detailsLukas Fleischer
2012-07-15Use virtual path feature for linksLukas Fleischer