| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-06-04 | Change XXX to @todo | Bharat Mediratta | |
| 2009-05-30 | Fix IE issues with gPager, switch gPager from id to class, it's possible ↵ | Chad Kieffer | |
| that we might want it to appear more than once in views. | |||
| 2009-02-22 | Apply button styles to pager buttons and position in consistent locations. | Chad Kieffer | |
| 2009-01-15 | Changing t() placeholder syntax from {{replace_me}} to %replace_me. | Andy Staudacher | |
| 2009-01-10 | Switch the pager to use themeroller's icon sprites. I applied jquery ui css ↵ | Chad Kieffer | |
| classes to newly added span classes in the pager templates directly, will likely move these out and apply through ui.init.js later. | |||
| 2009-01-08 | i18n refactoring: Rename all _() (reserved by gettext) calls to t(). | Andy Staudacher | |
| - And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key. | |||
| 2009-01-01 | Change the preamble for views in two ways: | Bharat Mediratta | |
| 1) drop unnecessary semicolon 2) start with <?php for extra security in the case that the server itself doesn't have short_tags enabled (the app won't work, but we need to make sure that we're still secure) | |||
| 2008-12-31 | Add sibling information on photo pages and a very simple next/previous ↵ | Bharat Mediratta | |
| interface. | |||
| 2008-12-15 | Argh, fix a bad rename. | Bharat Mediratta | |
| 2008-12-15 | Rename default_admin to admin_default. | Bharat Mediratta | |
| 2008-11-23 | This should have been checked in with r18815. | Chad Kieffer | |
| 2008-11-07 | Add automatic pagination. All you have to do is add <?= $theme->pager | Bharat Mediratta | |
| ?> to your theme file and you get a well formed pager. Themes can customize this any way they want. A version that matches the mockup is provided in the default theme. | |||
