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

Last 7 days

  • Dec 16, 2009
    r714 (fixed bug regarding mapTo. Also fixed security context issu...) committed by bediako....@lucidtechnics.com   -   fixed bug regarding mapTo. Also fixed security context issue in call from handler.js
    fixed bug regarding mapTo. Also fixed security context issue in call from handler.js

Earlier this year

  • Nov 19, 2009
    r713 (fixed Oracle FindByAttributeSQLTemplate.st bug) committed by david.ho...@lucidtechnics.com   -   fixed Oracle FindByAttributeSQLTemplate.st bug
    fixed Oracle FindByAttributeSQLTemplate.st bug
  • Nov 18, 2009
    r712 (added generateFindByThisAttributeSql to fix bug that was gen...) committed by david.ho...@lucidtechnics.com   -   added generateFindByThisAttributeSql to fix bug that was generating MySQL
    added generateFindByThisAttributeSql to fix bug that was generating MySQL
  • Nov 16, 2009
    r711 (and another minor issue resolved. ) committed by david.ho...@lucidtechnics.com   -   and another minor issue resolved.
    and another minor issue resolved.
  • Nov 16, 2009
    r710 (fixed minor syntax issue) committed by david.ho...@lucidtechnics.com   -   fixed minor syntax issue
    fixed minor syntax issue
  • Nov 13, 2009
    r709 (updated handler.js checkAllowed to use latest allowed method...) committed by bediako....@lucidtechnics.com   -   updated handler.js checkAllowed to use latest allowed method in RestSecurityContext
    updated handler.js checkAllowed to use latest allowed method in RestSecurityContext
  • Nov 13, 2009
    r708 (updated project files to support new caching. Now RestServle...) committed by bediako....@lucidtechnics.com   -   updated project files to support new caching. Now RestServlet populates cache for GETs and invalidates the cache for PUTS, POSTS, and DELETES
    updated project files to support new caching. Now RestServlet populates cache for GETs and invalidates the cache for PUTS, POSTS, and DELETES
  • Nov 13, 2009
    r707 (updated project files to support new caching. Now RestServle...) committed by bediako....@lucidtechnics.com   -   updated project files to support new caching. Now RestServlet populates cache for GETs and invalidates the cache for PUTS, POSTS, and DELETES
    updated project files to support new caching. Now RestServlet populates cache for GETs and invalidates the cache for PUTS, POSTS, and DELETES
  • Nov 13, 2009
    r706 (updated project files to support new caching. Now RestServle...) committed by bediako....@lucidtechnics.com   -   updated project files to support new caching. Now RestServlet populates cache for GETs
    updated project files to support new caching. Now RestServlet populates cache for GETs
  • Nov 13, 2009
    r705 (updated project files to support new caching. Now RestServle...) committed by bediako....@lucidtechnics.com   -   updated project files to support new caching. Now RestServlet populates cache for GETs
    updated project files to support new caching. Now RestServlet populates cache for GETs
  • Nov 13, 2009
    r704 (updated project files to support new caching. Now RestServle...) committed by bediako....@lucidtechnics.com   -   updated project files to support new caching. Now RestServlet populates cache for GETs
    updated project files to support new caching. Now RestServlet populates cache for GETs
  • Nov 12, 2009
    r703 (added support for injecting Custom Daos, Searchers, MessageM...) committed by david.ho...@lucidtechnics.com   -   added support for injecting Custom Daos, Searchers, MessageManagers.
    added support for injecting Custom Daos, Searchers, MessageManagers.
  • Nov 12, 2009
    r702 (cache support build out continues. To add would be invalida...) committed by bediako....@lucidtechnics.com   -   cache support build out continues. To add would be invalidation of cache entry on PUT, POST, or DELETE. Also need to verify that caching filter gets called after security filter in the chain. Also need to verify that simply printing to the response stream and not verifying the chain is sufficient to end process, and finally need to add support for domain object specific caching instructions. This is supported by JCS attributes
    cache support build out continues. To add would be invalidation of cache entry on PUT, POST, or DELETE. Also need to verify that caching filter gets called after security filter in the chain. Also need to verify that simply printing to the response stream and not verifying the chain is sufficient to end process, and finally need to add support for domain object specific caching instructions. This is supported by JCS attributes
  • Nov 11, 2009
    r701 (added logging) committed by david.ho...@lucidtechnics.com   -   added logging
    added logging
  • Nov 10, 2009
    r700 (null pointer fix in SqlGenerator and cleanup of Browser) committed by david.ho...@lucidtechnics.com   -   null pointer fix in SqlGenerator and cleanup of Browser
    null pointer fix in SqlGenerator and cleanup of Browser
  • Nov 10, 2009
    r699 (updated quick project to include javadoc support as well as ...) committed by bediako....@lucidtechnics.com   -   updated quick project to include javadoc support as well as preliminary caching support via jcf
    updated quick project to include javadoc support as well as preliminary caching support via jcf
  • Nov 10, 2009
    r698 (refactored Security Context to not create an active record t...) committed by bediako....@lucidtechnics.com   -   refactored Security Context to not create an active record to determine the fully qualified class name and the domain name
    refactored Security Context to not create an active record to determine the fully qualified class name and the domain name
  • Nov 09, 2009
    r697 (integration apache jcs with Hannibal. this is first cut. D...) committed by bediako....@lucidtechnics.com   -   integration apache jcs with Hannibal. this is first cut. Does not compile
    integration apache jcs with Hannibal. this is first cut. Does not compile
  • Nov 08, 2009
    hannibal-beta-0.60_rc_696-core.jar (Hannibal Restful Framework - Code Generator Core) file uploaded by bediako....@lucidtechnics.com   -  
    Labels: Featured Type-Executable OpSys-All New
    Labels: Featured Type-Executable OpSys-All New
  • Nov 08, 2009
    r696 (Correction build 696 to be released.) committed by bediako....@lucidtechnics.com   -   Correction build 696 to be released.
    Correction build 696 to be released.
  • Nov 08, 2009
    r695 (build 695 to be released.) committed by bediako....@lucidtechnics.com   -   build 695 to be released.
    build 695 to be released.
  • Nov 08, 2009
    r694 (added header support to Browser. Changed POST and PUT to ac...) committed by bediako....@lucidtechnics.com   -   added header support to Browser. Changed POST and PUT to actually post parameters instead of passing them as URL query string parameters.
    added header support to Browser. Changed POST and PUT to actually post parameters instead of passing them as URL query string parameters.
  • Oct 30, 2009
    r693 (add logging to Browser class) committed by david.ho...@lucidtechnics.com   -   add logging to Browser class
    add logging to Browser class
  • Oct 28, 2009
    r692 (added timing information for scripts when logger is in INFO ...) committed by bediako....@lucidtechnics.com   -   added timing information for scripts when logger is in INFO mode
    added timing information for scripts when logger is in INFO mode
  • Oct 28, 2009
    r691 (performance improvements. when in production mode Hannibal ...) committed by bediako....@lucidtechnics.com   -   performance improvements. when in production mode Hannibal compiles scripts and caches them for resuse.
    performance improvements. when in production mode Hannibal compiles scripts and caches them for resuse.
  • Oct 28, 2009
    r690 (fixed offset and limit bug for Oracle templates) committed by david.ho...@lucidtechnics.com   -   fixed offset and limit bug for Oracle templates
    fixed offset and limit bug for Oracle templates
  • Oct 13, 2009
    r689 (added support ofr unique keys in SQL) committed by bediako....@lucidtechnics.com   -   added support ofr unique keys in SQL
    added support ofr unique keys in SQL
  • Oct 13, 2009
    hannibal-beta-0.50_rc_688-core.jar (Hannibal Restful Framework - Code Generator Core) file uploaded by bediako....@lucidtechnics.com   -  
    Labels: Type-Executable OpSys-All New
    Labels: Type-Executable OpSys-All New
  • Oct 13, 2009
    r688 (fixed bug in table presentation related to foreign keys, fix...) committed by bediako....@lucidtechnics.com   -   fixed bug in table presentation related to foreign keys, fixed atom generation bug
    fixed bug in table presentation related to foreign keys, fixed atom generation bug
  • Oct 08, 2009
    r687 (added tomcat home and truncated sha-1 property for quick sta...) committed by david.ho...@lucidtechnics.com   -   added tomcat home and truncated sha-1 property for quick start project
    added tomcat home and truncated sha-1 property for quick start project
  • Oct 08, 2009
    r686 (updated quickstart project hannibal.build to include missing...) committed by david.ho...@lucidtechnics.com   -   updated quickstart project hannibal.build to include missing properties
    updated quickstart project hannibal.build to include missing properties
  • Oct 07, 2009
    hannibal-beta-0.50_685-core.jar (Hannibal Restful Framework - Code Generator Core) file uploaded by bediako....@lucidtechnics.com   -  
    Labels: Type-Executable OpSys-All
    Labels: Type-Executable OpSys-All
  • Oct 06, 2009
    r685 (fixed issue with term querys not being built correctly for a...) committed by bediako....@lucidtechnics.com   -   fixed issue with term querys not being built correctly for all attributes
    fixed issue with term querys not being built correctly for all attributes
  • Oct 06, 2009
    r684 (fixed issue with table) committed by bediako....@lucidtechnics.com   -   fixed issue with table
    fixed issue with table
  • Oct 06, 2009
    r683 (fixed list activerecord list bug) committed by bediako....@lucidtechnics.com   -   fixed list activerecord list bug
    fixed list activerecord list bug
  • Oct 06, 2009
    r682 (fixed enhanced search method) committed by bediako....@lucidtechnics.com   -   fixed enhanced search method
    fixed enhanced search method
  • Oct 03, 2009
    r681 (removed unnecessary bound related code for Oracle Support) committed by david.ho...@lucidtechnics.com   -   removed unnecessary bound related code for Oracle Support
    removed unnecessary bound related code for Oracle Support
  • Oct 03, 2009
    r680 (fixed reserved word error) committed by david.ho...@lucidtechnics.com   -   fixed reserved word error
    fixed reserved word error
  • Oct 02, 2009
    r679 (cleaned up search and fixed potential search bug) committed by bediako....@lucidtechnics.com   -   cleaned up search and fixed potential search bug
    cleaned up search and fixed potential search bug
  • Oct 02, 2009
    r678 (improved the search algorithm to just do one loop) committed by bediako....@lucidtechnics.com   -   improved the search algorithm to just do one loop
    improved the search algorithm to just do one loop
  • Oct 02, 2009
    r677 (made search way easier to use now) committed by bediako....@lucidtechnics.com   -   made search way easier to use now
    made search way easier to use now
  • Oct 02, 2009
    r676 (made it so developers can sitpulate 'list' or 'activerecordL...) committed by bediako....@lucidtechnics.com   -   made it so developers can sitpulate 'list' or 'activerecordList' as an option for table or atom methods. I wonder which one they will choose :)
    made it so developers can sitpulate 'list' or 'activerecordList' as an option for table or atom methods. I wonder which one they will choose :)
  • Oct 02, 2009
    r675 (changed the table and form methods to check for enhanced act...) committed by bediako....@lucidtechnics.com   -   changed the table and form methods to check for enhanced active records and pass in the prototype instead
    changed the table and form methods to check for enhanced active records and pass in the prototype instead
  • Oct 02, 2009
    r674 (removed old comment) committed by bediako....@lucidtechnics.com   -   removed old comment
    removed old comment
  • Oct 02, 2009
    r673 (added new function every(_function) to Hannibal collections) committed by bediako....@lucidtechnics.com   -   added new function every(_function) to Hannibal collections
    added new function every(_function) to Hannibal collections
  • Oct 02, 2009
    r672 (added new function every(_function) to Hannibal collections) committed by bediako....@lucidtechnics.com   -   added new function every(_function) to Hannibal collections
    added new function every(_function) to Hannibal collections
  • Oct 02, 2009
    r671 (more javadoc) committed by bediako....@lucidtechnics.com   -   more javadoc
    more javadoc
  • Oct 01, 2009
    r670 (fixed bug regarding search method enhancement. Wrong names u...) committed by bediako....@lucidtechnics.com   -   fixed bug regarding search method enhancement. Wrong names used
    fixed bug regarding search method enhancement. Wrong names used
  • Oct 01, 2009
    r669 (added javadoc comments for some of the methods in the active...) committed by bediako....@lucidtechnics.com   -   added javadoc comments for some of the methods in the active record template. Also update build.xml and hannibal.build for quick project to support generation of javadoc with ant javadoc task
    added javadoc comments for some of the methods in the active record template. Also update build.xml and hannibal.build for quick project to support generation of javadoc with ant javadoc task
  • Oct 01, 2009
    r668 (for search usability enhancements. Search now is defined as...) committed by bediako....@lucidtechnics.com   -   for search usability enhancements. Search now is defined as __search in active record. Enhance in handler.js now adds search method that takes an js object with criteria, attributes, and limit as its properties. now one can say ar.search({criteria: "hello", attributes: "firstName, lastName", limit: 10})
    for search usability enhancements. Search now is defined as __search in active record. Enhance in handler.js now adds search method that takes an js object with criteria, attributes, and limit as its properties. now one can say ar.search({criteria: "hello", attributes: "firstName, lastName", limit: 10})
 
Hosted by Google Code