horde.git
15 years agoadd a (temporary?) entry to registry for content
Michael J. Rubinsky [Fri, 15 Jan 2010 19:18:23 +0000 (14:18 -0500)]
add a (temporary?) entry to registry for content

15 years agoRemove old CVS-related code
Michael M Slusarz [Fri, 15 Jan 2010 05:53:44 +0000 (22:53 -0700)]
Remove old CVS-related code

15 years agodocumentation tweak
Michael M Slusarz [Thu, 14 Jan 2010 23:11:42 +0000 (16:11 -0700)]
documentation tweak

15 years agoRemove unneded require_once() calls and @since tags
Michael M Slusarz [Thu, 14 Jan 2010 22:06:22 +0000 (15:06 -0700)]
Remove unneded require_once() calls and @since tags

15 years agoUpdate gollem to new Horde_Registry_Application format
Michael M Slusarz [Thu, 14 Jan 2010 21:55:14 +0000 (14:55 -0700)]
Update gollem to new Horde_Registry_Application format

15 years agoUpdate hylax 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

15 years agoRemove obsolete CVS tag/attributes
Michael M Slusarz [Thu, 14 Jan 2010 21:39:46 +0000 (14:39 -0700)]
Remove obsolete CVS tag/attributes

15 years agoRemove base.php stuff from Kronolith
Michael M Slusarz [Thu, 14 Jan 2010 20:03:10 +0000 (13:03 -0700)]
Remove base.php stuff from Kronolith

15 years agoDon't show splitbar when printing
Michael M Slusarz [Thu, 14 Jan 2010 19:22:10 +0000 (12:22 -0700)]
Don't show splitbar when printing

15 years agoAbout 100% sure we want to check permissions/auth for Blocks
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

15 years agoFurther flesh out base Horde initialization.
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.

15 years agoUpdated CKEditor to v3.1
Michael M Slusarz [Thu, 14 Jan 2010 05:45:02 +0000 (22:45 -0700)]
Updated CKEditor to v3.1

15 years agochmod, even if not chgrp'ing.
Jan Schneider [Fri, 15 Jan 2010 00:42:23 +0000 (01:42 +0100)]
chmod, even if not chgrp'ing.

15 years agoGo to default view when clicking the logo.
Jan Schneider [Fri, 15 Jan 2010 00:32:40 +0000 (01:32 +0100)]
Go to default view when clicking the logo.

15 years agoThis is necessary for me to get transparent authentication working. It always
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.

15 years agoUse "/usr/bin/env php" for the setup scripts.
Jan Schneider [Thu, 14 Jan 2010 23:48:33 +0000 (00:48 +0100)]
Use "/usr/bin/env php" for the setup scripts.

15 years agoCreate horde/config/horde.local.php before linking horde, so that it's linked
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.

15 years agoUse the new injector bindings to get Horde_Db instances
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

15 years agoNo need for a factory; create a sqlite adapter directly
Chuck Hagenbuch [Thu, 14 Jan 2010 22:36:21 +0000 (17:36 -0500)]
No need for a factory; create a sqlite adapter directly

15 years agoAnother compatibility shim in the Binder
Chuck Hagenbuch [Thu, 14 Jan 2010 22:36:03 +0000 (17:36 -0500)]
Another compatibility shim in the Binder

15 years agoIt's not yet clear how these apps will manager their databse connection, so just
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.

15 years agoMissed two removals of Horde_Db_Factory
Chuck Hagenbuch [Thu, 14 Jan 2010 22:24:33 +0000 (17:24 -0500)]
Missed two removals of Horde_Db_Factory

15 years agoAdd an initial set of dependency injection bindings.
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

15 years agoGrammar tweaks
Chuck Hagenbuch [Thu, 14 Jan 2010 21:44:19 +0000 (16:44 -0500)]
Grammar tweaks

15 years agoRemove Horde_Db_Adapter, which only contained a factory.
Chuck Hagenbuch [Thu, 14 Jan 2010 21:35:36 +0000 (16:35 -0500)]
Remove Horde_Db_Adapter, which only contained a factory.

15 years agoremove structureDump - it's entirely backend-specific and should be replaced
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).

15 years agoTest commit from master branch
Michael J. Rubinsky [Thu, 14 Jan 2010 16:14:10 +0000 (11:14 -0500)]
Test commit from master branch

