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

Earlier this year

  • Oct 08, 2009
    r474 (initialized variable to avoid php notices) committed by grobmeier   -   initialized variable to avoid php notices
    initialized variable to avoid php notices
  • Oct 05, 2009
    r473 (added processor functionality to streams.xml. That way a str...) committed by grobmeier   -   added processor functionality to streams.xml. That way a stream-counter or similar is possible
    added processor functionality to streams.xml. That way a stream-counter or similar is possible
  • Oct 04, 2009
    r472 (corrected errorpage generation) committed by grobmeier   -   corrected errorpage generation
    corrected errorpage generation
  • Oct 04, 2009
    r471 (enabled secured filestreams) committed by grobmeier   -   enabled secured filestreams
    enabled secured filestreams
  • Oct 03, 2009
    r470 (added input provider concept for streaming) committed by grobmeier   -   added input provider concept for streaming
    added input provider concept for streaming
  • Oct 03, 2009
    r469 (references & are not longer necessary with PHP5. Removed ref...) committed by grobmeier   -   references & are not longer necessary with PHP5. Removed referencing for Log4PHP logger
    references & are not longer necessary with PHP5. Removed referencing for Log4PHP logger
  • Oct 03, 2009
    r468 (added daniels xsd sheet and corrected resource location) committed by grobmeier   -   added daniels xsd sheet and corrected resource location
    added daniels xsd sheet and corrected resource location
  • Oct 03, 2009
    r467 (removed usage of simpletest method which throws an error wit...) committed by grobmeier   -   removed usage of simpletest method which throws an error with php 5.3
    removed usage of simpletest method which throws an error with php 5.3
  • Oct 03, 2009
    r466 (added default timezone) committed by grobmeier   -   added default timezone
    added default timezone
  • Oct 03, 2009
    r465 (added default timezone if not set by ini file) committed by grobmeier   -   added default timezone if not set by ini file
    added default timezone if not set by ini file
  • Sep 30, 2009
    r464 (draft for streams.xml) committed by grobmeier   -   draft for streams.xml
    draft for streams.xml
  • Sep 19, 2009
    LiveExamples (Currently known live examples of PIWI pages) Wiki page edited by danielpalme82   -   Revision r463 Edited wiki page through web user interface.
    Revision r463 Edited wiki page through web user interface.
  • Sep 13, 2009
    r462 (Fixed spelling error.) committed by danielpalme82   -   Fixed spelling error.
    Fixed spelling error.
  • Sep 13, 2009
    r461 (-Improved crawler: 'mailto:'-links no more handled -Improved...) committed by danielpalme82   -   -Improved crawler: 'mailto:'-links no more handled -Improved SimpleGalleryGenerator.class.php: Replacing underscores in folder names
    -Improved crawler: 'mailto:'-links no more handled -Improved SimpleGalleryGenerator.class.php: Replacing underscores in folder names
  • Sep 05, 2009
    r460 (Added some information to streaming.xml) committed by danielpalme82   -   Added some information to streaming.xml
    Added some information to streaming.xml
  • Sep 05, 2009
    r459 (-Streams now have an ID, so you can have several stream on o...) committed by danielpalme82   -   -Streams now have an ID, so you can have several stream on one page. -Renamed stream.xml to streaming.xml to make naming more clear.
    -Streams now have an ID, so you can have several stream on one page. -Renamed stream.xml to streaming.xml to make naming more clear.
  • Sep 04, 2009
    r458 (Streams are now transmitted as valid files.) committed by danielpalme82   -   Streams are now transmitted as valid files.
    Streams are now transmitted as valid files.
  • Sep 04, 2009
    issue 20 (Empty textarea contains spaces) Status changed by danielpalme82   -   The only possibility not to close empty textareas is to use HTML instead of XHTML as output format of the xslt stylesheet. Since this produces invalid HTML this is not an option.
    Status: WontFix
    The only possibility not to close empty textareas is to use HTML instead of XHTML as output format of the xslt stylesheet. Since this produces invalid HTML this is not an option.
    Status: WontFix
  • Sep 04, 2009
    issue 30 (Behaviour of protected non-html pages) Status changed by danielpalme82   -  
    Status: Fixed
    Status: Fixed
  • Sep 04, 2009
    issue 30 (Behaviour of protected non-html pages) Labels changed by danielpalme82   -   Request.class.php :: setExtension ( 'html' ) fixed the issue
    Labels: Priority-Medium Priority-Critical
    Request.class.php :: setExtension ( 'html' ) fixed the issue
    Labels: Priority-Medium Priority-Critical
  • Sep 04, 2009
    issue 29 (MySQL Connector needs to return bool on insert) Labels changed by danielpalme82   -  
    Labels: Milestone-1.0 Milestone-Unscheduled
    Labels: Milestone-1.0 Milestone-Unscheduled
  • Sep 04, 2009
    r457 (-Fixed issue 30 -Updated documentation.) committed by danielpalme82   -   -Fixed issue 30 -Updated documentation.
    -Fixed issue 30 -Updated documentation.
  • Sep 04, 2009
    issue 30 (Behaviour of protected non-html pages) commented on by danielpalme82   -   I'll have to take a look at it. I will fix this issue in the evening, should not be very difficult.
    I'll have to take a look at it. I will fix this issue in the evening, should not be very difficult.
  • Sep 04, 2009
    issue 30 (Behaviour of protected non-html pages) commented on by grobmeier   -   Daniel, is it possible to simply change the choosen serializer when authentification fails? After failed auth we could call Request.class.php :: setExtension ( 'html' )
    Daniel, is it possible to simply change the choosen serializer when authentification fails? After failed auth we could call Request.class.php :: setExtension ( 'html' )
  • Sep 04, 2009
    issue 30 (Behaviour of protected non-html pages) Labels changed by danielpalme82   -   This issue must be resolved soon.
    Labels: Priority-Critical Milestone-1.0 Priority-Medium
    This issue must be resolved soon.
    Labels: Priority-Critical Milestone-1.0 Priority-Medium
  • Sep 03, 2009
    issue 29 (MySQL Connector needs to return bool on insert) Status changed by grobmeier   -   Applied, thanks!
    Status: Fixed
    Applied, thanks!
    Status: Fixed
  • Sep 03, 2009
    r456 (fixed issue 29 from gerd.puehl: MySQL Connector needs to ret...) committed by grobmeier   -   fixed issue 29 from gerd.puehl: MySQL Connector needs to return bool on insert
    fixed issue 29 from gerd.puehl: MySQL Connector needs to return bool on insert
  • Sep 03, 2009
    issue 30 (Behaviour of protected non-html pages) reported by grobmeier   -   Example: my.xml is protected with the role admin Caller is not logged in. Calling my.html leads the user to a login page. Calling my.xls downloads an excelsheet with the form data. Calling my.stream streams 0 byte to harddisk. What is the expected behaviour here? I would think that calling my.stream needs to rediret me to the login page too. Same for other file endings.
    Example: my.xml is protected with the role admin Caller is not logged in. Calling my.html leads the user to a login page. Calling my.xls downloads an excelsheet with the form data. Calling my.stream streams 0 byte to harddisk. What is the expected behaviour here? I would think that calling my.stream needs to rediret me to the login page too. Same for other file endings.
  • Sep 03, 2009
    r455 (added name param and moved example to features) committed by grobmeier   -   added name param and moved example to features
    added name param and moved example to features
  • Sep 02, 2009
    r454 (first draft of binary stream serializer) committed by grobmeier   -   first draft of binary stream serializer
    first draft of binary stream serializer
  • Aug 22, 2009
    ApacheProposal (The Incubator Proposal for Apache.) Wiki page edited by grobmeier   -   Revision r453 Edited wiki page through web user interface.
    Revision r453 Edited wiki page through web user interface.
  • Jul 28, 2009
    issue 29 (MySQL Connector needs to return bool on insert) reported by gerd.puehl   -   An insert statment in the execute method of MySQL Connector causes an mysql_fetch_array (not a resource link) error. An insert doesn't return an resource array but bool. See patch if (!$result) { throw new DatabaseException('Querying database failed (' . mysql_error() . ').', DatabaseException::ERR_QUERY_FAILED); } else if(is_bool($result)) { return $result; }
    An insert statment in the execute method of MySQL Connector causes an mysql_fetch_array (not a resource link) error. An insert doesn't return an resource array but bool. See patch if (!$result) { throw new DatabaseException('Querying database failed (' . mysql_error() . ').', DatabaseException::ERR_QUERY_FAILED); } else if(is_bool($result)) { return $result; }
  • Jul 20, 2009
    issue 28 (Update to Log4PHP 2.0 once it is ready) reported by grobmeier   -   Log4PHP is currently included in PIWI. Since there are heavy works on the framework to make it more understandable and more object oriented, it may be useful to include the next version into PIWI once it is ready.
    Log4PHP is currently included in PIWI. Since there are heavy works on the framework to make it more understandable and more object oriented, it may be useful to include the next version into PIWI once it is ready.
  • Jul 20, 2009
    issue 10 (PIWI Context) Labels changed by danielpalme82   -  
    Labels: Milestone-1.0 Milestone-Release1.0
    Labels: Milestone-1.0 Milestone-Release1.0
  • Jul 20, 2009
    issue 6 (Refactoring of Site and XMLSite) Labels changed by danielpalme82   -  
    Labels: Milestone-1.0 Milestone-Release1.0
    Labels: Milestone-1.0 Milestone-Release1.0
  • Jul 20, 2009
    issue 6 (Refactoring of Site and XMLSite) Status changed by danielpalme82   -  
    Status: Started
    Status: Started
  • Jul 20, 2009
    issue 10 (PIWI Context) changed by danielpalme82   -  
    Status: Started
    Labels: Milestone-Release1.0
    Status: Started
    Labels: Milestone-Release1.0
  • Jul 20, 2009
    issue 6 (Refactoring of Site and XMLSite) Labels changed by danielpalme82   -  
    Labels: Milestone-Release1.0
    Labels: Milestone-Release1.0
  • Jun 26, 2009
    LiveExamples (Currently known live examples of PIWI pages) Wiki page edited by grobmeier
  • May 25, 2009
    LiveExamples (Currently known live examples of PIWI pages) Wiki page edited by danielpalme82
  • May 22, 2009
    LiveExamples (Currently known live examples of PIWI pages) Wiki page added by grobmeier
  • Apr 26, 2009
    r449 (-Fixed checkstyle errors -Fixed some incorrect method names ...) committed by danielpalme82   -   -Fixed checkstyle errors -Fixed some incorrect method names -Updated documentation -Added some TODOs
    -Fixed checkstyle errors -Fixed some incorrect method names -Updated documentation -Added some TODOs
  • Apr 26, 2009
    r448 (Continued fixing of tests) committed by danielpalme82   -   Continued fixing of tests
    Continued fixing of tests
  • Apr 26, 2009
    r447 (Continued fixing of tests) committed by danielpalme82   -   Continued fixing of tests
    Continued fixing of tests
  • Apr 26, 2009
    r446 (Continued fixing of tests) committed by danielpalme82   -   Continued fixing of tests
    Continued fixing of tests
  • Apr 26, 2009
    r445 ( ) committed by danielpalme82   -  
  • Apr 26, 2009
    r444 (Continued fixing of tests) committed by danielpalme82   -   Continued fixing of tests
    Continued fixing of tests
  • Apr 26, 2009
    r443 (Continued fixing of tests) committed by danielpalme82   -   Continued fixing of tests
    Continued fixing of tests
  • Apr 25, 2009
    r442 (Fixed unit tests.) committed by danielpalme82   -   Fixed unit tests.
    Fixed unit tests.
  • Apr 25, 2009
    r441 (Started to fix unit tests. Not all tests are working yet!!!) committed by danielpalme82   -   Started to fix unit tests. Not all tests are working yet!!!
    Started to fix unit tests. Not all tests are working yet!!!
 
Hosted by Google Code