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
/
comment
Age
Commit message (
Expand
)
Author
2009-09-22
Change the link on the "Be first to comment" link to do a request to the serv...
Tim Almdal
2009-09-13
Specify a page anchor for the comments block.
Bharat Mediratta
2009-09-13
Don't add another comment form every time you click the [Add a
Bharat Mediratta
2009-09-01
Rename $comment_model to $comments, this time without stomping on the
Bharat Mediratta
2009-09-01
Revert "Rename $comment_model to $comments."
Bharat Mediratta
2009-09-01
Add missing mark_clean() for t() calls with %attr parameter.
Andy Staudacher
2009-09-01
XSS / style fixes for newly detected issues (after fixing XSS scanner)
Andy Staudacher
2009-08-31
Fix XSS vectors in HTML attributes (mostly t() calls)
Andy Staudacher
2009-08-30
XSS fixes in admin_comments.html.php
Andy Staudacher
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
Merge commit 'upstream/master'
Andy Staudacher
2009-08-29
Merge branch 'master' of git@github.com:gallery/gallery3
Chad Kieffer
2009-08-29
Update status message styles. Lighten backgrounds, don't show background on A...
Chad Kieffer
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-08-29
Add a test for Comment_Model::viewable().
Bharat Mediratta
2009-08-29
Rename $comment_model to $comments.
Bharat Mediratta
2009-08-29
Fix for 641... extend viewable functionality to comments. Viewable unit test ...
Tim Almdal
2009-08-29
Fix typo in the parameter list
Tim Almdal
2009-08-28
Fix ticket #591: reCaptcha always on the page.
Tim Almdal
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-02
Change the API for getting to the original state of an ORM.
Bharat Mediratta
2009-07-29
Show the author's username if the author has no fullname. Fixes ticket #601.
Bharat Mediratta
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-23
Convert instances of theme_url() to just url() to match the API change
Bharat Mediratta
2009-07-22
Use the Kohana cascading filesystem to locate resources loaded by the
Bharat Mediratta
2009-07-16
Second non-trivial change to the event code. We now publish model
Bharat Mediratta
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-13
Avoid using the bare word "on" in a value; it breaks PHP 5.3.
Bharat Mediratta
2009-07-07
Change references to Gallery 2 and Gallery 3 to consistently refer to
Tim Almdal
2009-07-04
Forgot this file when i was fixing #477
Tim Almdal
2009-07-04
Fix for ticket #477. Use nl2br method when rendering comment::text and
Tim Almdal
2009-07-03
Split the clean method into two clean and purify. clean is a light weight
Tim Almdal
2009-07-01
Fix for ticket #357.
Tim Almdal
2009-06-28
Rename $theme->url() to $theme->theme_url() for consistency wiht
Bharat Mediratta
2009-06-26
Create a theme_view function script which allows modules in the head or admin...
Tim Almdal
2009-06-24
Comment out [reply] and [edit] links because they're not implemented
Bharat Mediratta
2009-06-23
Replay change from Romain DE LISEZ to change the state column to be a varchar
Bharat Mediratta
2009-06-23
Upgrade to version 2 and change the state column to a varchar for
Bharat Mediratta
2009-06-23
Refactor the install/upgrade code to be more flexible.
Bharat Mediratta
2009-06-18
Fix l10n messages (malformed html)
Andy Staudacher
2009-06-16
Fix html bug in l10n message
Andy Staudacher
2009-06-15
Refactor the comment_rss::feed() method to eliminate code duplication.
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-12
Create gallery::date_time(), gallery::date() and gallery::time()
Bharat Mediratta
[next]