Timeline


and .

06/06/07:

18:04 WikiStart edited by schst
Added Ingo to developers (diff)
18:02 Ticket #66 (Do not serialize empty properties to attributes) created by schst
Empty properties should no be serialized to empty XML attributes.
11:11 Ticket #65 (Different strategy for XMLSerializer) created by mikey
Currently the XMLSerializer will export the …
11:02 Ticket #64 (German Umlaute will not work with XMLSerializer) created by isobolewski
I receive the following message: Warning: DOMDocument::saveXML(): …

06/05/07:

23:42 Changeset [716] by schst

Added example for ticket #63

23:41 Ticket #63 (Do not cache annotations with Foo.class arguments) created by schst
I just found another PHP annoyance: It is not possible to serialize and …
22:48 Changeset [715] by schst

Fixed type, whitespace fixes

22:47 Changeset [714] by schst

Flush the response, whitespace fixes

22:43 Changeset [713] by schst

Use @link instead of @see, whitespace fixes

22:40 Ticket #62 (Find a way to register new PHP callbacks in XSL templates) created by schst
Currently it is not possible to register new PHP callbacks without …
22:38 Changeset [712] by schst

removed obsolete todo, whitespace fixes

22:19 Changeset [711] by schst

Removed tab

22:15 Changeset [710] by schst

Check for yui in docroot

21:59 Changeset [709] by schst

Fixed paths

21:20 Changelog edited by schst
Added the possibility to use @XMLTag(tagName=false) to omit the … (diff)
21:19 Changeset [708] by schst

Extended test to test @XMLFragment(tagName=false)

21:16 Changeset [707] by schst

New feature that allows you to remove the container tag from a list

21:06 Changelog edited by schst
(diff)
21:05 Changelog edited by schst
(diff)
21:04 Changeset [706] by schst

Do not export hash_code() and getClassName() to XML

06/04/07:

20:40 Ticket #61 (Create a stubClonable interface) created by mikey
As already described in ticket #54 PHP does not offer any possibility to …

06/03/07:

21:04 Ticket #60 (Build-System should generate rewrite rules) created by schst
The build-system should be able to create rewrite rules for the MVC …
17:37 Ticket #59 (Create SMD for JSON-RPC exposed methods) created by schst
The JSON-RPC processor should be able to expose its services via SMD.
17:29 WikiStart edited by schst
Link to new page that needs to be written (diff)
17:25 Changeset [705] by schst

Cleaned up XML/XSL example and added link on the overview page

17:14 Ticket #58 (Improve error handling in the XML/XSL processor) created by schst
If a main_*.xml file contains invalid XML, the processor will throw …
17:05 Ticket #57 (Build-System should generate processors.xml) created by schst
The build-system should be able to generate the processors.xml …
17:03 Ticket #56 (Implement a REST service processor) created by schst
Stubbles must provide a processor that is able to provide a REST service …

06/02/07:

17:52 Ticket #55 (Implement a cache component) created by schst
Stubbles requires an easy to use and configurable caching component to …
17:50 Changelog edited by schst
Removed all examples from /docroot (diff)
17:49 Ticket #31 (Cleanup examples and docroot) closed by schst
fixed
17:49 Changeset [704] by schst

Enable annotation example

14:10 Changelog edited by mikey
(diff)
14:08 Ticket #54 (Annotation parameters cannot be of type stubReflectionClass) closed by mikey
fixed: Fixed with changeset 703 with a hack because PHP does not …
14:04 Changeset [703] by mikey

Only clone instances of net.stubbles.stubObject, prevents cloning of ...

12:09 Changeset [702] by schst

Added test to illustrate ticket #54

12:09 Ticket #54 (Annotation parameters cannot be of type stubReflectionClass) created by schst
In the current version of Stubbles, the following code does not …
12:00 Changeset [701] by schst

Removed all files from docroot, added example for annotations

01:36 Changeset [700] by schst

Fixed some docblocks, whitespace fixes

06/01/07:

00:27 Changelog edited by mikey
(diff)
00:01 Changeset [699] by mikey

some doc block corrections

05/31/07:

23:57 Changeset [698] by mikey

added net.stubbles.reflection.stubReflectionPackage todo: the star part in ...

22:48 Changeset [697] by mikey

fixed unit tests: used wrong assertions fixed toString() bugs detected ...

