Age | Commit message (Expand) | Author | Files | Lines |
2014-06-25 | Move package request form to a template | Lukas Fleischer | 1 | -0/+52 |
2014-06-25 | Add support for merge requests | Lukas Fleischer | 1 | -0/+6 |
2014-06-25 | Add an accept button to the package request list | Lukas Fleischer | 1 | -0/+11 |
2014-06-25 | Highlight package requests after 14 days | Lukas Fleischer | 1 | -1/+1 |
2014-06-25 | Allow for closing package requests | Lukas Fleischer | 1 | -0/+18 |
2014-06-25 | Add a package request list | Lukas Fleischer | 2 | -0/+69 |
2014-06-25 | Add support for filing package requests | Lukas Fleischer | 2 | -0/+2 |
2014-06-05 | Do not return "None" in user functions | Lukas Fleischer | 4 | -21/+21 |
2014-06-05 | Display versioned conflicts/provides/replaces | Lukas Fleischer | 1 | -6/+6 |
2014-06-05 | Collapse long source lists | Lukas Fleischer | 1 | -1/+1 |
2014-06-02 | Add a "Search wiki" link to package details | Lukas Fleischer | 2 | -0/+2 |
2014-05-22 | Add title attribute to links in updates table | Lukas Fleischer | 1 | -1/+1 |
2014-05-22 | Avoid overflow in updates table | Lukas Fleischer | 1 | -1/+1 |
2014-05-13 | Set language using a POST request | Lukas Fleischer | 1 | -1/+1 |
2014-05-06 | Add a packager field to packages | Lukas Fleischer | 2 | -0/+38 |
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 |