horde.git
16 years agoAdd AND keyword to search UI
Michael M Slusarz [Mon, 28 Sep 2009 22:26:59 +0000 (16:26 -0600)]
Add AND keyword to search UI

16 years agoBetter naming for this function
Michael M Slusarz [Mon, 28 Sep 2009 22:07:12 +0000 (16:07 -0600)]
Better naming for this function

16 years agoRename Virtual Folder section to Saved Searches
Michael M Slusarz [Mon, 28 Sep 2009 21:06:33 +0000 (15:06 -0600)]
Rename Virtual Folder section to Saved Searches

Hopefully, I will be introducing the code for filtering soon. This is an
example of a saved search that is not a virtual folder, so go ahead and
do the necessary UI changes now.

While I'm here, tweak a bit of the search page CSS.

16 years agoAbstract out folder tree image generation.
Michael M Slusarz [Mon, 28 Sep 2009 20:47:32 +0000 (14:47 -0600)]
Abstract out folder tree image generation.

Use this nicer tree in the advanced search page.

16 years agoBug #8606: Fix dragging over IFRAMEs
Michael M Slusarz [Mon, 28 Sep 2009 19:23:14 +0000 (13:23 -0600)]
Bug #8606: Fix dragging over IFRAMEs

16 years agotrack Horde_Lock changes
Michael J. Rubinsky [Mon, 28 Sep 2009 17:57:45 +0000 (13:57 -0400)]
track Horde_Lock changes

16 years agoFix replacement string
Michael M Slusarz [Mon, 28 Sep 2009 17:46:17 +0000 (11:46 -0600)]
Fix replacement string

16 years agoAnother attempt at sizing correctly - use entire HTML element instead of BODY tag
Michael M Slusarz [Mon, 28 Sep 2009 17:11:13 +0000 (11:11 -0600)]
Another attempt at sizing correctly - use entire HTML element instead of BODY tag

16 years agoFix DOM traversal
Michael M Slusarz [Mon, 28 Sep 2009 17:10:34 +0000 (11:10 -0600)]
Fix DOM traversal

16 years agoFix hover effect over folders in dimp
Michael M Slusarz [Mon, 28 Sep 2009 06:56:33 +0000 (00:56 -0600)]
Fix hover effect over folders in dimp

16 years agochange title for this icon to "Meeting" instead of the attendee count
Michael J. Rubinsky [Mon, 28 Sep 2009 16:45:06 +0000 (12:45 -0400)]
change title for this icon to "Meeting" instead of the attendee count

16 years agoMake sure $end is a Horde_Date object
Michael J. Rubinsky [Mon, 28 Sep 2009 15:43:30 +0000 (11:43 -0400)]
Make sure $end is a Horde_Date object

16 years agoFix calculating bottom event position.
Jan Schneider [Mon, 21 Sep 2009 17:00:18 +0000 (19:00 +0200)]
Fix calculating bottom event position.

16 years agoFix converting all-day events to regular events.
Jan Schneider [Mon, 21 Sep 2009 16:58:36 +0000 (18:58 +0200)]
Fix converting all-day events to regular events.

16 years agoTicket #8592: Fix resizing height
Michael M Slusarz [Mon, 28 Sep 2009 04:04:35 +0000 (22:04 -0600)]
Ticket #8592: Fix resizing height

16 years agoTicket #8592 - More IFRAME/HTML work
Michael M Slusarz [Mon, 28 Sep 2009 03:12:59 +0000 (21:12 -0600)]
Ticket #8592 - More IFRAME/HTML work

IFRAME & IFRAME data are now loaded on the same page; javascript does
the dynamic addition of the text to the IFRAME.  Saves a server access.
Image block display now works again entirely via javascript, rather than
requiring another server access.

16 years agoRemove unused classes.
Michael M Slusarz [Mon, 28 Sep 2009 02:11:04 +0000 (20:11 -0600)]
Remove unused classes.

16 years agoiPhoto (and Aperture) plugins ca only be compiled as 32 bit at the moment.
Michael J. Rubinsky [Sun, 27 Sep 2009 15:46:54 +0000 (11:46 -0400)]
iPhoto (and Aperture) plugins ca only be compiled as 32 bit at the moment.

