•  
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
decided to make clean branch, not to break any projects running
decided to make clean branch, not to break any projects running
    • -92
    • +10
    ./branches/phpunit/inc/api/cache.php
    • -2
    • +1
    ./branches/phpunit/inc/api/model/file.php
    • -30
    • +6
    ./branches/phpunit/inc/api/helpers/xpath.php
    • -51
    • +0
    ./branches/phpunit/inc/api/helpers/hash.php
    • -4
    • +2
    ./branches/phpunit/inc/api/views/common.php
    • -6
    • +3
    ./branches/phpunit/inc/api/helpers/xml.php
merged changes from trunk back to phpunit-branch
merged changes from trunk back to phpunit-branch
    • -10
    • +92
    ./branches/phpunit/inc/api/cache.php
    • -1
    • +2
    ./branches/phpunit/inc/api/model/file.php
    • -6
    • +30
    ./branches/phpunit/inc/api/helpers/xpath.php
    • -0
    • +51
    ./branches/phpunit/inc/api/helpers/hash.php
    • -2
    • +4
    ./branches/phpunit/inc/api/views/common.php
    • -3
    • +6
    ./branches/phpunit/inc/api/helpers/xml.php
added google client auth
added google client auth
    • -3
    • +10
    ./branches/1.2.x/inc/api/pam/auth/zend.php
bamboo not yet 3.5 per default
bamboo not yet 3.5 per default
forward compatibility
forward compatibility
catch if there is an invalid response
catch if there is an invalid response
changing omitextension behaviour to be more logic and fix a secruity hole. (covered with unit tests)
changing omitextension behaviour to be more logic and fix a secruity hole. (covered with unit tests)
  1. … 1 more file in changeset.
strict standard
strict standard
    • -1
    • +2
    ./branches/phpunit/inc/api/model/http.php
no_comment
no_comment
    • -42
    • +114
    ./branches/1.2.x/inc/api/pam/auth/zend.php
Add api_helpers_hash class that offers good defaults for hashing of passwords, generation of random hashes or generating checksums
Add api_helpers_hash class that offers good defaults for hashing of passwords, generation of random hashes or generating checksums
    • -0
    • +51
    ./trunk/inc/api/helpers/hash.php
1.2.2 release
1.2.2 release
    • -0
    • +14
    ./tags/1.2.2/inc/api/exception/XmlParseError.php
    • -0
    • +21
    ./tags/1.2.2/inc/api/exception/NoCommandFound.php
    • -0
    • +11
    ./tags/1.2.2/inc/api/exception/Backend.php
    • -0
    • +243
    ./tags/1.2.2/inc/api/views/default.php
    • -0
    • +84
    ./tags/1.2.2/inc/api/exceptionhandler/default.php
    • -0
    • +48
    ./tags/1.2.2/inc/api/helpers/http.php
    • -0
    • +160
    ./tags/1.2.2/inc/api/views/common.php
    • -0
    • +18
    ./tags/1.2.2/inc/api/views/plain.php
  1. … 80 more files in changeset.
merging from trunk revisions 13053:13055 (api_helpers_xpath changes and news)
merging from trunk revisions 13053:13055 (api_helpers_xpath changes and news)
    • -6
    • +30
    ./branches/1.2.x/inc/api/helpers/xpath.php
added news about api_helpers_xpath for upcomming tag release
added news about api_helpers_xpath for upcomming tag release
Changeable namespace in XPathHelper
Changeable namespace in XPathHelper
removing okapi2 core
removing okapi2 core
    • -419
    • +0
    ./branches/symfony2/inc/api/pam.php
    • -261
    • +0
    ./branches/symfony2/inc/api/init.php
    • -20
    • +0
    ./branches/symfony2/inc/api/pam/Iperm.php
    • -17
    • +0
    ./branches/symfony2/inc/api/session/Idriver.php
    • -92
    • +0
    ./branches/symfony2/inc/api/pam/Iauth.php
    • -239
    • +0
    ./branches/symfony2/inc/api/views/default.php
    • -48
    • +0
    ./branches/symfony2/inc/api/helpers/http.php
  1. … 95 more files in changeset.
move event dispatching out of doctrine auth extension
move event dispatching out of doctrine auth extension
    • -4
    • +31
    ./branches/symfony2/inc/api/pam.php
add method to read view params from the route
add method to read view params from the route
    • -0
    • +7
    ./branches/symfony2/inc/api/routing/route.php
build querystring only from GET params
build querystring only from GET params
fix overly strict type hint of params
fix overly strict type hint of params
    • -2
    • +2
    ./branches/symfony2/inc/api/command.php
typo fix in last commit
typo fix in last commit
    • -1
    • +1
    ./branches/symfony2/inc/api/controller.php
moved routecontainer loading into the controller
moved routecontainer loading into the controller
    • -0
    • +3
    ./branches/symfony2/inc/api/controller.php
tweak logic for method checking in process()
tweak logic for method checking in process()
    • -7
    • +6
    ./branches/symfony2/inc/api/command.php
extend from common .. no xslt in plain!
extend from common .. no xslt in plain!
    • -13
    • +9
    ./branches/symfony2/inc/api/views/plain.php
handle defaults/requirements being non arrays
handle defaults/requirements being non arrays
    • -1
    • +4
    ./branches/symfony2/inc/api/routing.php
remove fallback when view service cannot be found
remove fallback when view service cannot be found
    • -1
    • +1
    ./branches/symfony2/inc/api/controller.php
commented and fixed api_routing::gen so ssl pages don't create links to non-ssl (this should be handled by redirects for GET, otherwise you get browser warnings for all POST requests, and gen() can't …
commented and fixed api_routing::gen so ssl pages don't create links to non-ssl (this should be handled by redirects for GET, otherwise you get browser warnings for all POST requests, and gen() can't know what the url is going to do)
    • -11
    • +16
    ./branches/symfony2/inc/api/routing.php
updated for DI
updated for DI
    • -3
    • +3
    ./branches/symfony2/inc/api/views/common.php
    • -5
    • +5
    ./branches/symfony2/inc/api/views/default.php
updated for DI
updated for DI
can this be deleted?
can this be deleted?
removed calls related to tld/sld
removed calls related to tld/sld
    • -4
    • +0
    ./branches/symfony2/inc/api/request.php