summaryrefslogtreecommitdiff
path: root/modules/server_add/helpers
AgeCommit message (Expand)Author
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
2009-07-22Use the Kohana cascading filesystem to locate resources loaded by theBharat Mediratta
2009-07-14Don't use "else" clauses in upgrade() -- it prevents multiple version bumps a...Bharat Mediratta
2009-07-11Forgot to bump the version up to 3Bharat Mediratta
2009-07-11Further simplify server_add (and bump it to version 3).Bharat Mediratta
2009-07-07Rework server_add. It's smaller and leaner now, storing the list ofBharat Mediratta
2009-07-02Partial pass of server_add cleanup. It's broken at this stage sinceBharat Mediratta
2009-06-29Temporary checkin to allow merge with trunk... don't integrateTim Almdal
2009-06-28Use $theme->script() method to render module javascript filesTim Almdal
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-06-12Convert the filename to a sensible title to match the way that the simple upl...Bharat Mediratta
2009-06-04Only request the server_add js if the user is an adminBharat Mediratta
2009-06-05Rewrite the server_add to have the server format the selection when a branch ...Tim Almdal
2009-06-03Guard against pages with no items.Bharat Mediratta
2009-06-03Minor tweaks to the way that we turn the add photos item into a menuBharat Mediratta
2009-06-02made "Add photos" its own site menu itemjhilden
2009-06-02Have server_add turn the "Add Photo" menu option into a dropdown andBharat Mediratta
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-13Create a new "add" permission and require it at the controller levelBharat Mediratta
2009-05-02Change comment style for brevity.Bharat Mediratta
2009-05-02Whitespace cleanup.Bharat Mediratta
2009-04-09Fix server add to correctly ignore a authorized path if there are noTim Almdal
2009-04-08Fixes issues with Server Add:Tim Almdal
2009-04-03Fix for ticket #200. When an error occurs the current uri is noTim Almdal
2009-03-16Remove unnecessary slash from url::site() arg.Bharat Mediratta
2009-03-10Refactor the server add module to make use of the task api (TicketTim Almdal
2009-03-10access::allow/deny/reset functions will now throw an exception if youBharat Mediratta
2009-03-09Fix for ticket #135Tim Almdal
2009-03-05Don't clean out the authorized_paths var at install time, so that uninstall/r...Bharat Mediratta
2009-03-05Cleanups.Bharat Mediratta
2009-03-05Minor cleanups.Bharat Mediratta
2009-03-05Change how the urls are built in the java scriptTim Almdal
2009-03-05Clean up no authorized directoriesmessageTim Almdal
2009-03-05Correct typoTim Almdal
2009-03-04Last of changes required from Bharat's 2nd review passTim Almdal
2009-03-04Continuation of the rename of jquery.autocomplete.pack.jsTim Almdal
2009-03-04move server_add styles into the theme screen.css filesTim Almdal
2009-03-04Move the autocomplete js and css files to libTim Almdal
2009-03-04Rename local_import module to server_addTim Almdal