00:04 Docs/MVC/Variant edited by mikey
minor changes for better understanding (diff)

05/30/07:

12:30 Changelog edited by mikey
(diff)
12:13 Changeset [696] by mikey

removed tabs in unit tests

11:58 Changeset [695] by mikey

added net.stubbles.util.datespan

11:33 Changeset [694] by mikey

exclude yui from stylecheck

05/29/07:

23:07 Ticket #16 (Document the VariantManager) closed by mikey
fixed: See Testing customer experience with variants.
22:58 Changelog edited by mikey
(diff)
22:49 Docs/MVC/Variant edited by mikey
added information about configuring the variant tree (diff)
22:24 Changeset [693] by schst

Removed tabs

22:22 Changeset [692] by schst

Check CS of examples

22:20 Changeset [691] by schst

added redirect

22:16 Changeset [690] by schst

Added example for the Memphis processor

22:10 Ticket #34 (Copy examples to a release) closed by schst
fixed: Examples have been cleaned up and can now be setup easily in the build.
22:09 Docs/Setup/BuildSystem edited by schst
Added setup-examples (diff)
22:07 Changelog edited by schst
(diff)
22:03 Changeset [689] by schst

Removed obsolete files

21:59 Changeset [688] by schst

Added test-all target to execute all tests

21:52 Changeset [687] by schst

Removed obsolete files (moved to examples)

21:48 Changeset [686] by schst

Moved setup-example functionality in own target that can be launched using ...

21:39 Changeset [685] by mikey

renamed public static toString() to public static ...

21:36 Changeset [684] by schst

Only remove sources from net.stubbles.examples

21:28 Changeset [683] by schst

Make sure, that examples work in the build

21:15 Changeset [682] by schst

Be more verbose

21:14 Changeset [681] by schst

