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
/
search
/
views
Age
Commit message (
Expand
)
Author
2012-12-17
Minor whitespace fix.
Bharat Mediratta
2012-12-14
search within the current album by default
Chris Chilvers
2012-06-05
Remove <h2> added in last commit, it's unclear why that's necessary. The las...
Bharat Mediratta
2012-06-05
CSS Style Update to match with other view
Tony Fung
2010-08-21
Added text and submit classes to search form input and submit buttons, respec...
Chad Kieffer
2009-11-21
Truncate the text of the title/description for results on the search page. P...
Bharat Mediratta
2009-11-14
Rename "pager" to "paginator" so that we differentiate page.html.php
Bharat Mediratta
2009-11-01
Remove g-right from quick search form, leave positioning to the theme.
Chad Kieffer
2009-10-28
Normalize capitalization ticket #596
Tim Almdal
2009-10-28
Initial RTL update work. Consolidated shared rtl-related css selectors in gal...
Chad Kieffer
2009-10-25
Add clearfix to search results gallery-grid to clear the pager navigation. Ot...
Chad Kieffer
2009-10-16
Apply g-short-form directly to short forms rather than via JS. Comment update...
Chad Kieffer
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-08
Move specialized (pretty) url generation back into Item_Model so that
Bharat Mediratta
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
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-07-07
Revert "Forgot this when i was cleaning up for ticket #519"
Tim Almdal
2009-07-07
Forgot this when i was cleaning up for ticket #519
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-06-02
Fix for ticket #320
Tim Almdal
2009-05-31
Run p::clean() on any variables that contain data entered by users.
Bharat Mediratta
2009-02-13
Ticket #2. Tighten up search results UI.
Chad Kieffer
2009-02-06
jQuery-based buttons! Form updates, short form updates. Need to fix add user/...
Chad Kieffer
2009-01-17
Implement relevance ranked boolean searching on a full text index of
Bharat Mediratta
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-01
Change the preamble for views in two ways:
Bharat Mediratta
2008-12-17
Added JS to set/reset simple forms' input values to their corresponding label...
Chad Kieffer
2008-11-23
Move search out into its own module and have it display its link at
Bharat Mediratta