Chuck Hagenbuch [Mon, 26 Jan 2009 03:44:14 +0000 (22:44 -0500)]
- note about componentFactory
- static method for one-shot parsing
Chuck Hagenbuch [Mon, 26 Jan 2009 02:40:23 +0000 (21:40 -0500)]
initial php version of Span.php
Chuck Hagenbuch [Mon, 26 Jan 2009 02:40:01 +0000 (21:40 -0500)]
add a static numerize method as a shortcut for instantiating the numerizer
Chuck Hagenbuch [Mon, 26 Jan 2009 02:39:26 +0000 (21:39 -0500)]
add date.js, another idea source. not as powerful a parser, but a lot of localization rules
Duck (Jakob Munih) [Mon, 26 Jan 2009 00:00:16 +0000 (01:00 +0100)]
small fixes
Duck (Jakob Munih) [Sun, 25 Jan 2009 23:47:48 +0000 (00:47 +0100)]
Missig commits
Duck (Jakob Munih) [Sun, 25 Jan 2009 23:43:07 +0000 (00:43 +0100)]
Pretty urls
Replace gollem with direct VFS access.
Allow to upload more then one image per news (stored in ansel)
Duck (Jakob Munih) [Sun, 25 Jan 2009 23:30:16 +0000 (00:30 +0100)]
use Horde_Pdf_Writer
Michael J. Rubinsky [Sun, 25 Jan 2009 01:29:58 +0000 (20:29 -0500)]
Rename FreeBusy.php to View.php so it can be autoloaded.
Update Imple.php for PHP5 - fix some paths etc...
Michael J. Rubinsky [Sun, 25 Jan 2009 01:19:59 +0000 (20:19 -0500)]
Fix class name in factory method.
Jan Schneider [Sat, 24 Jan 2009 17:58:30 +0000 (18:58 +0100)]
Require Date_Holidays 0.20.2, though it will probably be 0.21 in the end.
Jan Schneider [Sat, 24 Jan 2009 17:54:13 +0000 (18:54 +0100)]
BFN
Jan Schneider [Sat, 24 Jan 2009 17:53:04 +0000 (18:53 +0100)]
Date_Holidays in CVS has a new addTranslation() method that takes care of
locale/translation support. Beside that, all translations are using UTF-8
now. Not being merged until there is a new release.
Bug: #7272
Jan Schneider [Fri, 23 Jan 2009 22:08:39 +0000 (23:08 +0100)]
MFB: Empty view cache when changing calendar selection
(stpierre@nebrwesleyan.edu, Bug #7879).
Jan Schneider [Fri, 23 Jan 2009 14:20:52 +0000 (15:20 +0100)]
phpdoc wording.
Michael M Slusarz [Fri, 23 Jan 2009 19:12:12 +0000 (12:12 -0700)]
Use assertValidRevision()
Michael M Slusarz [Fri, 23 Jan 2009 18:49:29 +0000 (11:49 -0700)]
Remove Horde_Vcs_[Annotate|Checkout|Revision].
All these functions are better off in Horde_Vcs.
Michael M Slusarz [Fri, 23 Jan 2009 17:56:22 +0000 (10:56 -0700)]
Exception handling in Chora
Michael M Slusarz [Fri, 23 Jan 2009 17:44:01 +0000 (10:44 -0700)]
Clean up some Vcs code.
Clean up how we handle instantiation of the File object.
Remove all PEAR_Error code - use Exceptions instead.
Move valid revision determination into base class.
Michael M Slusarz [Fri, 23 Jan 2009 17:43:53 +0000 (10:43 -0700)]
Fix variable name.
Michael M Slusarz [Fri, 23 Jan 2009 16:56:12 +0000 (09:56 -0700)]
Add a bit more padding to these icons.
Chuck Hagenbuch [Fri, 23 Jan 2009 16:02:08 +0000 (11:02 -0500)]
fix scope of ; always use explicit reference to make global variables easy to spot anywhere
Michael M Slusarz [Fri, 23 Jan 2009 07:48:18 +0000 (00:48 -0700)]
Next batch of Chora/Vcs development.
Big advance in this batch of commits: browsing branches works now, at
least for CVS and Git.
Michael M Slusarz [Thu, 22 Jan 2009 23:56:16 +0000 (16:56 -0700)]
Move branch query code to Vcs library
Michael M Slusarz [Thu, 22 Jan 2009 23:51:29 +0000 (16:51 -0700)]
Chance this might be undefined.
Michael M Slusarz [Thu, 22 Jan 2009 20:58:52 +0000 (13:58 -0700)]
Correctly clear drop status when doing dragging.
Alfonso Marín Marín [Thu, 22 Jan 2009 17:57:26 +0000 (18:57 +0100)]
Add individual notification methods for single events.
Jan Schneider [Thu, 22 Jan 2009 11:25:38 +0000 (12:25 +0100)]
Add patch cruft.
Michael M Slusarz [Thu, 22 Jan 2009 14:02:59 +0000 (07:02 -0700)]
More work on tags/branches.
Tearing apart code to get it to work properly. Display of branches with
both CVS and Git looks good - however, the code has been removed to view
only commits on a certain branch (since it was CVS specific). This code
will be rewritten in the individual drivers.
Change supportsFeature() -> hasFeature()
Distinguish between heads (branches) and tags in Git.
Michael M Slusarz [Thu, 22 Jan 2009 14:01:36 +0000 (07:01 -0700)]
Add config option to disable caching.
Michael M Slusarz [Wed, 21 Jan 2009 23:58:36 +0000 (16:58 -0700)]
More efficient way of doing this.
Michael M Slusarz [Wed, 21 Jan 2009 23:54:33 +0000 (16:54 -0700)]
Cleanups; include all refs as git tags.
Michael M Slusarz [Wed, 21 Jan 2009 23:52:18 +0000 (16:52 -0700)]
Fix install path.
Michael M Slusarz [Wed, 21 Jan 2009 23:51:30 +0000 (16:51 -0700)]
Remove CVS/SVN-specifc code.
Michael M Slusarz [Wed, 21 Jan 2009 22:58:17 +0000 (15:58 -0700)]
Use escapeshellarg(); initial branch code.
Michael M Slusarz [Wed, 21 Jan 2009 22:58:00 +0000 (15:58 -0700)]
Fix variable scoping error.
Michael M Slusarz [Wed, 21 Jan 2009 22:57:41 +0000 (15:57 -0700)]
Fix stats.php self determination
Michael M Slusarz [Wed, 21 Jan 2009 22:56:52 +0000 (15:56 -0700)]
Add HEAD to list of branches; fix error.
Michael M Slusarz [Wed, 21 Jan 2009 20:51:38 +0000 (13:51 -0700)]
Various fixes to Chora/Vcs code.
Michael M Slusarz [Wed, 21 Jan 2009 20:50:07 +0000 (13:50 -0700)]
Add initial tags support to Git driver.
Michael M Slusarz [Wed, 21 Jan 2009 20:14:44 +0000 (13:14 -0700)]
Don't show empty last line in annotate view.
Michael M Slusarz [Wed, 21 Jan 2009 18:31:39 +0000 (11:31 -0700)]
Much easier to manage a single .gitignore file
Trying to manage multiple .gitignore files, hidden in various
directories, is not desirable.
Jan Schneider [Wed, 21 Jan 2009 17:50:49 +0000 (18:50 +0100)]
Tweaks
Alfonso Marín Marín [Wed, 21 Jan 2009 17:23:59 +0000 (18:23 +0100)]
Add share locking.
Jan Schneider [Wed, 21 Jan 2009 15:20:59 +0000 (16:20 +0100)]
Fix my name and word order.
Chuck Hagenbuch [Wed, 21 Jan 2009 18:04:23 +0000 (13:04 -0500)]
fix class name for MASK_MONDAY constant
Chuck Hagenbuch [Wed, 21 Jan 2009 14:57:16 +0000 (09:57 -0500)]
Revert "We should hide .php files in config dir, not .local.php". H4 apps will
have default configurations in the .php files to work out of the box (see
content/config/routes.php, for instance) and use .local.php for overrides.
This reverts commit
d9cb2946726df65399d46f1c44b66f02a98ae0f3.
Chuck Hagenbuch [Wed, 21 Jan 2009 03:39:15 +0000 (22:39 -0500)]
rc1 sentinel
Michael M Slusarz [Wed, 21 Jan 2009 07:30:49 +0000 (00:30 -0700)]
Fix MIME rendering.
Michael M Slusarz [Wed, 21 Jan 2009 07:21:43 +0000 (00:21 -0700)]
Fix typo.
Michael M Slusarz [Wed, 21 Jan 2009 07:18:39 +0000 (00:18 -0700)]
Clean up stats page.
Michael M Slusarz [Wed, 21 Jan 2009 07:16:49 +0000 (00:16 -0700)]
Convert to PHP 5.
Michael M Slusarz [Wed, 21 Jan 2009 06:58:51 +0000 (23:58 -0700)]
Update revlog script.
Michael M Slusarz [Wed, 21 Jan 2009 06:30:24 +0000 (23:30 -0700)]
Various documentation updates.
Michael M Slusarz [Wed, 21 Jan 2009 06:23:16 +0000 (23:23 -0700)]
Unneded require_once().
Michael M Slusarz [Wed, 21 Jan 2009 06:19:54 +0000 (23:19 -0700)]
Some patchset changes.
Michael M Slusarz [Wed, 21 Jan 2009 06:06:32 +0000 (23:06 -0700)]
Various fixes to Git.php.
Michael M Slusarz [Wed, 21 Jan 2009 06:06:12 +0000 (23:06 -0700)]
Various fixes to Vcs.php
Michael M Slusarz [Wed, 21 Jan 2009 05:56:14 +0000 (22:56 -0700)]
Add base.local.php file to Chora.
Michael M Slusarz [Wed, 21 Jan 2009 05:55:47 +0000 (22:55 -0700)]
We should hide .php files in config dir, not .local.php
Michael M Slusarz [Wed, 21 Jan 2009 05:42:28 +0000 (22:42 -0700)]
CSS tweaks
Michael M Slusarz [Tue, 20 Jan 2009 18:30:26 +0000 (11:30 -0700)]
This is clearer.
Michael M Slusarz [Tue, 20 Jan 2009 06:54:59 +0000 (23:54 -0700)]
Fix CSS for warning alert messages; other CSS fixes
Michael M Slusarz [Tue, 20 Jan 2009 05:57:53 +0000 (22:57 -0700)]
Use new browser sniffing for Fckeditor availability
RTE now able to be used w/Safari 3+ and Chrome.
Chuck Hagenbuch [Tue, 20 Jan 2009 05:16:36 +0000 (00:16 -0500)]
stubs for recent feeds. needs some work in Horde_Feed for RSS to work and to fix the dates.
Chuck Hagenbuch [Tue, 20 Jan 2009 04:09:45 +0000 (23:09 -0500)]
add recent tags action
Michael M Slusarz [Tue, 20 Jan 2009 05:01:11 +0000 (22:01 -0700)]
Enhancement #2925: Add ability to download attachments in MIMP.
Michael M Slusarz [Tue, 20 Jan 2009 04:46:40 +0000 (21:46 -0700)]
Fix HTML display in MIMP
Michael M Slusarz [Tue, 20 Jan 2009 04:40:41 +0000 (21:40 -0700)]
Fix config param name; show MIME type for attachments.
Michael M Slusarz [Tue, 20 Jan 2009 04:40:30 +0000 (21:40 -0700)]
Fix thread display in MIMP.
Michael M Slusarz [Tue, 20 Jan 2009 04:40:19 +0000 (21:40 -0700)]
phpdoc
Michael M Slusarz [Tue, 20 Jan 2009 04:36:50 +0000 (21:36 -0700)]
mimp_notify -> imp_notify
Michael M Slusarz [Mon, 19 Jan 2009 22:57:57 +0000 (15:57 -0700)]
Finally, size display should be working correctly
Chuck Hagenbuch [Tue, 20 Jan 2009 01:30:06 +0000 (20:30 -0500)]
fix typo that was causing tasklists not to show up in the move to dialog on the mailbox page
Chuck Hagenbuch [Tue, 20 Jan 2009 01:28:15 +0000 (20:28 -0500)]
php 5 nits
Chuck Hagenbuch [Tue, 20 Jan 2009 01:27:48 +0000 (20:27 -0500)]
fix adding messages to notepads/tasklists
Michael J. Rubinsky [Mon, 19 Jan 2009 20:51:58 +0000 (15:51 -0500)]
Capitalization
Michael J. Rubinsky [Mon, 19 Jan 2009 19:04:02 +0000 (14:04 -0500)]
More Horde_Date class constants
Michael J. Rubinsky [Mon, 19 Jan 2009 18:12:53 +0000 (13:12 -0500)]
Use Horde_Date_Recurrence::RECUR_* class constants so the can be
autoloaded.
Michael J. Rubinsky [Sun, 18 Jan 2009 19:38:48 +0000 (14:38 -0500)]
Fix method name - we don't attempt to set the new gallery's description
Michael J. Rubinsky [Sun, 18 Jan 2009 19:37:44 +0000 (14:37 -0500)]
The server list is no longer a combo, but a popup menu
Jan Schneider [Mon, 19 Jan 2009 10:07:30 +0000 (11:07 +0100)]
Translation -> Babel
Jan Schneider [Mon, 19 Jan 2009 10:03:56 +0000 (11:03 +0100)]
Remove (old) copy of po/translation.php.
Jan Schneider [Mon, 19 Jan 2009 09:54:59 +0000 (10:54 +0100)]
Load scriptaculous from Horde.
Jan Schneider [Mon, 19 Jan 2009 09:52:53 +0000 (10:52 +0100)]
Fix copyright year.
Jan Schneider [Mon, 19 Jan 2009 09:51:59 +0000 (10:51 +0100)]
Require installing Gettext package from PEAR.
Jan Schneider [Mon, 19 Jan 2009 09:44:39 +0000 (10:44 +0100)]
Add Babel (Request #7853).
Michael M Slusarz [Mon, 19 Jan 2009 07:05:38 +0000 (00:05 -0700)]
Use Horde_Editor from horde-git
Michael M Slusarz [Mon, 19 Jan 2009 06:59:52 +0000 (23:59 -0700)]
Remove cruft/@since/CVS tags; autoloading
Michael M Slusarz [Mon, 19 Jan 2009 06:53:26 +0000 (23:53 -0700)]
Update version
Michael M Slusarz [Mon, 19 Jan 2009 06:02:47 +0000 (23:02 -0700)]
Compress PNG files.
Michael M Slusarz [Mon, 19 Jan 2009 06:02:41 +0000 (23:02 -0700)]
CSS updates
Michael M Slusarz [Mon, 19 Jan 2009 05:40:16 +0000 (22:40 -0700)]
Still more event cleanups.
Michael M Slusarz [Mon, 19 Jan 2009 04:27:58 +0000 (21:27 -0700)]
changelog
Michael M Slusarz [Mon, 19 Jan 2009 04:27:43 +0000 (21:27 -0700)]
Better variable name.
Chuck Hagenbuch [Mon, 19 Jan 2009 04:25:17 +0000 (23:25 -0500)]
i had empty arrays in the cache, so this check wasn't sufficient to fetch and store the info
Michael M Slusarz [Sun, 18 Jan 2009 23:41:20 +0000 (16:41 -0700)]
Use document-wide Event handlers.
DIMP now uses approx. 10 total ecent handlers as opposed to before,
where 1000's of event handlers needed to be created/deleted if a user
would scroll through a list of messages.
Michael M Slusarz [Sun, 18 Jan 2009 23:41:00 +0000 (16:41 -0700)]
Unneeded CSS declaration.
Michael J. Rubinsky [Sun, 18 Jan 2009 17:47:05 +0000 (12:47 -0500)]
Prototype won't parse the responseText into responseJSON unless the
content type is 'application/json'. This (finally) gets the autocompleter
working for me again :)
Michael J. Rubinsky [Sun, 18 Jan 2009 15:41:45 +0000 (10:41 -0500)]
Even better, add an 'onload' parameter to Kronolith::addInlineScript()
like we do in IMP.