16 years agoRemove a bunch of NSLog output, set a DEBUG preprocessor macro for the debug build.
Michael J. Rubinsky [Sat, 26 Sep 2009 16:59:31 +0000 (12:59 -0400)]
Remove a bunch of NSLog output, set a DEBUG preprocessor macro for the debug build.

16 years agoAdd compiled installer package to .gitignore
Michael J. Rubinsky [Sat, 26 Sep 2009 15:26:12 +0000 (11:26 -0400)]
Add compiled installer package to .gitignore

16 years agoAdd PackageMaker script
Michael J. Rubinsky [Sat, 26 Sep 2009 15:23:18 +0000 (11:23 -0400)]
Add PackageMaker script

16 years agoFix logic for redisplaying the remote gallery view if it's already loaded.
Michael J. Rubinsky [Sat, 26 Sep 2009 15:18:03 +0000 (11:18 -0400)]
Fix logic for redisplaying the remote gallery view if it's already loaded.
Tweak some return value types.

16 years agoFix build path (Plugins -> Plug-Ins). Why this isn't standard across Apple's applicat...
Michael J. Rubinsky [Sat, 26 Sep 2009 15:15:36 +0000 (11:15 -0400)]
Fix build path (Plugins -> Plug-Ins). Why this isn't standard across Apple's applications, I don't know.

16 years agoChanges for compiling a native 10.6 version of these plugins.
Michael J. Rubinsky [Sat, 26 Sep 2009 14:23:33 +0000 (10:23 -0400)]
Changes for compiling a native 10.6 version of these plugins.

Replace some method calls that were deprecated in the 10.6 SDK,
add some interface declarations that are now required in 10.6. Add
preprocessor directives to make sure the proper methods are used.

16 years agotweak the build path to work along with the packaging script
Michael J. Rubinsky [Fri, 25 Sep 2009 21:00:04 +0000 (17:00 -0400)]
tweak the build path to work along with the packaging script

16 years agoIf iPhoto cannot locate the original image file, we won't have a valid
Michael J. Rubinsky [Fri, 25 Sep 2009 20:58:23 +0000 (16:58 -0400)]
If iPhoto cannot locate the original image file, we won't have a valid
NSData object for the image data. Also, silence the last compiler warning.

16 years agoRevert "Play around with some bordering in the dimp message list"
Chuck Hagenbuch [Fri, 25 Sep 2009 20:17:52 +0000 (16:17 -0400)]
Revert "Play around with some bordering in the dimp message list"

This reverts commit 8771de77aeb56f74372962183ac89535882762fa.

16 years agoUpdate .gitignore to only ingore top-level lib/ and libs/ directories
Chuck Hagenbuch [Fri, 25 Sep 2009 20:16:02 +0000 (16:16 -0400)]
Update .gitignore to only ingore top-level lib/ and libs/ directories

16 years agoClean up build options, standardize plist entries, add initial try
Michael J. Rubinsky [Fri, 25 Sep 2009 19:02:32 +0000 (15:02 -0400)]
Clean up build options, standardize plist entries, add initial try
at a PackageMaker installer script for iPhoto plugin.

16 years agoInclude these in the main header also
Michael J. Rubinsky [Fri, 25 Sep 2009 18:51:33 +0000 (14:51 -0400)]
Include these in the main header also

16 years agoClean up #import, protect against invalid selectedIndex in combo box.
Michael J. Rubinsky [Fri, 25 Sep 2009 18:50:35 +0000 (14:50 -0400)]
Clean up #import, protect against invalid selectedIndex in combo box.

16 years agoSync changes to AnselKit from iPhoto2Ansel.
Michael J. Rubinsky [Fri, 25 Sep 2009 18:43:45 +0000 (14:43 -0400)]
Sync changes to AnselKit from iPhoto2Ansel.

Don't assume we have a server response.

16 years agoWe might not have a valid server response, so don't assume the dictionary entry is...
Michael J. Rubinsky [Fri, 25 Sep 2009 18:41:23 +0000 (14:41 -0400)]
We might not have a valid server response, so don't assume the dictionary entry is there.