15 years agoDon't ignore some real test files.
Jan Schneider [Thu, 14 Jan 2010 11:32:01 +0000 (12:32 +0100)]
Don't ignore some real test files.

15 years agoHighlight current day in week view.
Jan Schneider [Thu, 14 Jan 2010 11:25:10 +0000 (12:25 +0100)]
Highlight current day in week view.

15 years agoFix dragging/resizing.
Jan Schneider [Thu, 14 Jan 2010 11:00:59 +0000 (12:00 +0100)]
Fix dragging/resizing.

15 years agoDon't show map search link if maps are disabled.
Jan Schneider [Wed, 13 Jan 2010 16:18:19 +0000 (17:18 +0100)]
Don't show map search link if maps are disabled.

15 years agoFix adding events to the view after saving them.
Jan Schneider [Wed, 13 Jan 2010 16:15:05 +0000 (17:15 +0100)]
Fix adding events to the view after saving them.

15 years agoHorde_Db TODO updates
Chuck Hagenbuch [Thu, 14 Jan 2010 05:07:35 +0000 (00:07 -0500)]
Horde_Db TODO updates

15 years agolast round of tests
Michael J. Rubinsky [Thu, 14 Jan 2010 04:56:22 +0000 (23:56 -0500)]
last round of tests

15 years agostart moving away from Horde_Db_Adapter::factory()
Chuck Hagenbuch [Thu, 14 Jan 2010 04:44:43 +0000 (23:44 -0500)]
start moving away from Horde_Db_Adapter::factory()

15 years agoAdapt to the new Migrator API, and log migrations to STDOUT
Chuck Hagenbuch [Thu, 14 Jan 2010 03:32:34 +0000 (22:32 -0500)]
Adapt to the new Migrator API, and log migrations to STDOUT

15 years agoRefactor Horde_Db_Migration_Migrator to require a Logger object and allow
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.

15 years agoAdd setters for the Logger and Inflector objects
Chuck Hagenbuch [Wed, 13 Jan 2010 21:52:47 +0000 (16:52 -0500)]
Add setters for the Logger and Inflector objects

15 years agoMove management of the schema_info table entirely into the Migrator class.
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.

15 years agoTest script can be disabled via Horde configuration
Michael M Slusarz [Wed, 13 Jan 2010 23:40:08 +0000 (16:40 -0700)]
Test script can be disabled via Horde configuration

15 years agoImprovements to test script output
Michael M Slusarz [Wed, 13 Jan 2010 22:55:18 +0000 (15:55 -0700)]
Improvements to test script output

15 years agoShout: Make sure the add/edit form renders properly
Ben Klang [Wed, 13 Jan 2010 22:19:28 +0000 (17:19 -0500)]
Shout: Make sure the add/edit form renders properly

15 years agoShout: Column name change
Ben Klang [Wed, 13 Jan 2010 22:18:14 +0000 (17:18 -0500)]
Shout: Column name change

15 years agoShout: Better handling when permission denied
Ben Klang [Wed, 13 Jan 2010 22:17:55 +0000 (17:17 -0500)]
Shout: Better handling when permission denied

15 years agoOperator: Put the pager at the top of the results too
Ben Klang [Wed, 13 Jan 2010 22:17:18 +0000 (17:17 -0500)]
Operator: Put the pager at the top of the results too

15 years agoThis library can be autoloaded
Michael M Slusarz [Wed, 13 Jan 2010 06:48:01 +0000 (23:48 -0700)]
This library can be autoloaded

15 years agodocblock
Michael J. Rubinsky [Wed, 13 Jan 2010 21:27:26 +0000 (16:27 -0500)]
docblock

15 years agodocblock
Michael J. Rubinsky [Wed, 13 Jan 2010 21:25:46 +0000 (16:25 -0500)]
docblock

15 years agodocblock
Michael J. Rubinsky [Wed, 13 Jan 2010 21:23:26 +0000 (16:23 -0500)]
docblock

15 years agoFix docblock
Michael J. Rubinsky [Wed, 13 Jan 2010 21:21:41 +0000 (16:21 -0500)]
Fix docblock

