summaryrefslogtreecommitdiffstats
path: root/web/template
AgeCommit message (Expand)AuthorFilesLines
2012-03-08Always set the "To:" header when sending mailLukas Fleischer1-1/+1
2012-02-19Merge branch 'maint'Lukas Fleischer4-7/+7
2012-02-19Escape all output strings in the header and footerLukas Fleischer2-4/+4
2012-02-19Fix some more XSS vulnerabilitiesLukas Fleischer3-3/+3
2011-11-02Add a new AUR_LOCATION settingDan McGee3-4/+4
2011-10-25Wrap mysql_real_escape_string() in a functionLukas Fleischer1-1/+1
2011-10-24Wrap mysql_real_escape_string() in a functionLukas Fleischer1-1/+1
2011-10-24Remove a boatload of inline table stylesDan McGee4-24/+24
2011-09-05web/template/login_form.php: Escape the request URILukas Fleischer1-1/+1
2011-09-05Link to current page in the login bar HTTPs linkLukas Fleischer1-2/+2
2011-08-22Add missing __() to category info in package detailsLukas Fleischer1-3/+3
2011-08-11Add a configuration setting to disallow HTTP loginLukas Fleischer1-1/+9
2011-08-11Remove unnecessary atype and uid lookup from package_details()Dan McGee1-0/+2
2011-08-11Allow for merging deleted packages into existing onesLukas Fleischer2-0/+4
2011-08-10Segment the upload directory by package name prefixDan McGee1-1/+1
2011-06-25fix incompatibility with php short open tagsFlorian Pritz1-1/+1
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij2-3/+3
2011-05-17test return value from db_query before assuming it is validelij2-24/+36
2011-05-09Added label tags for login form fields.Karlis Lauva1-5/+6
2011-04-20Use HTTPs for links in the main site navigation bar (fixes FS#23832).Lukas Fleischer1-7/+7
2011-04-19Use HTTPs for links in comment notification mails.Lukas Fleischer1-1/+1
2011-04-19urlencode() query args for main site package search (fixes FS#23774).Lukas Fleischer1-1/+1
2011-04-06Make "Exact name" search option translatable.Lukas Fleischer1-1/+1
2011-04-06Add option to search for exact name matches only (fixes FS#23556).Lukas Fleischer1-1/+1
2011-04-03Add more stats to the front page tableDan McGee1-2/+18
2011-04-03Add indentation to stats tableDan McGee1-30/+19
2011-04-03Remove Dummy Package conceptDan McGee1-14/+7
2011-04-03Always set ModifiedTS including new packagesDan McGee1-5/+2
2011-03-30Fix XSS vulnerability in "web/template/header.php".Lukas Fleischer1-2/+2
2011-03-30Fix XSS vulnerabilities in package comment templates.Lukas Fleischer2-3/+3
2011-03-24Bump up default per-page value to 50Dan McGee1-1/+1
2011-03-15Fix main site package search URLDan McGee1-2/+2
2011-03-11Fix XSS vulnerability in package search results and package details.Lukas Fleischer2-10/+10
2011-03-11Fix broken XHTML.Lukas Fleischer9-108/+114
2011-03-10More PHP Notice undefined fixupsDan McGee1-1/+5
2011-03-04Fix outdated link in My Statistics paneDan McGee1-1/+1
2011-03-04Remove dead dependency/required by link codeDan McGee1-24/+7
2011-03-04Fix PHP notices in pkg_search_formDan McGee1-7/+7
2011-03-04Fix PHP notice: requiredby arrayDan McGee1-3/+2
2011-03-04Fix main site URLDan McGee1-2/+2
2011-03-04Small template cleanupDan McGee1-2/+1
2011-02-27Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL".Lukas Fleischer1-1/+1
2011-02-22Add ability to search for non-out-of-date packages (fixes FS#17896).Lukas Fleischer1-5/+14
2011-02-18Support for langauges written right-to-leftPyroPeter1-1/+1
2011-02-18pkg_search_results: replace blind-table with floating divsPyroPeter1-60/+56
2011-02-17pkg_search_results: rewrite of paginationPyroPeter1-63/+14
2011-02-08Show submitter in package details (fixes FS#15488).Lukas Fleischer1-0/+11
2011-02-01Drop PackageLocations table and referencesDan McGee3-18/+10
2011-01-25Removed links to internal sources from package details.Lukas Fleischer1-3/+2
2011-01-24Build URLs from package names (fixes FS#15308, FS#19327).Lukas Fleischer1-2/+3