5
I Use This!
High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Dec 05, 2024 — Dec 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- rename to use naming correct conventions
Tim Moxter
as tmo
More... over 19 years ago
- add some documentation for PostgreSQL - update bootstrap templates with PostgreSQL - installation in the documention gets new chapter "Database"
Tim Moxter
as tmo
More... over 19 years ago
- add properties - add postgreSQL bootstrap template
Tim Moxter
as tmo
More... over 19 years ago
- removed double caching (ferching result set and then in cached result) - populate in cached result set works now with 'normal' result sets (method now does not go to first row!) - removed in abstract query unneeded instance variables
Tim Moxter
as tmo
More... over 19 years ago
- name of object of link must be trimed
Tim Moxter
as tmo
More... over 19 years ago
- groupings are not searchable - svn properties added - header updated
Tim Moxter
as tmo
More... over 19 years ago
- groups could now also configured not searchable - add needed includes for the calendar functionality
Tim Moxter
as tmo
More... over 19 years ago
- wrong comments
Tim Moxter
as tmo
More... over 19 years ago
- add PostgreSQL as database - inserts now also support databases without getGeneratedKeys method in statements (using getNewId from specific database implementation)
Tim Moxter
as tmo
More... over 19 years ago
- searchquery has now also compare for less, match and greater - equals in where clause of searchqueries are now equal (and not match!) - searchbean uses match (not equal)
Tim Moxter
as tmo
More... over 19 years ago
- add abstract where clause used to compare attribute with value - update of java headers - add svn properties
Tim Moxter
as tmo
More... over 19 years ago
- add svn properties
Tim Moxter
as tmo
More... over 19 years ago
- check for js file extendsion - add javascript header
Tim Moxter
as tmo
More... over 19 years ago
- using JAAS also for web authentification
Tim Moxter
as tmo
More... over 19 years ago
- all SQL views have prefix 'V_' - column externalkey added to userabstract - attribute 'SQLNewIDSelect' remove from type 'SQLTable' (and all user interface objects) - user interface definition for string includes now searching text - menus: sub commands and menus are sorted as defined in database - header update if needed - version and author paremeter set in Java header - needed svn properties set
Tim Moxter
as tmo
More... over 19 years ago
- delete works also for types with readonly sql tables - type has method is a store is defined for type
Tim Moxter
as tmo
More... over 19 years ago
- on fileupload strip path from filename for database entry
mbu
More... over 19 years ago
- person link is also usable to set person with Update class
Tim Moxter
as tmo
More... over 19 years ago
- prüfe muss-felder (ausser check- und comboboxen)
mbu
More... over 19 years ago
- verhindere das meherere clicks auf einem submit button zu mehr als einer Ausführung gelangen
mbu
More... over 19 years ago
- fixed issue with activating a menu entry when the only entry on content's table is selected
mbu
More... over 19 years ago
- fixed bug for selected sub values in a web table - fixed bug for sql union select (instead of '' is now null used)
Tim Moxter
as tmo
More... over 19 years ago
- boolean type does work again
Tim Moxter
as tmo
More... over 19 years ago
- text 'unknown' in the toolbar menu does not appear anymore
Tim Moxter
as tmo
More... over 19 years ago
- remove abstract servlet (string definition of name for login user is stored in security filter) - logout servlet added (removed from request handler) - request handler sevlet updated (removed not needed methods, removed not needed configurations in web.xml) - index.jsp redirects now to common/Main.jsf - no hardcoded application name in security filter - configuration of login jsp side in security filter - svn properties added - JSP header added - Java header udpated
Tim Moxter
as tmo
More... over 19 years ago
- moved not needed beans in kernal to webapps subproject
Tim Moxter
as tmo
More... over 19 years ago
- move back to kernal subproject because it is not to compile
Tim Moxter
as tmo
More... over 19 years ago
- add form field parameter 'ClassNameUpdate' called inside the form bean used to implement specific update functionality of a form
Tim Moxter
as tmo
More... over 19 years ago
- moved to sub project webapp
Tim Moxter
as tmo
More... over 19 years ago
- added access logging (usefull when there is no proxy/loadbalancer in front of the tomcat to do the logging)
mbu
More... over 19 years ago