[commits] Horde annotated tag horde_argv-1.0.0beta1 created. 4a3588dc644d04b46b87e0b3a4c01674d7db4970

Jan Schneider jan at horde.org
Wed Mar 16 17:24:20 UTC 2011


The annotated tag "horde_argv-1.0.0beta1" has been created.
        at  4a3588dc644d04b46b87e0b3a4c01674d7db4970 (tag)
   tagging  b2e02a3a6bb14059335b02b00310732da2d7e6e2 (commit)
  replaces  content-1.0.0alpha1
 tagged by  Jan Schneider
        on  Wed Mar 16 18:06:14 2011 +0100

-----------------------------------------------------------------------
Released Horde_Argv-1.0.0beta1.

Ben Klang (1):
      Silly typo

Chuck Hagenbuch (9):
      Add support for matching URLs that use "://foo.com" (which means "current protocol" when used in a webpage)
      Bug #9153: Change how quoting of binary data is done, so that Postgres stores binary data correctly
      Bug #9153: Standardize on using Horde_Db_Column::binaryToString() for now
      Remove Horde_Sql methods that aren't used in current git code
      Remove xdebug_break() call
      Merge branch 'master' of ssh://git.horde.org/horde/git/horde
      Make sure function signatures match (Bug #9637)
      Remove static includes of Horde/SQL.php (Bug #9637)
      Make sure method signatures match exactly (Bug #9637)

Gunnar Wrobel (129):
      Remove obsolete functions dealing with MIME specific details (now handled withing Kolab_Storage). Tweak the load/save methods to deal with resources only. phpdoc.
      All decorators overwrite these anyhow.
      Obsolete but missed in the first commit.
      Start a stream based XML handler.
      Fix and test the parse error.
      MissingValue exception.
      MissingUid exception.
      Fix class name.
      Fix missing value.
      Use new exception types.
      Simple test for saving notes.
      Update package.xml.
      No translations anymore.
      Completed.
      Revert "Start a stream based XML handler."
      phpdoc.
      Add an object type that provides an XML envelope around arbitrary data.
      phpdoc.
      Allow manipulation of the root note.
      Support storing arbitrary XML.
      Only do this when adding text nodes.
      phpdoc
      Provide the factory to the Xml handler. Clean up testing while adapting to the change.
      Extract class.
      Add a ledger module.
      Start a ledger handler.
      phpdoc
      Support importing data.
      Support the ledger namespaces.
      Support the ledger object type.
      Start driver testing.
      Removed dependency on Core.
      Support creating a new note.
      Test adding/fetching.
      Extract message data handling in the Data object.
      Fix variable name. Save/fetch roundtrip works now.
      Let's assume for now that using the same value for id and uid is okay for mnemo.
      Test listing notes.
      Support deleting objects.
      Support note deletion.
      Add history logging. Style.
      phpdoc
      Support deleting messages in the cclient driver.
      Support deleting objects.
      Support deleting objects in the PEAR driver.
      Support deleting messages in the roundcube driver.
      Support moving messages in the mock driver.
      Support moving objects.
      Support moving messages in the cclient driver.
      Support moving messages in the PEAR backend.
      Support moving objects in the roundcube driver.
      Support moving messages.
      phpdoc
      phpdoc
      Data handling is more or less complete again so this test has become obsolete.
      More TODOs
      Support modifying objects.
      Put additional release functionality on todays agenda.
      Mark executable.
      Test if we got any arguments at all.
      Symlink scripts as well.
      Update package.xml.
      Symlink the development environment in development mode for quicker development.
      Update TODO.
      This belongs here.
      Refactoring of the configuration handlers to allow for improved handling of the component selection.
      Support for action arguments.
      Load this file while bootstrapping.
      Support context sensitivity.
      Typo.
      Do not rely on $argument[0] any longer.
      Check if an action has been selected.
      Remove "hmk" as horde-components now supports both call variants (explicit and context-sensitive).
      Support the "update" command.
      Do not complain if there are no arguments.
      Allow to retrieve the modules from the dependency injector.
      Add a help module.
      Completed.
      Switch to DOMDocument.
      Refactor.
      Ensure the timestamping does not change the package.xml file.
      signature, phpdoc
      Extract method.
      Extract method.
      Extract method.
      Rename method.
      Updated release module.
      Add one more replacement to get the DOMDocument based updating as close as reasonable for now to the PEAR_PackageFileManager output.
      Ensure that the arguments are just collected once.
      Help is a special action.
      Fix help output.
      Update the dependencies.
      Add testing for the sentinel.
      Extract class.
      Add optional "Release" dependency and extract git actions from packaging.
      Fix package name.
      Handle exceptions while bootstrapping.
      Initial support for updating the sentinel.
      Allow the sentinel handler to replace the existing sentinel and provide the means to update Application.php as well.
      Provide tools to retrieve the paths for the CHANGES and Application.php files.
      PEAR to Horde version converter.
      Deal with git postfix.
      Complete sentinel updates in the release module.
      Start extracting the functionality for the announcements.
      Complete body handling.
      Not required.
      Draft for the announcement support. Fixed setting the Application.php version.
      Start extracting the Release parts.
      Add a release task handler.
      Add a simple task with validation.
      Move the "pretend" option flag into the set of base options.
      Add a stub output handler.
      Allow to run a task sequence.
      Fix output init for bootstrapping.
      Add a handler for release notes.
      Provide a method to identify the component base directory.
      Add the task for the current sentinel.
      Switch to using release tasks.
      Update help on this task.
      Add packaging/upload task and forward options to the tasks when validating/running the task.
      Replace by task.
      Use packaging task.
      Update package.xml.
      Add the tasks for the next sentinel and the post release commit.
      Use the NextSentinel and PostCommit tasks.
      Announcement task.
      Somewhere along the way I lost the tag command.
      Tag releases.
      Fix announcements.

Jan Schneider (121):
      Update version in Application.php too.
      Bump versions, reset release notes.
      Fix importing contacts with SyncML (Simon Bühler, Bug #9641).
      <notes> must not be emtpy.
      Fix error in Mock driver when listing groups (Bug #9642).
      Fix creating new rules with PostgreSQL (Bug #9638).
      Remove useless parameter.
      Don't try to create schema table if it exists. Allow to throw errors from
      Allow empty mode when passing a stream.
      Use simpler log formatting for migrator logging.
      Use correct direction in log message.
      Fix saving display status of other applications' calendars (Bug #9636).
      Bug #9646: listTasks() takes an array.
      BFN
      Need to pass 'id' here too.
      Update de translation.
      This is the real fix for multienums being required during initial configuration.
      No longer necessary.
      Fix driver name.
      BFN
      down() migration doesn't work with mysqli.
      Fix retrieving event UIDs without date limit (Simon Bühler, Bug #9651).
      Bug #9652: Fix variable name.
      We create the schema table here, so drop it here.
      Fix parameter.
      Output javascript inside <td> tags. Fixes striping in forms.
      Use numeric section IDs to make sure to create valid element IDs.
      Test if schema table exists.
      Generate valid id attributes for form elements.
      Bug #9653: Add missing argument.
      Tweaks
      Only load external events in IFRAME if configured.
      Unset alarm dismissal when updating an alarm too.
      Refactor charset handling again.
      Fix directory names.
      Convert to PHP 5 and Horde 4 package layout.
      Add Autoload.php to Skeleton.
      The deprecated ctor style has been removed.
      Tweak preps sub-navigation.
      Look like we want to check $group here.
      Only show advanced preferences link if there are some.
      Update de translation.
      Find translateable strings in configuration files.
      Description
      Fix tree instance name, so that the expanded cookie does not collided with the sidebar slide-in state.
      Force textdomain to 'horde' when loading registry configuration.
      Fix Horde_Secret usage.
      Horde_Pdf is API-compatible, use it.
      Updated
      Replace deprecated usage.
      Drop File_PDF.
      Fix PDF generation.
      Split out ThreeWay classes.
      Avoid stripping of whitespace at the EOL.
      There is no __set().
      CS, phpdoc.
      CS, phpdoc.
      Add missing dependencies.
      Fix or skip tests.
      Fix package name.
      Optional dependencies for unit tests.
      Convert to PHP 5 and Horde 4 package layout.
      Fix link to attachment viewer.
      The last remaining getGroups() -> listGroups() typos.
      pam and sasl are pecl packages.
      Convert Sql and SqlFile drivers to use Horde_Db.
      Fix tag order.
      Bug #9662: Don't set a logger.
      List apps even if they don't have a configuration, so that schemas can be run.
      Add Content_Application for version information.
      Clean up class layout/naming.
      Move global user out of getPermissions().
      Move Core functionality out of Horde_Perms.
      _currentSection might be an empty array too.
      Add missing parameter.
      Bug #9153: Partially revert da89540692ff08d3468adb92f06f8f9b53b36179.
      Bug #9153: Add test case.
      There's no need to test columns, that's why we use schema versions.
      At least try some best guessing of migrating tags back to categories.
      Default select_view to true.
      Don't show schema information at all if there is no schema.
      Re-use strings, fix typos.
      Update de translation.
      Updated
      Renamed
      Fix groups.
      This argument need to be a Horde_Perms_Base object now.
      Use Perms SQL driver for testing.
      Add RPC dependencies.
      Prioritize release helper todos.
      Horde_Icalendar throws exceptions.
      Fix Perms.
      Throw exception.
      No gettext.
      Needs refactoring.
      Update dependencies, prepare releases.
      Extend Horde_Exception_Prior.
      No gettext.
      typo
      Fix XML and schema errors.
      Update, prepare releases.
      Release announcements.
      Add package.xml for timeobjects.
      Fix directory name.
      Fix gettext domain name.
      Tweak defaults.
      Bump dependency versions.
      Date_Calc is not a separate package.
      Link to configuration if displaying a configuration error.
      Add Null Perms driver.
      Add timeobject, Horde_Date.
      Default to automatic mode.
      Catch exceptions from trying to authenticate at application.
      Don't instantiate migration class only to detect the version.
      BFN
      Icalendar is used in tests.
      Use autoloading.
      BFN
      Remove bottom border.
      Center-align quota again.
      Released Horde_Argv-1.0.0beta1

Michael J. Rubinsky (42):
      Scan for prefGroup requirements on prefsInit also.
      BFN
      update notes in package.xml
      Fix form name. Fixes inability to delete task list
      refactor the categories to tags migration for kronolith.
      changes
      Check if we have a mobile view available before we disallow js and css
      fix method name
      changes
      this was already logged in the Horde_Group changes
      Fix setting the contact owner for a share source.
      Move view selection code out of IMP and into Horde.
      changes
      We don't want to filter this out here, show the mode selection.
      fix link for updating individual library schemas
      fix method name
      changes
      Fix method names
      Allow form section ids to be 0.
      more places to fix getGroupName() -> getName()
      No need to set a logger.
      simplify
      fix view determination
      Bug: 9661  Improve determination of view to display.
      need to escape < characters in package.xml
      use consistent style
      Add dynamic_view pref to Hermes, have it honor the pref and mode setting.
      consistent style
      add apps_iframe config and logic to hermes
      not needed
      use selected mode value for ansel mobile view
      Add a 'location' pref to identities.
      Check the identity for a location, then try the contacts api.
      some PHP5 tlc for timeobjects
      Fix method name for permission check
      Bug: 9666  License timeobjects under the BSD license.
      fix license
      avoid undefined index warnings
      fix LoginTasks for Hermes
      A bit of cleanup for timeobjects:
      Bug: 9665  Refactor Horde_Auth_Http_Remote to use Horde_Http_Client.
      Add Horde_Http as optional dependency

Michael M Slusarz (35):
      Bug #9640: Horde_Text_Filter#filter() now throws exception on error
      IMP_Ui_Mailbox::getDate() handles string input
      Bug #9650: Don't set label inside of IMP_Imap_Tree
      Add border-radius CSS definition
      Move getSpecialMailboxes() to IMP_Mailbox.
      When viewing unsubscribed, can't assume that all child mailboxes are viewable
      Add test for Bug #9567
      Fix display of special mailboxes when loading folder list
      changelog
      Bug #9655: Fix updates for refreshing Blocks
      Bug #9655: Don't refresh blocks if refresh value is empty
      Hide purge trash prefs if trash is disabled
      Bug #9627: Fix purging deleted messages in dynamic view
      Add basic UTF7-IMAP conversion unit test.
      Other IMAP extensions to look at
      Bug #9639: Resume compose fix
      Bug #9659: Fix clearing expanded state for javascript trees
      Remove debug remnant
      Bug #9153: Fixes for postgresql binary data
      style
      Bug #9644: Workaround PHP < 5.2.6 (broken stream handling)
      Initial alter part test
      Fix client-side sorting using envelope data
      Fix re-login URLs to use for session timeout when performing AJAX action
      Bug #9659: Second crack at fixing sidebar expansion
      CSS tweak
      A bit better wording
      Pass scope object to prefs_init().
      Remove 'theme' prefs_init() example.
      Clean up SORT=DISPLAY detection
      Add option to Horde#url() to suppress adding ajaxui to parameter list
      Remove reference to prefs in logintasks library
      Not used
      No need to pass in backend object to task
      New logintasks upgrade framework

noles at a3k.net (1):
      VFS::singleton is no more.




More information about the commits mailing list