summaryrefslogtreecommitdiff
path: root/themes/default/views/page.html.php
AgeCommit message (Expand)Author
2009-09-12Only tack ?show=<current_id> on for the last parent, because that'sBharat Mediratta
2009-09-08Move specialized (pretty) url generation back into Item_Model so thatBharat Mediratta
2009-09-01Merged admin_screen and screen style sheets in the admin theme. Removed some ...Chad Kieffer
2009-08-31Fix XSS vectors in HTML attributes (mostly t() calls)Andy Staudacher
2009-08-30Oops, fix up the show argument that I "fixed" in the last change.Bharat Mediratta
2009-08-30Use $theme->item() instead of $item.Bharat Mediratta
2009-08-30Move header and footer into page.html.php since they're not included in any o...Chad Kieffer
2009-08-30Updating uses of html::js_string and SafeString::for_js (value now contains s...Andy Staudacher
2009-08-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Fixing all detected XSS vectors in PHP->JS code.Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-08-10Create the concept of an "ajax link" and use it for thumbnail rotationBharat Mediratta
2009-07-22Use the Kohana cascading filesystem to locate resources loaded by theBharat Mediratta
2009-07-01Fix a typo in the Doctype. Fixes ticket #497.Bharat Mediratta
2009-06-29Fix for ticket 86 - Make Cancel button in doalogs localizable.Andy Staudacher
2009-06-29Remove fix-ie.css scripts from the combined bundle, since we only wantBharat Mediratta
2009-06-29*Note* work in progress.Tim Almdal
2009-06-29Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-06-28Rename $theme->url() to $theme->theme_url() for consistency wihtBharat Mediratta
2009-06-28Clean up the combined javascript change and refactor out theBharat Mediratta
2009-06-261) Move the generation of script tags to gallery_theme::head and gallery_them...Tim Almdal
2009-06-16Change the page.html file so that if the type of page is login, the sidebar c...Tim Almdal
2009-06-15Fix the bug introduced by r79582ee, where we try to set the title of the tag ...Tim Almdal
2009-06-15Fix up the titles in the default theme. They've been broken for aBharat Mediratta
2009-06-14Move jquery local scroll module from default theme to lib, only load it if vi...Chad Kieffer
2009-06-08Rename main_element_attributes() callback to body_attributes() to beBharat Mediratta
2009-06-06Preliminary BiDi support (needs *a lot* of tweaking)Andy Staudacher
2009-05-31Merge branch 'master' of git://github.com/gallery/gallery3Bharat Mediratta
2009-05-31Run all variables containing user-entered text through p::clean()Bharat Mediratta
2009-05-30Focus IE fixes on versions less than 8Chad Kieffer
2009-05-26Split out re-used JavaScript for common functions (messages, valign), panel t...Chad Kieffer
2009-04-22Added method to determine proportion of current thumb_size to the default, 15...Chad Kieffer
2009-03-20rollback of r20469... see trac #161Tim Almdal
2009-03-20Rather than moving the themeroller and all of its associated filesTim Almdal
2009-03-19Remove YUI grids hd and ft ids, we don't need and they're cluttering our HTML.Chad Kieffer
2009-03-12Move the setting of the page title into the controller that isTim Almdal
2009-03-11Bag the header("Location:", ...);exit() and replace withTim Almdal
2009-03-11Force a login if everybody does not have access to the rootTim Almdal
2009-02-12Fixed gViewMenu button issues. Fixed major admin_default theme issues, conten...Chad Kieffer
2009-02-08Superfish is now in gallery3/trunk/lib/superfishBharat Mediratta
2009-02-08Move jQuery UI ThemeRoller css and images to lib. Should simplify future upda...Chad Kieffer
2009-02-04Drop request for jquery.listen.js, we don't use itBharat Mediratta
2009-01-12Add all the files jquery ui needs, including css for each widget. ui.all.css ...Chad Kieffer
2009-01-10Site message placement and style adjustments.Chad Kieffer
2009-01-10Updated to jquery ui 1.6rc4. Lots of changes, improved widget theme css and i...Chad Kieffer
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2009-01-03Added a jump to comments button with a scroll to effect.Chad Kieffer
2009-01-02More admin menu cleanup to reduce it's height. Removed redundant admin theme ...Chad Kieffer
2009-01-01Change the preamble for views in two ways:Bharat Mediratta
2009-01-01Refactor common dialog JS code out into lib/gallery.dialog.jsBharat Mediratta