Age | Commit message (Expand) | Author | Files | Lines |
2014-05-03 | Fix parsing of array overrides | Lukas Fleischer | 1 | -1/+1 |
2014-04-26 | pkgsubmit.php: Redirect to package base details | Lukas Fleischer | 1 | -1/+1 |
2014-04-26 | Support multiple licenses per package | Lukas Fleischer | 1 | -6/+14 |
2014-04-26 | Store package groups in the database | Lukas Fleischer | 1 | -1/+8 |
2014-04-26 | Store conflicts, provides and replaces in the DB | Lukas Fleischer | 1 | -2/+16 |
2014-04-19 | Handle pkgbase array overrides gracefully | Lukas Fleischer | 1 | -2/+2 |
2014-04-18 | Collapse long dependency lists | Lukas Fleischer | 1 | -0/+30 |
2014-04-17 | Store {make,check,opt}depends in the database | Lukas Fleischer | 1 | -14/+22 |
2014-04-05 | pkgbase.php: Append query string when redirecting | Lukas Fleischer | 1 | -1/+5 |
2014-04-05 | Do not show package base page of non-split packages | Lukas Fleischer | 1 | -0/+6 |
2014-04-05 | Add full package list to the removal form | Lukas Fleischer | 2 | -2/+17 |
2014-04-05 | Prefix package functions with pkg_/pkgbase_ | Lukas Fleischer | 5 | -33/+33 |
2014-04-05 | Use snake case for all package functions | Lukas Fleischer | 1 | -2/+2 |
2014-04-05 | Move package actions to package bases | Lukas Fleischer | 5 | -103/+108 |
2014-04-05 | Only parse PKGBUILD when required | Lukas Fleischer | 1 | -2/+2 |
2014-04-05 | Factor out PKGBUILD parsing | Lukas Fleischer | 1 | -141/+1 |
2014-04-05 | Do not allow for overwriting arbitrary packages | Lukas Fleischer | 1 | -21/+23 |
2014-04-05 | Add package base detail pages | Lukas Fleischer | 2 | -0/+71 |
2014-04-05 | Add full support for the new .AURINFO format | Lukas Fleischer | 1 | -116/+153 |
2014-04-05 | Make the delete function remove package bases | Lukas Fleischer | 1 | -4/+4 |
2014-04-05 | Add provisional support for package bases | Lukas Fleischer | 1 | -13/+14 |
2014-02-10 | passreset.php: Make error messages translatable | Lukas Fleischer | 1 | -2/+2 |
2014-02-10 | Highlight the AUR link in the navigation bar | Lukas Fleischer | 1 | -0/+4 |
2014-02-06 | Style fixes: Capitalization of "true" and "false" | Lukas Fleischer | 1 | -3/+3 |
2014-02-03 | account_details.php: Add link to edit a user's account | canyonknight | 1 | -0/+5 |
2014-01-22 | Further optimize voters.php to only need the package name | canyonknight | 2 | -3/+3 |
2014-01-20 | voters.php: Remove extra call to pkgname_from_id() | canyonknight | 1 | -3/+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-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 | 1 | -0/+6 |
2013-09-03 | Sync CSS with archweb | Lukas Fleischer | 3 | -146/+159 |
2013-09-03 | Move "Add Proposal" link to "Current Votes" | Lukas Fleischer | 1 | -9/+1 |
2013-08-27 | Move package comment check to packages.php | Lukas Fleischer | 1 | -0/+6 |
2013-08-27 | Use POST-Redirect-GET for most package actions | Lukas Fleischer | 1 | -0/+6 |
2013-08-27 | Add boolean return values to several pkg_*() functions | Lukas Fleischer | 1 | -12/+13 |
2013-08-27 | Pick sane default registration language | Lukas Fleischer | 1 | -1/+1 |
2013-08-27 | Re-add CRSF tokens to most package actions | Lukas Fleischer | 1 | -4/+0 |
2013-08-27 | pkg_details: Convert most action links to forms | Lukas Fleischer | 1 | -0/+19 |
2013-08-26 | Move "Past Votes" navigation to "Past Votes" box | Lukas Fleischer | 1 | -14/+3 |
2013-08-26 | Add "Last Votes by TU" list | Lukas Fleischer | 1 | -0/+2 |