index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
tag
Age
Commit message (
Expand
)
Author
2009-09-08
Remove unused $feed->link.
Bharat Mediratta
2009-09-01
Fix XSS in tags JS
Andy Staudacher
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
XSS fixes
Andy Staudacher
2009-08-29
Merge commit 'upstream/master'
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-08-27
Remove 'ENGINE=InnoDB' specification from tables that we create. Use
Bharat Mediratta
2009-08-08
Update tags module to notify modules when items related to a tag are
Bharat Mediratta
2009-08-08
Change galleryPanel and galleryDialog widgets to gallery_panel and gallery_di...
Tim Almdal
2009-08-08
Refactor the gallery dialog into a jQuery widget
Tim Almdal
2009-08-05
Revert "Allow a theme to override the page refresh mechanism. Create a new"
Tim Almdal
2009-07-28
Merge branch 'master' of git@github.com:gallery/gallery3
Tim Almdal
2009-07-28
Change search callbacks to use the event system, so move them out of
Bharat Mediratta
2009-07-28
Use events to generate menus, instead of having xxx_menu helpers.
Bharat Mediratta
2009-07-28
Revert commit 078c77a62b623322956457bfd7bfbdaf56203b00 and change the
Tim Almdal
2009-07-28
Revert commit 078c77a62b623322956457bfd7bfbdaf56203b00 and change the
Tim Almdal
2009-07-28
Clean up amd simplify the tag processing: Only allow comma separators between
Tim Almdal
2009-07-27
Clean up amd simplify the tag processing: Only allow comma separators between
Tim Almdal
2009-07-28
Standardize the specification of tags.
Tim Almdal
2009-07-27
Standardize the specification of tags.
Tim Almdal
2009-07-27
Allow a theme to override the page refresh mechanism. Create a new
Tim Almdal
2009-07-26
Updated wording of tag separator tip
Chad Kieffer
2009-07-24
Add tag autocomplete to the album and photo edit pop up dialogs.
Tim Almdal
2009-07-24
Partial implementation of ticket #80. Provide auto complete and suggestions o...
Tim Almdal
2009-07-23
Respect the $type parameter on Tag_Model::items_count()
Tim Almdal
2009-07-23
Fix for ticket #496. replace the src attribute (non standard) with the title ...
Tim Almdal
2009-07-23
Make tag handling consistent by converting spaces to periods and using commas...
Tim Almdal
2009-07-22
Use the Kohana cascading filesystem to locate resources loaded by the
Bharat Mediratta
2009-07-20
Remove the access permission call from here; this is too low level.
Bharat Mediratta
2009-07-20
Make some API changes simplify the tag editing code. We now have a
Bharat Mediratta
2009-07-20
(1)Add tag edit field in album/photo edit form. (2)provide edit functionality...
hiwilson
2009-07-19
Create tag::item_tags which returns all the tags for any one item.
Bharat Mediratta
2009-07-20
make tags to be searchable. work with http://github.com/hiwilson/gallery3/com...
hiwilson
2009-07-16
Non-trivial changes to the event handling code:
Bharat Mediratta
2009-07-13
Add quotes around all values that contain spaces in them, and add a
Bharat Mediratta
2009-07-09
Make the tag event handle the iptc keywords consistently with
Tim Almdal
2009-07-04
Found another place that p:purify was required.
Tim Almdal
2009-07-01
Fix a bunch of XSS vulnerabilities turned up by manual inspection
Bharat Mediratta
2009-06-29
Let the "Popular tags" sidebar block display on tag or search page.
hiwilson
2009-06-28
Use $theme->script() method to render module javascript files
Tim Almdal
2009-06-23
Refactor the install/upgrade code to be more flexible.
Bharat Mediratta
2009-06-19
Catch exceptions from tag::add() that can be caused by character
Bharat Mediratta
2009-06-15
Fix up the titles in the default theme. They've been broken for a
Bharat Mediratta
2009-06-14
Create a sidebar for tag pages
Bharat Mediratta
2009-06-14
Refactor the way that the rss module works so that we're not allowing
Bharat Mediratta
2009-06-14
Refactor feed code to use stdClass everywhere. Fix bugs in the
Bharat Mediratta
2009-06-14
Don't use stdClass to return the feed data. Just use an array.
Tim Almdal
2009-06-14
Remove the sidebar flag from the feed definition returned by available_feeds and
Tim Almdal
2009-06-14
Remove rss:item_feed, rss::tag_fead and rss_theme::head and move that
Tim Almdal
2009-06-13
Multi-byte safe function to support all other languages.
unostar
[next]