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
/
views
/
comments.html.php
Age
Commit message (
Expand
)
Author
2010-02-18
Don't need 'right' class here. Positioning is absolute to the right.
Chad Kieffer
2010-02-14
HTML validation, avoid empty <ul>
Andy Staudacher
2010-01-28
Don't show a link to the user profile for the guest user
Tim Almdal
2010-01-23
Create a user profile page that is used as a landing page when referencing a ...
Tim Almdal
2009-11-02
Remove an extra trailing bracket.
Tim Almdal
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-30
Replaced gButtonLink with g-button.
Chad Kieffer
2009-09-22
Change the link on the "Be first to comment" link to do a request to the serv...
Tim Almdal
2009-09-01
Add missing mark_clean() for t() calls with %attr parameter.
Andy Staudacher
2009-08-31
Fix XSS vectors in HTML attributes (mostly t() calls)
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
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-08-28
Fix ticket #591: reCaptcha always on the page.
Tim Almdal
2009-07-23
Convert instances of theme_url() to just url() to match the API change
Bharat Mediratta
2009-07-04
Forgot this file when i was fixing #477
Tim Almdal
2009-07-03
Split the clean method into two clean and purify. clean is a light weight
Tim Almdal
2009-06-28
Rename $theme->url() to $theme->theme_url() for consistency wiht
Bharat Mediratta
2009-06-18
Fix l10n messages (malformed html)
Andy Staudacher
2009-05-31
Run p::clean() on any variables that contain data entered by users.
Bharat Mediratta
2009-04-06
Hide the "no comments yet" text after the first comment is posted.
Bharat Mediratta
2009-04-03
Concatenate chopped up internationalized string.
Bharat Mediratta
2009-02-23
added additional comment link, if no comments have been made yet.
Jakob Hilden
2009-02-22
Leave the comments title around, but add the "Be the first to comment"
Bharat Mediratta
2009-02-12
Added a show comment form button. Add comment form is revealed when the butto...
Chad Kieffer
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-10
HTML format cleanup
Chad Kieffer
2009-01-10
Use the theme's avatar as the default if Gravatar doesn't have one.
Bharat Mediratta
2009-01-10
Integrate Gravatar. Boy, that was easy.
Bharat Mediratta
2009-01-10
Big set of changes to comments, with related changes to akismet and
Bharat Mediratta
2009-01-09
Eliminate unused avatar code (for now)
Bharat Mediratta
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-03
Added a jump to comments button with a scroll to effect.
Chad Kieffer
2009-01-03
Added default user avatar. Comment thread updates, including display of avata...
Chad Kieffer
2009-01-01
Change the preamble for views in two ways:
Bharat Mediratta
2008-12-25
Gut the comment module and simplify it. Stop trying to support Atom
Bharat Mediratta