15 years agoFix docblock
Michael J. Rubinsky [Wed, 13 Jan 2010 21:20:28 +0000 (16:20 -0500)]
Fix docblock

15 years agoFix docblock
Michael J. Rubinsky [Wed, 13 Jan 2010 21:17:59 +0000 (16:17 -0500)]
Fix docblock

15 years agoFix docblocks
Michael J. Rubinsky [Wed, 13 Jan 2010 21:16:03 +0000 (16:16 -0500)]
Fix docblocks

15 years agoFix docblock
Michael J. Rubinsky [Wed, 13 Jan 2010 21:10:12 +0000 (16:10 -0500)]
Fix docblock

15 years agoOperator: Fix Registry#pushApp() call
Ben Klang [Wed, 13 Jan 2010 15:12:06 +0000 (10:12 -0500)]
Operator: Fix Registry#pushApp() call

15 years agoOperator: Fix form handling
Ben Klang [Wed, 13 Jan 2010 15:10:53 +0000 (10:10 -0500)]
Operator: Fix form handling

15 years agoShout: Catch startup exceptions
Ben Klang [Wed, 13 Jan 2010 15:08:47 +0000 (10:08 -0500)]
Shout: Catch startup exceptions

15 years agoShout: Fix form handling (Thanks Jan for the tips)
Ben Klang [Wed, 13 Jan 2010 15:07:34 +0000 (10:07 -0500)]
Shout: Fix form handling (Thanks Jan for the tips)

15 years agoShout: Fix default table name for devices
Ben Klang [Wed, 13 Jan 2010 15:02:50 +0000 (10:02 -0500)]
Shout: Fix default table name for devices

15 years agoOperator: Don't open the form until we are sending output
Ben Klang [Wed, 13 Jan 2010 13:18:49 +0000 (08:18 -0500)]
Operator: Don't open the form until we are sending output

15 years agoOperator: Improve CDR table layout
Ben Klang [Wed, 13 Jan 2010 13:14:24 +0000 (08:14 -0500)]
Operator: Improve CDR table layout

15 years agoOperator: Make prefs use same column names as UI
Ben Klang [Wed, 13 Jan 2010 13:06:10 +0000 (08:06 -0500)]
Operator: Make prefs use same column names as UI

15 years agoOperator: Adjust size of CDR results
Ben Klang [Wed, 13 Jan 2010 12:50:03 +0000 (07:50 -0500)]
Operator: Adjust size of CDR results

15 years agoImplementation for primaryKey() that works with composite primary keys.
Chuck Hagenbuch [Wed, 13 Jan 2010 04:30:58 +0000 (23:30 -0500)]
Implementation for primaryKey() that works with composite primary keys.

15 years agoTests for creating tables 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

15 years agoRemove Horde_SQL_Manager now that the transition to Horde_Db_Migrations is well underway.
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.

15 years agoRemove mdb2-wrapper scripts.
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...

15 years agoremove MDB2_Schema table definitions, obsoleted by migrations.
Chuck Hagenbuch [Wed, 13 Jan 2010 03:00:23 +0000 (22:00 -0500)]
remove MDB2_Schema table definitions, obsoleted by migrations.

15 years agoadd missing indexes to rampage_tagged
Chuck Hagenbuch [Wed, 13 Jan 2010 02:59:44 +0000 (21:59 -0500)]
add missing indexes to rampage_tagged

15 years agoUpdate for how composite primary keys are now available.
Chuck Hagenbuch [Wed, 13 Jan 2010 02:54:30 +0000 (21:54 -0500)]
Update for how composite primary keys are now available.

15 years agoSimple implementation of creating tables with composite primary keys.
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.

15 years agoOperator: Change forms to POST and default to page 0
Ben Klang [Wed, 13 Jan 2010 03:40:09 +0000 (22:40 -0500)]
Operator: Change forms to POST and default to page 0

15 years agoOperator: More reasonable default preference value
Ben Klang [Wed, 13 Jan 2010 03:26:18 +0000 (22:26 -0500)]
Operator: More reasonable default preference value

15 years agoAllow specifying a different name for the default primary key.
Chuck Hagenbuch [Wed, 13 Jan 2010 02:00:17 +0000 (21:00 -0500)]
Allow specifying a different name for the default primary key.

15 years agoRemove column list so that this insert works regardless of the 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

