summaryrefslogtreecommitdiffstats
path: root/web/lib/aur.inc
AgeCommit message (Expand)AuthorFilesLines
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij1-593/+0
2011-06-22refactor apc code and move to aur.incelij1-7/+53
2011-05-17test return value from db_query before assuming it is validelij1-2/+6
2011-04-27add SQL_DEBUG variable and database loggingelij1-0/+12
2011-04-27SQL: treat all UID/ID values as numbers, not stringsDan McGee1-3/+3
2011-04-10Replace translation engine with php-gettext.Lukas Fleischer1-4/+4
2011-04-03Remove Dummy Package conceptDan McGee1-2/+1
2011-03-04Set a default timezoneDan McGee1-0/+2
2011-03-04Improve cookie handlingDan McGee1-12/+8
2011-02-27Set the character set when connecting to mysqlFlorian Pritz1-0/+2
2011-02-27Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL".Lukas Fleischer1-1/+1
2011-02-21Automatically adopt when updating an orphan package (fixes FS#22992).Lukas Fleischer1-1/+1
2011-01-25Replaced rm_rf() by rm_tree().Lukas Fleischer1-3/+15
2011-01-19Make external links in comments clickable (FS#20137).Lukas Fleischer1-0/+24
2010-07-23Header and navbar consistent with Arch site redesignDenis Kobozev1-0/+8
2010-06-16aur.inc: generate_salt() now uses mt_rand()Linas1-1/+1
2010-04-17Support for storing salted passwordsDenis1-0/+31
2010-01-10Remove useless or redundant code for translations.Loui Chang1-6/+3
2010-01-08Make DEFAULT_LANG mean the default language for displayed messages.Athurg Gooth1-0/+2
2009-11-13Add uid_from_email(), similar to uid_from_usernameEvangelos Foutras1-1/+20
2009-04-13Remove author information from scripts.Loui Chang1-1/+0
2009-01-19Use new conglomerated translation files.Loui Chang1-4/+6
2008-12-31aur.inc: remove unused codeDan McGee1-47/+0
2008-12-30Use non-persistant connectionsDan McGee1-4/+15
2008-12-29Add function to generate clean urlsCallan Barrett1-0/+34
2008-12-21Fix up valid email function, FS#12269Callan Barrett1-1/+1
2008-12-21Introduce function include_lang for translations.Loui Chang1-7/+8
2008-12-20Revert "Move call to try_login to login_form."Callan Barrett1-0/+3
2008-12-17Move call to try_login to login_form.Loui Chang1-3/+0
2008-11-25Make remembered sessions actually save themselves.Loui Chang1-4/+13
2008-11-13Give group writable permissions to uploaded files.Loui Chang1-0/+28
2008-09-22Use system rm in rm_rf function.Loui Chang1-12/+3
2008-07-22Add a new DEFAULT_LANG constant.Loui Chang1-5/+3
2008-06-17Remove all vim mode lines. Add HACKING file.Loui Chang1-1/+0
2008-06-05Fix FS#8672Callan Barrett1-1/+2
2008-03-23Put login into its own function.Loui Chang1-65/+7
2008-02-19Fix for information leak in login logic.eliott1-4/+2
2008-01-23Removed QBUG and DBUGSimo Leone1-16/+0
2008-01-20Fix login error and translation bugCallan Barrett1-2/+2
2008-01-20More cleanup, add TU link to headerCallan Barrett1-23/+0
2008-01-20Support for verbose page titlesCallan Barrett1-1/+3
2008-01-20Removes need for name, overwrite and comment fields from pkgsubmit.phpCallan Barrett1-14/+8
2008-01-20Fix bug with botched AURSID valuesCallan Barrett1-5/+3
2008-01-20Removes timeout page and moves login form to headerCallan Barrett1-2/+69
2008-01-20Added header, footer, and login form templatesLoui Chang1-82/+6
2007-12-02Update tur-users -> aur-generalSimo Leone1-1/+1
2007-10-02Tweak to version strings patch.1.4.0Paul Mattal1-0/+1
2007-09-27nitpick: Changed "AUR-Home" button to "AUR Home"Loui Chang1-1/+1
2007-09-27Merge commit 'origin/testing'Loui Chang1-96/+70
2007-09-27I forgot to change AUR_db* usage to constants. Fixed now.Loui Chang1-6/+2