OpenLog
  1. OpenLog

XPages OpenLog Logger

Public
AuthorCommitMessageCommit dateIssues
Paul WithersPaul Withers
e0b14798733Initial work on GitHub Pages area
Paul S WithersPaul S Withers
a0ca012116cSet theme jekyll-theme-tactile
Paul S WithersPaul S Withers
cd5c31188efdocs folder and moving Javadoc
Paul WithersPaul Withers
a1eaf9c9cedFix for clearing _errDoc and _errDocUnid after logging
Paul WithersPaul Withers
798e4baca1eUpdating Documentation folder (Javadoc)Removing XPages ODP
Paul WithersPaul Withers
4ea790a4441Release
Paul WithersPaul Withers
02855757b28XOL-6 Changed to user sessionAsSigner as a fallback onlyXOL-6
Paul WithersPaul Withers
8efaa4125a1Updated Javadoc and release
Paul WithersPaul Withers
311ae74af78XOL-6 sessionAsSigner for creating log docXOL-8 log this username if we can't open db XOL-7 refactoring of prints3 Jira Issues
Paul WithersPaul Withers
2ce5c15286egitignore change only
Paul WithersPaul Withers
925b02f7a08Updates to PDF documentation and Notice file
Paul WithersPaul Withers
0df6dcb92f2Updates to Javadoc comments
Paul WithersPaul Withers
351964ac1f9XOL-4 and XOL-5 updates for plugin2 Jira Issues
Paul WithersPaul Withers
3bb2d9531b0No change
Paul WithersPaul Withers
46ae6d9edd1XOL-4 Enhancement in NSF if developer passes "this" as component from an SLXOL-5 API to output version number2 Jira Issues
Paul S WithersPaul S Withers
4c6d3e53fadIgnore
Paul S WithersPaul S Withers
9663eac143aXOL-3 Fix for stripped first character when URL has querystringXOL-3
Paul S WithersPaul S Withers
d65acf540106.0.1 release packaging
Paul S WithersPaul S Withers
5b0cebfcfabMMerge branch 'master' of https://stash.openntf.org/scm/openlog/xpages-openlog-logger
Paul S WithersPaul S Withers
a9659b4fa2dXOL-2 Fix for erroneous reporting of database causing the error - settings were not re-initialisedXOL-2
Paul S WithersPaul S Withers
3543801a440#27 Fix for erroneous reporting of database causing the error - settings were not re-initialised
Paul S WithersPaul S Withers
476b2d92e58Adding release notes for versions
Paul S WithersPaul S Withers
328b05456916.0.0 release
Paul S WithersPaul S Withers
2c53e9dc959Documentation updates
Paul S WithersPaul S Withers
6fb49b981e1Updating documentation
Paul S WithersPaul S Withers
ee5e4c8be01Updated Javadoc
Paul S WithersPaul S Withers
4e2de3f84fb#32 Code was wrong.Fixed, tested, fine
Paul S WithersPaul S Withers
5dfb538f26dSwiper'd
Paul S WithersPaul S Withers
4a3e0b232d1Updated Javadoc
Paul S WithersPaul S Withers
18ad4b10f3e#32 Case sensitivity issue, also adding entry in xsp.properties
Paul S WithersPaul S Withers
00c5644377d#32 Adding xsp.property to allow createOnFail, to create log database if it doesn't exist
Paul S WithersPaul S Withers
6262e03add2#31 pushing changes for OpenLogUtil to plugin
Paul S WithersPaul S Withers
0bfc2d4942e#31 More impact of adding OpenLogUtil. OpenLogItem methods should not be static#32 using enum for type
Paul S WithersPaul S Withers
35121e41f11Eric McCormick pull request, showing XPages the love!Removing Dora, now Swiper-enabled
Paul S WithersPaul S Withers
d28a388f635#31 OpenLogUtil added#29 code to suppress control ID in events
Paul S WithersPaul S Withers
2aa4d49b32e#29 Handling ParseExceptions
Paul S WithersPaul S Withers
89cdf8fd782Changed case-sensitive equals statements for equalsIgnoreCase#28 xsp.openlog.includeQueryString XspProperty added to include query string in Log page reference. Also documented on Home page
Paul S WithersPaul S Withers
21dda01b44fLog database changed in error, reverted#26 fix for invalid component id for partial refresh
Paul S WithersPaul S Withers
66c8dfbb26a#22 Avoiding error if no history URL
Paul S WithersPaul S Withers
09df437eb10#27 Fix for erroneous reporting of database causing the error - settings were not re-initialised#23 Adding user message onto screen, with test page #24 Fix for messages greater than 32k. For readability, uses 100 characters + "..."
Paul S WithersPaul S Withers
ef9337f7e55#21 fixes also applied to OpenLog OSGi plugin
Paul S WithersPaul S Withers
18d469cf7b6MMerge branch 'master' of https://github.com/paulswithers/openlogjava
Paul S WithersPaul S Withers
57236415e99#21 Amended code for emailing to access mail.box using sessionAsSigner
Paul S WithersPaul S Withers
ae33282d6edCreate README.md
Paul S WithersPaul S Withers
19f1ca97683Copying changes to OSGi plugin from NSF
Paul S WithersPaul S Withers
11a0bc5fa07Javadoc was in wrong folder, moved and updated javadoc.xmlOSGi plugin added (M4.0.1)
Paul S WithersPaul S Withers
0392a8df40eUpdated Javadoc and moved it to documentation folder in repo
Paul S WithersPaul S Withers
8cf61db3604#20 add Xsp Property to set ExpireDate field
Paul S WithersPaul S Withers
cf9ba551df5#18 change from requestScope to sessionScope to avoid being cleared if using context.redirectToPage()#19 change SSJS calls to take an Object and check if it's an instance of XspEventHandler, in which case call .getParent() on it, to get the component automatically. So you can now just pass "this"
Paul S WithersPaul S Withers
f474dfe8191Fixing #16