Age | Commit message (Expand) | Author | Files | Lines |
2014-04-05 | Make the delete function remove package bases | Lukas Fleischer | 2 | -32/+58 |
2014-04-05 | routing.inc.php: Add get_pkgbase_uri() | Lukas Fleischer | 1 | -0/+4 |
2014-04-05 | Store comments on a per-package base basis | Lukas Fleischer | 4 | -47/+49 |
2014-04-05 | Add provisional support for package bases | Lukas Fleischer | 6 | -127/+213 |
2014-04-05 | Fix database schema | Lukas Fleischer | 1 | -1/+1 |
2014-02-10 | Update message catalog | Lukas Fleischer | 1 | -10/+34 |
2014-02-10 | passreset.php: Make error messages translatable | Lukas Fleischer | 1 | -2/+2 |
2014-02-10 | Set Content-type header when sending UTF-8 mails | Lukas Fleischer | 2 | -4/+12 |
2014-02-10 | Use CRLF to separate headers in mail() | Lukas Fleischer | 2 | -4/+16 |
2014-02-10 | Highlight the AUR link in the navigation bar | Lukas Fleischer | 1 | -0/+4 |
2014-02-09 | Modernize the account search form | Lukas Fleischer | 1 | -72/+48 |
2014-02-09 | Show user's last login on the account details page | Lukas Fleischer | 1 | -0/+8 |
2014-02-09 | Remove LastVoted column | Lukas Fleischer | 6 | -19/+0 |
2014-02-06 | Move support/schema/ to schema/ | Lukas Fleischer | 4 | -3/+3 |
2014-02-06 | Remove TODO | Lukas Fleischer | 1 | -17/+0 |
2014-02-06 | README: Update and reformat | Lukas Fleischer | 1 | -56/+39 |
2014-02-06 | Simplify canDeleteComment() | Lukas Fleischer | 1 | -10/+10 |
2014-02-06 | Simplify valid_user() and valid_username() | Lukas Fleischer | 1 | -17/+10 |
2014-02-06 | pkgfuncs.inc.php: Fix comment style | Lukas Fleischer | 1 | -52/+56 |
2014-02-06 | acctfuncs.inc.php: Fix comment style | Lukas Fleischer | 1 | -36/+28 |
2014-02-06 | Style fixes: Capitalization of "true" and "false" | Lukas Fleischer | 4 | -15/+15 |
2014-02-06 | Do not allow unauthenticated users to delete comments | Lukas Fleischer | 1 | -1/+8 |
2014-02-04 | Add support for anonymous comments | Lukas Fleischer | 4 | -8/+33 |
2014-02-03 | Hide intermediate voting results | Lukas Fleischer | 2 | -0/+8 |
2014-02-03 | tu_details.php: Fix unknown result check | Lukas Fleischer | 1 | -1/+1 |
2014-02-03 | account_details.php: Add link to edit a user's account | canyonknight | 2 | -3/+11 |
2014-02-01 | Sort last TU votes by vote and by user name | Lukas Fleischer | 1 | -1/+1 |
2014-01-22 | Further optimize voters.php to only need the package name | canyonknight | 4 | -9/+10 |
2014-01-20 | voters.php: Remove extra call to pkgname_from_id() | canyonknight | 1 | -3/+2 |
2014-01-20 | acctfuncs.inc.php: Allow translation of missing strings | canyonknight | 1 | -2/+2 |
2014-01-17 | pkgsubmit.php: Improve visibility of errors | Lukas Fleischer | 1 | -4/+4 |
2014-01-17 | Add a warning for packages without .AURINFO | Lukas Fleischer | 1 | -0/+7 |
2014-01-17 | Promote the use of mkaurball | Lukas Fleischer | 1 | -1/+1 |
2014-01-17 | Detect split packages from .AURINFO | Lukas Fleischer | 1 | -0/+6 |
2014-01-17 | Strip whitespace from .AURINFO lines | Lukas Fleischer | 1 | -0/+1 |
2014-01-17 | Rename "depend" field to "depends" in .AURINFO | Lukas Fleischer | 1 | -1/+1 |
2014-01-13 | Release 2.3.1v2.3.1 | Lukas Fleischer | 1 | -1/+1 |
2014-01-11 | Fix split package error handling | Lukas Fleischer | 1 | -6/+7 |
2014-01-11 | Forbid developers to vote | Balló György | 1 | -0/+3 |
2014-01-11 | passreset.php: Error out if e-mail is empty | Lukas Fleischer | 1 | -7/+12 |
2014-01-11 | passreset.php: Refactor HTML | Lukas Fleischer | 1 | -13/+12 |
2014-01-11 | Typeahead workaround for having to press enter twice | Joris Steyn | 1 | -0/+9 |
2014-01-02 | Go to package when selecting a typeahead suggestion | Joris Steyn | 1 | -1/+5 |
2013-09-08 | Convert adopt/disown package action link to form | canyonknight | 2 | -17/+23 |
2013-09-03 | Sync CSS with archweb | Lukas Fleischer | 3 | -146/+159 |
2013-09-03 | tu_list.php: Hide table if no results are found | Lukas Fleischer | 1 | -12/+13 |
2013-09-03 | Move "Add Proposal" link to "Current Votes" | Lukas Fleischer | 2 | -9/+8 |
2013-09-02 | Release 2.3.0v2.3.0 | Lukas Fleischer | 1 | -1/+1 |
2013-09-02 | Translation updates from Transifex | Lukas Fleischer | 24 | -1010/+1501 |
2013-09-02 | Specify charset in Content-Type header when returning JSON data from API. | Chris Down | 1 | -0/+1 |