horde.git
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.

15 years agoSmarter specification of the primary key
Chuck Hagenbuch [Sun, 10 Jan 2010 19:34:32 +0000 (14:34 -0500)]
Smarter specification of the primary key

15 years agohorde calendar cleanups.
Michael M Slusarz [Tue, 12 Jan 2010 05:21:43 +0000 (22:21 -0700)]
horde calendar cleanups.

Since the event is triggered on the image element, we know the FORM
elements to be altered appear directly before it.  Use DOM transversal
functions rather than hackish DOM ID string manipulation to determine
the DOM elements to populate.

Ben K - can you test this out and see if it works as expected?

15 years agoUNSIGNED is only relevant to MySQL. Adjust accordingly. 598 passing tests.
Chuck Hagenbuch [Tue, 12 Jan 2010 05:14:11 +0000 (00:14 -0500)]
UNSIGNED is only relevant to MySQL. Adjust accordingly. 598 passing tests.

15 years agoAllow typeToSql() to fill in native limits, rather than having logic to do it in...
Chuck Hagenbuch [Mon, 11 Jan 2010 19:01:53 +0000 (14:01 -0500)]
Allow typeToSql() to fill in native limits, rather than having logic to do it in two places.

15 years agoSwitch to all positional arguments for db_migrate.
Chuck Hagenbuch [Mon, 11 Jan 2010 18:56:45 +0000 (13:56 -0500)]
Switch to all positional arguments for db_migrate.

Usage is:
  db_migrate $app
  db_migrate $app up
  db_migrate $app down
  db_migrate $app $version

15 years agoAdd unit tests for the bug I encountered when specifying primary key columns explicitly.
Chuck Hagenbuch [Mon, 11 Jan 2010 17:28:05 +0000 (12:28 -0500)]
Add unit tests for the bug I encountered when specifying primary key columns explicitly.

15 years agoAdd observer to make Horde_Form_Type_datetime javascript picker work again
Ben Klang [Tue, 12 Jan 2010 04:21:54 +0000 (23:21 -0500)]
Add observer to make Horde_Form_Type_datetime javascript picker work again

Thanks to Michael Slusarz for showing the way.

15 years agoShow a few messages even without debug mode.
Jan Schneider [Mon, 11 Jan 2010 17:12:26 +0000 (18:12 +0100)]
Show a few messages even without debug mode.

15 years agoFix paths.
Jan Schneider [Mon, 11 Jan 2010 17:00:10 +0000 (18:00 +0100)]
Fix paths.

15 years agoOperator: Fix accountcode array construction
Ben Klang [Mon, 11 Jan 2010 16:11:05 +0000 (11:11 -0500)]
Operator: Fix accountcode array construction

15 years agoAdd two logger warn() calls to fill out @TODOs
Chuck Hagenbuch [Mon, 11 Jan 2010 04:21:59 +0000 (23:21 -0500)]
Add two logger warn() calls to fill out @TODOs

15 years agoAdd support for unsigned integers
Chuck Hagenbuch [Mon, 11 Jan 2010 04:21:10 +0000 (23:21 -0500)]
Add support for unsigned integers

15 years agoRemove references to test.php script in applications
Michael M Slusarz [Fri, 8 Jan 2010 19:56:23 +0000 (12:56 -0700)]
Remove references to test.php script in applications

15 years agoHorde::selfUrl() cleanups
Michael M Slusarz [Fri, 8 Jan 2010 21:01:14 +0000 (14:01 -0700)]
Horde::selfUrl() cleanups

15 years agoOptimization
Michael M Slusarz [Fri, 8 Jan 2010 20:57:28 +0000 (13:57 -0700)]
Optimization

15 years agoOperator: Change from PEAR_Error to Exception handling
Ben Klang [Sun, 10 Jan 2010 21:43:31 +0000 (16:43 -0500)]
Operator: Change from PEAR_Error to Exception handling

15 years agoOperator: Paginate the CDR results
Ben Klang [Sun, 10 Jan 2010 21:17:36 +0000 (16:17 -0500)]
Operator: Paginate the CDR results

15 years agoOperator: Move search limit to config from pref
Ben Klang [Sun, 10 Jan 2010 21:06:33 +0000 (16:06 -0500)]
Operator: Move search limit to config from pref

