Last 7 days
-
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
-
r713
(fixed Oracle FindByAttributeSQLTemplate.st bug) committed by david.ho...@lucidtechnics.com
- fixed Oracle FindByAttributeSQLTemplate.st bug
fixed Oracle FindByAttributeSQLTemplate.st bug
-
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
-
-
-
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
-
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
-
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
-
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
-
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
-
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
-
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.
-
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
-
-
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
-
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
-
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
-
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
-
-
-
-
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.
-
-
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
-
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.
-
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
-
-
-
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
-
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
-
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
-
-
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
-
-
-
-
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
-
-
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
-
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
-
-
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 :)
-
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
-
-
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
-
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
-
-
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
-
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
-
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})
|