openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
PHProjekt
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
about 4 hours
ago.
Jun 12, 2024 — Jun 12, 2025
Showing page 171 of 189
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
mark as merged
Nina Schmitt
More...
over 17 years ago
New structure for client
Nina Schmitt
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},
Gustavo Solt
More...
over 17 years ago
temporary commit so that changes won't be lost with restructuring
Nina Schmitt
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
Gustavo Solt
More...
over 17 years ago
Remove files that are not longer needed
David Soria Parra
More...
over 17 years ago
Add a small makefile that makes easier to compile the docbooks on unix systems
David Soria Parra
More...
over 17 years ago
Check if the fetched user eixsts and the index 0 is available
David Soria Parra
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 */
David Soria Parra
More...
over 17 years ago
First try on replacing Split with BorderContainers
Nina Schmitt
More...
over 17 years ago
layout changes dojo
Nina Schmitt
More...
over 17 years ago
dojo client integration
Nina Schmitt
More...
over 17 years ago
added again as this file was removed accidently
Nina Schmitt
More...
over 17 years ago
changes for dojo client
Nina Schmitt
More...
over 17 years ago
+ split templates to load them event based + use publish/subscribe NOTE: just an initial version, nothing final yet ...
Wolfram Kriesing
More...
over 17 years ago
removed unnecessary js files
Nina Schmitt
More...
over 17 years ago
changes for dojo by Wolfram
Nina Schmitt
More...
over 17 years ago
changes for dojo by Wolfram
Nina Schmitt
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.
David Soria Parra
More...
over 17 years ago
Add text and remove dtime
David Soria Parra
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.
David Soria Parra
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.
David Soria Parra
More...
over 17 years ago
Fix tests. We have to check for the InvalidArgumentException that was introduced recently
David Soria Parra
More...
over 17 years ago
Throw an exception if the santizing on __set fails instead of using confusing default values.
David Soria Parra
More...
over 17 years ago
Update library
David Soria Parra
More...
over 17 years ago
Fix some stuff
David Soria Parra
More...
over 17 years ago
Change ordering
David Soria Parra
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
David Soria Parra
More...
over 17 years ago
Docbook generator command line client
Christopher Weckerle
More...
over 17 years ago
Beautify code
David Soria Parra
More...
over 17 years ago
←
1
2
…
167
168
169
170
171
172
173
174
175
…
188
189
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree