Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-26 | Set csrf into the global theme for convenience. | Bharat Mediratta | |
2009-03-26 | Replace iterators with stack based scanner, which we can serialize into the ↵ | Bharat Mediratta | |
task context. | |||
2009-03-26 | Normalize code style. | Bharat Mediratta | |
2009-03-26 | Convert the L10n scanner from a library to a helper. | Bharat Mediratta | |
In order to make the class static, I had to remove the index cache. I'll restore that and cache the index keys in the task context in a subsequent change. For now, I've put in a @todo to add the caching back in. | |||
2009-03-26 | Revert r20492 | Tim Almdal | |
2009-03-26 | Use pathinfo() instead of substr/strchr/etc to get the file extension. | Bharat Mediratta | |
2009-03-26 | Normalize exception format. | Bharat Mediratta | |
2009-03-26 | Optimize the way we lookup incoming translations. | Bharat Mediratta | |
Undo last commit (accidentally committed benchmarking code) | |||
2009-03-26 | Normalize exception format. | Bharat Mediratta | |
2009-03-26 | Normalize exception string format. | Bharat Mediratta | |
2009-03-26 | Fix typo, whitespace. | Bharat Mediratta | |
2009-03-25 | Fix for ticket #184. Set the default album sort order to "Title" | Tim Almdal | |
2009-03-25 | Fix unit tests where the albums, resizes and thumbs directory were | Tim Almdal | |
being deleted. Fix for ticket #182 | |||
2009-03-25 | Remove debug line. | Bharat Mediratta | |
2009-03-25 | untabify | Bharat Mediratta | |
2009-03-24 | change version from "3.0 Alpha 3" to "3.0 pre-beta svn" | Bharat Mediratta | |
2009-03-24 | Change the item model so it will actually delete all the file system | Tim Almdal | |
objects when an item is deleted. | |||
2009-03-23 | Fix for ticket #168: Set a default value for extra_attrs on the ↵ | Tim Almdal | |
Item_Model::thumb_tag() | |||
2009-03-21 | Refactor all translation strings that have ambiguous placeholders. | Andy Staudacher | |
E.g. "%link_startClick here%link_end" is now '<a href="%url">Click here</a>'. Note: This isn't always the best solution. E.g. consider "Foo <a href='%url' class='gDialogLink'>bar</a>." Now the translator has to deal with preserving CSS classes too... | |||
2009-03-20 | Don't divide by zero in thumb_tag if there's no thumbnail | Bharat Mediratta | |
2009-03-20 | Add title string to this page. Doesn't show yet because its in a gPanel | Bharat Mediratta | |
2009-03-20 | This change checks that the active theme is available and if its not, | Tim Almdal | |
reverts to the default theme. | |||
2009-03-20 | minor UI and CSS improvements | Jakob Hilden | |
(the styling of the flash button is a not themable solution and I put the CSS in the file for now) | |||
2009-03-20 | rollback of r20469... see trac #161 | Tim Almdal | |
2009-03-20 | Rather than moving the themeroller and all of its associated files | Tim Almdal | |
into each theme. I chose to create methods Theme_View::file($path) and Admin_View::file($path). These methods check for a theme override file in the theme and return a link to it if it exists. So to override the themeroller files. just create a lib/themeroller in the theme and the files will be picked up. | |||
2009-03-20 | Oops, we need UNIX_TIMESTAMP() instead of NOW() | Bharat Mediratta | |
2009-03-20 | Do some data normalization so that the install files will have stable | Bharat Mediratta | |
ordering and known values. This way subsequent packaging runs won't have any differences unless there's a real data change. | |||
2009-03-20 | Set our version to 3.0 Alpha 3 and add 'logs' as a dir we create at install time | Bharat Mediratta | |
2009-03-20 | Restore $extra_attrs in img tags. Roll back to using .gThumbnail in quick pane. | Chad Kieffer | |
2009-03-19 | Rejigger the way we do reinstalls while Kohana is running. | Bharat Mediratta | |
core_installer::install() now takes an $initial_install param that allows us to enforce that we're doing a clean install. Use this in both the scaffolding and the unit test code. Greatly simplify the scaffolding uninstall/reinstall code. | |||
2009-03-19 | Fix syntax errors. | Bharat Mediratta | |
2009-03-18 | Fix for ticket #155. Delete the item record before unlinking the | Tim Almdal | |
files. | |||
2009-03-18 | Fix for ticket #153. The sort column was not not initialized for | Tim Almdal | |
movies or photos. Turns out that when you go to delete, ORM tries to check for children and apply the sort order. | |||
2009-03-18 | Fix for ticket #152. Somewhere along the line we we stopped using | Tim Almdal | |
gThumbnail as a class. Changed the selector to select the image from ".gThumbnail" to ".Quick img" | |||
2009-03-18 | This is the real fix to ticket #154 | Tim Almdal | |
2009-03-18 | Fix failed unit test: private methods are required to begin with an ↵ | Tim Almdal | |
underscore(_) | |||
2009-03-18 | Remove trailing ?> | Tim Almdal | |
2009-03-18 | Fix for ticket #154: Remove the raw count and use the ORM wrapper. | Tim Almdal | |
2009-03-18 | Added rotate cc and ccw icons to themeroller theme and css to default theme, ↵ | Chad Kieffer | |
applied to quick pane rotate buttons. Hope that jQuery UI includes rotate icons eventrually so we don't have to maintain this. | |||
2009-03-18 | Remove semi-colons from single sql statements and correct anoter | Tim Almdal | |
instance of {items` which won't get prefixed properly | |||
2009-03-18 | Fix for ticket #143 | Tim Almdal | |
2009-03-18 | Fix for ticket 142: Choose plural form "other" for count == 0 (unless the ↵ | Andy Staudacher | |
locale has a specific plural form for zero) | |||
2009-03-18 | Fix for ticket #142. Valiant: u might want to check the implications | Tim Almdal | |
of this. | |||
2009-03-18 | Functional l10n_client / server interaction: | Andy Staudacher | |
- Get / verify API Key from l10n server - Submit translations - Fetch translations / updates Reference: Tasks: 75, 76, 55 TODO: Move out of core (and a series of other tasks). | |||
2009-03-18 | Corrections based on feedback | Tim Almdal | |
2009-03-17 | Fix for ticket #101 | Tim Almdal | |
2009-03-17 | Fix missing preambles | Bharat Mediratta | |
2009-03-17 | Treat calls to install() with TEST_MODE set to be initial installs. At ↵ | Bharat Mediratta | |
least for now. | |||
2009-03-17 | Fix minor correctness issues | Bharat Mediratta | |
2009-03-17 | Style breadcrumb in photo upload dialog | Chad Kieffer | |