Age | Commit message (Expand) | Author | Files | Lines |
2012-05-31 | HTML/DOM fixes | Dario Giovannetti | 1 | -1/+1 |
2012-03-24 | Support canonical links to packages | Lukas Fleischer | 2 | -2/+8 |
2012-03-08 | Always set the "To:" header when sending mail | Lukas Fleischer | 1 | -1/+1 |
2012-02-19 | Merge branch 'maint' | Lukas Fleischer | 4 | -7/+7 |
2012-02-19 | Escape all output strings in the header and footer | Lukas Fleischer | 2 | -4/+4 |
2012-02-19 | Fix some more XSS vulnerabilities | Lukas Fleischer | 3 | -3/+3 |
2011-11-02 | Add a new AUR_LOCATION setting | Dan McGee | 3 | -4/+4 |
2011-10-25 | Wrap mysql_real_escape_string() in a function | Lukas Fleischer | 1 | -1/+1 |
2011-10-24 | Wrap mysql_real_escape_string() in a function | Lukas Fleischer | 1 | -1/+1 |
2011-10-24 | Remove a boatload of inline table styles | Dan McGee | 4 | -24/+24 |
2011-09-05 | web/template/login_form.php: Escape the request URI | Lukas Fleischer | 1 | -1/+1 |
2011-09-05 | Link to current page in the login bar HTTPs link | Lukas Fleischer | 1 | -2/+2 |
2011-08-22 | Add missing __() to category info in package details | Lukas Fleischer | 1 | -3/+3 |
2011-08-11 | Add a configuration setting to disallow HTTP login | Lukas Fleischer | 1 | -1/+9 |
2011-08-11 | Remove unnecessary atype and uid lookup from package_details() | Dan McGee | 1 | -0/+2 |
2011-08-11 | Allow for merging deleted packages into existing ones | Lukas Fleischer | 2 | -0/+4 |
2011-08-10 | Segment the upload directory by package name prefix | Dan McGee | 1 | -1/+1 |
2011-06-25 | fix incompatibility with php short open tags | Florian Pritz | 1 | -1/+1 |
2011-06-22 | rename *.inc files to *.inc.php and adjust imports and references | elij | 2 | -3/+3 |
2011-05-17 | test return value from db_query before assuming it is valid | elij | 2 | -24/+36 |
2011-05-09 | Added label tags for login form fields. | Karlis Lauva | 1 | -5/+6 |
2011-04-20 | Use HTTPs for links in the main site navigation bar (fixes FS#23832). | Lukas Fleischer | 1 | -7/+7 |
2011-04-19 | Use HTTPs for links in comment notification mails. | Lukas Fleischer | 1 | -1/+1 |
2011-04-19 | urlencode() query args for main site package search (fixes FS#23774). | Lukas Fleischer | 1 | -1/+1 |
2011-04-06 | Make "Exact name" search option translatable. | Lukas Fleischer | 1 | -1/+1 |
2011-04-06 | Add option to search for exact name matches only (fixes FS#23556). | Lukas Fleischer | 1 | -1/+1 |
2011-04-03 | Add more stats to the front page table | Dan McGee | 1 | -2/+18 |
2011-04-03 | Add indentation to stats table | Dan McGee | 1 | -30/+19 |
2011-04-03 | Remove Dummy Package concept | Dan McGee | 1 | -14/+7 |
2011-04-03 | Always set ModifiedTS including new packages | Dan McGee | 1 | -5/+2 |
2011-03-30 | Fix XSS vulnerability in "web/template/header.php". | Lukas Fleischer | 1 | -2/+2 |
2011-03-30 | Fix XSS vulnerabilities in package comment templates. | Lukas Fleischer | 2 | -3/+3 |
2011-03-24 | Bump up default per-page value to 50 | Dan McGee | 1 | -1/+1 |
2011-03-15 | Fix main site package search URL | Dan McGee | 1 | -2/+2 |
2011-03-11 | Fix XSS vulnerability in package search results and package details. | Lukas Fleischer | 2 | -10/+10 |
2011-03-11 | Fix broken XHTML. | Lukas Fleischer | 9 | -108/+114 |
2011-03-10 | More PHP Notice undefined fixups | Dan McGee | 1 | -1/+5 |
2011-03-04 | Fix outdated link in My Statistics pane | Dan McGee | 1 | -1/+1 |
2011-03-04 | Remove dead dependency/required by link code | Dan McGee | 1 | -24/+7 |
2011-03-04 | Fix PHP notices in pkg_search_form | Dan McGee | 1 | -7/+7 |
2011-03-04 | Fix PHP notice: requiredby array | Dan McGee | 1 | -3/+2 |
2011-03-04 | Fix main site URL | Dan McGee | 1 | -2/+2 |
2011-03-04 | Small template cleanup | Dan McGee | 1 | -2/+1 |
2011-02-27 | Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL". | Lukas Fleischer | 1 | -1/+1 |
2011-02-22 | Add ability to search for non-out-of-date packages (fixes FS#17896). | Lukas Fleischer | 1 | -5/+14 |
2011-02-18 | Support for langauges written right-to-left | PyroPeter | 1 | -1/+1 |
2011-02-18 | pkg_search_results: replace blind-table with floating divs | PyroPeter | 1 | -60/+56 |
2011-02-17 | pkg_search_results: rewrite of pagination | PyroPeter | 1 | -63/+14 |
2011-02-08 | Show submitter in package details (fixes FS#15488). | Lukas Fleischer | 1 | -0/+11 |
2011-02-01 | Drop PackageLocations table and references | Dan McGee | 3 | -18/+10 |