Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-20 | Removes need for name, overwrite and comment fields from pkgsubmit.php | Callan Barrett | 1 | -192/+115 | |
This removes the name, overwrite and comment options from pkgsubmit.php by moving when the tarball is extracted (and where) and when the pkgbuild is parsed so pkgname is taken from the pkgbuild instead of user input Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com> | |||||
2008-01-20 | Bug in uploading PKGBUILDs and aur schema | Callan Barrett | 1 | -3/+0 | |
This fixes a bug where TUs and devs couldn't upload packages because the query would have an extra column in it to mark the pkgbuild safe automatically, guessing it got missed when the safe flags were removed. Also fixes a screw up I made with the schema file when I added the tables for the voting app. Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com> | |||||
2008-01-20 | Hand diff of simo's patch to remove flag safe functionality. | eliott | 1 | -8/+0 | |
Simo's original commit text: The idea of safe flagging is unclear, poorly named, misunderstood, and not even used. At the time this patch was created, less than a third of the packages in unsupported were flagged safe, and less than a tenth of users knew how to interpret it. The safe flag has been replaced by a disclaimer on the main page. | |||||
2007-10-02 | Fixed version strings. | tardo | 1 | -1/+1 | |
Added AUR_VERSION to config file, so now we should only need to change one location. KISS ftw. Signed-off-by: tardo <tardo@nagi-fanboi.net> | |||||
2007-09-27 | Merge commit 'origin/testing' | Loui Chang | 1 | -3/+5 | |
Yeah I actually want to work from testing. Conflicts: web/lib/pkgfuncs.inc Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2007-09-27 | Made some things in config.inc.proto that should be constants constants | Loui Chang | 1 | -32/+32 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2007-09-24 | More changes to page styles. | eliott | 1 | -3/+5 | |
2007-09-20 | patch from eliott to convert all <? to <?php | pjmattal | 1 | -1/+1 | |
2007-09-20 | - Applied a patch from Loui to fix session removal. | swiergot | 1 | -23/+23 | |
- Replaced all occurences of mysql_escape_string() with mysql_real_escape_string(). | |||||
2007-03-05 | Varios fixes: | dsa | 1 | -13/+27 | |
Added validation for the arch e license fields, so we can ensure that new submitted packages can be built using pacman3. Fixed some pkgsubmit problems. | |||||
2007-03-05 | Added support for uploading files with '+' characters. | dsa | 1 | -2/+2 | |
2006-12-14 | Corrected a problem when submit a package, more details in file pkgsubmit.php | dsa | 1 | -1/+7 | |
2006-10-13 | Solved the #3939 bug and it will require a change in the PackageDepends ↵ | dsa | 1 | -4/+12 | |
table to add a DepCondition field with the type varchar(20). | |||||
2006-08-22 | Applied license patch from dsa (closes #4085). | swiergot | 1 | -2/+4 | |
2006-08-08 | committed dsa's patch to allow periods in package names (closes #4758) | pjmattal | 1 | -2/+7 | |
2006-08-08 | added dsa's header include patch | pjmattal | 1 | -0/+3 | |
2006-08-01 | added dsa's "My Packages" patch | pjmattal | 1 | -0/+12 | |
2006-08-01 | closed #2599: now removes " or ' from pkgdesc only if they form a start/end pair | pjmattal | 1 | -2/+12 | |
2005-09-02 | closed #3127 with slight modification | swiergot | 1 | -0/+3 | |
2005-08-29 | Fixed a bug introduced in r228 (closes #3126) | swiergot | 1 | -1/+1 | |
2005-08-09 | autoflag safe for packages submitted by TUs and Developers | swiergot | 1 | -2/+13 | |
2005-08-05 | fixed a small bug in the package submitting code that caused real error ↵ | swiergot | 1 | -3/+5 | |
message being overwritten by unreal URL parsing error | |||||
2005-08-02 | committed patch from swiergot to allow package names starting with numbers | pjmattal | 1 | -1/+1 | |
2005-07-29 | added swiergot's checking patch as well as modifying it to also | pjmattal | 1 | -0/+1 | |
list package name in green on the package list page (with legend) | |||||
2005-07-01 | Task #2838 - URL protocol checking to avoid broken links | simo | 1 | -2/+8 | |
2005-07-01 | Task #2803 - Tarballs get rebuilt for consistency | simo | 1 | -0/+15 | |
2005-06-23 | added patch from Jurgen (thanks!) | pjmattal | 1 | -2/+2 | |
2005-05-16 | updated with latest polish language patch | pjmattal | 1 | -1/+1 | |
2005-05-08 | Added ModifiedTS to Packages database | simo | 1 | -0/+3 | |
Implemented ModifiedTS such that: -ModifiedTS changed ONLY when package updated -SubmittedTS changed ONLY when new package Also made DummyPkg fixups in tupkgupdate | |||||
2005-05-04 | committed simo's patch for bug 2599 (leaving quotes in pkgdesc) | pjmattal | 1 | -3/+7 | |
2005-04-30 | Fix issue where a submitteruid was retained on dummies | simo | 1 | -1/+7 | |
Also fix issue where orphan was generated if a dummy is replaced and "overwrite" wasn't checked | |||||
2005-04-22 | applied duds.diff from simo to close bug #2584 | pjmattal | 1 | -0/+5 | |
2005-04-14 | fixed bug where if uploaded package overlapped with old Dummy, Dummy bit was ↵ | pjmattal | 1 | -0/+1 | |
not unset and so the package never appeared in the interface | |||||
2005-04-14 | fixed package category to default to 1 (none) instead of 19 which doesn't exist | pjmattal | 1 | -1/+1 | |
2005-04-06 | many changes in prep for launch | pjmattal | 1 | -3/+5 | |
new doc page added changed AUR to community lower-cased unsupported fixed half of the bug with changing categories: categories now can't be changed for packages in community however they can still be changed out from under maintainers by joe users for unsupported packages debugged problem with package details not found when unsupported uploads were with Category 0 (changed default to 19) | |||||
2005-03-20 | added comments/category editing, and closed #2280 | eric | 1 | -2/+5 | |
2005-03-05 | started working on package comments | eric | 1 | -4/+4 | |
2005-02-23 | made pkgname field for submit be 32 chars | pjmattal | 1 | -1/+1 | |
2005-02-23 | fixed minor bugs | pjmattal | 1 | -1/+1 | |
2005-01-25 | started working on package delete support | eric | 1 | -239/+273 | |
2005-01-24 | added a global config file for web app | pjmattal | 1 | -6/+1 | |
made pkgsubmit reference the global config file | |||||
2005-01-24 | updated to do list | pjmattal | 1 | -2/+2 | |
2004-12-15 | rolled back my change, it didn't work well | jchu | 1 | -9/+9 | |
2004-12-15 | apply all substitutions on all other variables | jchu | 1 | -9/+9 | |
2004-12-15 | added contents | jchu | 1 | -4/+20 | |
2004-12-15 | removed the location option cause it was stupid | jchu | 1 | -13/+13 | |
2004-12-15 | fixed up a bunch of dummy package things and added a message saying teh ↵ | jchu | 1 | -1/+3 | |
upload was successful | |||||
2004-12-15 | removed debugging messages | jchu | 1 | -1/+1 | |
2004-12-15 | removed some debugging output | jchu | 1 | -2/+0 | |
2004-12-15 | everything except package contents done | jchu | 1 | -23/+72 | |