- 10 Jun, 2011 1 commit
-
-
Andreas Nilsson authored
-
- 12 Apr, 2011 1 commit
-
-
Olav Vitters authored
-
- 06 Apr, 2011 1 commit
-
-
Olav Vitters authored
-
- 04 Jan, 2010 2 commits
-
-
Thomas Wood authored
Move the GET_COOKIE function to common.inc.php and sort by popularity by default.
-
Thomas Wood authored
-
- 03 Jan, 2010 5 commits
-
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
- 30 Dec, 2009 4 commits
-
-
Thomas Wood authored
Calculate weighted popularity by normalising the download count against the number of days an item has been available.
-
Thomas Wood authored
Highlight the current screen resolution in the resolution filter list
-
Thomas Wood authored
Rather than show a category list and search box, show a list of all backgrounds, with options to filter this list. [models] * Remove category parameter from filtered models * Add get_category_list function [views/backgrounds] * Add category list to filter box [controllers/backgrounds] * Always get a list of themes, even if no category is set
-
Thomas Wood authored
The cookie path needs to be set to prevent conflicts when two cookies are set with the same name, but with paths that both apply to the current URL.
-
- 28 Nov, 2009 4 commits
-
-
Thomas Wood authored
Remove scrollbars from theme and background items and make each item more compact.
-
Thomas Wood authored
-
Thomas Wood authored
If the parameters need to be persistant, then they need to be stored in a cookie.
-
Thomas Wood authored
-
- 23 Nov, 2009 1 commit
-
-
Thomas Wood authored
Set the content type of all gtk2, metacity and icon themes to be x-gnome-theme-pacakge.
-
- 22 Nov, 2009 2 commits
-
-
Thomas Wood authored
-
Thomas Wood authored
-
- 16 Nov, 2009 4 commits
-
-
Thomas Wood authored
Increase the vertical item size to allow for the new download count information.
-
Thomas Wood authored
Escape the closing tags when written by javascript to avoid confusing the w3 html validator. See: http://www.htmlhelp.com/tools/validator/problems.html#script
-
Thomas Wood authored
Allow the user to select between sorting items by name and by popularity.
-
Thomas Wood authored
Calculate the sort field from the GET parameter or from a cookie. If the GET parameter is available, store it for the user in a cookie in case the GET parameter is lost later.
-
- 15 Nov, 2009 3 commits
-
-
Thomas Wood authored
Obfuscate e-mail address to prevent harvesting by spam bots. Print the address to html using rot13 encoding and then convert back to normal using client side javascript. In the case that javascript is not available, the e-mail addresses are not made available either.
-
Jaap A. Haitsma authored
-
Thomas Wood authored
Set the content type when downloading gtk, metacity or icon themes to allow the browser to open the file in the theme installer. The extension is also checked because the application/x-gnome-theme-package type can only be set if the archive is gzipped.
-
- 04 Nov, 2009 1 commit
-
-
Thomas Wood authored
-
- 03 Nov, 2009 1 commit
-
-
Thomas Wood authored
Template variables need to be initialised in the controller, before the view is run.
-
- 31 Oct, 2009 10 commits
-
-
Thomas Wood authored
$search_text is always initialised, so the isset() check is redundant.
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
Accessing an non-existent index in an array will cause PHP to generate a warning.
-
Thomas Wood authored
Don't try to access the sub-expression matches unless the match was successful (i.e. the index exists in the matches array).
-
Thomas Wood authored
These variables are optional in the view, but must be initialised to prevent PHP from warning that they are undefined.
-
Thomas Wood authored
Accessing an index in an array such as $_GET if it does not exist will cause PHP to generate a warning.
-
Thomas Wood authored
Changes to the table structures where not reflected in the code, so caused warnings from PHP about undefined indexes.
-