horde.git
2009-08-03 Matt SelskyUse parens to make negation more clear with instanceof.
2009-08-03 Michael J.... Commit initial code for a Exiftool (sno.phy.queensu...
2009-08-03 Michael J.... Clean up the Ansel_View_Base::json method.
2009-08-03 Michael J.... Clean up slideshow js.
2009-08-03 Michael J.... Clean up the Image and Slideshow views.
2009-08-03 Michael M SlusarzBug #8447: Undefined values in login tasks
2009-08-03 Michael M SlusarzFix conversion of sort pref
2009-08-03 Michael M SlusarzFix off-by-one error
2009-08-03 Michael M SlusarzMake sure this number is cast to an integer
2009-08-03 Jan SchneiderProvide a non-javascript link for editing permissions.
2009-08-03 Jan SchneiderFix link generation.
2009-08-03 Jan SchneiderRemove BC webdav stuff. Use pretty URLs in Nag.
2009-08-03 Jan SchneiderFix link generation.
2009-08-03 Jan SchneiderFix HTML.
2009-08-03 Jan Schneider<script> belongs into either head or body.
2009-08-03 Jan SchneiderFix parse error.
2009-08-03 Jan SchneiderAdd Id
2009-08-03 Gonçalo QueirósFix toggling tasks.
2009-08-03 Gonçalo QueirósCast values.
2009-08-03 Michael M SlusarzGet rid of js/src directories.
2009-08-03 Michael M SlusarzImprovements to CSS/JS loading
2009-08-03 Michael M SlusarzRe-add this string since dimp doesn't use horde's popup.js
2009-08-03 Michael J.... Specify we are making a GET request
2009-08-02 Michael J.... Track changes in Horde_Image
2009-08-02 Michael J.... Track changes to Horde_Image using Exceptions
2009-08-02 Michael J.... Fix path for Effect
2009-08-02 Michael J.... Another Vimeo related file that snuck into the move...
2009-08-02 Michael J.... Throw Horde_Image_Exception instead of returning PEAR_E...
2009-08-02 Michael J.... Catch ImagickExceptions and rethrow as Horde_Image_Exce...
2009-08-02 Michael J.... Exceptions from Horde_Image::loadFile
2009-08-02 Michael J.... Start splitting up Horde_Image into more atomic objects
2009-08-02 Michael J.... Remove these Vimeo gallery objects. They were not meant...
2009-08-02 Michael J.... Remove ImagickProxy class now that we are PHP5
2009-08-02 Matt SelskyTypo.
2009-08-02 Matt SelskyFix parse error and make sure to negate instanceof...
2009-08-02 Matt SelskyFix parse errors.
2009-08-01 Michael J.... make sure to trim the UserComment field before checking...
2009-08-01 Michael J.... When making humanReadable, return a '---' instead of...
2009-08-01 Michael J.... Remove debug cruft and simplify a bit
2009-08-01 Michael J.... Some cs fixes as I come across them...stil LOTS of...
2009-08-01 Michael J.... Add formatting for the UserComment field along with...
2009-08-01 Michael J.... no gettext here
2009-08-01 Michael J.... Remove what looks like some cruft left over from Exifer...
2009-08-01 Michael J.... Fix variable name, have factory method determine which...
2009-08-01 Michael J.... Typos, Bundled driver needs a lookupType method also...
2009-08-01 Michael J.... Fix variable name
2009-08-01 Michael J.... Remove include for removed file
2009-08-01 Michael J.... Remove Ansel_ImageData - replaced by Horde_Image_Exif
2009-08-01 Michael J.... Use Horde_Image_Exif library for this now
2009-08-01 Michael J.... Switch over to new Horde_Image_Exif code.
2009-08-01 Michael J.... It would help if we actually returned the result of...
2009-08-01 Michael J.... Clean up some refactoring artifacts, new package.xml...
2009-08-01 Chuck Hagenbuchfix parse error
2009-08-01 Michael J.... Port exifer code from Ansel to Horde_Image_Exif_*
2009-07-31 Michael J.... Another place to add width/height for popup.js
2009-07-31 Michael J.... Readd the removed width and height parameters for popup.js
2009-07-31 Michael J.... No need for popup.js in the geotag block
2009-07-31 Michael J.... Fix transposed width/height values for popup.js
2009-07-31 Michael J.... These should not be necessary anymore now that prototyp...
2009-07-31 Michael J.... Fix inclusion of popup.js
2009-07-31 Michael M SlusarzRemove debug artifact
2009-07-31 Michael J.... Resolving conflict from upstream merge
2009-07-31 Michael J.... Rename the Geodata widget to Geotag widget
2009-07-31 Michael J.... remove debug output
2009-07-31 Michael M SlusarzTrack Horde popup.js changes
2009-07-31 Michael M SlusarzAdd IMP::prepareMenu()
2009-07-31 Michael M SlusarzMove popup generation to horde
2009-07-31 Michael M SlusarzFix usage of Horde::escapeJson().
2009-07-31 Michael M SlusarzFix undefined value.
2009-07-31 Michael M SlusarzCleanup translation files
2009-07-31 Michael M SlusarzUse prune() instead of setPruneFlag()
2009-07-31 Michael J.... Don't use Object.isUndefined() unless we know the varia...
2009-07-31 Michael J.... Re-add some require statements for libraries that can...
2009-07-31 Michael J.... Revert "Revert "More autoload renaming / removal of...
2009-07-31 Michael J.... Revert "More autoload renaming / removal of require...
2009-07-31 Michael J.... More autoload renaming / removal of require statements...
2009-07-31 Michael J.... Rename Ansel's Form objects for autoloading
2009-07-31 Michael J.... Simplify
2009-07-31 Michael J.... EmbeddedRenderers -> EmbeddedRenderer, remove require_o...
2009-07-31 Michael J.... Make sure to pass parameters to parent const'r
2009-07-31 Michael J.... Use __get() method for obtaining protected _param[...
2009-07-31 Michael J.... Horde 4 refactoring for GalleryRenderer objects
2009-07-31 Michael J.... rename lib/GalleryRenderers -> lib/GalleryRenderer
2009-07-31 Michael J.... ...and actually add the const'r to the class
2009-07-31 Michael J.... Use the Ansel_View const'r
2009-07-31 Michael J.... More refactoring of Ansel_View
2009-07-31 Michael J.... Rname lib/Views -> lib/View.
2009-07-31 Jan SchneiderSimplify specifying the mailer configuration.
2009-07-31 Jan SchneiderFix method argument.
2009-07-31 Jan SchneiderFix path.
2009-07-31 Jan SchneiderMove menu configuration.
2009-07-31 Jan SchneiderMove menu tab.
2009-07-31 Michael M SlusarzVarious Horde 4 fixes
2009-07-31 Michael M SlusarzRemove Horde_Test::configFilesMissing() tests.
2009-07-31 Michael M SlusarzAdd placeholders for basic/advanced search
2009-07-31 Michael M SlusarzImport Skeleton from CVS HEAD
2009-07-31 Michael M SlusarzIndicate that IMP has a mobile view
2009-07-31 Michael M SlusarzBetter descriptions
2009-07-31 Michael M SlusarzOptimization; better search folder check
2009-07-31 Michael M SlusarzRemove trailing whitespace
next