summaryrefslogtreecommitdiffstats
path: root/web/lang
AgeCommit message (Collapse)AuthorFilesLines
2006-08-17Updated the French translation.swiergot3-15/+15
2006-08-14Fixed syntax error in French translation.swiergot1-6/+6
2006-08-14Added French translation from Morgan Lefieux.swiergot25-0/+644
2006-08-10Updated Polish translation.swiergot3-3/+31
2006-08-10committed dsa's user stats and user links patchpjmattal3-1/+9
this will require some translation updates
2006-08-08committed giovanni's 20060807 italian patchpjmattal7-18/+40
2006-08-03added updated german translation from aur-de-3.diff from Pierre for minor ↵pjmattal15-15/+44
outstanding German issues
2006-08-02committed russian translation fixes from sergejpjmattal8-15/+15
russian is now ready for prime time
2006-08-01fixes to Russian translation (recommit corrected UTF-8 file)pjmattal14-228/+228
2006-08-01added russian language translation from sergejpjmattal28-0/+632
it looks lousy on my browser, need to figure out how to improve
2006-08-01committed Pierre's aur-de-patch2.diff (fixes to German translation)pjmattal4-43/+14
2006-06-10added one-line german translation fix patch from Pierrepjmattal1-1/+1
2006-06-08Added missing German files.swiergot15-0/+634
2006-06-08Added German translation from Pierre Schmitz.swiergot14-0/+28
2005-12-27Change to dev-style orphan markingsimo6-4/+15
Prevents out-of-date flag from being hidden
2005-11-27add search by submitter functionalitysimo1-0/+2
2005-11-26Spanish translation touch upsimo2-7/+7
2005-11-09traducción a españolsimo28-0/+632
2005-10-25pt translation fixsimo1-2/+2
2005-10-23Contextual Catalan correctionssimo2-5/+5
2005-10-22version tag 1.2.7simo11-19/+31
2005-10-20Updated Polish translationswiergot2-2/+6
2005-10-17Added link to user's packages in profilesimo1-0/+2
2005-10-17Added search by maintainersimo1-0/+2
2005-10-16Added Portuguese translationsimo28-0/+738
2005-10-16Added Catalan translationsimo28-0/+628
2005-09-09updated Italian translation from Giovanniswiergot12-107/+107
2005-09-02updated Italian translationswiergot6-4/+14
2005-09-02added sort order field to packages search bar (closes #3060)swiergot2-0/+9
2005-09-02added safe packages count in the statistics frameswiergot2-0/+4
2005-09-02closed #3127 with slight modificationswiergot2-0/+4
2005-09-02added Italian translation from voidnullswiergot28-0/+644
2005-08-06small fixes in polish translationswiergot4-13/+13
2005-08-02committed swiergot's updates to polish for 1.2.1pjmattal2-2/+12
2005-08-02added sorting by maintainer and by agepjmattal1-0/+6
added package age statistics to package detail page close bug #2970
2005-08-02moved bugs and discussion links to the main menubarpjmattal1-0/+4
closes bug #3023
2005-07-29applied patch for polish updates for v1.2pjmattal4-5/+31
2005-07-29added swiergot's checking patch as well as modifying it to alsopjmattal4-2/+44
list package name in green on the package list page (with legend)
2005-07-28closes #2992 (Added last 7 days update count)pjmattal1-0/+2
2005-07-28closes bug #2851 (reminder to vote)pjmattal1-0/+6
2005-07-28revamped front pagepjmattal2-0/+26
closes #2850, #2993, and part of #2992
2005-06-23committed updated polish translationspjmattal7-6/+48
2005-06-11modified format of front page update list1.1pjmattal1-0/+2
Version info for 1.1
2005-06-11Reorganized package details pagesimo1-0/+6
2005-06-11added changes to front page to close bug #2820pjmattal2-0/+6
2005-06-11RSS support implementedsimo1-0/+2
Latest packages also on homepage DEPLOYMENT NOTES: - web/html/xml must be world writable
2005-06-10New Translation Structuresimo43-1704/+1046
2005-06-10Added Simo's patch for #2579, adding user info pagepjmattal1-1/+3
also modified it slightly so that we no longer look at AURMaintainerUID for maintainer
2005-06-10Added newpackage-notify to finally implementsimo1-4/+4
new package notifications that people can ask for on their user page. This script should run on a daily cronjob. A few spelling stupidity fixes as well.
2005-06-08SQL CHANGES: New table CommentNotify with fields:simo14-14/+84
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.