summaryrefslogtreecommitdiff
path: root/web/template
AgeCommit message (Expand)Author
2012-02-19Escape all output strings in the header and footerLukas Fleischer
2012-02-19Fix some more XSS vulnerabilitiesLukas Fleischer
2011-10-25Wrap mysql_real_escape_string() in a functionLukas Fleischer
2011-09-05web/template/login_form.php: Escape the request URILukas Fleischer
2011-09-05Link to current page in the login bar HTTPs linkLukas Fleischer
2011-08-22Add missing __() to category info in package detailsLukas Fleischer
2011-08-11Add a configuration setting to disallow HTTP loginLukas Fleischer
2011-08-11Remove unnecessary atype and uid lookup from package_details()Dan McGee
2011-08-11Allow for merging deleted packages into existing onesLukas Fleischer
2011-08-10Segment the upload directory by package name prefixDan McGee
2011-06-25fix incompatibility with php short open tagsFlorian Pritz
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij
2011-05-17test return value from db_query before assuming it is validelij
2011-05-09Added label tags for login form fields.Karlis Lauva
2011-04-20Use HTTPs for links in the main site navigation bar (fixes FS#23832).Lukas Fleischer
2011-04-19Use HTTPs for links in comment notification mails.Lukas Fleischer
2011-04-19urlencode() query args for main site package search (fixes FS#23774).Lukas Fleischer
2011-04-06Make "Exact name" search option translatable.Lukas Fleischer
2011-04-06Add option to search for exact name matches only (fixes FS#23556).Lukas Fleischer
2011-04-03Add more stats to the front page tableDan McGee
2011-04-03Add indentation to stats tableDan McGee
2011-04-03Remove Dummy Package conceptDan McGee
2011-04-03Always set ModifiedTS including new packagesDan McGee
2011-03-30Fix XSS vulnerability in "web/template/header.php".Lukas Fleischer
2011-03-30Fix XSS vulnerabilities in package comment templates.Lukas Fleischer
2011-03-24Bump up default per-page value to 50Dan McGee
2011-03-15Fix main site package search URLDan McGee
2011-03-11Fix XSS vulnerability in package search results and package details.Lukas Fleischer
2011-03-11Fix broken XHTML.Lukas Fleischer
2011-03-10More PHP Notice undefined fixupsDan McGee
2011-03-04Fix outdated link in My Statistics paneDan McGee
2011-03-04Remove dead dependency/required by link codeDan McGee
2011-03-04Fix PHP notices in pkg_search_formDan McGee
2011-03-04Fix PHP notice: requiredby arrayDan McGee
2011-03-04Fix main site URLDan McGee
2011-03-04Small template cleanupDan McGee
2011-02-27Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL".Lukas Fleischer
2011-02-22Add ability to search for non-out-of-date packages (fixes FS#17896).Lukas Fleischer
2011-02-18Support for langauges written right-to-leftPyroPeter
2011-02-18pkg_search_results: replace blind-table with floating divsPyroPeter
2011-02-17pkg_search_results: rewrite of paginationPyroPeter
2011-02-08Show submitter in package details (fixes FS#15488).Lukas Fleischer
2011-02-01Drop PackageLocations table and referencesDan McGee
2011-01-25Removed links to internal sources from package details.Lukas Fleischer
2011-01-24Build URLs from package names (fixes FS#15308, FS#19327).Lukas Fleischer
2011-01-20Implemented "First" and "Last" link for search results (fixes FS#15690).Lukas Fleischer
2011-01-19Removed code for tarball extraction.Lukas Fleischer
2011-01-19Do not overwrite package details when adding comments (fixes FS#22075).Lukas Fleischer
2011-01-19Make external links in comments clickable (FS#20137).Lukas Fleischer
2010-11-21Auto redirect from confirmation screens.Dan Vratil