My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Nov 13, 2009
    r21 (Moving to php 5.3 ) committed by maxime.bouroumeau   -   Moving to php 5.3
    Moving to php 5.3

Earlier this year

  • Sep 28, 2009
    issue 4 (extra spaces in function calls do not translate correctly) reported by ras...@mindplay.dk   -   The following line of code: define( 'MARKDOWN_VERSION', "1.0.1m" ); # Sat 21 Jun 2008 Incorrectly translates to JavaScript as: var 'MARKDOWN_VERSION = "1.0.1m" ; Note the extra space before the quote - the parser seems to assume that the first argument always appears immediately after the opening paranthesis. This is just style and not syntax, so it shouldn't affect the parser. Seems to affect define() only and not, for example, multi-line function calls in general.
    The following line of code: define( 'MARKDOWN_VERSION', "1.0.1m" ); # Sat 21 Jun 2008 Incorrectly translates to JavaScript as: var 'MARKDOWN_VERSION = "1.0.1m" ; Note the extra space before the quote - the parser seems to assume that the first argument always appears immediately after the opening paranthesis. This is just style and not syntax, so it shouldn't affect the parser. Seems to affect define() only and not, for example, multi-line function calls in general.
  • Aug 03, 2009
    r20 ([No log message]) committed by maxime.bouroumeau   -   [No log message]
    [No log message]
  • Jul 28, 2009
    r19 (move the generation out of the reflection classes new Compon...) committed by maxime.bouroumeau   -   move the generation out of the reflection classes new Component
    move the generation out of the reflection classes new Component
  • Jul 21, 2009
    r18 (refactoring and cleanup started for migration to php 5.3) committed by maxime.bouroumeau   -   refactoring and cleanup started for migration to php 5.3
    refactoring and cleanup started for migration to php 5.3
  • Jul 21, 2009
    r17 (preparing for the trunk to be migrated to php 5.3) committed by maxime.bouroumeau   -   preparing for the trunk to be migrated to php 5.3
    preparing for the trunk to be migrated to php 5.3
  • Feb 05, 2009
    r16 (repository reorganization) committed by maxime.bouroumeau   -   repository reorganization
    repository reorganization
  • Jan 20, 2009
    r15 (working copy, still in heavy development) committed by maxime.bouroumeau   -   working copy, still in heavy development
    working copy, still in heavy development
  • Jan 12, 2009
    issue 3 (Suggestion: shorten namespace) Status changed by maxime.bouroumeau   -   I'd prefer to keep the Harmony_ namespace. I know it's a bit long but it follows PEAR naming conventions. You can contact me at maxime.bouroumeau@gmail.com. I would be happy to hear your remarks/ideas/suggestions about harmony.
    Status: WontFix
    I'd prefer to keep the Harmony_ namespace. I know it's a bit long but it follows PEAR naming conventions. You can contact me at maxime.bouroumeau@gmail.com. I would be happy to hear your remarks/ideas/suggestions about harmony.
    Status: WontFix
  • Jan 12, 2009
    issue 3 (Suggestion: shorten namespace) reported by ras...@mindplay.dk   -   I would like to suggest a shorter naming convention for the framework, e.g.: HScript instead of Harmony_Script HCache instead of Harmony_Cache etc. Having to type "Harmony_" all the time gets cumbersome. Of course, if you're already using Harmony to back your own solutions, I understand why you can't do that at this point :-) (PS: I have been trying to contact you personally with some other ideas, but have not been able to - there is no email address or contact form on your website, and LinkedIn will not allow me to contact you, at least not without lying about knowing you, when filling in the contact form...)
    I would like to suggest a shorter naming convention for the framework, e.g.: HScript instead of Harmony_Script HCache instead of Harmony_Cache etc. Having to type "Harmony_" all the time gets cumbersome. Of course, if you're already using Harmony to back your own solutions, I understand why you can't do that at this point :-) (PS: I have been trying to contact you personally with some other ideas, but have not been able to - there is no email address or contact form on your website, and LinkedIn will not allow me to contact you, at least not without lying about knowing you, when filling in the contact form...)

