summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-03get rid of a stray space that was breaking the File_Structure_TestBharat Mediratta
2008-12-03Temporarily disable some code to get tests to pass.Bharat Mediratta
2008-12-03Fix errors in the preambleBharat Mediratta
2008-12-03Make sure that the dev is not using the same db for tests as they are for ↵Bharat Mediratta
production (this one's for you, valiant!)
2008-12-03Drop the database and rm -rf test/var instead of calling uninstall onBharat Mediratta
all modules. This guarantees a clean start w/out worrying about weirdness in the uninstaller code.
2008-12-03Drop the right tables at uninstall timeBharat Mediratta
2008-12-03Grouped Ajax/Dom scripting related styles (gInPlaceEdit, gClose, etc.). ↵Chad Kieffer
Began gInPlaceEdit styles.
2008-12-03Rename generic test.php to gallery_unit_test.php to make navigation to this ↵Bharat Mediratta
file a little easier
2008-12-03Fix a bad copy/pasted commentBharat Mediratta
2008-12-02Removed per jozefsBharat Mediratta
2008-12-02Remove the variable from inside _()Tim Almdal
2008-12-02The rearrange module will now add an album if you drag the "new album" onto ↵Tim Almdal
the album tree. I haven't had a chance to figure out why the form does get any styling or why a textarea is no included as a list item.
2008-12-02Oops, this was missing from the last fix.Bharat Mediratta
2008-12-02Fix a problem in _update_access_cache() where if the intent isBharat Mediratta
default, we weren't properly propagating ALLOW where necessary.
2008-12-01Tighten up ul.permissionsBharat Mediratta
2008-12-01Turn <div/> into <div></div> to make Chrome happy.Bharat Mediratta
2008-12-01Add missing closing >Bharat Mediratta
2008-12-01Drag and Drop is starting to work. You can drag the New Album over any of ↵Tim Almdal
the directorys and it will be allowed. Drag anything over New Album and it will return. You can drag an tree item except the root over the delete icon and it will be accepted. Now I need to build the ajax and server side functionality the at allows this to all work.
2008-12-01Fix the fact that the tree wouldn't show up... just a wee bit overly ↵Tim Almdal
aggressive in cleaning up what i thought was unused files
2008-12-01New Rearrange gui based on jqueryFileTree ↵Tim Almdal
(http://www.abeautifulsite.net/notebook.php?article=58). I like the look of this one better. Still need to implement the drag and drop functionality.
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
parent's permissions. Update scaffolding to demonstrate that it works.
2008-12-01Clean up styles a bit to make it more obvious what's going on. ShowBharat Mediratta
edit permissions too to demonstrate that we're doing something different for the different type of permissions.
2008-12-01Add @todosBharat Mediratta
2008-12-01Prototype access control model. There's much left to do, but it's aBharat Mediratta
working implementation.
2008-12-01In place editing in breadcrumbs is a bit much, plus, it breaks the layout. ↵Chad Kieffer
Removing, at least for now.
2008-12-01Grouped inline form styles. No longer using gInline class in favor of ↵Chad Kieffer
specific form IDs that can be styled differently depending on which container they appear. Added gDescription class, dropped gUnderState for semantics. CSS cleanup.
2008-11-30Move rearrange HTML generation into welcome.php so that we gracefullyBharat Mediratta
handle the case where the DB is not installed yet.
2008-11-29Add access model (not fully baked yet).Bharat Mediratta
Update scaffolding to allow addition of just albums (helpful for testing permissions)
2008-11-29Changed CSS organization, removed form section. Moved generic form CSS up to ↵Chad Kieffer
top of sheet and specific form styles to be adjacent to related content. This should ensure inheritance works generic down to specific. Removed #gAddTags in favor of #gTags form.
2008-11-29The gui part of rearranging albums and photos on the welcome page. Haven't ↵Tim Almdal
finished the ajax back end to actually do the move, but thought i'd put the gui up so people can play
2008-11-29Insure that the page and offset refere to valid itemsTim Almdal
2008-11-29Fix another bug caused by moving this from tag to tag_eventBharat Mediratta
2008-11-29Fix a bug where we were listening to the wrong event.Bharat Mediratta
2008-11-28Use .width() instead of .innerWidth(). Now photo resize works in IE 7.Chad Kieffer
2008-11-28The start of a rearrange moduleTim Almdal
2008-11-28Dynamically reset the dimensions of resized photos to fit if they're too wide.Chad Kieffer
2008-11-28Remove debugging statementsTim Almdal
2008-11-28Dynamically create the list of available modules. This permits new modules ↵Tim Almdal
to be added without having to update the config.php file
2008-11-28Create module::event() which runs Gallery events. It works byBharat Mediratta
convention. To respond to the "photo_created" event in the gmaps module, you create modules/gmaps/helpers/gmaps_event.php containing class gmaps_event which has function photo_created. Renamed all events from gallery.foo.bar to foo_bar Updated tag module to use new convention.
2008-11-28Check for APP13 before using itBharat Mediratta
2008-11-28Rename module::get_list() to module::installed()Bharat Mediratta
2008-11-28When an image is uploaded (i.e. created) the tag module will now extract any ↵Tim Almdal
iptc keywords and add them as image tags.
2008-11-28Add credits theme callback, point the powered-by link at GMCBharat Mediratta
2008-11-28Move the <media:thumbnail> outside of the <media:group> to work around a bug ↵Bharat Mediratta
in Cooliris.
2008-11-28Rename tag_block_cloud.html.php to tag_cloud.html.phpBharat Mediratta
2008-11-28Add an easy way to add a bunch of servers from the server sideBharat Mediratta
2008-11-28Set the page size to 30 images. No need to limit ourselves to 10 in a feed.Bharat Mediratta
2008-11-28Create media_rss helper and move feed generation in there, so that weBharat Mediratta
can get to the feed from other parts of the code.