16 years agoOops. Re-add errouneously removed delegate methods.
Michael J. Rubinsky [Fri, 25 Sep 2009 18:40:50 +0000 (14:40 -0400)]
Oops. Re-add errouneously removed delegate methods.

16 years agoRefactor iPhoto2Ansel to use the new AnselKit code, tweak some project properties...
Michael J. Rubinsky [Fri, 25 Sep 2009 16:42:49 +0000 (12:42 -0400)]
Refactor iPhoto2Ansel to use the new AnselKit code, tweak some project properties, etc...

16 years agoCorrectly show phishing highlighting when viewing inline
Michael M Slusarz [Fri, 25 Sep 2009 17:10:37 +0000 (11:10 -0600)]
Correctly show phishing highlighting when viewing inline

16 years agoThis style has been moved inside the HTML viewer.
Michael M Slusarz [Fri, 25 Sep 2009 17:10:21 +0000 (11:10 -0600)]
This style has been moved inside the HTML viewer.

16 years agoFix adding phishing status info
Michael M Slusarz [Wed, 23 Sep 2009 19:27:49 +0000 (13:27 -0600)]
Fix adding phishing status info

16 years agocan't clone NULL
Chuck Hagenbuch [Fri, 25 Sep 2009 15:27:14 +0000 (11:27 -0400)]
can't clone NULL

