Age | Commit message (Expand) | Author | Files | Lines |
2014-05-01 | Fix vote/notify link on the package details page | Lukas Fleischer | 2 | -4/+5 |
2014-04-26 | Support multiple licenses per package | Lukas Fleischer | 1 | -2/+15 |
2014-04-26 | Display package groups on the details page | Lukas Fleischer | 1 | -0/+18 |
2014-04-26 | Display package relations on the details page | Lukas Fleischer | 1 | -0/+64 |
2014-04-18 | Collapse long dependency lists | Lukas Fleischer | 1 | -2/+2 |
2014-04-17 | Display dependency type of package dependencies | Lukas Fleischer | 1 | -10/+3 |
2014-04-05 | pkg_search_results.php: Link to account when logged in | Lukas Fleischer | 1 | -0/+4 |
2014-04-05 | Prefix package functions with pkg_/pkgbase_ | Lukas Fleischer | 5 | -13/+13 |
2014-04-05 | Use snake case for all package functions | Lukas Fleischer | 4 | -4/+4 |
2014-04-05 | Move package actions to package bases | Lukas Fleischer | 5 | -36/+35 |
2014-04-05 | Allow for searching by package base name | Lukas Fleischer | 1 | -1/+3 |
2014-04-05 | pkg_details.php: Add link to package base details | Lukas Fleischer | 1 | -0/+4 |
2014-04-05 | Add package base detail pages | Lukas Fleischer | 1 | -0/+210 |
2014-04-05 | Store comments on a per-package base basis | Lukas Fleischer | 1 | -1/+2 |
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 | 3 | -9/+0 |
2014-02-04 | Add support for anonymous comments | Lukas Fleischer | 1 | -1/+9 |
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 | 1 | -3/+6 |
2014-01-22 | Further optimize voters.php to only need the package name | canyonknight | 1 | -1/+1 |
2013-09-08 | Convert adopt/disown package action link to form | canyonknight | 1 | -17/+17 |
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 | 1 | -0/+7 |
2013-08-27 | Re-add CRSF tokens to most package actions | Lukas Fleischer | 1 | -0/+6 |
2013-08-27 | pkg_details: Convert most action links to forms | Lukas Fleischer | 1 | -6/+30 |
2013-08-26 | tu_details.php: Avoid division by zero | Lukas Fleischer | 1 | -1/+5 |
2013-08-26 | Move "Past Votes" navigation to "Past Votes" box | Lukas Fleischer | 1 | -0/+14 |
2013-08-26 | Add "Last Votes by TU" list | Lukas Fleischer | 1 | -0/+40 |
2013-08-22 | tu_details.php: Display vote result | Lukas Fleischer | 1 | -0/+20 |
2013-08-22 | tu_details.php: Avoid inline computations | Lukas Fleischer | 1 | -6/+15 |
2013-08-22 | Show participation in vote details | Lukas Fleischer | 1 | -0/+6 |
2013-08-22 | Allow for setting an account's inactivity status | Lukas Fleischer | 2 | -0/+11 |
2013-03-19 | Enforce e-mail validation during registration | Lukas Fleischer | 1 | -2/+2 |
2013-02-10 | Fix default selection on the account edit page | Lukas Fleischer | 1 | -3/+3 |
2013-01-30 | Merge branch 'maint' | Lukas Fleischer | 1 | -2/+2 |
2013-01-30 | pkg_details.php: Add missing translatable string | canyonknight | 1 | -2/+2 |
2013-01-19 | Merge branch 'maint' | Lukas Fleischer | 2 | -2/+2 |
2013-01-19 | user_table.php: Remove unused link parameter | canyonknight | 1 | -1/+1 |
2013-01-19 | We live in 2013 now | Marcel Korpel | 1 | -1/+1 |
2013-01-19 | Add description meta-element to package pages | Marcel Korpel | 1 | -0/+3 |
2012-11-07 | pkg_details.php: Fix potential XSS for package names and dep conditions | canyonknight | 1 | -3/+3 |
2012-11-04 | Avoid use of "$_SERVER['REQUEST_URI']" | Lukas Fleischer | 1 | -1/+1 |
2012-11-04 | pkg_details.php: Remove plural from the adopt/disown button | Lukas Fleischer | 1 | -2/+2 |
2012-11-04 | Add missing internationalization to a few strings | Lukas Fleischer | 1 | -2/+2 |
2012-11-04 | header.php: Do not lowercase language selection entries | Lukas Fleischer | 1 | -2/+2 |
2012-10-28 | Implement word-wrap for package statistics | Lukas Fleischer | 1 | -8/+8 |
2012-10-22 | Use HTTPS links everywhere for Arch sites | Dan McGee | 2 | -5/+5 |
2012-10-21 | Link to the HTTPs login page in the header | Lukas Fleischer | 1 | -0/+4 |