Revisions for incubator/Horde_Currencies/Currencies.php

Location: [ Horde ] / incubator / Horde_Currencies / Currencies.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.22 (+8 -4 lines) 09/04/2008 03:42 AM Duck duck

Avoid fatal errors

1.21 (+2 -2 lines) 09/02/2008 01:43 PM Chuck Hagenbuch chuck

a few more Loader -> Autoloader changes

1.20 (+3 -3 lines) 09/02/2008 01:25 PM Chuck Hagenbuch chuck

Horde_Loader -> Horde_Autoloader

1.19 (+23 -4 lines) 07/30/2008 07:04 AM Duck duck

Allow to override the number of frac_digits. So we can keep the formatting but have custom number of digits. We can specify our own value or leave to autodetect he number of the decimas.

1.18 (+2 -2 lines) 08/27/2007 07:18 AM Duck duck

Iterrator to array works only with objects

1.17 (+3 -6 lines) 07/10/2007 11:20 PM Chuck Hagenbuch chuck

Use Horde_Loader to load Rdo libs

1.16 (+2 -2 lines) 06/27/2007 01:23 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.15 (+5 -1 lines) 06/11/2007 04:04 AM Duck duck

Force array usage in the currency form type

1.14 (+5 -1 lines) 06/09/2007 03:46 PM Duck duck

If an object is passed convert it to an array

1.13 (+2 -2 lines) 06/06/2007 03:11 PM Chuck Hagenbuch chuck

Split Horde_Rdo into a namespace class (Horde_Rdo) for constants and eventually for global functions (like a global fallback db connection, and a global inflector, etc.) and Horde_Rdo_Base, for the actual entity object management.

1.12 (+15 -15 lines) 04/27/2007 09:33 PM Chuck Hagenbuch chuck

RDO -> Rdo

1.11 (+119 -80 lines) 04/24/2007 07:40 PM Jan Schneider jan

Style tweaks, phpdoc, etc.

1.10 (+45 -1 lines) 02/05/2007 10:28 AM Duck duck

Add missing meta data from localeconv().

1.9 (+8 -8 lines) 01/29/2007 11:41 AM Chuck Hagenbuch chuck

Horde_RDO_Storage_Adapter -> Horde_RDO_Adapter
Horde_RDO_Storage_DML_Sql -> Horde_RDO_Query_Builder
$container -> $_table in Mapper classes
$container -> $table in Model classes

1.8 (+10 -5 lines) 01/03/2007 11:40 AM Duck duck

Allow to skip appending the currecy symbol - just format the number

1.7 (+3 -3 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.6 (+6 -18 lines) 10/02/2006 11:50 PM Chuck Hagenbuch chuck

Remove usage of getFields(), and in most cases just return the
Horde_RDO object or Horde_RDO_List - both can be used as hashes or
arrays in almost all cases.

1.5 (+2 -2 lines) 06/28/2006 10:30 AM Duck duck

Horde_RDO not RDO

1.4 (+22 -7 lines) 06/28/2006 04:38 AM Duck duck

Simplify getDefault usage

1.3 (+24 -12 lines) 06/27/2006 02:44 PM Chuck Hagenbuch chuck

RDO -> Horde_RDO

1.2 (+8 -9 lines) 06/26/2006 12:24 AM Chuck Hagenbuch chuck

style

1.1 06/25/2006 11:54 PM Chuck Hagenbuch chuck

consistent naming
this db script is mysql-specific