Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/delibero.git

Commit History main

d6a0a48Removed refutations. Removed superfluous first page.djarvis • 2015-11-07
82e1e8dAdded list of credit unions as possible market.Dave Jarvis • 2015-04-02
5bd8a65New version of installation instructions.Dave Jarvis • 2015-04-02
0f35548Renamed success to rationale.Dave Jarvis • 2015-02-05
22279feMenus generated at runtime from single XML file.Dave Jarvis • 2015-02-03
742ea1eAdded missing artefact for menu style.Dave Jarvis • 2015-02-02
983f6daFixed menu for tags editor.Dave Jarvis • 2015-02-02
d821cf3Prevent direct HTTP request for account page; require authentication, instead.Dave Jarvis • 2015-02-02
1154500Separated menu style.Dave Jarvis • 2015-02-02
d428469Removed classpath changes from main application -- not needed for logging.Dave Jarvis • 2015-02-01
5a291f7Fixed issue with logger not being found (added resources directory to Gradle build file).Dave Jarvis • 2015-02-01
afc1723Resources no longer copied into build directory. Source directory is used instead. This allows updates to CSS, JavaScript, and XSL files without having to restart the server.Dave Jarvis • 2015-01-31
85976e7No longer deploying static resources into build directory; picked up from the source directory instead.Dave Jarvis • 2015-01-31
320f459Revised installation documentionation with installation preface.Dave Jarvis • 2015-01-27
4c24f15Added missing refute content.Dave Jarvis • 2015-01-23
157517dUpdated comments. Added missing XML files for edit and flagging (to avoid stacktraces).Dave Jarvis • 2015-01-23
76975c8Added authentication-aware log out link.Dave Jarvis • 2015-01-23
47f4b9bPushed up null-safe get parameter.Dave Jarvis • 2015-01-23
fc4e392Simplified class structure for authentication.Dave Jarvis • 2015-01-23
ad04053Authentication kicks in when clicking 'new', which requires an account.Dave Jarvis • 2015-01-23
79c5d06Removed resolver dependency on app. Researched servlet map; abandoned approach due to WAR dependency.Dave Jarvis • 2015-01-23
503c725Loading configuration from external file.Dave Jarvis • 2015-01-21
cb6e953Started to integrate Shiro authentication.Dave Jarvis • 2015-01-21
9a48331New servlets for handling business logic.Dave Jarvis • 2015-01-21
9314aa4Started to implement Shiro authentication. Updated graphs to use CPP preprocessor for include files.Dave Jarvis • 2015-01-20
f08b7a2Login form.Dave Jarvis • 2015-01-20
8dd7d95Removed URIResolver dependency from App. Started authentication and authorization integration with Shiro. Updated questions from council member.Dave Jarvis • 2015-01-19
97d69c5Minor CSS updates.Dave Jarvis • 2015-01-19
5e1ef3cProper dependency order for building menu and copying libraries before running the app.Dave Jarvis • 2015-01-19
8c6e5f4Menu build artefact directory hardcoded into menu.xsl ...Dave Jarvis • 2015-01-18
dc5e56aMenu sources are now build artefacts.Dave Jarvis • 2015-01-18
4a0ca29Moved shell script for menu building into Gradle build script.Dave Jarvis • 2015-01-18
a280308Reorganized linking.Dave Jarvis • 2015-01-18
8884a72Removed duplicate text to simplify UI.Dave Jarvis • 2015-01-18
5704784Removed APP_ID; must use session variable instead to track proposal context. Updated Aloha Editor to latest.Dave Jarvis • 2015-01-18
00ecdbcMigrated from client-side mock-ups to server-side implementation.Dave Jarvis • 2015-01-17
ddd57c6Added comment to menu files noting how to change them.Dave Jarvis • 2015-01-17
4a2c048Extra documentation for intent of menu system.Dave Jarvis • 2015-01-17
610a04dUpdated comments regarding Xerces and system properties.Dave Jarvis • 2015-01-17
c604349Added menu system.Dave Jarvis • 2015-01-17
57d39ebRenamed rationale to success.Dave Jarvis • 2015-01-17
fd6edfdRemoved CSS for formatting related links; using XML-based menu instead.Dave Jarvis • 2015-01-17
9e0df7bRenamed hypothesis to rationale.Dave Jarvis • 2015-01-17
45163c6Minor API name changes to better reflect intent.Dave Jarvis • 2015-01-16
d014345Platform independent file separator.Dave Jarvis • 2015-01-16
b97a868Remove extraneous whitespace from HTML.Dave Jarvis • 2015-01-16
e2ff2eeConsistent closing for XSLT elements.Dave Jarvis • 2015-01-16
6c1cbe6Removed dependency on XSLT1.0 math functions.Dave Jarvis • 2015-01-16
00a121dRemoved dependency on math.Dave Jarvis • 2015-01-16
d7696deUsing EXSLT-compliant SAXON 9.1 HE for math functions.Dave Jarvis • 2015-01-16
5fddd0aImport and use XPath functions for math abs operation.Dave Jarvis • 2015-01-16
542535dDescribes purpose for common files.Dave Jarvis • 2015-01-16
ae8fe8fApplied copyright notices.Dave Jarvis • 2015-01-16
c6e80d7Platform independence for file paths. Clarified intent of dynamic template import.Dave Jarvis • 2015-01-16
b14e87fRemoved indenting to compress pages.Dave Jarvis • 2015-01-16
885533bEditor for WYSIWYG wiki works again.Dave Jarvis • 2015-01-16
c248e11Eliminated custom JavaScript loader.Dave Jarvis • 2015-01-16
03d8ea7Removed unused functions; started to simplify JS inclusions.Dave Jarvis • 2015-01-16
8e7f479Page-specific artefact inclusions.Dave Jarvis • 2015-01-16
ee9b316Removed redundant Java classes by determining application name from URL; added custom XML node into app-specific XSL for loading page-specific artefacts (css, javascript).Dave Jarvis • 2015-01-16
b6aec12Dynamically determine correct app XSL file to include; default to an empty template file; default to a string if all else fails.Dave Jarvis • 2015-01-15
6aac04eAdditional servlets to render various pages.Dave Jarvis • 2015-01-15
6f08e0fUpdated stylesheet to version 2.0Dave Jarvis • 2015-01-15
08dd405Migrated XSL files back into source; build script now deploys to proper location.Dave Jarvis • 2015-01-15
1b899d2Reorganized Main code; added map capabilities to ResolvedProperties; commented code; simplified embedded launcher.Dave Jarvis • 2015-01-15
1c0cc6aApplication can transform documents.Dave Jarvis • 2015-01-14
89e6cb3Migrating to application that can transform XML documents into HTML pages using XSLT 2Dave Jarvis • 2015-01-14
468dbd2Redirect page.Dave Jarvis • 2015-01-09
5797d7cFixed grammar mistake.Dave Jarvis • 2015-01-09
fe6feb1Added ability to embed video. Updates example to demonstrate wastewater project deliberation.Dave Jarvis • 2015-01-09
999e3a0Removed symbolic links; not so useful on Windows.Dave Jarvis • 2015-01-08
9f13183Simplified structure by removing symbolic links.Dave Jarvis • 2015-01-08
e978ba8Start to integrate two different examples.Dave Jarvis • 2015-01-08
52a9aeaUse relative path in Jetty configuration file to locate root HTML document directory.Dave Jarvis • 2015-01-08
8754151Added and loaded configuration file for serving static files and symbolic links.Dave Jarvis • 2015-01-08
ec12397Purge all files; updated installation text.Dave Jarvis • 2015-01-08
e90d976Ignore build artefacts; ignore wiki repository.Dave Jarvis • 2015-01-07
afd73dbCommented build script for installation documentation.Dave Jarvis • 2015-01-07
5bbfd97Reorganized documentation to allow wiki and ConTeXt integration using pandoc.Dave Jarvis • 2015-01-07
5b459b4Embedded Jetty with logging.Dave Jarvis • 2015-01-05
6e8b039Removed old tour demonstration files.Dave Jarvis • 2015-01-05
8a67fc3Removed duplicate code for link selection.Dave Jarvis • 2015-01-01
c7ff679Started update tags feature.Dave Jarvis • 2015-01-01
b99bf5dExplanation about tabindex.Dave Jarvis • 2015-01-01
40ff343Minor simplifications to reduce minified code size.Dave Jarvis • 2015-01-01
1161c52Keyboard controls for Miller Columns.Dave Jarvis • 2015-01-01
3e2c075Moved links to all lowercase for consistency.Dave Jarvis • 2014-12-31
01af9c5Revised CSS to be utf-8; resolved CSS dependencies; updated to Miller Columns with event hooks.Dave Jarvis • 2014-12-31
94e6d5bMigrated Miller Columns into its own repository. Use hard link to reference the file. Required dynamic loading in tags.js to ensure proper loading and execution of JavaScript.Dave Jarvis • 2014-12-31
7b62842Shorter names. Minor optimizations.Dave Jarvis • 2014-12-30
813021aFixed incorrectly determined breadcrumb trail.Dave Jarvis • 2014-12-29
923f88cRemoved duplicated code. Fixed bug with automatic scrolling to selected column.Dave Jarvis • 2014-12-29
58b21e8Greatly simplified Miller Columns algorithm. Fixed numerous bugs.Dave Jarvis • 2014-12-29
772f4d5New version of Miller Columns with simplifications and proper namespace.Dave Jarvis • 2014-12-28
7904cedMunicipal example.Dave Jarvis • 2014-12-21
2d9844bIgnore lock file for spreadsheet documentation.Dave Jarvis • 2014-12-20
ce85423Recorded first round of Q&A.Dave Jarvis • 2014-12-18
acd3a04Fixed horizontal scrolling issue for Miller Columns.Dave Jarvis • 2014-12-18
c7d35ffRevised manual to include more information on flagging.Dave Jarvis • 2014-12-17
fb9a944Ability to include URLs as well as files.Dave Jarvis • 2014-12-10