root/trunk/gallery.php

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @602 [602] 5 months sidtheduck - Options re-ordering and updated functionality - Separate sort ordering …
(edit) @601 [601] 8 months kimparsell + Add debug info to plog-config file + Theme cleanup + Updated exifer1_7 …
(edit) @590 [590] 13 months sidtheduck Large commit based on work with Kim Parsell and myself Should be ready for …
(edit) @588 [588] 16 months kimparsell + Minor markup changes for install/upgrade process. + Minor admin section …
(edit) @573 [573] 19 months sidtheduck + fix for ticket #89 - RSS feed for picture comments + fix for backward …
(edit) @555 [555] 20 months kimparsell + Major cleanup of markup in plog-admin section files - markup now …
(edit) @550 [550] 21 months sidtheduck + BIG Plogger restructure + fixing miscellaneous small bug fixes (RSS …
(edit) @546 [546] 21 months sidtheduck + Lots of sorting fixes - Now sorting is the same throughout . …
(edit) @538 [538] 22 months sidtheduck + additional cleanup for ticket #157 + additional bug fixes for ticket …
(edit) @511 [511] 2 years kasper Themes Element and Softer now translatable and translated to danish. Upped …
(edit) @494 [494] 2 years kasper Corrected huge slideshow bug, the slideshow would only show the first 20 …
(edit) @422 [422] 3 years anti - new cleaner and improved install procedure, still requires some tweaking …
(edit) @405 [405] 4 years chris Fixed ordering bug. Code was comparing "asc" and "ASC"; used strcasecmp …
(edit) @302 [302] 4 years mike - Remove gallery.php from theme directory, probably shouldn't be there. + …
(edit) @291 [291] 4 years anti * Moved function used by installation to lib/plogger * _install.php now …
(edit) @290 [290] 4 years anti and a few more security fixes
(edit) @270 [270] 4 years anti + fix ticket #68
(edit) @265 [265] 4 years anti + fix paging again. I had to rename the page argument to plog_page, …
(edit) @262 [262] 4 years anti + plogger_download_checkbox now requires an argument for the checkbox …
(edit) @258 [258] 4 years anti embedding fixes: searching and changing sort order works now, also don't …
(edit) @249 [249] 4 years mike + Added header.php and footer.php to the template scheme, greatly …
(edit) @248 [248] 4 years mike + Simplify templating even furthur, new template functions added
(edit) @247 [247] 4 years mike + Strip slashes from everything imaginable, should fix ticket [93]
(edit) @246 [246] 4 years mike + Basic theme switcher added to admin, run _upgrade.php to add theme …
(edit) @245 [245] 4 years mike + Prefix theme functions with plogger_ to avoid namespace collisions
(edit) @243 [243] 4 years mike + Created a theme template for Plogger comments. Several new picture loop …
(edit) @239 [239] 4 years mike + Move inline style information into style sheet, make style sheets …
(edit) @235 [235] 4 years anti + attempt to integrate admin functionality into gallery. Quick 'n dirty .. …
(edit) @228 [228] 4 years anti + restore alternating comment colors
(edit) @227 [227] 4 years anti + refactor the contents of the_gallery() and implement the "The Loop", …
(edit) @226 [226] 4 years mike + Implementation of JavaScript? overlay effect described in Ticket #87
(edit) @223 [223] 4 years mike + New default comment style, with alternating colors
(edit) @221 [221] 4 years mike + Add long description to gallery and upload interface
(edit) @219 [219] 4 years anti + get the number of albums in each collection with a single query + use …
(edit) @217 [217] 4 years anti + add gallery_url option to the config table and under the Options tab …
(edit) @216 [216] 4 years mike + Strip slashes from comment text
(edit) @207 [207] 4 years anti + new & improved thumbnail generation logic, don't forget to run …
(edit) @202 [202] 4 years mike + Implement search engine friendly page titles for each individual gallery …
(edit) @201 [201] 4 years mike + Fix javascript hotlinks in slideshow mode
(edit) @186 [186] 5 years mike + Changed/Added some program messages. + Fixed RSS link generation code
(edit) @182 [182] 5 years mike + Use filename truncation on returned search results
(edit) @173 [173] 5 years mike + Fixed image sorting problem, got rid of dependency on XMLHttpRequest, …
(edit) @169 [169] 5 years anti rewrite db connection functions
(edit) @153 [153] 5 years anti fix ticket #58
(edit) @152 [152] 5 years mike + A few changes to make sure that Plogger produces validated XHTML
(edit) @151 [151] 5 years mike + Added fancy styled buttons, fixes problem in ticket #52
(edit) @148 [148] 5 years anti Add separate path to collections and albums, this gets set to a valid …
(edit) @139 [139] 5 years anti There is now a single generate_thumb() function, new thumbnail types can …
(edit) @129 [129] 5 years anti + the code now compiles cleanly under error_reporting(E_ALL); + link to …
(edit) @123 [123] 5 years mike Lots of cosmetic changes. Moved the next/prev links to the top so they …
(edit) @114 [114] 5 years anti + implement add_comment() + rewrite the logic behind posting comments, …
(edit) @112 [112] 5 years anti move generate_url to plog_functions, since it will be used elsewhere as …
(edit) @109 [109] 5 years anti Resolving ticket #32
(edit) @103 [103] 5 years mike + Mostly small changes and code cleanup
(edit) @102 [102] 5 years mike + Added accesskeys to all the major functions, complete listing of …
(edit) @100 [100] 5 years mike + Took out non-working "check if installed" code from the installation …
(edit) @99 [99] 5 years mike + Added "View as Slideshow" option to albums. I built the code so we …
(edit) @97 [97] 5 years anti + move generate_pagination to plog-functions, since the same function can …
(edit) @96 [96] 5 years anti + simplify the logic for generating next/prev links in "picture" level
(edit) @94 [94] 5 years anti + rewritten pagination, it now uses page numbers instead of amount of …
(edit) @89 [89] 5 years anti + restore RSS feeds for searches
(edit) @86 [86] 5 years anti + prev/next links for pictures, links in search results and jump_menu …
(edit) @85 [85] 5 years anti + if mod_rewrite is in use, then RSS links will be formatted as …
(edit) @84 [84] 5 years anti + refactor path resolving into a separate function and make it more …
(edit) @77 [77] 5 years anti + paths with apostrophes in them now work with mod_rewrite + fix image …
(edit) @73 [73] 5 years anti + strings from urls should be urldecoded before being passed to MySQL, …
(edit) @72 [72] 5 years anti + fix a minor bug in generate_url
(edit) @71 [71] 5 years anti + and this is the final part of mod_rewrite code. I'm not exactly proud of …
(edit) @66 [66] 5 years anti + set charset in plog-load_config instead
(edit) @65 [65] 5 years anti switch character set to UTF-8 but keep the option open to make it …
(edit) @56 [56] 5 years mike Added/Tweaked gallery generation benchmark to help us optimize …
(edit) @55 [55] 5 years mike Replaced "id" with "pid" in plog-manage.php to fix update-album bug. …
(edit) @54 [54] 5 years mike Added user configurable default sort order to the options tab
(edit) @46 [46] 5 years anti + put thumbnail generation functions into separate file, because those are …
(edit) @45 [45] 5 years anti make large thumbnail generation a separate function
(edit) @44 [44] 5 years anti + get comment count and picture information with a single query
(edit) @43 [43] 5 years anti fix ticket #5
(edit) @39 [39] 5 years anti fix possible XSS attacks in comments. A visitor could have entered …
(edit) @38 [38] 5 years anti + show EXIT_date_taken for images, if available, this makes a lot more …
(edit) @36 [36] 5 years anti fixed: couldn't view collections with 1 or more empty albums
(edit) @31 [31] 5 years anti + add support for selectable thumbnails #13 you need to run _upgrade.php …
(edit) @30 [30] 5 years anti + add baseurl to global $config - this is required to get mod_rewrite …
(edit) @27 [27] 5 years mike Plogger now supports an underlying filesystem organization. Pictures are …
(edit) @24 [24] 5 years anti Optimize make_jump_menu a but, now it only makes 2 queries regardless of …
(edit) @22 [22] 5 years mike Added custom RSS feeds for search terms. If someone searches for "China" …
(edit) @18 [18] 5 years mike RSS feed link generator now also places a <link rel="alternate" …
(edit) @17 [17] 5 years mike Tooltip on the RSS button now gives an indication of what level of …
(edit) @15 [15] 5 years mike Fixed the placement of the RSS button within the Gallery. Also, tweaked …
(edit) @14 [14] 5 years mike Add support for aggregate and individuals XML streams through RSS 2.0. …
(edit) @7 [7] 5 years mike Added a new feature to the administrative interface, the "feedback" tab. …
(edit) @6 [6] 5 years mike Added caching for the large thumbnails, as well as adding a smart check to …
(edit) @5 [5] 5 years mike Removed the next and previous image icons from the pagination generation …
(edit) @4 [4] 5 years mike I changed the way breadcrumb links are displayed in the gallery and …
(edit) @3 [3] 5 years ryan added mikes files. might need to fix some of my updates after this commit.
(add) @1 [1] 5 years ryan Initial Import
Note: See TracRevisionLog for help on using the revision log.