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
/
core
/
libraries
Age
Commit message (
Expand
)
Author
2009-03-08
Implement Sortable albums. Current sort fields include (Creation
Tim Almdal
2009-03-08
Don't show the pager if there're no photos on the page.
Bharat Mediratta
2009-03-05
Avoid using default task types. Require task::get_definitions() to
Bharat Mediratta
2009-03-05
Implement a Maintenance mode as per ticket: #15
Tim Almdal
2009-02-28
Change the pattern to identify tables that need prefix substitution to
Tim Almdal
2009-02-27
This implements table prefix for all the queries in core, user, exif,
Tim Almdal
2009-02-27
* Refactor task management methods from admin_maintenance.php to
Tim Almdal
2009-02-27
Replace the string [table_name] with {$prefix}table_name. Slowly
Tim Almdal
2009-02-26
Minor style changes.
Bharat Mediratta
2009-02-23
Changing from binary(16) to char(32) as translation message key.
Andy Staudacher
2009-02-19
Adding a l10n scanner - scans for t() and t2() calls, inserts the extracted m...
Andy Staudacher
2009-02-12
Change i18n message key to include the plural form (to ensure that it's truly...
Andy Staudacher
2009-02-12
Added a show comment form button. Add comment form is revealed when the butto...
Chad Kieffer
2009-02-10
style fixes (style for method names, style for vars in locale.php)
Andy Staudacher
2009-02-10
Adding UI for site language selection and user language preference.
Andy Staudacher
2009-02-10
Remove extra blank lines
Bharat Mediratta
2009-02-10
Move site default_locale into DB (vars) and add a per user locale preference.
Andy Staudacher
2009-02-09
Add local localization functionality. Local = no means to upload / download t...
Andy Staudacher
2009-02-09
Adding translation UI. Not backed by any model yet (submissions are ignored).
Andy Staudacher
2009-02-08
Fix a bug that I think I introduced in my last sendmail refactor where
Bharat Mediratta
2009-02-06
Correct comment on factory
Tim Almdal
2009-02-06
Convert all item->type == "album" to item->is_album()
Tim Almdal
2009-02-06
Apply default link styles to links in dialogs, including the Forgot Password ...
Chad Kieffer
2009-02-05
Move test-related extensions to Sendmail into a subclass that we only
Bharat Mediratta
2009-02-05
Minor code style changes.
Bharat Mediratta
2009-02-03
Doh! Fix a bug in add_after() that caused it to drop the item we were adding...
Bharat Mediratta
2009-02-02
Do 1 DB query for l10n per HTTP request (per locale), not one per t() call.
Andy Staudacher
2009-02-02
Changed the Sendmail library to allow the separator between mail
Tim Almdal
2009-02-01
Update the handling of the to field if the input field is an array
Tim Almdal
2009-01-29
Add the ability to generate the id parameter on Menu Dialog.
Tim Almdal
2009-01-29
Fix an off-by-one issue-- the destination level is the target's child, not th...
Bharat Mediratta
2009-01-29
Update the level when moving items
Bharat Mediratta
2009-01-28
Add Menu::add_after()
Bharat Mediratta
2009-01-28
Create a sendmail library to wrap the call to the system sendmail
Tim Almdal
2009-01-24
Add move support. Use the move icon in the quick pane. You can't
Bharat Mediratta
2009-01-23
Add support for parenthetical grouping to Database queries. Turns out
Bharat Mediratta
2009-01-18
Rename theme callback helpers from xxx_block to xxx_theme to make room
Bharat Mediratta
2009-01-16
Rename Task to Task_Definition to avoid confusion with Task_Model.
Bharat Mediratta
2009-01-16
Break task definitions out into the <module>_task helper and create a
Bharat Mediratta
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-15
Simplifying the way t() is called. Refactoring localization function t($messa...
Andy Staudacher
2009-01-13
Change admin/themes to show both styles of themes side by side. This
Bharat Mediratta
2009-01-13
Reverse the last change; forgot that {$key} is treated specially
Bharat Mediratta
2009-01-13
Use variable interpolation to reduce code size
Bharat Mediratta
2009-01-13
Models should be named in adjective_noun form to make pluralizatoin
Bharat Mediratta
2009-01-12
Implement deleting dashboard blocks.
Bharat Mediratta
2009-01-12
Dashboard blocks are now data driven, and you can add new blocks to
Bharat Mediratta
2009-01-11
Deleted unused MY_Form_Radio
Bharat Mediratta
2009-01-11
Let admins override the theme with a query param
Bharat Mediratta
2009-01-10
Use the theme's avatar as the default if Gravatar doesn't have one.
Bharat Mediratta
[next]