Age | Commit message (Expand) | Author |
2014-06-07 | Fix latest_pkgs() again | Lukas Fleischer |
2014-06-05 | Fix SQL query when searching for a missing submitter | Lukas Fleischer |
2014-06-05 | Fix links to AUR packages in optional dependencies | Lukas Fleischer |
2014-05-29 | pkgfuncs.inc.php: Fix latest_pkgs() | Lukas Fleischer |
2014-05-29 | Move latest_pkgs() to pkgfuncs.inc.php | Lukas Fleischer |
2014-05-06 | Add a packager field to packages | Lukas Fleischer |
2014-05-01 | Fix vote/notify link on the package details page | Lukas Fleischer |
2014-04-26 | Support multiple licenses per package | Lukas Fleischer |
2014-04-26 | Display package groups on the details page | Lukas Fleischer |
2014-04-26 | Store package groups in the database | Lukas Fleischer |
2014-04-26 | Display package relations on the details page | Lukas Fleischer |
2014-04-26 | Store conflicts, provides and replaces in the DB | Lukas Fleischer |
2014-04-17 | Display dependency type of package dependencies | Lukas Fleischer |
2014-04-17 | Store {make,check,opt}depends in the database | Lukas Fleischer |
2014-04-05 | Refactor pkgbase_comments() | Lukas Fleischer |
2014-04-05 | Fix searching by category | Lukas Fleischer |
2014-04-05 | pkgfuncs.inc.php: Remove several unused functions | Lukas Fleischer |
2014-04-05 | Split out package base functions | Lukas Fleischer |
2014-04-05 | Prefix package functions with pkg_/pkgbase_ | Lukas Fleischer |
2014-04-05 | Use snake case for all package functions | Lukas Fleischer |
2014-04-05 | Move package actions to package bases | Lukas Fleischer |
2014-04-05 | Allow for searching by package base name | Lukas Fleischer |
2014-04-05 | Add package base detail pages | Lukas Fleischer |
2014-04-05 | Add full support for the new .AURINFO format | Lukas Fleischer |
2014-04-05 | Make the delete function remove package bases | Lukas Fleischer |
2014-04-05 | Store comments on a per-package base basis | Lukas Fleischer |
2014-04-05 | Add provisional support for package bases | Lukas Fleischer |
2014-02-10 | Set Content-type header when sending UTF-8 mails | Lukas Fleischer |
2014-02-10 | Use CRLF to separate headers in mail() | Lukas Fleischer |
2014-02-09 | Remove LastVoted column | Lukas Fleischer |
2014-02-06 | Simplify canDeleteComment() | Lukas Fleischer |
2014-02-06 | pkgfuncs.inc.php: Fix comment style | Lukas Fleischer |
2014-02-06 | Style fixes: Capitalization of "true" and "false" | Lukas Fleischer |
2014-02-06 | Do not allow unauthenticated users to delete comments | Lukas Fleischer |
2014-02-04 | Add support for anonymous comments | Lukas Fleischer |
2014-01-22 | Further optimize voters.php to only need the package name | canyonknight |
2013-08-27 | Move package comment check to packages.php | Lukas Fleischer |
2013-08-27 | Add boolean return values to several pkg_*() functions | Lukas Fleischer |
2013-03-19 | Fix typo in delete permission warning | Connor Behan |
2013-02-10 | Remove checks before calling connection method | canyonknight |
2013-02-10 | Remove documentation references to database parameter | canyonknight |
2013-02-10 | Remove unnecessary database connection parameter from all functions | canyonknight |
2013-02-10 | Add database wrapper class and new connection method | canyonknight |
2013-01-19 | Add description meta-element to package pages | Marcel Korpel |
2012-12-07 | Split package flagging and unflagging into separate functions | canyonknight@gmail.com |
2012-11-15 | pkgfuncs.inc.php: Rework query to avoid "Required by" duplicates | canyonknight |
2012-11-04 | Avoid double slashes in notifications | Lukas Fleischer |
2012-10-11 | pkgfuncs.inc.php: Fix blacklisting functionality | canyonknight |
2012-10-04 | pkgfuncs.inc.php: Document all functions using PHPDoc format | canyonknight |
2012-10-03 | Do not notify if status is unchanged in pkg_flag() | Lukas Fleischer |