Jan Schneider [Fri, 15 Jan 2010 23:32:56 +0000 (00:32 +0100)]
Fix class name.
Use typehints.
Don't hardcode string length.
Jan Schneider [Fri, 15 Jan 2010 22:49:00 +0000 (23:49 +0100)]
Quoting
Jan Schneider [Fri, 15 Jan 2010 22:14:39 +0000 (23:14 +0100)]
Make it work with both, checkouts and releases.
Jan Schneider [Fri, 15 Jan 2010 21:54:15 +0000 (22:54 +0100)]
Ignore GC files.
Jan Schneider [Fri, 15 Jan 2010 21:46:08 +0000 (22:46 +0100)]
Revert "Make translation script grab apps from registry."
This reverts commit
a12463470e854e03ac6348dc45d09137bdbbe904.
This script is supposed to also work on an incomplete installation.
Michael J. Rubinsky [Fri, 15 Jan 2010 19:18:23 +0000 (14:18 -0500)]
add a (temporary?) entry to registry for content
Michael M Slusarz [Fri, 15 Jan 2010 05:53:44 +0000 (22:53 -0700)]
Remove old CVS-related code
Michael M Slusarz [Thu, 14 Jan 2010 23:11:42 +0000 (16:11 -0700)]
documentation tweak
Michael M Slusarz [Thu, 14 Jan 2010 22:06:22 +0000 (15:06 -0700)]
Remove unneded require_once() calls and @since tags
Michael M Slusarz [Thu, 14 Jan 2010 21:55:14 +0000 (14:55 -0700)]
Update gollem to new Horde_Registry_Application format
Michael M Slusarz [Thu, 14 Jan 2010 21:49:34 +0000 (14:49 -0700)]
Update hylax to new Horde_Registry_Application format
Michael M Slusarz [Thu, 14 Jan 2010 21:39:46 +0000 (14:39 -0700)]
Remove obsolete CVS tag/attributes
Michael M Slusarz [Thu, 14 Jan 2010 20:03:10 +0000 (13:03 -0700)]
Remove base.php stuff from Kronolith
Michael M Slusarz [Thu, 14 Jan 2010 19:22:10 +0000 (12:22 -0700)]
Don't show splitbar when printing
Michael M Slusarz [Thu, 14 Jan 2010 18:19:14 +0000 (11:19 -0700)]
About 100% sure we want to check permissions/auth for Blocks
Michael M Slusarz [Wed, 13 Jan 2010 23:31:33 +0000 (16:31 -0700)]
Further flesh out base Horde initialization.
There is two ways Horde applications can be initialized: through a
Horde_Registry API call and by directly loading the application (i.e.
loading a script in an application). Both methods (may) require base
initialization of the application (things like setting up paths to the
template files, creating app-specific objects) but the latter also
requires that the app initially be pushed on the stack. Since this
latter behavior needs to be done in all applications, and is essentially
the same in all apps, move it to the globally accessible function
Horde_Registry::appInit().
Other benefits: initiation of compression can now be done in a single
place
Test out this new framework by converting Turba.
Add new syntax to Skeleton.
Michael M Slusarz [Thu, 14 Jan 2010 05:45:02 +0000 (22:45 -0700)]
Updated CKEditor to v3.1
Jan Schneider [Fri, 15 Jan 2010 00:42:23 +0000 (01:42 +0100)]
chmod, even if not chgrp'ing.
Jan Schneider [Fri, 15 Jan 2010 00:32:40 +0000 (01:32 +0100)]
Go to default view when clicking the logo.
Jan Schneider [Fri, 15 Jan 2010 00:10:13 +0000 (01:10 +0100)]
This is necessary for me to get transparent authentication working. It always
throwed "No authentication available." otherwise.
Jan Schneider [Thu, 14 Jan 2010 23:48:33 +0000 (00:48 +0100)]
Use "/usr/bin/env php" for the setup scripts.
Jan Schneider [Thu, 14 Jan 2010 23:13:47 +0000 (00:13 +0100)]
Create horde/config/horde.local.php before linking horde, so that it's linked
on first run too.
Chuck Hagenbuch [Thu, 14 Jan 2010 22:37:09 +0000 (17:37 -0500)]
Use the new injector bindings to get Horde_Db instances
This replaces all usage of the deprecated Horde_Db_Factory
Chuck Hagenbuch [Thu, 14 Jan 2010 22:36:21 +0000 (17:36 -0500)]
No need for a factory; create a sqlite adapter directly
Chuck Hagenbuch [Thu, 14 Jan 2010 22:36:03 +0000 (17:36 -0500)]
Another compatibility shim in the Binder
Chuck Hagenbuch [Thu, 14 Jan 2010 22:35:23 +0000 (17:35 -0500)]
It's not yet clear how these apps will manager their databse connection, so just
remove the line for now.
Chuck Hagenbuch [Thu, 14 Jan 2010 22:24:33 +0000 (17:24 -0500)]
Missed two removals of Horde_Db_Factory
Chuck Hagenbuch [Thu, 14 Jan 2010 22:22:36 +0000 (17:22 -0500)]
Add an initial set of dependency injection bindings.
These are configured automatically when the Registry is set up, access the
current global $conf array, and let you create:
- a Horde_Db instance, by asking for db-reader, db-writer, or db-manager (the
distinction isn't implemented yet)
- a null Horde_Log_Logger object (our config is still for PEAR Log)
- a real Horde_Cache object as configured in $conf
Chuck Hagenbuch [Thu, 14 Jan 2010 21:44:19 +0000 (16:44 -0500)]
Grammar tweaks
Chuck Hagenbuch [Thu, 14 Jan 2010 21:35:36 +0000 (16:35 -0500)]
Remove Horde_Db_Adapter, which only contained a factory.
Chuck Hagenbuch [Thu, 14 Jan 2010 21:00:37 +0000 (16:00 -0500)]
remove structureDump - it's entirely backend-specific and should be replaced
with a migration generator of some sort (see TODO.txt).
Michael J. Rubinsky [Thu, 14 Jan 2010 16:14:10 +0000 (11:14 -0500)]
Test commit from master branch
Jan Schneider [Thu, 14 Jan 2010 11:32:01 +0000 (12:32 +0100)]
Don't ignore some real test files.
Jan Schneider [Thu, 14 Jan 2010 11:25:10 +0000 (12:25 +0100)]
Highlight current day in week view.
Jan Schneider [Thu, 14 Jan 2010 11:00:59 +0000 (12:00 +0100)]
Fix dragging/resizing.
Jan Schneider [Wed, 13 Jan 2010 16:18:19 +0000 (17:18 +0100)]
Don't show map search link if maps are disabled.
Jan Schneider [Wed, 13 Jan 2010 16:15:05 +0000 (17:15 +0100)]
Fix adding events to the view after saving them.
Chuck Hagenbuch [Thu, 14 Jan 2010 05:07:35 +0000 (00:07 -0500)]
Horde_Db TODO updates
Michael J. Rubinsky [Thu, 14 Jan 2010 04:56:22 +0000 (23:56 -0500)]
last round of tests
Chuck Hagenbuch [Thu, 14 Jan 2010 04:44:43 +0000 (23:44 -0500)]
start moving away from Horde_Db_Adapter::factory()
Chuck Hagenbuch [Thu, 14 Jan 2010 03:32:34 +0000 (22:32 -0500)]
Adapt to the new Migrator API, and log migrations to STDOUT
Chuck Hagenbuch [Thu, 14 Jan 2010 03:31:30 +0000 (22:31 -0500)]
Refactor Horde_Db_Migration_Migrator to require a Logger object and allow
configuring the schema_info table name.
Chuck Hagenbuch [Wed, 13 Jan 2010 21:52:47 +0000 (16:52 -0500)]
Add setters for the Logger and Inflector objects
Chuck Hagenbuch [Wed, 13 Jan 2010 21:51:17 +0000 (16:51 -0500)]
Move management of the schema_info table entirely into the Migrator class.
Also make the schema_info table name configurable.
Michael M Slusarz [Wed, 13 Jan 2010 23:40:08 +0000 (16:40 -0700)]
Test script can be disabled via Horde configuration
Michael M Slusarz [Wed, 13 Jan 2010 22:55:18 +0000 (15:55 -0700)]
Improvements to test script output
Ben Klang [Wed, 13 Jan 2010 22:19:28 +0000 (17:19 -0500)]
Shout: Make sure the add/edit form renders properly
Ben Klang [Wed, 13 Jan 2010 22:18:14 +0000 (17:18 -0500)]
Shout: Column name change
Ben Klang [Wed, 13 Jan 2010 22:17:55 +0000 (17:17 -0500)]
Shout: Better handling when permission denied
Ben Klang [Wed, 13 Jan 2010 22:17:18 +0000 (17:17 -0500)]
Operator: Put the pager at the top of the results too
Michael M Slusarz [Wed, 13 Jan 2010 06:48:01 +0000 (23:48 -0700)]
This library can be autoloaded
Michael J. Rubinsky [Wed, 13 Jan 2010 21:27:26 +0000 (16:27 -0500)]
docblock
Michael J. Rubinsky [Wed, 13 Jan 2010 21:25:46 +0000 (16:25 -0500)]
docblock
Michael J. Rubinsky [Wed, 13 Jan 2010 21:23:26 +0000 (16:23 -0500)]
docblock
Michael J. Rubinsky [Wed, 13 Jan 2010 21:21:41 +0000 (16:21 -0500)]
Fix docblock
Michael J. Rubinsky [Wed, 13 Jan 2010 21:20:28 +0000 (16:20 -0500)]
Fix docblock
Michael J. Rubinsky [Wed, 13 Jan 2010 21:17:59 +0000 (16:17 -0500)]
Fix docblock
Michael J. Rubinsky [Wed, 13 Jan 2010 21:16:03 +0000 (16:16 -0500)]
Fix docblocks
Michael J. Rubinsky [Wed, 13 Jan 2010 21:10:12 +0000 (16:10 -0500)]
Fix docblock
Ben Klang [Wed, 13 Jan 2010 15:12:06 +0000 (10:12 -0500)]
Operator: Fix Registry#pushApp() call
Ben Klang [Wed, 13 Jan 2010 15:10:53 +0000 (10:10 -0500)]
Operator: Fix form handling
Ben Klang [Wed, 13 Jan 2010 15:08:47 +0000 (10:08 -0500)]
Shout: Catch startup exceptions
Ben Klang [Wed, 13 Jan 2010 15:07:34 +0000 (10:07 -0500)]
Shout: Fix form handling (Thanks Jan for the tips)
Ben Klang [Wed, 13 Jan 2010 15:02:50 +0000 (10:02 -0500)]
Shout: Fix default table name for devices
Ben Klang [Wed, 13 Jan 2010 13:18:49 +0000 (08:18 -0500)]
Operator: Don't open the form until we are sending output
Ben Klang [Wed, 13 Jan 2010 13:14:24 +0000 (08:14 -0500)]
Operator: Improve CDR table layout
Ben Klang [Wed, 13 Jan 2010 13:06:10 +0000 (08:06 -0500)]
Operator: Make prefs use same column names as UI
Ben Klang [Wed, 13 Jan 2010 12:50:03 +0000 (07:50 -0500)]
Operator: Adjust size of CDR results
Chuck Hagenbuch [Wed, 13 Jan 2010 04:30:58 +0000 (23:30 -0500)]
Implementation for primaryKey() that works with composite primary keys.
Chuck Hagenbuch [Wed, 13 Jan 2010 04:20:48 +0000 (23:20 -0500)]
Tests for creating tables with composite primary keys
Chuck Hagenbuch [Wed, 13 Jan 2010 03:06:03 +0000 (22:06 -0500)]
Remove Horde_SQL_Manager now that the transition to Horde_Db_Migrations is well underway.
Chuck Hagenbuch [Wed, 13 Jan 2010 03:03:00 +0000 (22:03 -0500)]
Remove mdb2-wrapper scripts.
These haven't seemed to work for me for a while anyway...
Chuck Hagenbuch [Wed, 13 Jan 2010 03:00:23 +0000 (22:00 -0500)]
remove MDB2_Schema table definitions, obsoleted by migrations.
Chuck Hagenbuch [Wed, 13 Jan 2010 02:59:44 +0000 (21:59 -0500)]
add missing indexes to rampage_tagged
Chuck Hagenbuch [Wed, 13 Jan 2010 02:54:30 +0000 (21:54 -0500)]
Update for how composite primary keys are now available.
Chuck Hagenbuch [Wed, 13 Jan 2010 02:53:20 +0000 (21:53 -0500)]
Simple implementation of creating tables with composite primary keys.
Just lets you specify an array of columns to include in the PRIMARY KEY(...)
clause, all of which must be added to the table expliclity.
Ben Klang [Wed, 13 Jan 2010 03:40:09 +0000 (22:40 -0500)]
Operator: Change forms to POST and default to page 0
Ben Klang [Wed, 13 Jan 2010 03:26:18 +0000 (22:26 -0500)]
Operator: More reasonable default preference value
Chuck Hagenbuch [Wed, 13 Jan 2010 02:00:17 +0000 (21:00 -0500)]
Allow specifying a different name for the default primary key.
Chuck Hagenbuch [Wed, 13 Jan 2010 01:59:46 +0000 (20:59 -0500)]
Remove column list so that this insert works regardless of the primary key
Michael M Slusarz [Wed, 13 Jan 2010 00:36:00 +0000 (17:36 -0700)]
No more hatchery
Michael M Slusarz [Tue, 12 Jan 2010 23:47:49 +0000 (16:47 -0700)]
Merge branch 'horde-git' (since 12/23/2009) into master
Conflicts:
.gitattributes
.gitignore
Michael M Slusarz [Tue, 12 Jan 2010 23:45:56 +0000 (16:45 -0700)]
Merge branch 'horde-hatchery' into horde-git
Conflicts:
.gitignore
Michael M Slusarz [Tue, 12 Jan 2010 23:40:14 +0000 (16:40 -0700)]
Test commit
Ben Klang [Tue, 12 Jan 2010 23:17:58 +0000 (18:17 -0500)]
Operator: add graph type selector
Ben Klang [Tue, 12 Jan 2010 23:00:20 +0000 (18:00 -0500)]
Operator: Create ability to export CDR to CSV/TSV
Ben Klang [Tue, 12 Jan 2010 20:25:37 +0000 (15:25 -0500)]
Operator: Add PHP5 class syntax
Jan Schneider [Tue, 12 Jan 2010 20:49:55 +0000 (21:49 +0100)]
Happy New Year!
Jan Schneider [Tue, 12 Jan 2010 20:37:59 +0000 (21:37 +0100)]
Happy New Year!
Jan Schneider [Tue, 12 Jan 2010 20:28:12 +0000 (21:28 +0100)]
phpdoc
Jan Schneider [Tue, 12 Jan 2010 18:03:09 +0000 (19:03 +0100)]
Get drag&drop at least in day view partially working again.
Ben Klang [Tue, 12 Jan 2010 20:22:27 +0000 (15:22 -0500)]
Operator: Misc fixes
* PHPdoc change to Operator_Driver#getRecords()
* Ensure start date is before end date
* Move date object checking to parent class
* Fix return type of Operator_Driver#getRecords()
* Add warning when number of calls in search is exceeded
Ben Klang [Tue, 12 Jan 2010 19:19:00 +0000 (14:19 -0500)]
Fix missing square brackets
Michael M Slusarz [Tue, 12 Jan 2010 17:50:07 +0000 (10:50 -0700)]
Must be at sibling level to use previous()
Ben Klang [Tue, 12 Jan 2010 04:13:30 +0000 (23:13 -0500)]
Operator: Fix table layout
Jan Schneider [Tue, 12 Jan 2010 11:50:36 +0000 (12:50 +0100)]
Use Http_Client.
Jan Schneider [Tue, 12 Jan 2010 09:20:37 +0000 (10:20 +0100)]
Don't store PEAR_Errors in the session.
Jan Schneider [Tue, 12 Jan 2010 11:45:05 +0000 (12:45 +0100)]
Try any authentication by default.
Jan Schneider [Tue, 12 Jan 2010 11:26:42 +0000 (12:26 +0100)]
Take into account that curl returns multiple headers in the response, if the
actions required multiple requests.
Take HTTP response code from curlinfo.
Jan Schneider [Tue, 12 Jan 2010 10:20:20 +0000 (11:20 +0100)]
More phpdoc.