Age | Commit message (Expand) | Author | Files | Lines |
2013-03-19 | Fix typo in delete permission warning | Connor Behan | 1 | -1/+1 |
2013-02-10 | Remove checks before calling connection method | canyonknight | 1 | -108/+36 |
2013-02-10 | Remove documentation references to database parameter | canyonknight | 1 | -24/+0 |
2013-02-10 | Remove unnecessary database connection parameter from all functions | canyonknight | 1 | -54/+54 |
2013-02-10 | Add database wrapper class and new connection method | canyonknight | 1 | -36/+36 |
2013-01-19 | Add description meta-element to package pages | Marcel Korpel | 1 | -30/+51 |
2012-12-07 | Split package flagging and unflagging into separate functions | canyonknight@gmail.com | 1 | -31/+43 |
2012-11-15 | pkgfuncs.inc.php: Rework query to avoid "Required by" duplicates | canyonknight | 1 | -1/+1 |
2012-11-04 | Avoid double slashes in notifications | Lukas Fleischer | 1 | -3/+3 |
2012-10-11 | pkgfuncs.inc.php: Fix blacklisting functionality | canyonknight | 1 | -1/+1 |
2012-10-04 | pkgfuncs.inc.php: Document all functions using PHPDoc format | canyonknight | 1 | -40/+263 |
2012-10-03 | Do not notify if status is unchanged in pkg_flag() | Lukas Fleischer | 1 | -2/+6 |
2012-10-03 | pkgfuncs.inc.php: Fix undefined variable notice | Lukas Fleischer | 1 | -0/+1 |
2012-09-20 | Remove unused pkgnotify_from_sid function | canyonknight | 1 | -23/+0 |
2012-09-20 | Remove unused canManagePackage() function | canyonknight | 1 | -22/+0 |
2012-09-19 | Sync search result statistics with archweb | Lukas Fleischer | 1 | -6/+0 |
2012-09-18 | Fix category selection | Lukas Fleischer | 1 | -9/+1 |
2012-09-18 | Fix package notification | Lukas Fleischer | 1 | -5/+5 |
2012-09-18 | pkgfuncs.inc.php: Add missing global keyword | Lukas Fleischer | 1 | -0/+2 |
2012-09-18 | Use URL rewriting for user info page | canyonknight | 1 | -1/+1 |
2012-09-18 | Migrate all DB code to use PDO | canyonknight | 1 | -146/+156 |
2012-08-23 | Allow only Trusted Users, Developers, and Maintainers to unflag packages | canyonknight | 1 | -0/+4 |
2012-07-18 | pkgfuncs.inc.php: Fix pkg_change_category() | Lukas Fleischer | 1 | -0/+2 |
2012-07-17 | Move package actions to the action box | Lukas Fleischer | 1 | -0/+1 |
2012-07-15 | Use virtual paths for package details | Lukas Fleischer | 1 | -4/+3 |
2012-07-15 | Use virtual path feature for links | Lukas Fleischer | 1 | -3/+3 |
2012-07-14 | Merge branch 'maint' | Lukas Fleischer | 1 | -1/+1 |
2012-07-06 | pkgsubmit.php: Pull out DB code | canyonknight | 1 | -0/+97 |
2012-07-06 | pkg_comment_form.php: Pull out DB code | canyonknight | 1 | -0/+54 |
2012-07-06 | pkg_search_results.php: Pull out DB code | canyonknight | 1 | -0/+5 |
2012-07-06 | action_form.php: Pull out DB code | canyonknight | 1 | -0/+40 |
2012-07-06 | voters.php: Pull out DB code | canyonknight | 1 | -0/+25 |
2012-07-06 | pkg_search_results.php: Overhaul to match archweb | canyonknight | 1 | -4/+4 |
2012-07-06 | Be consistent in PHP logical operator usage | canyonknight | 1 | -2/+2 |
2012-07-06 | Extend pkgname_from_id() to arrays of IDs | Lukas Fleischer | 1 | -6/+23 |
2012-05-31 | HTML/DOM fixes | Dario Giovannetti | 1 | -2/+2 |
2012-03-08 | Always set the "To:" header when sending mail | Lukas Fleischer | 1 | -1/+1 |
2011-11-02 | Add a new AUR_LOCATION setting | Dan McGee | 1 | -1/+5 |
2011-10-25 | Escape wildcards in "LIKE" patterns | Lukas Fleischer | 1 | -7/+5 |
2011-10-25 | Wrap mysql_real_escape_string() in a function | Lukas Fleischer | 1 | -6/+6 |
2011-10-24 | Escape wildcards in "LIKE" patterns | Lukas Fleischer | 1 | -7/+5 |
2011-10-24 | Wrap mysql_real_escape_string() in a function | Lukas Fleischer | 1 | -6/+6 |
2011-10-24 | send emails when delteing packages | Florian Pritz | 1 | -0/+38 |
2011-08-11 | Remove unnecessary atype and uid lookup from package_details() | Dan McGee | 1 | -3/+0 |
2011-08-11 | Use 'true' instead of 'True' everywhere | Dan McGee | 1 | -6/+6 |
2011-08-11 | pkgfuncs.inc.php: allow all DB funcs to take handle arg | Dan McGee | 1 | -61/+102 |
2011-08-11 | Add "mergepkgid" argument to pkg_delete() | Lukas Fleischer | 1 | -1/+30 |
2011-08-11 | Rename package_exists() to pkgid_from_name() | Lukas Fleischer | 1 | -1/+1 |
2011-06-25 | Use sane ORDER BY clauses in package list queries | Dan McGee | 1 | -4/+4 |
2011-06-22 | Do not redirect on single search results | Lukas Fleischer | 1 | -29/+22 |