summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2012-05-11Verify that theme names are well formed. Fixes #1856.Bharat Mediratta
2012-05-11Inject some sanity into watermark file extensions.Bharat Mediratta
2012-05-08Fix up a title that I overlooked in 581d9a58db6a18a2597ee5487e57716f367c884bBharat Mediratta
2012-05-08Close all buffers, not just the ones that Kohana opened. Fixes #1821,Bharat Mediratta
thanks to pvalsecc.
2012-05-07Convert the missing movie placeholder over to a JPG for consistency. Fixes ↵Bharat Mediratta
#1828.
2012-05-07Use legal_file::get_extensions() and variants where appropriate. Fixes #1815.Bharat Mediratta
2012-05-07Fix typo in call to Kohana_Exception::getMessage, thanks to Serge.Bharat Mediratta
Fixes #1780.
2012-05-07Oops, fix up a bug originally added inBharat Mediratta
7d66ab2e949bc915f108737f08cac2f9057ef729 when I tweaked the name of the rss_available variable to be rss_visible, but got it wrong. Bump the comment module to 6 so that we run the installer and clean up old vars. Fixes #1854.
2012-05-07Update date format to make it RFC822 compliant. Thanks to moullas. Fixes ↵Bharat Mediratta
#1798.
2012-05-07Oops, add in a file missed in 11ee6d50acf8849347c2c37dc15697830ff854d0Bharat Mediratta
2012-05-07Improve IdentityProvider switching code, patch thanks to ReklovBharat Mediratta
Nesalk. Fixes #1834.
2012-05-07Improve IdentityProvider switching code, patch thanks to ReklovBharat Mediratta
Nesalk. Fixes #1834.
2012-05-07Fix a database error caused by trying to view a non-search-result in aBharat Mediratta
search context. Patch thanks to sermoro. Fixes #1837.
2012-05-07Fix missing date.timezone which results in a crash on startup in I18nBharat Mediratta
code. Fill in missing field and log it 25% of the time. Fixes #1853.
2012-05-06Use html::anchor consistently. Fixes #1851.Bharat Mediratta
2012-05-05Clean up comments.Bharat Mediratta
2012-05-05Clean up message to preserve page formatting. Fixes #1848.Bharat Mediratta
2012-05-05Remove debug line added in 581d9a58db6a18a2597ee5487e57716f367c884bBharat Mediratta
2012-05-05Clean up title handling code in organize and wind theme for consistency.Bharat Mediratta
Fixes #1847.
2012-05-05Fix extension-swapping code for files that have extensions that areBharat Mediratta
not 3 characters long. Fixes #1845.
2012-05-05Improve the dimensions-detecting regex, thanks to cchiappa.Bharat Mediratta
Fixes #1844.
2012-05-05Fix #1846.Bharat Mediratta
2012-04-30Fix #1843.Bharat Mediratta
2012-04-30Guard reparent/rearrange against bad values in source_id. Fixes #1843.Bharat Mediratta
2012-04-01"public static" -> "static"Bharat Mediratta
2012-04-01Exclude modules/gallery/vendor/joomla from some structure testsBharat Mediratta
2012-04-01Beef up the random number generator by using Joomla's new implementation.Bharat Mediratta
2012-04-01Try a different approach at filtering. Fixes #1831.Bharat Mediratta
2012-04-01Restrict valid urls to having a http:// or https:// prefix. Fixes #1830.Bharat Mediratta
2012-03-29Improve comment RSS feed visibility, initially added by Thomas E. Horner inBharat Mediratta
fc942aacda07346fa9af04853659eaeac1e766d3. Change some variable names, refactor out visibility checking code, actually check visibility at generation time instead of just suppressing the UI, update module.info Fixes #1829.
2012-03-29Merge commit 'fc942aa'Bharat Mediratta
2012-03-26Fixed Delete buttonMaxim Rubis
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2012-02-27Updated for #1764 and #1790Bharat Mediratta
2012-02-06Don't support display contexts for robots. Fixes #1819.Bharat Mediratta
2012-02-06Add tags for all Cache::instance()->set calls that don't have one.Bharat Mediratta
Fixes #1818.
2012-02-05Add Baidu, Bing and Ezooms to the robits list. Fixes #1817.Bharat Mediratta
2011-12-23Use Albums_Controller::get_display_context as the default display context. ↵Bharat Mediratta
Fixes #1812.
2011-12-17Follow-on fix for #1790 - the last fix broke rearranging for everythingBharat Mediratta
*but* IE9. Oops!
2011-11-24Move the Content-Length header into the main block, fix some formatting.Bharat Mediratta
Follow-on to 5b969fd069e239e4126b52377518ac98968b1aab which is a fix for #1802.
2011-11-24Merge branch 'patch-1' of git://github.com/ffchung/gallery3Bharat Mediratta
2011-11-03In get_position() don't try to truncate the score if it's empty. Follow-on ↵Bharat Mediratta
to ce43f29e2ceaac3d638061f81dc6037b5e0018d3
2011-11-03Better fix for dc21cf36b606048dc24532407d39bc8f5b4211fa - let's just fix upBharat Mediratta
the root album thumbnail when the proportions change so that we avoid this problem altogether.
2011-10-29gzip stream problem on Google Chromeffchung
2011-10-26Follow on to 7f62f09cf377b92b615e456ec4539300b331fd4b for #1663 to fix badBharat Mediratta
query syntax, pointed out by Singularis in http://gallery.menalto.com/gallery_3.0.2_feedback#comment-383135
2011-10-03Fix the standard and REST uploaders to use a callback function toBharat Mediratta
delete temporary files during shutdown. Fixes #1788.
2011-10-03Work around a JS bug in IE9 that breaks the organize module.Bharat Mediratta
Fixes #1790.
2011-10-03Use a stdClass wrapper around the data in the before_combine andBharat Mediratta
after_combine events so that event handlers can modify the data. Fixes #1789.
2011-08-30Make the Theme_View::thumb_proportion() API call backwards compatible toBharat Mediratta
the API before dc21cf36b606048dc24532407d39bc8f5b4211fa. Fixes #1775
2011-08-30Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal