summaryrefslogtreecommitdiffstats
path: root/web/lib
AgeCommit message (Expand)AuthorFilesLines
2008-12-20Change behaviour of package functions to accept normal arraysCallan Barrett1-16/+11
2008-12-20Revert "Move call to try_login to login_form."Callan Barrett1-0/+3
2008-12-20Rename 'Un-Vote' and 'Unflag' buttons.Nathan Jones1-2/+2
2008-12-17Stop printing underscores around untranslated strings.Loui Chang1-1/+1
2008-12-17Move call to try_login to login_form.Loui Chang1-3/+0
2008-12-17Bump version to 1.5.31.5.3Loui Chang1-1/+1
2008-12-12Quell missing argument warning in clear_expired_sessions().Loui Chang1-1/+2
2008-11-26Remove remaining instances of do_DetailsLoui Chang1-2/+2
2008-11-25Make remembered sessions actually save themselves.Loui Chang2-7/+24
2008-11-23Clean up packages.php and document new package functionsCallan Barrett1-0/+48
2008-11-13Give group writable permissions to uploaded files.Loui Chang1-0/+28
2008-11-13Move package notification into a function.Loui Chang1-6/+66
2008-11-13Clear out old expired sessions on log out.Loui Chang1-2/+12
2008-11-04Merge branch 'testing'Loui Chang8-52/+414
2008-10-30Convert package voting to a functionCallan Barrett1-0/+77
2008-10-28Convert package adoption/disowning to a functionCallan Barrett1-0/+58
2008-10-17Convert package deletion to a functionCallan Barrett1-0/+73
2008-10-15Convert package flagging to a functionCallan Barrett1-1/+73
2008-10-06Show developer-TUs their total community packages.Loui Chang1-1/+1
2008-09-29Take formatting out of version number in web/lib/version.incLoui Chang1-1/+1
2008-09-28Sort required by list in package details page.Callan Barrett1-0/+1
2008-09-22Use system rm in rm_rf function.Loui Chang1-12/+3
2008-08-27doesn't show disown package when already disownedAndrea Scarpino1-6/+4
2008-08-19Add Turkish to SUPPORTED_LANGS in config.inc.proto.Loui Chang1-5/+6
2008-07-28Include File/Find.php PEAR module1.5.2Simo Leone1-0/+485
2008-07-28Convert special chars in translations to html entities.Loui Chang1-1/+3
2008-07-22Add a new DEFAULT_LANG constant.Loui Chang3-11/+17
2008-07-17Make JSON search return more information.Loui Chang1-14/+20
2008-07-08Remember user between sessions.Andrea Scarpino1-1/+6
2008-07-07Move code out of index.phpLoui Chang1-0/+72
2008-07-07Bump version to 1.5.2Loui Chang1-2/+2
2008-06-17Remove all vim mode lines. Add HACKING file.Loui Chang5-5/+0
2008-06-07Don't show None on pacckage info pageCallan Barrett1-36/+45
2008-06-07Fix logging in from package pageCallan Barrett1-1/+1
2008-06-06Added AurJson query length limit.eliott1-0/+4
2008-06-05Fix CVS and package linksCallan Barrett1-4/+4
2008-06-05Disable user package deletionCallan Barrett1-3/+4
2008-06-05Fix FS#8672Callan Barrett1-1/+2
2008-04-25Move search form to web/template/pkg_search_form.phpLoui Chang1-118/+1
2008-04-04Fix some string translation problems in acctfuncsLoui Chang1-12/+13
2008-03-27New behaviour for translations. Function takes variable number of arguments.Loui Chang1-10/+26
2008-03-27Remove references to AURMaintainerUIDCallan Barrett1-1/+1
2008-03-23Version bump to 1.5.11.5.1Simo Leone1-1/+1
2008-03-23Revamped pkg_search_page()Simo Leone1-542/+492
2008-03-23Fixed bug where search resets when browsing orphansLoui Chang1-2/+7
2008-03-23Make all references to AUR database consistentLoui Chang1-1/+1
2008-03-23Fixed broken search resultsCallan Barrett1-3/+11
2008-03-23One more json fixLoui Chang1-1/+1
2008-03-23Changed valid_passwd() to check for non-empty password instead of good_passwd()Loui Chang1-1/+1
2008-03-23Put login into its own function.Loui Chang2-66/+7