16 years agoAdd upgrade script (Bug #8584).
Jan Schneider [Fri, 25 Sep 2009 15:19:59 +0000 (17:19 +0200)]
Add upgrade script (Bug #8584).

16 years agoMFB: Don't return an error on empty LDAP search results (Bug #8595).
Jan Schneider [Fri, 25 Sep 2009 14:04:49 +0000 (16:04 +0200)]
MFB: Don't return an error on empty LDAP search results (Bug #8595).

16 years agoBFN
Jan Schneider [Fri, 25 Sep 2009 13:28:39 +0000 (15:28 +0200)]
BFN

16 years agoDon't make up fake dates for searching events without start or end limits (Bug #8590).
Jan Schneider [Fri, 25 Sep 2009 13:26:53 +0000 (15:26 +0200)]
Don't make up fake dates for searching events without start or end limits (Bug #8590).

16 years agoFix share_id column type (Bug #8584).
Jan Schneider [Fri, 25 Sep 2009 12:25:26 +0000 (14:25 +0200)]
Fix share_id column type (Bug #8584).

16 years agoToss some of the random environment setup code into a separate class.
Chuck Hagenbuch [Wed, 23 Sep 2009 20:47:01 +0000 (16:47 -0400)]
Toss some of the random environment setup code into a separate class.

16 years agoMFB - keep the image_id before reindexing the array
Michael J. Rubinsky [Wed, 23 Sep 2009 18:49:22 +0000 (14:49 -0400)]
MFB - keep the image_id before reindexing the array

16 years agoMFB: put newer images on the top of older images on the google map.
Michael J. Rubinsky [Wed, 23 Sep 2009 18:36:10 +0000 (14:36 -0400)]
MFB: put newer images on the top of older images on the google map.

16 years agoFix IMP's address book selection pref UI. Still doesn't save properly, but
Michael J. Rubinsky [Wed, 23 Sep 2009 16:57:26 +0000 (12:57 -0400)]
Fix IMP's address book selection pref UI. Still doesn't save properly, but
now at least the UI is working somewhat normally.

16 years agofix $registry->call() invocation. (api parameters must be passed as arrays)
Michael J. Rubinsky [Wed, 23 Sep 2009 13:59:50 +0000 (09:59 -0400)]
fix $registry->call() invocation. (api parameters must be passed as arrays)

16 years agoFix ZIP constant names.
Matt Selsky [Wed, 23 Sep 2009 08:14:26 +0000 (04:14 -0400)]
Fix ZIP constant names.

16 years agoThis table is no longer used.
Michael M Slusarz [Wed, 23 Sep 2009 04:52:42 +0000 (22:52 -0600)]
This table is no longer used.

16 years agoRemove what looks to be debug code.
Michael M Slusarz [Wed, 23 Sep 2009 04:32:53 +0000 (22:32 -0600)]
Remove what looks to be debug code.

16 years agoFix related ID value
Michael M Slusarz [Wed, 23 Sep 2009 03:21:17 +0000 (21:21 -0600)]
Fix related ID value

16 years agoTicket #8592: First attempt at displaying HTML parts in IFRAMEs
Michael M Slusarz [Tue, 22 Sep 2009 18:05:13 +0000 (12:05 -0600)]
Ticket #8592: First attempt at displaying HTML parts in IFRAMEs

16 years agoBetter organization for source code tree
Michael J. Rubinsky [Tue, 22 Sep 2009 18:49:41 +0000 (14:49 -0400)]
Better organization for source code tree

16 years agoClean up, use constants where possible, organize header files, better error messages
Michael J. Rubinsky [Tue, 22 Sep 2009 18:40:51 +0000 (14:40 -0400)]
Clean up, use constants where possible, organize header files, better error messages

16 years agoBug #8596: Fix constant name
Michael M Slusarz [Tue, 22 Sep 2009 17:00:49 +0000 (11:00 -0600)]
Bug #8596: Fix constant name

16 years agoBetter positioning of submenu icon
Michael M Slusarz [Fri, 18 Sep 2009 21:47:07 +0000 (15:47 -0600)]
Better positioning of submenu icon

16 years agoPopup submenus to left if going offscreen.
Michael M Slusarz [Fri, 18 Sep 2009 21:45:30 +0000 (15:45 -0600)]
Popup submenus to left if going offscreen.

16 years agothese still won't work, but at least remove completely deprecated functionality
Chuck Hagenbuch [Mon, 21 Sep 2009 18:54:35 +0000 (14:54 -0400)]
these still won't work, but at least remove completely deprecated functionality

16 years agoDon't use Horde_Db static methods
Chuck Hagenbuch [Mon, 21 Sep 2009 17:38:48 +0000 (13:38 -0400)]
Don't use Horde_Db static methods

16 years agoBFN
Michael J. Rubinsky [Mon, 21 Sep 2009 17:07:54 +0000 (13:07 -0400)]
BFN

16 years agoDon't use Horde_Db.
Jan Schneider [Mon, 21 Sep 2009 16:09:27 +0000 (18:09 +0200)]
Don't use Horde_Db.
Reduce indention.

16 years agoUpdate translation.
Jan Schneider [Mon, 21 Sep 2009 14:32:33 +0000 (16:32 +0200)]
Update translation.

16 years agoMFB: More contrast.
Jan Schneider [Mon, 21 Sep 2009 14:32:22 +0000 (16:32 +0200)]
MFB: More contrast.

16 years agoMFB: Apply 'list_users' setting to owners too. Fix XHTML.
Jan Schneider [Mon, 21 Sep 2009 14:31:43 +0000 (16:31 +0200)]
MFB: Apply 'list_users' setting to owners too. Fix XHTML.

16 years agoOnly set the default alarm value on the Sql and Kolab Event objects.
Michael J. Rubinsky [Mon, 21 Sep 2009 04:57:19 +0000 (00:57 -0400)]
Only set the default alarm value on the Sql and Kolab Event objects.

Bug: 8588

16 years agoAn (almost) complete rewrite of the "AnselKit" code and the client code that uses it.
Michael J. Rubinsky [Mon, 21 Sep 2009 04:34:59 +0000 (00:34 -0400)]
An (almost) complete rewrite of the "AnselKit" code and the client code that uses it.
This is loads more stable and efficient then the previous code...and no longer crashed when
exporting images that exist on network shares.

Next up, port the iPhoto plugin to use the same code.

Squashed commit of the following:

commit d654034798bf23b829230839f3bfa3f8a6a591d0
Author: Michael J. Rubinsky <mrubinsk@horde.org>
Date:   Mon Sep 21 00:14:28 2009 -0400

    More refactoring for CF WebServices framework.

    Fix a number of crashes due to memory management issues, make sure
    to check for NSNull (and not just nil) for values returned from the API,
    Finish porting the rest of the rpc calls to use the new TURAnsel interface.

    This should now be fairly stable and LOADS faster/more effecient then the previous
    implementation using the RPCXML framework.

commit 0ec7d818db65072b0762b2d825dd00a751111328
Author: Michael J. Rubinsky <mrubinsk@horde.org>
Date:   Mon Sep 21 00:13:54 2009 -0400

    Indentation

commit ff64a974d693636df4081df32c84062c1df46b58
Author: Michael J. Rubinsky <mrubinsk@horde.org>
Date:   Sun Sep 20 18:48:26 2009 -0400

    Don't attempt to instantiate an Ansel_Faces driver if we have disabled it.

commit 7e18a78c1dce27ac2085f2ad11fb9257dc9b8cf2
Author: Michael J. Rubinsky <mrubinsk@horde.org>
Date:   Sun Sep 20 16:01:25 2009 -0400

    Start ripping out XMLRPC framework, some memory managegment issues...

commit 74e2efe8b693a082cba7a148050a38ca9ae885d0
Author: Michael J. Rubinsky <mrubinsk@horde.org>
Date:   Tue Sep 15 10:08:11 2009 -0400

    Initial work at completely refactoring the AnselKit code to use the
    Core Foundation WebServices framework instead of NSURLConnection et al

    Seems to help with the threading issues I was seeing pop up when exporting images
    from network shares.

16 years agoIndentation
Michael J. Rubinsky [Mon, 21 Sep 2009 04:13:54 +0000 (00:13 -0400)]
Indentation

16 years agoNot every exif driver requrires a params array
Michael Rubinsky [Mon, 21 Sep 2009 02:38:01 +0000 (22:38 -0400)]
Not every exif driver requrires a params array

16 years agoDon't attempt to instantiate an Ansel_Faces driver if we have disabled it.
Michael J. Rubinsky [Sun, 20 Sep 2009 22:48:26 +0000 (18:48 -0400)]
Don't attempt to instantiate an Ansel_Faces driver if we have disabled it.

16 years agoBetter graphic
Michael M Slusarz [Fri, 18 Sep 2009 19:00:31 +0000 (13:00 -0600)]
Better graphic

16 years agoThis code is not used anywhere
Michael M Slusarz [Fri, 18 Sep 2009 16:05:51 +0000 (10:05 -0600)]
This code is not used anywhere

16 years agoPlay around with some bordering in the dimp message list
Michael M Slusarz [Thu, 17 Sep 2009 21:58:46 +0000 (15:58 -0600)]
Play around with some bordering in the dimp message list

Comments welcome.

16 years agoMFB: Use a more complete list of default buttons for FCKEditor.
Jan Schneider [Fri, 18 Sep 2009 14:13:18 +0000 (16:13 +0200)]
MFB: Use a more complete list of default buttons for FCKEditor.

16 years agoremove code that isn't up to H4 standards
Chuck Hagenbuch [Fri, 18 Sep 2009 01:21:33 +0000 (21:21 -0400)]
remove code that isn't up to H4 standards

16 years agoAdd To to the list of quicksearch criteria
Michael M Slusarz [Thu, 17 Sep 2009 21:13:42 +0000 (15:13 -0600)]
Add To to the list of quicksearch criteria

16 years agoFix determination of starting message in search mailboxes
Michael M Slusarz [Thu, 17 Sep 2009 21:12:21 +0000 (15:12 -0600)]
Fix determination of starting message in search mailboxes

16 years agoFix close image in dimp message view
Michael M Slusarz [Thu, 17 Sep 2009 20:55:24 +0000 (14:55 -0600)]
Fix close image in dimp message view

16 years agoRemove non-existent variable
Michael M Slusarz [Thu, 17 Sep 2009 20:49:59 +0000 (14:49 -0600)]
Remove non-existent variable

16 years agoRequest #6875: More tweaks to advanced search page
Michael M Slusarz [Thu, 17 Sep 2009 17:47:53 +0000 (11:47 -0600)]
Request #6875: More tweaks to advanced search page

16 years agoDon't focus quicksearch when clicking on icon
Michael M Slusarz [Thu, 17 Sep 2009 17:30:09 +0000 (11:30 -0600)]
Don't focus quicksearch when clicking on icon

16 years agoRequest #6875: Improvements to search mailbox display in dimp
Michael M Slusarz [Wed, 16 Sep 2009 23:15:39 +0000 (17:15 -0600)]
Request #6875: Improvements to search mailbox display in dimp

16 years agoRequest #6875: Add IMP 4 virtual folder upgrade code
Michael M Slusarz [Wed, 16 Sep 2009 20:25:10 +0000 (14:25 -0600)]
Request #6875: Add IMP 4 virtual folder upgrade code

16 years agoFix image generation
Michael M Slusarz [Wed, 16 Sep 2009 19:26:11 +0000 (13:26 -0600)]
Fix image generation

16 years agoFix ctor name.
Jan Schneider [Thu, 17 Sep 2009 12:35:02 +0000 (14:35 +0200)]
Fix ctor name.

16 years agoMove those classes at least to the correct places.
Jan Schneider [Thu, 17 Sep 2009 12:30:01 +0000 (14:30 +0200)]
Move those classes at least to the correct places.

16 years agoNo longer have to fake a JSON response from an exception now that 4xx and 5xx
Michael J. Rubinsky [Wed, 16 Sep 2009 21:34:58 +0000 (17:34 -0400)]
No longer have to fake a JSON response from an exception now that 4xx and 5xx
responses do not throw one.

16 years agoDon't open in _blank now that display_cals work correctly
Michael J. Rubinsky [Wed, 16 Sep 2009 19:17:07 +0000 (15:17 -0400)]
Don't open in _blank now that display_cals work correctly

16 years agoRequest #3438, Request #6875: Relative date searches
Michael M Slusarz [Wed, 16 Sep 2009 18:25:12 +0000 (12:25 -0600)]
Request #3438, Request #6875: Relative date searches

16 years agoFix typo
Michael M Slusarz [Wed, 16 Sep 2009 18:12:55 +0000 (12:12 -0600)]
Fix typo

16 years agoFix potential undefined error
Michael M Slusarz [Wed, 16 Sep 2009 17:41:28 +0000 (11:41 -0600)]
Fix potential undefined error

16 years agoUpdate RFC reference
Michael M Slusarz [Wed, 16 Sep 2009 17:34:44 +0000 (11:34 -0600)]
Update RFC reference

16 years agoBug #8579: Fix variable name
Michael M Slusarz [Wed, 16 Sep 2009 16:33:25 +0000 (10:33 -0600)]
Bug #8579: Fix variable name

16 years agoImport Vilma from CVS
Ben Klang [Wed, 16 Sep 2009 16:16:37 +0000 (12:16 -0400)]
Import Vilma from CVS

16 years agoImport Beatnik from CVS
Ben Klang [Wed, 16 Sep 2009 16:16:18 +0000 (12:16 -0400)]
Import Beatnik from CVS

16 years agoMFB: Fix procmail vacation rule (micha@kovoks.nl, Bug #7052).
Jan Schneider [Wed, 16 Sep 2009 12:51:24 +0000 (14:51 +0200)]
MFB: Fix procmail vacation rule (micha@kovoks.nl, Bug #7052).

16 years agoMake it easier to override setting of properties.
Jan Schneider [Tue, 15 Sep 2009 22:19:47 +0000 (00:19 +0200)]
Make it easier to override setting of properties.
Store startDate properties in start.
Add class-property-to-icalendar-property map.
Start working on iCalender 2.0 writer.

16 years agoAdd __isset() and __unset() to the provider.
Gunnar Wrobel [Wed, 16 Sep 2009 12:22:56 +0000 (14:22 +0200)]
Add __isset() and __unset() to the provider.

16 years agoAdded a trivial dependency injection framework named Horde_Provider.
Gunnar Wrobel [Wed, 16 Sep 2009 08:20:13 +0000 (10:20 +0200)]
Added a trivial dependency injection framework named Horde_Provider.