summaryrefslogtreecommitdiff
path: root/core/views
AgeCommit message (Expand)Author
2008-12-14Change the watermark module to use forge.Tim Almdal
2008-12-14The start of the watermark module. It doesn't save the watermark at this poi...Tim Almdal
2008-12-141) fix Forge_Group to display the label (will raise a bug with Kohana)Tim Almdal
2008-12-12Don't show the access tab if the user module isn't installedBharat Mediratta
2008-12-12Remove the attempt at a local import moduleTim Almdal
2008-12-12Get rid of all pseudo users and pseudo groups, while preserving allBharat Mediratta
2008-12-111) Begins the creation of the local import module by adding the administation...Tim Almdal
2008-12-10Change all access API methods to take ORMs instead of ids. This willBharat Mediratta
2008-12-09update call from access::can() -> access::group_can()Bharat Mediratta
2008-12-07Move form.html.php from themes/default/views to core/viewsTim Almdal
2008-12-04Change the startup code to only put installed modules on the autoloadBharat Mediratta
2008-12-04Fix indentationBharat Mediratta
2008-12-03Move the form html into the controllerBharat Mediratta
2008-12-02The rearrange module will now add an album if you drag the "new album" onto t...Tim Almdal
2008-12-01Tighten up ul.permissionsBharat Mediratta
2008-12-01Fix profiler settings in the scaffoldingBharat Mediratta
2008-12-01style the permission tree a little tighterBharat Mediratta
2008-12-01Add access::reset() so that you can specify your intent to use theBharat Mediratta
2008-12-01Clean up styles a bit to make it more obvious what's going on. ShowBharat Mediratta
2008-12-01Prototype access control model. There's much left to do, but it's aBharat Mediratta
2008-11-30Move rearrange HTML generation into welcome.php so that we gracefullyBharat Mediratta
2008-11-29Add access model (not fully baked yet).Bharat Mediratta
2008-11-29The gui part of rearranging albums and photos on the welcome page. Haven't f...Tim Almdal
2008-11-28Add an easy way to add a bunch of servers from the server sideBharat Mediratta
2008-11-26Link to the albums in the album tree.Bharat Mediratta
2008-11-26Draw an album tree in the access -> permissions tab.Bharat Mediratta
2008-11-26Add support for marking users as "admin"Bharat Mediratta
2008-11-26Add support in the scaffolding for adding users to groups, adding andBharat Mediratta
2008-11-25The scaffolding can now add and delete users and groups. Yippee!Bharat Mediratta
2008-11-25Add a "Access" tab to the scaffolding and list users and groups.Bharat Mediratta
2008-11-25Add theme debugging. Activate it in the [info] tab in theBharat Mediratta
2008-11-25Escape CDATA blocks to avoid JS errorsBharat Mediratta
2008-11-24Show a link to the item with the most tags.Bharat Mediratta
2008-11-24Add the creation of tags to the scaffolding codeTim Almdal
2008-11-23Show the # of commentsBharat Mediratta
2008-11-23Escape Javascript to avoid validation errors.Bharat Mediratta
2008-11-23Add a button to install all plugins at once, now that we have so many.Bharat Mediratta
2008-11-19Fix some broken-ness:Bharat Mediratta
2008-11-19Fix /item -> /items to conform to new REST api.Bharat Mediratta
2008-11-19* Renamed the album, item and photo controllers to albums, items and photos i...Jozef Selesi
2008-11-18Fix a typo in the text MPTT linkBharat Mediratta
2008-11-12Create a simple benchmark that loads 500 localized messages and performsBharat Mediratta
2008-11-11Change the PUT/DELETE tunneling param from __action to _methodBharat Mediratta
2008-11-11Move scaffolding code out of the comments controller to welcome.php.Jozef Selesi
2008-11-10Comment creation controller, helper and test. Add comments from the scaffold.Jozef Selesi
2008-11-10Remove Auth moduleTim Almdal
2008-11-10Add support for multi-file-upload using jquery.MultiFile and modifyBharat Mediratta
2008-11-10Clean up HTML for adding albums/photos a tad.Bharat Mediratta
2008-11-10Add the ability to create albums to the scaffoldingBharat Mediratta
2008-11-09Implement Item_Controller::put() and delete()Bharat Mediratta