| Age | Commit message (Collapse) | Author |
|
This is the first step towards having a simple, lightweight and
unified API for module interaction.
|
|
Move the creation of the setting menu back to gallery_menu::admin, now that
there is a mechanism to remove empty menu items
|
|
one that uses it. Perhaps this is not the best solution, but it's the
pragmatic one.
|
|
|
|
File_Structure_Test to make sure we don't regress.
According to the PHP docs, the "public" keyword is implied on static
functions, so remove it. Also, require private static functions to
start with an _.
http://php.net/manual/en/language.oop5.visibility.php
|
|
- 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.
|
|
in its own right. Clean up the tests, streamline the code and improve
the admin interaction. Add a working stats page.
|