Also fix pref descriptions

15 years agoOperator: Mute warnings coming from Image_Graph
Ben Klang [Sun, 10 Jan 2010 19:57:32 +0000 (14:57 -0500)]
Operator: Mute warnings coming from Image_Graph

15 years agoOperator: Fix start month in search form
Ben Klang [Sun, 10 Jan 2010 19:21:47 +0000 (14:21 -0500)]
Operator: Fix start month in search form

15 years agoOperator: make sure driver is loaded to populate perms array
Ben Klang [Sun, 10 Jan 2010 19:14:59 +0000 (14:14 -0500)]
Operator: make sure driver is loaded to populate perms array

15 years agoMerge branch 'Operator-H4'
Ben Klang [Sun, 10 Jan 2010 18:59:21 +0000 (13:59 -0500)]
Merge branch 'Operator-H4'

15 years agoShout: Fix references to objects
Ben Klang [Sun, 10 Jan 2010 18:58:46 +0000 (13:58 -0500)]
Shout: Fix references to objects

15 years agoHylax: Fix references to objects
Ben Klang [Sun, 10 Jan 2010 18:58:23 +0000 (13:58 -0500)]
Hylax: Fix references to objects

15 years agoOperator: Fix account code security
Ben Klang [Sun, 10 Jan 2010 18:56:12 +0000 (13:56 -0500)]
Operator: Fix account code security

* Add Operator_Exception class
* Catch and notify cases where not account codes are valid

15 years agoOperator: Fix references to operator driver
Ben Klang [Sun, 10 Jan 2010 18:25:51 +0000 (13:25 -0500)]
Operator: Fix references to operator driver

15 years agoOperator: Continue porting to Horde 4.
Ben Klang [Sun, 10 Jan 2010 18:21:08 +0000 (13:21 -0500)]
Operator: Continue porting to Horde 4.

* Whitespace and coding changes
* Remove call to Horde_Date#correct() (handled by __set() override)
* Remove require_once statements
* Create lib/Application.php and remove lib/base.php

15 years agoOperator: Move files into proper application directory
Ben Klang [Sun, 10 Jan 2010 03:53:40 +0000 (22:53 -0500)]
Operator: Move files into proper application directory

15 years agoPlease, when refactoring, update *all* modules.
Jan Schneider [Tue, 1 Dec 2009 12:52:49 +0000 (12:52 +0000)]
Please, when refactoring, update *all* modules.

15 years agoHorde::includeStylesheetFiles()
Jan Schneider [Fri, 31 Jul 2009 10:05:12 +0000 (10:05 +0000)]
Horde::includeStylesheetFiles()

15 years agoHorde_Exception conversions.
Michael M Slusarz [Mon, 13 Jul 2009 20:05:48 +0000 (20:05 +0000)]
Horde_Exception conversions.

15 years agoNLS:: -> Horde_Nls:: (moved to Git)
Michael M Slusarz [Thu, 9 Jul 2009 08:18:18 +0000 (08:18 +0000)]
NLS:: -> Horde_Nls:: (moved to Git)

15 years agoMove Horde core framework package to Git.
Michael M Slusarz [Thu, 9 Jul 2009 06:08:45 +0000 (06:08 +0000)]
Move Horde core framework package to Git.

15 years agoBug:
Michael M Slusarz [Wed, 8 Jul 2009 18:29:18 +0000 (18:29 +0000)]
Bug:
Submitted by:
Merge after:
Auth:: -> Horde_Auth::

What was that noise?  That was the sound of this commit (possibly)destroying
your ability to login to Horde.  You have been warned.

15 years agoNotification:: -> Horde_Notification::
Michael M Slusarz [Wed, 24 Jun 2009 23:39:29 +0000 (23:39 +0000)]
Notification:: -> Horde_Notification::

15 years agoVariables:: -> Horde_Variables::
Michael M Slusarz [Wed, 10 Jun 2009 17:33:30 +0000 (17:33 +0000)]
Variables:: -> Horde_Variables::

15 years agoUnneeded inclusion of Menu.php.
Michael M Slusarz [Wed, 10 Jun 2009 06:07:34 +0000 (06:07 +0000)]
Unneeded inclusion of Menu.php.