15 years agoNo more hatchery
Michael M Slusarz [Wed, 13 Jan 2010 00:36:00 +0000 (17:36 -0700)]
No more hatchery

15 years agoMerge branch 'horde-git' (since 12/23/2009) into master
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

15 years agoMerge branch 'horde-hatchery' into horde-git
Michael M Slusarz [Tue, 12 Jan 2010 23:45:56 +0000 (16:45 -0700)]
Merge branch 'horde-hatchery' into horde-git

Conflicts:
.gitignore

15 years agoTest commit
Michael M Slusarz [Tue, 12 Jan 2010 23:40:14 +0000 (16:40 -0700)]
Test commit

15 years agoOperator: add graph type selector
Ben Klang [Tue, 12 Jan 2010 23:17:58 +0000 (18:17 -0500)]
Operator: add graph type selector

15 years agoOperator: Create ability to export CDR to CSV/TSV
Ben Klang [Tue, 12 Jan 2010 23:00:20 +0000 (18:00 -0500)]
Operator: Create ability to export CDR to CSV/TSV

15 years agoOperator: Add PHP5 class syntax
Ben Klang [Tue, 12 Jan 2010 20:25:37 +0000 (15:25 -0500)]
Operator: Add PHP5 class syntax

15 years agoHappy New Year!
Jan Schneider [Tue, 12 Jan 2010 20:49:55 +0000 (21:49 +0100)]
Happy New Year!

15 years agoHappy New Year!
Jan Schneider [Tue, 12 Jan 2010 20:37:59 +0000 (21:37 +0100)]
Happy New Year!

15 years agophpdoc
Jan Schneider [Tue, 12 Jan 2010 20:28:12 +0000 (21:28 +0100)]
phpdoc

15 years agoGet drag&drop at least in day view partially working again.
Jan Schneider [Tue, 12 Jan 2010 18:03:09 +0000 (19:03 +0100)]
Get drag&drop at least in day view partially working again.

15 years agoOperator: Misc fixes
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

15 years agoFix missing square brackets
Ben Klang [Tue, 12 Jan 2010 19:19:00 +0000 (14:19 -0500)]
Fix missing square brackets

15 years agoMust be at sibling level to use previous()
Michael M Slusarz [Tue, 12 Jan 2010 17:50:07 +0000 (10:50 -0700)]
Must be at sibling level to use previous()

15 years agoOperator: Fix table layout
Ben Klang [Tue, 12 Jan 2010 04:13:30 +0000 (23:13 -0500)]
Operator: Fix table layout

15 years agoUse Http_Client.
Jan Schneider [Tue, 12 Jan 2010 11:50:36 +0000 (12:50 +0100)]
Use Http_Client.

15 years agoDon't store PEAR_Errors in the session.
Jan Schneider [Tue, 12 Jan 2010 09:20:37 +0000 (10:20 +0100)]
Don't store PEAR_Errors in the session.

15 years agoTry any authentication by default.
Jan Schneider [Tue, 12 Jan 2010 11:45:05 +0000 (12:45 +0100)]
Try any authentication by default.

15 years agoTake into account that curl returns multiple headers in the response, if the
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.

15 years agoMore phpdoc.
Jan Schneider [Tue, 12 Jan 2010 10:20:20 +0000 (11:20 +0100)]
More phpdoc.

15 years agoDocument HTTP authentication parameters.
Jan Schneider [Tue, 12 Jan 2010 10:11:15 +0000 (11:11 +0100)]
Document HTTP authentication parameters.

15 years agoUnused
Jan Schneider [Tue, 12 Jan 2010 10:10:05 +0000 (11:10 +0100)]
Unused

15 years agoAdd proxy port.
Jan Schneider [Tue, 12 Jan 2010 10:06:19 +0000 (11:06 +0100)]
Add proxy port.

15 years agoFix phpdoc.
Jan Schneider [Tue, 12 Jan 2010 10:05:56 +0000 (11:05 +0100)]
Fix phpdoc.

15 years agoMigration for creating the rampage tag tables.
Chuck Hagenbuch [Sun, 10 Jan 2010 19:35:15 +0000 (14:35 -0500)]
Migration for creating the rampage tag tables.

This won't work yet; we still need support for multi-column primary keys
indexes.