summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-04Allow url() to return absolute urlsBharat Mediratta
2009-03-04Delete test(), it should never have been checked in.Bharat Mediratta
2009-03-04Simplify logic a bit and tweak the visible text.Bharat Mediratta
2009-03-04Indentation and whitespace tweaks.Bharat Mediratta
2009-03-04Fix indentation.Bharat Mediratta
2009-03-04remove unnecessary render()Bharat Mediratta
2009-03-04Move <label> outside of <?= ?> blockBharat Mediratta
2009-03-04Send 1 items added notification per batch of itemsTim Almdal
2009-03-04Forgot to remove a debugging statementTim Almdal
2009-03-04Use Directory IteratorTim Almdal
2009-03-03* Validate that the source path is authorized.Tim Almdal
2009-03-03Remove csrf verification from autocomplete handlerTim Almdal
2009-03-03Only show local_import head stuff (css and js) when the local_importTim Almdal
2009-03-03Inline the admin view creation that was in helpers/local_import.phpTim Almdal
2009-03-03Use the gallery root directory on the batch::operation call whenTim Almdal
2009-03-03Improve the comment about why we skip the first path.Tim Almdal
2009-03-03Fix indentation, remove unnnecessary csrf check.Bharat Mediratta
2009-03-03Create a proxy event (gallery_event) which is called when the requestTim Almdal
2009-03-03Add the ability for modules to define hooks. The challenge is thatTim Almdal
2009-03-03Undo r20234Tim Almdal
2009-03-03Remove the === false and === true checksTim Almdal
2009-03-03Removed the === false and === true checksTim Almdal
2009-03-03Refactored the batch Api: 1) created a small batch helper class:Tim Almdal
2009-03-03If backticks (`) are used to delimit the name of the table inTim Almdal
2009-03-03Fix issue identified by security review... some table names where notTim Almdal
2009-03-02Forgot to update the install.sql when i changed the [] to {} toTim Almdal
2009-03-01Simplify the batch api by having the core event handlers forTim Almdal
2009-02-28The scaffolding, simple_uploader and local_import now call two newTim Almdal
2009-02-28Change the pattern to identify tables that need prefix substitution toTim Almdal
2009-02-28Correct a type and missed a table nameTim Almdal
2009-02-27This implement table prefix for the watermark notification modules (Ticket #68)Tim Almdal
2009-02-27This implements table prefix for all the queries in core, user, exif,Tim Almdal
2009-02-27This implements table prefix for all the queries in core, user, exif,Tim Almdal
2009-02-27Both the command line and web installer installer now supportsTim Almdal
2009-02-27* Refactor task management methods from admin_maintenance.php toTim Almdal
2009-02-271) Change the image block so it has the correct url in the anchor tag.Tim Almdal
2009-02-27Remove unneeded code.Bharat Mediratta
2009-02-27Optimize the code by ditching the count query; we don't need it.Bharat Mediratta
2009-02-27Replace the string [table_name] with {$prefix}table_name. SlowlyTim Almdal
2009-02-27Remove commented codeTim Almdal
2009-02-27Continue the journey of replacing raw sql with ORM or Database methodTim Almdal
2009-02-27Continue the journey of replacing raw sql with ORM or Database methodTim Almdal
2009-02-26Update to image_block based on bharat's feedbackTim Almdal
2009-02-26Replace ORM->select(count(*)) with a call to Database::count_recordsTim Almdal
2009-02-26Removed raw update sql and replaced it with Database::update(...)Tim Almdal
2009-02-26Remove the commented line $parent->$movie->parent() as the $parentTim Almdal
2009-02-26Use the Database::update function instead of a raw SQL queryTim Almdal
2009-02-26Delete unused codeTim Almdal
2009-02-26Implement fix for ticket #103. If there is no exif data, don'tTim Almdal
2009-02-26Fix up add from server:Tim Almdal