Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta | |
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
2011-04-23 | Inline admin JS into admin_server_add.html.php. Fixes #1686. | Bharat Mediratta | |
2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
2011-01-15 | Fix all the head() and admin_head() theme callbacks to return the | Bharat Mediratta | |
results of the $theme->css() and $theme->script() calls. This handles the case where combining scripts/css returns HTML instead of putting it in the queue for combination. Fixes #1611. | |||
2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
2009-10-30 | Add type attribute to rest of our script tags. | Chad Kieffer | |
2009-10-24 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
Conflicts: modules/server_add/helpers/server_add_theme.php | |||
2009-10-23 | Adjust order of items on server_add admin page. Restore autocomplete to the ↵ | Chad Kieffer | |
add form. Created a server_add.css file. | |||
2009-10-22 | Change the name of identity library from Identity to IdentityProvider. ↵ | Tim Almdal | |
Create a helper class called identity to simplify call the Identity Provider. Move the contents of MY_Session.php to the new helper class and remove the MY_Session class | |||
2009-10-16 | Remove all non Identity API methods from Identity.php. Created an ↵ | Tim Almdal | |
MY_Session class to provide the user state changes in the session and a login.php helper that has the login form. | |||
2009-10-16 | Start simplifying the interface by moving the static methods from user.php ↵ | Tim Almdal | |
and group.php. Tried creating a identity helper, but the helper identity.php was confused with the library Identity.php. So got around this by making the methods on Identity static and calling the instance within the static methods. Also temporarily moved the user.php and group.php back into the user module. | |||
2009-07-22 | Use the Kohana cascading filesystem to locate resources loaded by the | Bharat Mediratta | |
theme. Because the theme comes first, this means that themes can override any module resources, at the cost that we no longer have namespacing for JS and CSS files. The only file getting used outside of this model is themes/default/screen.css which is used in the admin theme. I fixed that by copying screen.css into admin_default and renaming its screen.css to admin_screen.css. I also copied over all the images that it was referencing. Fixes tickets #48 and #539. Theme API changes: - theme_script(), theme_url() and theme_css() are no longer needed - script(), url() and css() now refer to the first matching asset in the module load path, where gallery3/lib is at the end of the path | |||
2009-06-29 | Temporary checkin to allow merge with trunk... don't integrate | Tim Almdal | |
2009-06-28 | Use $theme->script() method to render module javascript files | Tim Almdal | |
2009-06-04 | Only request the server_add js if the user is an admin | Bharat Mediratta | |
2009-06-05 | Rewrite the server_add to have the server format the selection when a branch ↵ | Tim Almdal | |
is opened. Sub trees re only retrieved when the branch is opened. Changed the start task processing to fill in any subtrees that are selected, but were never expanded on the client. Added the loading icon. Signed-off-by: Bharat Mediratta <bharat@menalto.com> | |||
2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta | |
2009-04-03 | Fix for ticket #200. When an error occurs the current uri is no | Tim Almdal | |
longer admin/server_add but admin/server_add/add_path and the equality check fails. | |||
2009-03-05 | Change how the urls are built in the java script | Tim Almdal | |
2009-03-04 | Continuation of the rename of jquery.autocomplete.pack.js | Tim Almdal | |
2009-03-04 | move server_add styles into the theme screen.css files | Tim Almdal | |
2009-03-04 | Move the autocomplete js and css files to lib | Tim Almdal | |
2009-03-04 | Rename local_import module to server_add | Tim Almdal | |