[cvs] NOTICE: cvs messages not posted on commits from certain users
Mike Traum
mtraum at jgroup.net
Thu May 6 11:26:11 PDT 2004
On April 20th, a change was made to the email script to have the
commiter's names in the From: field of the email. This change had the
unfortunate affect that certain people's changes were not being emailed.
That change has been rolled back. Here is a list of all changes since
(and including) April 19, 2004.
2004-05-06 04:36 rimovm
* expresso/expresso-web/expresso/doc/ChangeLog.xml: Documented my
Cache Updates, etc
2004-05-06 04:18 rimovm
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/asyncprocess/package.html:
Minor modification to package docs
2004-05-06 04:17 rimovm
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/tests/DBObjectTest.java:
Fixed issue in testNulls where an update with a cleared object
was getting called, thus properly wiping out the auto-inc value.
We worked around this by clearing the cache manually.
2004-05-06 04:16 rimovm
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/:
CacheUtils.java, DBObject.java: -CacheUtils is no longer static.
-DBObject modified to keep instance of CacheUtils
2004-05-06 04:15 rimovm
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/DataObject.java:
Modified Javadocs
2004-05-06 04:15 rimovm
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/cache/:
Cache.java, CacheManager.java, CacheStressTest.java,
CacheSystem.java, CacheTest.java, DefaultCacheManager.java:
Updated Cache API and usage so that you can add fresh items to
the cache without removing all related items... since technically
the cache hasn't been cleared.
2004-05-06 01:31 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/jdbc/JDBCExecutor.java:
add comment
2004-05-06 01:21 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/DBConnection.java:
add debug-level-only output statement for prepared statements
2004-05-06 00:20 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/dbobj/RegistrationObjectMap.java:
add string constant; cosmetic
2004-05-06 00:17 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/MessagesBundle_en.properties:
add reg object strings
2004-05-05 23:11 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/ext/dbobj/RegisteredUser.java:
cosmetic
2004-05-05 17:45 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/misc/StringUtil.java:
cosmetic
2004-05-05 17:21 dlloyd
* expresso/expresso-web/expresso/test.jsp: test
2004-05-05 15:24 rimovm
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/controller/dbmaint/:
AddUpdate.java, DynamicCmd.java, ListBase.java, SearchList.java,
UpdateDelete.java, UpdateUpdate.java: Removed calls to
@deprecated functions
2004-05-05 15:21 rimovm
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/ExpressoTestSuite.java:
Added TestDataTransferObject Test Suite
2004-05-05 15:20 rimovm
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/test/TestDataTransferObject.java:
Added Somehow missing DataTransfer Object Test
2004-05-05 14:59 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/test/TestSystemInitializer.java:
output message if logging config file not found
2004-05-05 02:18 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/dbobj/Setup.java:
add convenience methods & reformat
2004-05-04 23:12 scann
* expresso/expresso-web/expresso/doc/installation.html: [no log
message]
2004-05-04 23:07 scann
* expresso/expresso-web/expresso/doc/newbieguide.html: up to date
with 5.5 and now in css format
2004-05-04 23:06 scann
* expresso/expresso-web/expresso/doc/gettingstarted.html: [no log
message]
2004-05-04 23:04 scann
* expresso/expresso-web/expresso/doc/prereq.html: updates to
content as well as now css
2004-05-04 22:37 scann
* expresso/expresso-web/expresso/doc/gettingstarted.html: added
section
2004-05-04 22:32 scann
* expresso/expresso-web/expresso/doc/expressocomplete.html:
corrected some links reflecting changes to EDG
2004-05-04 17:15 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/MultiDBObject.java:
add ability to have aliases for joins
2004-05-04 17:07 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/DBObject.java:
protect against having no pool called 'default' (e.g., for
testing)
2004-05-04 14:10 scann
* expresso/expresso-web/expresso/doc/gettingstarted.html: brought
up to date with 5.5 as well as now tied into css
2004-05-04 06:29 dlloyd
* expresso/build.xml: support for nightly builds
2004-05-03 23:55 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/DBController.java:
cosmetic formatting
2004-05-03 00:00 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/SecuredDBObject.java:
cosmetic reformat
2004-05-02 18:03 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/RowSecuredDBObject.java:
cosmetic reformat, rename private datamember
2004-04-30 08:03 dlloyd
* expresso/expresso-web/expresso/doc/edg/edg.xml: Author cleanup to
collaboration standard
2004-04-30 08:02 dlloyd
* expresso/expresso-web/expresso/doc/ChangeLog.xml: version 5.5.1
notes
2004-04-30 07:59 dlloyd
* expresso/build.xml: version 5.5.1
2004-04-30 07:59 dlloyd
* expresso/expresso-web/expresso/doc/: ChangeLog.xml,
changelog.html, release.html: version 5.5.1 patch release notes
2004-04-30 07:54 dlloyd
* expresso/expresso-web/expresso/doc/edg/: edg.fo, edg.html,
edg.pdf, edg.xml, edg_asyncprocess.html, edg_caching.html,
edg_components.html, edg_configure.html, edg_connectionpool.html,
edg_controllers.html, edg_dbmaint.html, edg_dbobject-types.html,
edg_dbobjects.html, edg_deploy.html, edg_developing.html,
edg_editedg.html, edg_event.html, edg_go01.html,
edg_healthcheck.html, edg_index.html,
edg_internationalization.html, edg_intro.html, edg_ix01.html,
edg_jobcontrol.html, edg_jsp.html, edg_logging.html,
edg_overview.html, edg_registration.html, edg_reporting.html,
edg_security2.html, edg_taglib.html, edg_unittest.html,
edg_utility.html, edg_workflow.html, edg_xml.html: cleanup for
release
2004-04-30 02:35 dlloyd
* expresso/expresso-web/expresso/jsp/dbmaint/search.jsp: fix bug
with IE not loading
2004-04-30 01:52 dlloyd
* expresso/expresso-web/expresso/jsp/dbmaint/search.jsp: fix bug
with IE not loading
2004-04-29 23:18 dlloyd
* expresso/expresso-web/expresso/doc/edg/: WhatIsMVC.xml,
WhyUseExpresso.xml, WhyUseFramework.xml, edg_WhatIsMVC.html,
edg_WhyUseExpresso.html, edg_WhyUseFramework.html,
edg_index.html: added intro chapters
2004-04-29 21:26 mtraum
* expresso/expresso-web/expresso/doc/ChangeLog.xml: new feature:
More mimeTypeIcons added
2004-04-29 21:12 mtraum
* expresso/expresso-web/expresso/images/mimeTypeIcons/:
bluecurve/license.txt, bluecurve/24x24/archive.gif,
bluecurve/24x24/camera.gif, bluecurve/24x24/document.gif,
bluecurve/24x24/email.gif, bluecurve/24x24/file-audio.gif,
bluecurve/24x24/file-container.gif,
bluecurve/24x24/file-executable.gif,
bluecurve/24x24/file-generic.gif,
bluecurve/24x24/file-presentation.gif,
bluecurve/24x24/file-spreadsheet.gif,
bluecurve/24x24/file-url.gif, bluecurve/24x24/file-video.gif,
bluecurve/24x24/file-wordprocessor.gif,
bluecurve/24x24/gnome-mime-application-pdf.gif,
bluecurve/24x24/gnome-mime-image-jpg.gif,
bluecurve/24x24/icon-gfx.gif, bluecurve/24x24/icon-media.gif,
bluecurve/24x24/icon-office-presentation.gif,
bluecurve/24x24/icon-office-spreadsheet.gif,
bluecurve/24x24/icon-office-wordprocessor.gif,
bluecurve/24x24/icon-sound.gif,
bluecurve/24x24/icon-television.gif,
bluecurve/24x24/icon-web-browser.gif, crystal/license.txt,
crystal/22x22/acroread.gif, crystal/22x22/ark.gif,
crystal/22x22/arts.gif, crystal/22x22/ascii.gif,
crystal/22x22/binary.gif, crystal/22x22/browser.gif,
crystal/22x22/camera.gif, crystal/22x22/colors.gif,
crystal/22x22/document.gif, crystal/22x22/html.gif,
crystal/22x22/image.gif, crystal/22x22/image2.gif,
crystal/22x22/mail.gif, crystal/22x22/mime_quicktime.gif,
crystal/22x22/pdf.gif, crystal/22x22/quicktime.gif,
crystal/22x22/real_doc.gif, crystal/22x22/realplayer.gif,
crystal/22x22/sound.gif, crystal/22x22/spreadsheet.gif,
crystal/22x22/tar.gif, crystal/22x22/video.gif,
crystal/22x22/wordprocessing.gif, crystal/22x22/zip.gif: initial
checkin
2004-04-29 21:11 mtraum
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/dbobj/MimeTypes.java:
the valid values list for the MIME Type Icon will now search the
directoy recursively
2004-04-29 21:10 mtraum
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/misc/FileUtil.java:
added the getFileListingRecursive method, which will get a
recursive file listing
2004-04-29 14:40 mtraum
* expresso/expresso-web/expresso/images/mimeTypeIcons/: HTML2.gif,
Pdf.gif: initital checkin
2004-04-29 09:55 dlloyd
* expresso/expresso-web/expresso/doc/edg/overview.xml: stylistic
changes
2004-04-29 03:27 mwise
* expresso/expresso-web/expresso/doc/ChangeLog.xml:
FieldRangeParser now recognises 'is null' and 'is not null' as
valid
2004-04-29 03:23 mwise
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/jdbc/FieldRangeParser.java:
Allow 'is null' and 'is not null' as valid field values for WHERE
clause
2004-04-29 03:03 lhamel
* expresso/expresso-web/expresso/doc/ChangeLog.xml: message bundle:
fix Transition.transition() controllerResponse titling during
'clone'
2004-04-29 02:58 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/Transition.java:
when 'cloning' controllerResponse in transition(), use title raw
key, without running through msg bundle string translation
2004-04-29 02:57 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/ControllerResponse.java:
add accessor for raw title key, without running through msg
bundle string translation--useful for when 'cloning' in
Transition
2004-04-29 02:41 lhamel
* expresso/expresso-web/expresso/doc/ChangeLog.xml: message bundle:
fix logic to attempt default message bundle if application's msg
bundle lacks key
2004-04-29 02:21 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/i18n/MessageBundle.java:
use bundle cache key that allows multiple bundles per locale
(e.g., application's AND default expresso)
2004-04-29 00:30 scann
* expresso/expresso-web/expresso/doc/edg/expressoxml.xml: added
material from component overview
2004-04-29 00:26 mtraum
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/State.java:
fixed bug with NOTEMPTY_MASK that would cause a stack overflow on
a long string (>2000 bytes) because of the way oro handles regex
with alternation
2004-04-29 00:16 scann
* expresso/expresso-web/expresso/doc/edg/workflow.xml: added
component overview material
2004-04-28 22:26 scann
* expresso/expresso-web/expresso/doc/edg/taglib.xml: [no log
message]
2004-04-28 13:48 scann
* expresso/expresso-web/expresso/doc/: struts.html,
images/edg/struts1.pdf, struts1.pdf: now in edg
2004-04-28 13:37 scann
* expresso/expresso-web/expresso/doc/edg/taglib.xml: added section
on Struts tags
2004-04-28 13:20 scann
* expresso/expresso-web/expresso/doc/edg/intro.xml: added section
2004-04-28 00:34 dlloyd
* expresso/expresso-web/expresso/doc/edg/overview.xml: added
servlet container clarification
2004-04-27 23:30 scann
* expresso/expresso-web/expresso/doc/edg/overview.xml: filled out
chapter with additional material from opensource.html and
struts.html
2004-04-27 23:28 scann
* expresso/expresso-web/expresso/doc/opensource.html: now in edg
-overview chapter
2004-04-27 21:06 mtraum
* expresso/expresso-web/expresso/images/: Download_Now.gif,
bug.gif, bulb.gif, buynow.gif: initial checkin
2004-04-27 16:24 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/Controller.java:
add utility method for getting requesting URL; minor reformatting
2004-04-27 15:25 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/DBObject.java:
protect against null sort key string
2004-04-27 14:16 mtraum
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/DBObject.java:
removed change to sorting done in v1.186 - it seemed to be
removing all sorting (and thus, pagination was not being done
either)
2004-04-27 11:47 scann
* expresso/expresso-web/expresso/doc/edg/intro.xml: added section
2004-04-27 03:30 mtraum
* expresso/expresso-web/expresso/jsp/dbmaint/list.jsp: tabs.inc was
changed to tabs.jsp
2004-04-27 03:09 mtraum
* expresso/expresso-web/expresso/doc/edg/: edg.pdf,
edg_security2.html: rebuilt xmldocs
2004-04-27 02:55 mtraum
* expresso/expresso-web/expresso/doc/: edg/security.xml,
index.html: fixed broken link
2004-04-27 02:47 mtraum
* expresso/expresso-web/expresso/doc/appserv/silverstream.html:
fixed broken link
2004-04-27 02:43 mtraum
* expresso/expresso-web/expresso/doc/index.html: removed
whatsnew.html link
2004-04-27 02:26 mtraum
* expresso/expresso-web/expresso/doc/: edg/edg.pdf,
edg/edg_dbmaint.html, edg/edg_dbobject-types.html,
edg/edg_dbobjects.html, edg/edg_deploy.html,
edg/edg_developing.html, edg/edg_editedg.html,
edg/edg_event.html, edg/edg_overview.html, edg/edg_unittest.html,
edg/edg_utility.html, changelog.html, release.html, edg/edg.html,
edg/edg_asyncprocess.html, edg/edg_caching.html,
edg/edg_components.html, edg/edg_configure.html,
edg/edg_connectionpool.html, edg/edg_controllers.html,
edg/edg_go01.html, edg/edg_healthcheck.html, edg/edg_index.html,
edg/edg_internationalization.html, edg/edg_intro.html,
edg/edg_ix01.html, edg/edg_jobcontrol.html, edg/edg_jsp.html,
edg/edg_logging.html, edg/edg_registration.html,
edg/edg_reporting.html, edg/edg_security2.html,
edg/edg_taglib.html, edg/edg_workflow.html, edg/edg_xml.html,
ide/IntelliJIdea.html, ide/SunONE.html: latest xmldocs build
2004-04-27 02:11 mtraum
* expresso/build.xml: updated version numbers and changed
whatsnew.xml to release.xml
2004-04-27 01:40 mtraum
* expresso/expresso-web/expresso/doc/ChangeLog.xml: updated release
date
2004-04-27 01:39 mtraum
* expresso/expresso-web/expresso/doc/prereq.html: fixed broken
links
2004-04-27 01:33 mtraum
* expresso/expresso-web/expresso/doc/appserv/resin.html: fixed
broken stylesheet link
2004-04-27 01:22 mtraum
* expresso/expresso-web/expresso/doc/requirements.html: fixed moved
links
2004-04-27 01:15 mtraum
* expresso/expresso-web/expresso/doc/edg/taglib.xml: explicitly
stated a few 'id's so they can be linked to externally
2004-04-27 01:14 mtraum
* expresso/expresso-web/expresso/doc/struts.html: fixed broken
links
2004-04-27 00:46 scann
* expresso/expresso-web/expresso/doc/Jobs.png: in edg
2004-04-27 00:42 mtraum
* expresso/expresso-web/expresso/doc/installation.html: fixed
broken links
2004-04-27 00:41 scann
* expresso/expresso-web/expresso/doc/JunitRunning.gif: now in edg
images
2004-04-27 00:40 scann
* expresso/expresso-web/expresso/doc/edg/security.xml: added
picture
2004-04-27 00:38 scann
* expresso/expresso-web/expresso/doc/images/edg/cactus.jpg: [no log
message]
2004-04-27 00:34 mtraum
* expresso/expresso-web/expresso/doc/ide/JBuilder.html: fixed
broken stylesheet link
2004-04-27 00:34 scann
* expresso/expresso-web/expresso/doc/images/edg/: ExpressoLock.gif,
JunitRunning.gif: [no log message]
2004-04-27 00:32 scann
* expresso/expresso-web/expresso/doc/edg/unittest.xml: added
graphics
2004-04-27 00:31 mtraum
* expresso/expresso-web/expresso/doc/expressocomplete.html: fixed
broken links
2004-04-27 00:13 scann
* expresso/expresso-web/expresso/doc/edg/unittest.xml: added some
additional content
2004-04-26 23:46 scann
* expresso/expresso-web/expresso/doc/edg/unittest.xml: [no log
message]
2004-04-26 23:46 scann
* expresso/expresso-web/expresso/doc/edg/security.xml: added
securing section and intro
2004-04-26 23:45 scann
* expresso/expresso-web/expresso/doc/SecuringExpresso.html: now in
security doc in edg
2004-04-26 22:44 scann
* expresso/expresso-web/expresso/doc/edg/registration.xml: added
material from component overview
2004-04-26 22:04 scann
* expresso/expresso-web/expresso/doc/edg/healthcheck.xml: added
component overview for healthcheck
2004-04-26 21:51 mtraum
* expresso/expresso-web/expresso/doc/SecuringExpresso.html: fixed
broken link
2004-04-26 21:33 scann
* expresso/expresso-web/expresso/doc/release.xml: added struts 1.1.
section
2004-04-26 21:30 mtraum
* expresso/expresso-web/expresso/doc/edg/controllers.xml: removed
empty section
2004-04-26 21:20 scann
* expresso/expresso-web/expresso/doc/: release.xml, release.html:
[no log message]
2004-04-26 21:17 scann
* expresso/expresso-web/expresso/doc/whatsnew.html: being renamed
to release
2004-04-26 21:16 scann
* expresso/expresso-web/expresso/doc/whatsnew.xml: being renamed
2004-04-26 21:15 mtraum
* expresso/expresso-web/expresso/doc/db/mysqlprops.html: fixed css
link
2004-04-26 21:14 scann
* expresso/expresso-web/expresso/doc/release.html: removed old
release notes
2004-04-26 21:13 mtraum
* expresso/expresso-web/expresso/doc/trouble.html: fixed stylesheet
link
2004-04-26 21:13 scann
* expresso/expresso-web/expresso/doc/whatsnew.xml: changed doc to
be release notes
2004-04-26 21:12 scann
* expresso/expresso-web/expresso/doc/releasehistory.html: [no log
message]
2004-04-26 21:09 mtraum
* expresso/expresso-web/expresso/doc/build.html: fixed moved link
2004-04-26 21:02 mtraum
* expresso/expresso-web/expresso/doc/cvsinfo.html: updated moved
links
2004-04-26 20:57 mtraum
* expresso/expresso-web/expresso/doc/edg/configuration.xml:
specified another 'id'
2004-04-26 20:56 mtraum
* expresso/expresso-web/expresso/doc/expressoMap.html: fixed broken
links
2004-04-26 20:45 mtraum
* expresso/expresso-web/expresso/doc/edg/configuration.xml:
specified an 'id' so it can be linked to from static pages
2004-04-26 20:44 mtraum
* expresso/expresso-web/expresso/doc/index.html: updated broken
links
2004-04-26 20:20 scann
* expresso/expresso-web/expresso/doc/whatsnew.xml: changed to 5.5
2004-04-26 20:10 scann
* expresso/expresso-web/expresso/doc/release.html: modified intial
para
2004-04-26 20:09 scann
* expresso/expresso-web/expresso/doc/releasehistory.html: removed
old font tags
2004-04-26 16:25 scann
* expresso/expresso-web/expresso/doc/release.html: got rid of all
the extra releases
2004-04-26 16:23 scann
* expresso/expresso-web/expresso/doc/releasehistory.html: css
applied
2004-04-26 16:17 scann
* expresso/expresso-web/expresso/doc/releasehistory.html: added
material from release.html
2004-04-26 15:46 scann
* expresso/expresso-web/expresso/doc/jobs2.html: in the edg
2004-04-26 15:29 scann
* expresso/expresso-web/expresso/doc/edg/logging.xml: file created
from material from component overview
2004-04-26 14:31 mtraum
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dbobj/DBObject.java:
fixed compile-time error with new DataTransferObject
2004-04-26 13:31 dlloyd
* expresso/expresso-web/expresso/doc/edg/: edg.xml, operation.xml,
edg_asyncprocess.html, edg_caching.html, edg_components.html,
edg_configure.html, edg_connectionpool.html,
edg_controllers.html, edg_dbmaint.html, edg_dbobject-types.html,
edg_dbobjects.html, edg_deploy.html, edg_developing.html,
edg_editedg.html, edg_event.html, edg_go01.html, edg_index.html,
edg_internationalization.html, edg_ix01.html,
edg_jobcontrol.html, edg_jsp.html, edg_operation.html,
edg_overview.html, edg_reporting.html, edg_security2.html,
edg_taglib.html, edg_utility.html, edg_workflow.html,
edg_xml.html, healthcheck.xml, logging.xml, registration.xml,
unittest.xml: split operation chapter into unittest and
healthcheck added chapters on logging and user registration
2004-04-26 13:17 scann
* expresso/expresso-web/expresso/doc/dbmaint_example.html: now in
edg
2004-04-26 13:11 scann
* expresso/expresso-web/expresso/doc/dbtool.html: now in EDG
2004-04-26 13:10 scann
* expresso/expresso-web/expresso/doc/dbcreate.html: now in the EDG
2004-04-26 12:29 scann
* expresso/expresso-web/expresso/doc/edg/jobcontrol.xml: added some
material from the component overview doc
2004-04-26 11:15 scann
* expresso/expresso-web/expresso/doc/edg/event.xml: minor edits
2004-04-26 10:54 scann
* expresso/expresso-web/expresso/doc/edg/connectionpool.xml: new
doc first draft
2004-04-26 10:48 dlloyd
* expresso/build.xml: added connection pooling chapter to xml-pp
2004-04-26 10:40 scann
* expresso/expresso-web/expresso/doc/edg/deploy.xml: a few typos
corrected
2004-04-26 10:35 dlloyd
* expresso/expresso-web/expresso/doc/edg/: connectionpool.xml,
edg.xml, edg_connectionpool.html: added connection pooling
chapter
2004-04-26 10:23 scann
* expresso/expresso-web/expresso/doc/edg/developing.xml: just some
formating
2004-04-26 09:39 dlloyd
* expresso/expresso-web/expresso/doc/edg/: asyncprocess.xml,
caching.xml, components.xml, configuration.xml, controllers.xml,
dbmaint.xml, dbobject-types.xml, dbobjects.xml, deploy.xml,
developing.xml, edg.fo, edg.pdf, edg_asyncprocess.html,
edg_caching.html, edg_components.html, edg_configure.html,
edg_controllers.html, edg_dbmaint.html, edg_dbobject-types.html,
edg_dbobjects.html, edg_deploy.html, edg_developing.html,
edg_editedg.html, edg_event.html, edg_go01.html, edg_index.html,
edg_internationalization.html, edg_intro.html, edg_ix01.html,
edg_jobcontrol.html, edg_jsp.html, edg_operation.html,
edg_overview.html, edg_reporting.html, edg_security2.html,
edg_taglib.html, edg_utility.html, edg_workflow.html,
edg_xml.html, event.xml, expressoxml.xml,
internationalization.xml, intro.xml, jobcontrol.xml, jsp.xml,
operation.xml, overview.xml, reporting.xml, security.xml,
taglib.xml, utility.xml, workflow.xml: wisem is now maintainer of
dbobjects new content to controllers add copyright to all
chapters regen changes for reformat and new content
2004-04-26 05:56 dlloyd
* expresso/build.xml: added taglib to xmlpp-edg
2004-04-25 22:46 scann
* expresso/expresso-web/expresso/doc/edg/dbobjects.xml: added
component overview material
2004-04-25 21:33 scann
* expresso/expresso-web/expresso/doc/edg/controllers.xml: added
material from component overview
2004-04-25 19:11 dlloyd
* expresso/expresso-web/expresso/doc/edg/: configuration.xml,
dbmaint.xml, deploy.xml, edg.fo, edg_asyncprocess.html,
edg_caching.html, edg_components.html, edg_configure.html,
edg_controllers.html, edg_dbmaint.html, edg_dbobject-types.html,
edg_dbobjects.html, edg_deploy.html, edg_editedg.html,
edg_event.html, edg_go01.html, edg_index.html,
edg_internationalization.html, edg_ix01.html,
edg_jobcontrol.html, edg_jsp.html, edg_operation.html,
edg_reporting.html, edg_security2.html, edg_taglib.html,
edg_utility.html, edg_workflow.html, edg.pdf, edg_xml.html,
event.xml, expressoxml.xml, jobcontrol.xml, jsp.xml,
operation.xml, security.xml: integrated 'Expresso Health Check',
'Expresso Unit Test Framework' into the EDG reformatted xml regen
html & pdf (incl. configuration changes by Sandra)
2004-04-25 15:58 scann
* expresso/expresso-web/expresso/doc/edg/: caching.xml,
configuration.xml: experimenting with intro
2004-04-25 15:40 scann
* expresso/expresso-web/expresso/doc/edg/caching.xml: bolded intro
paragraph
2004-04-25 15:36 scann
* expresso/expresso-web/expresso/doc/edg/configuration.xml: format
to Intro section
2004-04-25 15:33 scann
* expresso/expresso-web/expresso/doc/edg/taglib.xml: formatting
Intro first paragraph
2004-04-25 15:18 scann
* expresso/expresso-web/expresso/doc/edg/configuration.xml: added
several sections from misc /doc (dbcreate and dbtool) and config
component overview
2004-04-25 14:51 dlloyd
* expresso/expresso-web/expresso/doc/edg/: edg_security2.html,
security.xml: integrated 'Expresso Security' with the EDG
2004-04-25 13:43 dlloyd
* expresso/expresso-web/expresso/doc/edg/: dbmaint.xml,
edg_dbmaint.html: added dbmaint step-by-step
2004-04-25 08:35 dlloyd
* expresso/expresso-web/expresso/doc/edg/: edg.pdf,
edg_components.html, edg_editedg.html, edg_go01.html,
edg_index.html, edg_ix01.html, edg_jobcontrol.html,
edg_reporting.html, edg_workflow.html, jobcontrol.xml: added
jobcontrol samples from jobs2.html
2004-04-24 23:44 dlloyd
* expresso/expresso-web/expresso/doc/edg/: edg.fo,
edg_asyncprocess.html, edg_components.html, edg_deploy.html,
edg_editedg.html, edg_event.html, edg_go01.html, edg_index.html,
edg_internationalization.html, edg_ix01.html,
edg_jobcontrol.html, edg_operation.html, edg_reporting.html,
edg_security2.html, edg_taglib.html, edg_utility.html,
edg_workflow.html, edg_xml.html, taglib.xml, edg.pdf: added
fleshed out taglib chapter (by sandra)
2004-04-24 23:40 scann
* expresso/expresso-web/expresso/doc/: tomcatregister.html,
tomcat.html: it is already in the appserv dir
2004-04-24 23:38 scann
* expresso/expresso-web/expresso/doc/appserv/: tomcatregister.html,
tomcat.html: updated from /doc
2004-04-24 23:36 scann
* expresso/expresso-web/expresso/doc/elementpath.html: now in the
taglib edg document
2004-04-24 23:35 scann
* expresso/expresso-web/expresso/doc/edg/taglib.xml: added section
for how to use Struts tags
2004-04-24 23:16 scann
* expresso/expresso-web/expresso/doc/expresso-html.html: now in EDG
in taglib doc
2004-04-24 23:13 scann
* expresso/expresso-web/expresso/doc/edg/taglib.xml: Finished
adding material, some additional formatting but bulk of work is
done
2004-04-24 22:36 dlloyd
* expresso/expresso-web/expresso/doc/edg/edg_taglib.html: added
2004-04-24 22:35 scann
* expresso/expresso-web/expresso/doc/edg/taglib.xml: added more
content from files
2004-04-24 22:30 scann
* expresso/expresso-web/expresso/doc/edg/taglib.xml: added more
content from other files
2004-04-24 22:28 scann
* expresso/expresso-web/expresso/doc/expresso-logic.html: now in
the EDG taglibs file
2004-04-24 22:14 scann
* expresso/expresso-web/expresso/doc/expresso-bean.html: removed
from cvs as now in taglib edg doc
2004-04-24 20:56 dlloyd
* expresso/expresso-web/expresso/doc/edg/deploy.xml: xmlpp reformat
2004-04-24 20:52 dlloyd
* expresso/expresso-web/expresso/doc/edg/: edg.fo,
edg_asyncprocess.html, edg_caching.html, edg_components.html,
edg_configure.html, edg_controllers.html, edg_dbmaint.html,
edg.pdf, edg_dbobject-types.html, edg_dbobjects.html,
edg_deploy.html, edg_developing.html, edg_editedg.html,
edg_event.html, edg_go01.html, edg_index.html,
edg_internationalization.html, edg_intro.html, edg_ix01.html,
edg_jobcontrol.html, edg_jsp.html, edg_operation.html,
edg_overview.html, edg_reporting.html, edg_security2.html,
edg_utility.html, edg_workflow.html, edg_xml.html: regen
2004-04-24 20:50 dlloyd
* expresso/expresso-web/expresso/doc/edg/taglib.xml: xmlpp reformat
2004-04-24 20:46 dlloyd
* expresso/expresso-web/expresso/doc/edg/: deploy.xml, taglib.xml:
fix id duplicates
2004-04-24 20:45 dlloyd
* expresso/build.xml: remove references to removed files
2004-04-24 20:24 dlloyd
* expresso/expresso-web/expresso/doc/index.html: remove references
to removed files
2004-04-24 20:11 scann
* expresso/expresso-web/expresso/doc/edg/taglib.xml: work continues
2004-04-24 20:02 scann
* expresso/expresso-web/expresso/doc/edg/taglib.xml: most of the
tag details entered
2004-04-24 19:25 scann
* expresso/expresso-web/expresso/doc/edg/taglib.xml: a work in
progress - sections 1-3 completed. Detail section to come.
Chapter will need additional work to specify which tag are being
depreciated.
2004-04-24 17:42 scann
* expresso/expresso-web/expresso/doc/edg/event.xml: added material
from component overview document (/intro)
2004-04-24 17:08 dlloyd
* expresso/expresso-web/expresso/doc/edg/taglib.xml: oops, fixed
title
2004-04-24 17:07 dlloyd
* expresso/expresso-web/expresso/doc/edg/: edg.xml, taglib.xml: add
taglib chapter placeholder
2004-04-24 17:05 scann
* expresso/expresso-web/expresso/doc/roadmap.html: reflects
conversation about what changes will be made to current stable
release
2004-04-24 16:53 scann
* expresso/expresso-web/expresso/doc/edg/configuration.xml:
corrected errors
2004-04-24 16:49 dlloyd
* expresso/expresso-web/expresso/doc/roadmap.html: updated for 5.5
release (just up-to-date changes)
2004-04-24 16:48 scann
* expresso/expresso-web/expresso/doc/newbieguide.html: updated this
doc to remove Pete C appwriter, added contributor section and
adjusted formatting.
2004-04-24 16:33 scann
* expresso/expresso-web/expresso/doc/installapp.html: remove as now
in edg
2004-04-24 16:31 scann
* expresso/expresso-web/expresso/doc/edg/deploy.xml: created this
chapter as was blank
2004-04-24 15:32 scann
* expresso/expresso-web/expresso/doc/: expresso-5-1-design.html,
expresso-5-1-design.xml: already in edg
2004-04-24 15:11 scann
* expresso/expresso-web/expresso/doc/intro/: caching.html,
email.html: now in edg
2004-04-24 15:09 scann
* expresso/expresso-web/expresso/doc/intro/workflow.html: none in
edg
2004-04-24 13:34 scann
* expresso/expresso-web/expresso/doc/installation.html: updated
Geeta's email address
2004-04-24 13:26 scann
* expresso/expresso-web/expresso/doc/dbmaint_example.html: updated
maintainer's email address, updated release number, and added
contributor section to the conclusion section. This document
should be incorporated into the DBMain Edg Chapter for the next
release.
2004-04-24 13:16 scann
* expresso/expresso-web/expresso/doc/edg/configuration.xml: added 2
<sect3>
2004-04-24 12:49 scann
* expresso/expresso-web/expresso/doc/configuration.html: remove
this document permanently as now in EDG
2004-04-24 12:35 dlloyd
* expresso/expresso-web/expresso/doc/tutorial.html: update for
weblog 2.0
2004-04-24 12:33 scann
* expresso/expresso-web/expresso/doc/edg/configuration.xml:
Integrated the material from the configuration.html document in
/doc to reduce redundancy
2004-04-24 04:04 rimovm
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/DataTransferObject.java:
Made DataTransferObject Externalizable. MUCH smaller and faster
now!
2004-04-23 23:38 scann
* expresso/expresso-web/expresso/doc/installation.html: added
maintainer and contributors; updated to 5.5
2004-04-23 23:33 scann
* expresso/expresso-web/expresso/doc/installapp.html: updated html
to reflect css style sheet, added maintainer and contributor
2004-04-23 23:32 scann
* expresso/expresso-web/expresso/doc/expressocomplete.html: typo
2004-04-23 22:48 scann
* expresso/expresso-web/expresso/doc/expressocomplete.html: updated
examples information; added contributors section to conclusion
section, changed author to maintainer; corrected some typos.
2004-04-23 22:36 lhamel
* expresso/expresso-web/expresso/error.jsp: fix deprecation
2004-04-22 13:44 lhamel
* expresso/expresso-web/expresso/doc/ChangeLog.xml: Added missing
translation strings to message bundle for English
2004-04-22 13:37 lhamel
* expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/:
MessagesBundle.properties, MessagesBundle_en.properties: add
english strings
2004-04-21 23:21 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/MessagesBundle.properties:
add english strings
2004-04-20 18:27 dlloyd
* expresso/expresso-web/expresso/doc/edg/jsp.xml: Maintainer is now
mtraum
2004-04-20 00:38 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/ext/struts/taglib/:
ControllerUtils.java, logic/ExIterateTag.java: remove try/catch
for exception that is no longer thrown; reformat too
2004-04-20 00:36 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/State.java:
fix deprecations, reformat
2004-04-20 00:31 lhamel
*
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/controller/ControllerResponse.java:
fix getNestedMap to work even if null maps are returned by
getNamedXX; reformat file also
--
Mike Traum
--
JGroup Expert
Expresso Core Developer
Providing support and development services - Available Now!
More information about the cvs
mailing list