Restructured examples to reside in their own sandbox (not working in the ...

20:45 Changeset [680] by schst

Added separate configuration for examples, so the do not pollute the ...

05/28/07:

15:24 Ticket #52 (Document @Inject annotation) closed by schst
fixed: The documentation is now available?.
15:22 Ticket #50 (Allow different registry config files) closed by mikey
fixed: Fixed with changeset 679.
15:21 Changeset [679] by mikey

added possibility to switch the config source of the registry (fixes ...

15:03 Docs/Reflection/Annotations/Available edited by schst
Added XMLMatcher (diff)
14:57 Docs/Reflection/Annotations edited by schst
Link to list of all available annotations (diff)
14:55 Docs/Reflection/Annotations/Available edited by schst
Added @XMLFragement (diff)
14:53 Docs/Reflection/Annotations/Available created by schst
Added list of all available annotations
14:46 WikiStart edited by schst
Link to a new page with all available annotations (diff)
12:23 Ticket #44 (Document build system) closed by schst
fixed: The build system documentation is now available at …
12:22 Docs/Setup/Checkout edited by schst
Link to new Phing page (diff)
12:21 Docs/Setup/Phing created by schst
Added page about Phing
12:13 Docs/Setup edited by schst
Link to new section (diff)
12:11 Docs/Setup/BuildSystem created by schst
Documentation of build process

05/27/07:

23:18 WikiStart edited by schst
Some restructuring (diff)
23:15 Ticket #53 (Improve stateful services) created by schst
The stateful JSON-RPC services currently have two drawbacks: 1. Cookies …
23:13 Docs/MVC/XSL/Templates created by schst
Copied Nico's work and fixed some typos
23:06 WikiStart edited by schst
(diff)
23:04 WikiStart edited by schst
(diff)
23:01 Ticket #52 (Document @Inject annotation) created by schst
The @Inject annotation is not self-explanatory and needs to be …
23:00 Changelog edited by schst
Latest changes, fixed typo (diff)
22:57 Ticket #51 (Allow different JSON RPC service configurations) created by schst
It should be possible to specify more than one JSON-RPC service …
22:55 Ticket #50 (Allow different registry config files) created by schst
It should be possible to specify the name of a configuration file when …
22:50 Ticket #49 (Validate XML config files during the build) created by schst
The XmlLint task of Phing could be used to validate all of the available …
22:49 Ticket #48 (Improve check-style target) created by schst
PHP_CodeSniffer should be …
22:46 Changeset [678] by schst

Tons of whitespace fixes

22:45 Changeset [677] by schst

Use class constants, added info, if no CS issues have been found.

22:34 Changeset [676] by schst

Added Phing task to check for tabs, integrated check in release process.

19:27 Changeset [675] by schst

Fixed testcase, replaced tabs with spaces

19:23 Changeset [674] by schst

Moved several files from docroot to examples (not working, yet), use local ...

19:18 Changeset [673] by schst

Moved error handling example to examples/core

19:12 Docs/Setup/Examples edited by schst
Removed note on YUI (available online), added link to examples web site, … (diff)
18:30 Docs/MVC/Variant created by mikey
16:59 Ticket #47 (RequestParamVariant throws exception) closed by mikey
fixed: Fixed with changeset 672.
16:57 Changeset [672] by mikey

more generic implementation of sleep() which takes care of properties in ...

16:23 Changeset [671] by schst

Allow numbers in example names

16:20 Changelog edited by schst
Added examples (diff)
16:16 Changeset [670] by schst

Added links to conference examples

16:04 Ticket #43 (Document JSON-RPC features) closed by schst
fixed: Documentation is available at: * [wiki:Docs/JsonRpc Easy AJAX with …
16:03 Docs/JsonRpc/Proxies created by schst
Added initial documentation on Phing task
15:48 Docs/JsonRpc edited by schst
Added more information on the dynamic proxy generation (diff)
15:37 Docs/Reflection/Annotations edited by schst
Added link to slidehare (diff)
15:35 Docs/JsonRpc edited by schst
Added information on statefule services and links to further information (diff)
14:30 Docs/JsonRpc edited by schst
More client usage documentation (diff)
14:17 Docs/JsonRpc edited by schst
Added note on usage of files served by yahoo (diff)
14:13 Docs/JsonRpc edited by schst
Started documenting client side use (diff)
13:54 Docs/JsonRpc edited by schst
Link to annotation documentation (diff)
13:53 Docs/JsonRpc created by schst
Started documenting JSON-RPC functionality

05/22/07:

20:05 Declarative Development using Annotations in PHP.pdf attached to Downloads by schst
Slides of the presentation at IPC 2007

05/19/07:

14:55 Changeset [669] by schst

Added examples from IPC 2007 Spring edition

05/17/07:

17:36 Changeset [668] by mikey

stuff that will be used for the spring php conference 2007

05/08/07:

22:43 Changeset [667] by schst

Removed tabs

22:40 Changelog edited by schst
(diff)
22:39 Changelog edited by schst
Closed ticket #33: Added … (diff)
22:39 Ticket #33 (Improve error handling in JsonRpcProcessor) closed by schst
fixed: A new javascript file …
22:37 Changeset [666] by schst

Closed ticket #33: Added stub-json-rpc-debug.js that can be used while ...

21:30 Ticket #47 (RequestParamVariant throws exception) created by schst
When using a cached configuration for the variantmanager, an exception is …
21:28 Changeset [665] by schst

Moved variant manager example from docroot to examples

21:24 WikiStart edited by schst
(diff)
14:42 Changelog edited by mikey
(diff)
14:41 WikiStart edited by mikey
fixed typo (diff)
14:41 Changeset [664] by mikey

bugfix: do not use tag name as key in array

05/07/07:

21:50 Ticket #46 (Create an authentication layer) created by mikey
Stubbles should support authentication within its mvc packages. Pages and …
21:40 Changeset [663] by schst

Allow dashes in example names

21:37 Changeset [662] by schst

Added some security measures to examples

21:29 Changeset [661] by schst

Load XJConf only if it's needed

21:26 Changeset [660] by schst

Fixed typo

21:25 Changeset [659] by schst

Fixed typo

21:22 Changelog edited by schst
Check for existence of examples.properties in examples overview page (diff)
21:21 Changeset [658] by schst

Check, whether examples.properties exists and issue a warning otherwise

21:10 Changelog edited by schst
Closed ticket #45 (diff)
21:09 Ticket #45 (Cache json-rpc-service.xml configuration) closed by schst
fixed: A basic cache has been implemented.
21:09 Changeset [657] by schst

Fixed ticket #45: Cache JSON-RPC webservice config file

20:57 Changelog edited by schst
Added example for stubXMLStreamWriter (diff)
20:55 Changeset [656] by schst

Added example for stubXMLStreamWriter

Note: See TracTimeline for information about the timeline view.