Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-10-13 | Solved the #3939 bug and it will require a change in the PackageDepends ↵ | dsa | 1 | -3/+6 | |
table to add a DepCondition field with the type varchar(20). | |||||
2006-09-14 | License field translation fix + Portuguese update (both by dsa) + Polish update. | swiergot | 1 | -1/+1 | |
2006-08-22 | Made "License" label translatable + Polish translation. | swiergot | 1 | -1/+1 | |
2006-08-22 | Applied license patch from dsa (closes #4085). | swiergot | 1 | -0/+10 | |
2006-08-22 | Added dsa's sorting improvement patch (closes #3370, #4091, #4097 and #4098). | swiergot | 1 | -31/+89 | |
2006-08-21 | Actually additional code was needed to close #3201 with a clear conscience. | swiergot | 1 | -1/+24 | |
2006-08-21 | Closing #3201, thanks to Jeff Mickey for the patch. | swiergot | 1 | -0/+13 | |
2006-08-21 | Fixed #3426 (hopefully). | swiergot | 1 | -5/+5 | |
2006-08-10 | committed dsa's user stats and user links patch | pjmattal | 1 | -1/+5 | |
this will require some translation updates | |||||
2006-06-12 | added sorting.patch from dsa to close bug #4659, sorting error | pjmattal | 1 | -1/+7 | |
2006-01-04 | Hardcode urlpaths instead of getting from db | simo | 1 | -1/+4 | |
Effort to garauntee locations of known files | |||||
2006-01-02 | change all timestamps to display utc | simo | 1 | -4/+4 | |
2005-12-28 | bug #3427 - now only owner can change category | simo | 1 | -1/+4 | |
2005-12-27 | Change to dev-style orphan marking | simo | 1 | -6/+4 | |
Prevents out-of-date flag from being hidden | |||||
2005-11-27 | add search by submitter functionality | simo | 1 | -5/+14 | |
2005-10-17 | Added search by maintainer | simo | 1 | -13/+42 | |
2005-10-17 | Move search sorting to column headers | simo | 1 | -8/+27 | |
Sort by age still exists, need to reimplement in UI | |||||
2005-09-02 | added sort order field to packages search bar (closes #3060) | swiergot | 1 | -8/+25 | |
2005-08-14 | made author's name in comment a link to his profile | swiergot | 1 | -2/+8 | |
2005-08-12 | slap bug #3068, fix pkg searching in pkgnames | simo | 1 | -2/+2 | |
2005-08-05 | fixed issues with seaching for orphans ('less' and 'more' buttons, 'go back ↵ | swiergot | 1 | -4/+7 | |
to search results' link) | |||||
2005-08-05 | fixed big bug in main query introduced in 1.2.1 | pjmattal | 1 | -1/+1 | |
changed wrong join to RIGHT JOIN! | |||||
2005-08-05 | fixed bug I introduced in 1.2.1 with now requiring outer (left) join in main | pjmattal | 1 | -3/+3 | |
query | |||||
2005-08-02 | added separate link to PKGBUILD for packages in unsupported to pkg detail page | pjmattal | 1 | -1/+1 | |
closes bug #3005 | |||||
2005-08-02 | added sorting by maintainer and by age | pjmattal | 1 | -6/+45 | |
added package age statistics to package detail page close bug #2970 | |||||
2005-08-02 | fixed bug #2994 (extraneous comment delete buttons mapping to wrong comments) | pjmattal | 1 | -1/+2 | |
2005-07-29 | tweaks to legend and bottom button tables | pjmattal | 1 | -8/+21 | |
also tweaked checked implementation to list all community packages as safe | |||||
2005-07-29 | added swiergot's checking patch as well as modifying it to also | pjmattal | 1 | -3/+35 | |
list package name in green on the package list page (with legend) | |||||
2005-07-28 | patches to stylesheet and pkgfuncs.inc to fix Opera rendering problems | pjmattal | 1 | -10/+10 | |
in bug #2912 | |||||
2005-06-11 | Maintainer and Category only link if logged in | simo | 1 | -4/+8 | |
2005-06-11 | Reorganized package details page | simo | 1 | -33/+54 | |
2005-06-10 | fixed bug #2761 problems switching from second page of search and from My ↵ | pjmattal | 1 | -0/+15 | |
Packages/Orphans this should fix the set of bugs in this category all at once | |||||
2005-06-10 | Added Simo's patch for #2579, adding user info page | pjmattal | 1 | -4/+5 | |
also modified it slightly so that we no longer look at AURMaintainerUID for maintainer | |||||
2005-06-08 | SQL CHANGES: New table CommentNotify with fields: | simo | 1 | -1/+14 | |
PkgID UserID This implements emailing comment notifications, including a user option to enable/disable it on the package page. It uses php's mail() function to do it and sends to everyone on the notify list as BCC. This needs some more testing before public consumption. | |||||
2005-05-16 | updated with latest polish language patch | pjmattal | 1 | -5/+5 | |
2005-05-08 | got hit by a semi in r172, ouch | simo | 1 | -1/+1 | |
2005-05-07 | Changed source links to work with CVS | simo | 1 | -2/+7 | |
2005-05-06 | Added vote button to detail page (bug#2638) | simo | 1 | -5/+22 | |
X's only show up if user can delete comment | |||||
2005-05-06 | Changed next and previous buttons to only | simo | 1 | -4/+9 | |
display if there are next and previous pages bug #2686 | |||||
2005-04-24 | replaced \n with <br> as last step in comments transformation to avoid | pjmattal | 1 | -1/+1 | |
problems with multi-line comments (thanks juergen@hoetzel.info) | |||||
2005-04-23 | Add color key to package listing page | simo | 1 | -0/+6 | |
Closes request #2640 | |||||
2005-04-22 | added strip_tags() and htmlspecialchars() to improve comments safety | pjmattal | 1 | -1/+1 | |
2005-04-14 | changed <pre> to <code> in comment rendering to allow wrapping | pjmattal | 1 | -2/+2 | |
2005-04-10 | fixed bugs in tupkgupdate | pjmattal | 1 | -1/+5 | |
made link to CVS for package files in community go to CURRENT tag | |||||
2005-04-06 | fixed multiple maintainer mess | pjmattal | 1 | -4/+8 | |
2005-04-06 | many changes in prep for launch | pjmattal | 1 | -4/+9 | |
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 | -4/+48 | |
2005-03-12 | added Simo's orphan package patch (bug #2281) | pjmattal | 1 | -1/+20 | |
2005-03-06 | started working on pkgedit for comments | eric | 1 | -4/+66 | |
2005-02-28 | fixed bug #2285 | pjmattal | 1 | -1/+5 | |
needed a has_where clause before the LocationID parameter to the query builder |