root/trunk/src/main/php/net/stubbles/websites


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1666 [1666] 06/30/08 22:16:48 mikey fix typo
(edit) @1664 [1664] 06/30/08 21:32:48 mikey fix bug with htmlentities() and charsets, corrected to htmlspecialchars() …
(edit) @1655 [1655] 06/24/08 10:55:02 mikey better get it right the first time: use correct token, adjust tests
(edit) @1653 [1653] 06/24/08 09:55:47 mikey bugfix: use placeholders, will be replaced by website cache processor
(edit) @1632 [1632] 06/19/08 11:00:48 mikey make multi-project structure default
(edit) @1631 [1631] 06/19/08 10:20:45 mikey throw exception if skin document can not be parsed
(edit) @1623 [1623] 06/13/08 12:01:33 mikey implement enhancement #143: enable common xsl directory for several …
(edit) @1607 [1607] 05/28/08 13:01:05 mikey add possibility to select a skin via request
(edit) @1598 [1598] 05/26/08 12:14:53 mikey add construction template method to prevent constructor overloading
(edit) @1583 [1583] 05/24/08 01:21:55 mikey enhance i18n: enable l10n
(edit) @1577 [1577] 05/22/08 21:19:05 mikey keep session in user agents with cookies disabled
(edit) @1547 [1547] 04/15/08 00:13:54 mikey refactoring #139, part 6: moved net::stubbles::util::validators to …
(edit) @1546 [1546] 04/14/08 23:30:02 mikey refactoring #139, part 5.2: rename net::stubbles::ipo::request::filters to …
(edit) @1544 [1544] 04/13/08 21:48:05 mikey implemented enhancement #141: abstract processor should provide template …
(edit) @1538 [1538] 04/12/08 19:56:54 mikey refactoring #139, part 4: moved …
(edit) @1537 [1537] 04/12/08 19:42:29 mikey refactoring #139, part 3: moved net::stubbles::stubInitializer to …
(edit) @1535 [1535] 04/12/08 19:24:59 mikey refactoring #139, part 2: moved net::stubbles::util::stubFactory to …
(edit) @1534 [1534] 04/12/08 19:12:03 mikey refactoring #139, part 1: moved net::stubbles::util::stubRegistry to …
(edit) @1533 [1533] 04/12/08 18:35:23 mikey stop further processing if request already canceled
(edit) @1531 [1531] 04/10/08 22:58:24 mikey implemented refactoring #142: refactor session so it has access to the …
(edit) @1520 [1520] 04/10/08 14:07:04 mikey added net::stubbles::websites::xml::generator::stubModeXMLGenerator
(edit) @1518 [1518] 04/06/08 19:13:02 mikey fix bug: stop processing the request if a xml generator cancelled the …
(edit) @1515 [1515] 04/06/08 17:48:24 mikey make exception message more verbose
(edit) @1513 [1513] 04/06/08 17:23:21 mikey fix several coding style issues
(edit) @1512 [1512] 04/06/08 17:10:26 mikey fixed problems with stubMemphisTemplate in unit tests
(edit) @1511 [1511] 04/06/08 17:10:05 mikey fixed problems with stubMemphisTemplate in unit tests
(edit) @1508 [1508] 04/06/08 16:25:57 mikey added unit test for …
(edit) @1507 [1507] 04/06/08 15:47:09 mikey refactored rasmus template engine to be much simpler in usage and …
(edit) @1505 [1505] 04/06/08 02:32:22 mikey fix package separator
(edit) @1503 [1503] 04/06/08 01:43:54 mikey return empty arrays if source not set
(edit) @1502 [1502] 04/06/08 01:40:20 mikey added unit test for …
(edit) @1468 [1468] 03/27/08 15:12:08 mikey delay xml generator initialization to processing time
(edit) @1467 [1467] 03/27/08 14:35:41 mikey implemented enhancement #133: xml processor should use website cache
(edit) @1466 [1466] 03/27/08 00:11:11 mikey ignore class in code coverage
(edit) @1465 [1465] 03/26/08 23:47:14 mikey added test for logging
(edit) @1464 [1464] 03/26/08 23:28:58 mikey cover wrong configuration cases
(edit) @1462 [1462] 03/26/08 23:14:20 mikey added unit test for net::stubbles::websites::stubAbstractPageElement
(edit) @1461 [1461] 03/26/08 22:06:32 mikey fix subpackage
(edit) @1460 [1460] 03/25/08 15:26:56 mikey enhancement #133: added unit test for …
(edit) @1459 [1459] 03/25/08 09:57:21 mikey preparation of enhancement #133: refactored caching processor out of …
(edit) @1458 [1458] 03/24/08 13:53:07 mikey splitted net::stubbles::websites::cache::stubDefaultWebsiteCacheFactory
(edit) @1457 [1457] 03/24/08 13:29:45 mikey fix constructor
(edit) @1455 [1455] 03/23/08 01:38:17 mikey ignore one method and test cookie creation
(edit) @1454 [1454] 03/23/08 01:28:05 mikey completed unit test for …
(edit) @1453 [1453] 03/23/08 00:56:18 mikey added separate unit test for …
(edit) @1452 [1452] 03/23/08 00:38:04 mikey removed toString() implementations, should used basic one
(edit) @1451 [1451] 03/23/08 00:24:50 mikey added unit test for …
(edit) @1450 [1450] 03/23/08 00:12:27 mikey added unit test for …
(edit) @1449 [1449] 03/22/08 23:51:08 mikey added test for …
(edit) @1448 [1448] 03/22/08 23:28:08 mikey fixed typo and rewrote some passages
(edit) @1447 [1447] 03/22/08 23:18:11 mikey refactoring #137, part 8 (and final): updated tests
(edit) @1445 [1445] 03/20/08 17:51:12 mikey refactoring #137, part 7: page factories are now attributes of the …
(edit) @1444 [1444] 03/20/08 16:20:46 mikey refactoring #137, part 6: added abstract base implementation for page …
(edit) @1442 [1442] 03/20/08 00:15:23 mikey refactoring #137, part 5: replaced stubAbstractPageProcessor by interface …
(edit) @1441 [1441] 03/19/08 18:18:13 mikey refactoring #137, part 4: front controller now supports forceSSL - …
(edit) @1440 [1440] 03/19/08 17:53:40 mikey refactoring #137, part 3: removed useless stubPageConfigurationException, …
(edit) @1439 [1439] 03/19/08 17:52:53 mikey refactoring #137, part 2: added stubProcessor::forcesSSL()
(edit) @1438 [1438] 03/19/08 17:47:47 mikey refactoring #137, part 1: enhanced page factories
(edit) @1436 [1436] 03/18/08 17:27:25 mikey backlash from refactoring #138: clean up processor interface and handling …
(edit) @1435 [1435] 03/18/08 17:21:26 mikey backlash from refactoring #138: clean up processor interface and handling …
(edit) @1433 [1433] 03/18/08 14:59:53 mikey enhancement #133, part 1: XML processor should use website cache - xml …
(edit) @1432 [1432] 03/17/08 22:29:51 mikey removed session token from overall availability: should be added as …
(edit) @1431 [1431] 03/17/08 17:02:23 mikey enhancement #136, part 3: added …
(edit) @1430 [1430] 03/17/08 16:29:11 mikey enhancement #136, part 2: added …
(edit) @1429 [1429] 03/17/08 15:46:51 mikey enhancement #136, part 1: make stubSkinGenerator an interface, move …
(edit) @1428 [1428] 03/14/08 18:12:27 mikey fixed coding style issues
(edit) @1427 [1427] 03/14/08 18:06:21 mikey fixed test case
(edit) @1426 [1426] 03/14/08 17:53:51 mikey get rid of stubXMLResponse
(edit) @1425 [1425] 03/14/08 17:09:12 mikey change skin generator to take the page directly as argument instead …
(edit) @1424 [1424] 03/14/08 16:56:22 mikey moved skin generator into its own package
(edit) @1423 [1423] 03/14/08 16:09:18 mikey renaming, part 2
(edit) @1422 [1422] 03/14/08 15:51:37 mikey renaming, part 1
(edit) @1421 [1421] 03/14/08 14:40:30 mikey adjusted doc comments
(edit) @1420 [1420] 03/14/08 14:32:07 mikey moved xml specific page elements into their own package
(edit) @1419 [1419] 03/14/08 11:53:22 mikey implemented refactoring #131: move transformation of dom tree with skin …
(edit) @1418 [1418] 03/13/08 22:27:02 mikey moved resource handling
(edit) @1417 [1417] 03/13/08 17:07:22 mikey added net::stubbles::websites::xml::global::stubPageXMLElement which will …
(edit) @1415 [1415] 03/13/08 16:52:35 mikey added net::stubbles::websites::xml::global::stubPageXMLElement which will …
(edit) @1414 [1414] 03/13/08 14:46:18 mikey refactoring #132: enable global hooks available on all pages
(edit) @1413 [1413] 03/11/08 18:37:13 mikey implemented refactoring #130: move skin generation from xml post …
(edit) @1409 [1409] 03/10/08 19:24:27 mikey splitted default website initializer
(edit) @1408 [1408] 03/10/08 18:58:22 mikey website initializer now makes use of general purpose initializer
(edit) @1406 [1406] 03/10/08 11:35:15 mikey removed logging initializer, is not a feature of websites only
(edit) @1402 [1402] 03/07/08 15:15:54 mikey refactored front controller construction
(edit) @1395 [1395] 03/03/08 16:42:37 mikey created foundation for enhancement #49: introduced new base interface …
(edit) @1393 [1393] 03/03/08 14:07:38 mikey implemented enhancement #125 part 4: bugfixes
(edit) @1392 [1392] 03/03/08 13:32:20 mikey implemented enhancement #125 part 3: reworked resource handling, updated …
(edit) @1381 [1381] 02/26/08 18:51:17 mikey fix package separator
(edit) @1369 [1369] 02/25/08 17:48:20 mikey code nazism :)
(edit) @1362 [1362] 02/24/08 20:44:23 mikey ignore static code blocks in code coverage: PHPUnit does not recognize …
(edit) @1360 [1360] 02/22/08 19:07:47 mikey put xml stream writer used in processor into response to allow adding more …
(edit) @1358 [1358] 02/22/08 17:58:08 mikey created new base class …
(edit) @1357 [1357] 02/22/08 17:52:31 mikey created new base class …
(edit) @1356 [1356] 02/22/08 17:24:55 mikey extended stubXMLResponse with possibility to transport the used …
(edit) @1355 [1355] 02/22/08 12:11:41 mikey addes support for variants in xml/xsl view engine
(edit) @1353 [1353] 02/21/08 19:11:42 mikey do not append session id if user agent accepts cookies
(edit) @1327 [1327] 02/03/08 22:42:29 mikey renamed as there is no other regex validator any more
(edit) @1323 [1323] 02/03/08 21:29:43 mikey BC-break: refactored net::stubbles::request::filters - more power by less …
(edit) @1311 [1311] 01/29/08 18:44:27 mikey fixed doc comments
(edit) @1307 [1307] 01/28/08 01:22:29 mikey fixed several class loading issues
Note: See TracRevisionLog for help on using the revision log.