Older

  • Dec 12, 2008
    r14 (inclusion of Harmony_Style Improvements of the @Remote tag) committed by maxime.bouroumeau   -   inclusion of Harmony_Style Improvements of the @Remote tag
    inclusion of Harmony_Style Improvements of the @Remote tag
  • Dec 09, 2008
    issue 1 (appending to arrays does not work) Status changed by maxime.bouroumeau   -   This syntax can now be used with the version from the trunk.
    Status: Fixed
    This syntax can now be used with the version from the trunk.
    Status: Fixed
  • Dec 09, 2008
    r13 (Lots of changes since the last commit. A lot of refactoring....) committed by maxime.bouroumeau   -   Lots of changes since the last commit. A lot of refactoring. Introcution of Harmony_Reflection which provides reflection capabilities on php code without loading it. It also allows meta programmation. Harmony_Script now uses Reflection. Some features of Script has been moved to plugins (all tags) and adapters (javascript generation). There is now a pure javascript generator. Mootools is still available in the Harmony_Mootools package. Harmony_Xml has a new way for handling elements and attributes. No more templates. Easier to creates new elements. Harmony_Application has also been modified. Now uses a router and profiles to configure the application. Harmony_Parser adds supports for plugins. New Harmony_Debug for debugging using FirePHP
    Lots of changes since the last commit. A lot of refactoring. Introcution of Harmony_Reflection which provides reflection capabilities on php code without loading it. It also allows meta programmation. Harmony_Script now uses Reflection. Some features of Script has been moved to plugins (all tags) and adapters (javascript generation). There is now a pure javascript generator. Mootools is still available in the Harmony_Mootools package. Harmony_Xml has a new way for handling elements and attributes. No more templates. Easier to creates new elements. Harmony_Application has also been modified. Now uses a router and profiles to configure the application. Harmony_Parser adds supports for plugins. New Harmony_Debug for debugging using FirePHP
  • Nov 30, 2008
    issue 2 (unsupported: bitwise & operator) reported by mindplay.dk   -   The bitwise & operator simply gets stripped, perhaps mistakenly interpreted as the reference operator?
    The bitwise & operator simply gets stripped, perhaps mistakenly interpreted as the reference operator?
  • Nov 30, 2008
    issue 1 (appending to arrays does not work) commented on by mindplay.dk   -   oops - no, it actually is on the list. my bad.
    oops - no, it actually is on the list. my bad.
  • Nov 30, 2008
    issue 1 (appending to arrays does not work) commented on by maxime.bouroumeau   -   thanks. i actually knew the problem but forgot to put it on the unsupported features list. i'm working on the next version and the problem should be resolved
    thanks. i actually knew the problem but forgot to put it on the unsupported features list. i'm working on the next version and the problem should be resolved
  • Nov 30, 2008
    issue 1 (appending to arrays does not work) reported by mindplay.dk   -   It's not on the list of unsupported features, so I figure I should report this problem. Appending to arrays in PHP is typically done like this: $a = array(); $a[] = "item 1"; $a[] = "item 2"; etc. The translated code output is: var a = []; a[] = "item 1"; The second line is wrong - it should translate to: a.push( "item 1" ); Appending to an array is a pretty common operation, so support for this should probably be added?
    It's not on the list of unsupported features, so I figure I should report this problem. Appending to arrays in PHP is typically done like this: $a = array(); $a[] = "item 1"; $a[] = "item 2"; etc. The translated code output is: var a = []; a[] = "item 1"; The second line is wrong - it should translate to: a.push( "item 1" ); Appending to an array is a pretty common operation, so support for this should probably be added?
  • Nov 07, 2008
    r12 ([No log message]) committed by maxime.bouroumeau   -   [No log message]
    [No log message]
  • Nov 07, 2008
    r11 ([No log message]) committed by maxime.bouroumeau   -   [No log message]
    [No log message]
  • Nov 07, 2008
    r10 (documentation) committed by maxime.bouroumeau   -   documentation
    documentation
  • Oct 15, 2008
    r9 ([No log message]) committed by maxime.bouroumeau   -   [No log message]
    [No log message]
  • Oct 15, 2008
    r8 (first preview) committed by maxime.bouroumeau   -   first preview
    first preview
  • Oct 14, 2008
    r7 (support for "no-block" functions (functions ending with ;) +...) committed by maxime.bouroumeau   -   support for "no-block" functions (functions ending with ;) + debug
    support for "no-block" functions (functions ending with ;) + debug
  • Oct 12, 2008
    r6 (add support for packed script) committed by maxime.bouroumeau   -   add support for packed script
    add support for packed script
  • Oct 12, 2008
    r5 (debug + new demo files + changes in the way application hand...) committed by maxime.bouroumeau   -   debug + new demo files + changes in the way application handlers are managed
    debug + new demo files + changes in the way application handlers are managed
  • Oct 12, 2008
    r4 (new way of loading scripts using Hamony_Application, debug,...) committed by maxime.bouroumeau   -   new way of loading scripts using Hamony_Application, debug, starting the development of Harmony_Toolkit
    new way of loading scripts using Hamony_Application, debug, starting the development of Harmony_Toolkit
  • Sep 20, 2008
    r3 (refactoring, nearly ready for the first beta. still missing ...) committed by maxime.bouroumeau   -   refactoring, nearly ready for the first beta. still missing a nice way to access files in the application folder
    refactoring, nearly ready for the first beta. still missing a nice way to access files in the application folder
  • Sep 07, 2008
    r2 (First commit ) committed by maxime.bouroumeau   -   First commit
    First commit
  • Sep 07, 2008
    Project harmony-framework created by maxime.bouroumeau   -   Bringing php to the client side
    Bringing php to the client side
 
Hosted by Google Code