3
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
mark as merged More... over 17 years ago
New structure for client More... over 17 years ago
Change the format of the metadate range from "range":{"1":"Offered","2":"Ordered"}, to "range": {{id:"1", name:"Offered"}, {id:"2", name:"Ordered"}} This format is user for all the range values, for the tree stuff is now: "range": {id:"Project", name:"Project"}, And for null values: "range": {id:null, name:null}, More... over 17 years ago
temporary commit so that changes won't be lost with restructuring More... over 17 years ago
After the profiling check, these are the change for improve the code. Improve loader for prevent recursive calls. Keep Role_Models_Role in the session since the Models can“t be instanted. The forward call two times the IndexController:initt(), and in the indexAction in not nessesary More... over 17 years ago
Remove files that are not longer needed More... over 17 years ago
Add a small makefile that makes easier to compile the docbooks on unix systems More... over 17 years ago
Check if the fetched user eixsts and the index 0 is available More... over 17 years ago
<?php /** * Default Controller for PHProjekt 6 * * LICENSE: Licensed under the terms of the PHProjekt 6 License * * @copyright 2007 Mayflower GmbH (http://www.mayflower.de) * @license http://phprojekt.com/license PHProjekt 6 License * @version CVS: $Id: IndexController.php,v 1.114 2008/02/26 10:28:15 nina Exp $ * @author David Soria Parra <[email protected]> * @package PHProjekt * @link http://www.phprojekt.com * @since File available since Release 1.0 */ More... over 17 years ago
First try on replacing Split with BorderContainers More... over 17 years ago
layout changes dojo More... over 17 years ago
dojo client integration More... over 17 years ago
added again as this file was removed accidently More... over 17 years ago
changes for dojo client More... over 17 years ago
+ split templates to load them event based + use publish/subscribe NOTE: just an initial version, nothing final yet ... More... over 17 years ago
removed unnecessary js files More... over 17 years ago
changes for dojo by Wolfram More... over 17 years ago
changes for dojo by Wolfram More... over 17 years ago
Add additional stuff formats that are used in the database manager of PHProjekt and should be supported in the first version of PHProjekt 6. More... over 17 years ago
Add text and remove dtime More... over 17 years ago
The inspector takes empty strings as invalid even when checking for a string, but empty strings are completly valid as long as $empty is not given. More... over 17 years ago
If a date is santized and the date is invalid the santizing class returned 1970-01-01 which is not the expected behaviour. Instead we expect to get the given default value. Therefore we return null as this will cause the Inspector class to return the default value. More... over 17 years ago
Fix tests. We have to check for the InvalidArgumentException that was introduced recently More... over 17 years ago
Throw an exception if the santizing on __set fails instead of using confusing default values. More... over 17 years ago
Update library More... over 17 years ago
Fix some stuff More... over 17 years ago
Change ordering More... over 17 years ago
Some slight improvements. Add command line arguments as doing a popen (and therefore use pipes) intead of writen the generated docbook to the disk. Add a simple usage More... over 17 years ago
Docbook generator command line client More... over 17 years ago
Beautify code More... over 17 years ago