Mercurial
>
hg
>
LightPIT
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
adds graphical visualization for issue type and status
2020-06-21
, by Mike Becker
adds Edit Version button that replaces the pencil icon
2020-06-21
, by Mike Becker
only show relevant versions in issue editor
2020-06-21
, by Mike Becker
fix: issue status Scheduled belongs to phase 0
2020-06-21
, by Mike Becker
simplifies version overviews by removing "scheduled issues"
2020-06-21
, by Mike Becker
smaller issue summary progress bars
2020-06-21
, by Mike Becker
improves issue overview and adds progress information
2020-06-01
, by Mike Becker
significantly increases length of subject field
2020-05-30
, by Mike Becker
removes version statistics from version editor
2020-05-30
, by Mike Becker
adds version selection in issue editor
2020-05-30
, by Mike Becker
removes stupid thead prefix from every resource file
2020-05-30
, by Mike Becker
adds issue summaries
2020-05-30
, by Mike Becker
adds project overview page
2020-05-24
, by Mike Becker
bloat removal 3/3 - LightPITModule annotation and ModuleManager
2020-05-23
, by Mike Becker
bloat removal 2/3 - moduleInfo
2020-05-23
, by Mike Becker
bloat removal 1/3 - configurable resource keys
2020-05-23
, by Mike Becker
issue and version form now also work if no project is selected in the session
2020-05-23
, by Mike Becker
adds the ability to create and edit issues
2020-05-22
, by Mike Becker
removes that dynamic_fragment bullshit
2020-05-22
, by Mike Becker
improves error message for InvocationTargetExceptions
2020-05-22
, by Mike Becker
some reformatting
2020-05-22
, by Mike Becker
adds breadcrumb menu
2020-05-22
, by Mike Becker
removes the sub menu and removes the home module
2020-05-19
, by Mike Becker
improves width of project and user forms
2020-05-19
, by Mike Becker
adds request attribute users in commit() error path
2020-05-19
, by Mike Becker
adds request attribute users in edit() handler
2020-05-19
, by Mike Becker
use findByParameter() in UsersModule
2020-05-19
, by Mike Becker
fixes missing orElse() calls
2020-05-19
, by Mike Becker
adds backend methods for issues (TODO: implement commitIssue())
2020-05-18
, by Mike Becker
adds utility function to find an entity by ID (reduces code duplication)
2020-05-18
, by Mike Becker
adds data model for issues
2020-05-18
, by Mike Becker
moves project index to separate sub path
2020-05-17
, by Mike Becker
fixes pre-selection in combo boxes
2020-05-17
, by Mike Becker
adds version management
2020-05-17
, by Mike Becker
fixes duplicated trailing slash if index path has a menu entry
2020-05-17
, by Mike Becker
fixes sub-menu entries not mapping correctly due to buggy handling of trailing slash
2020-05-17
, by Mike Becker
re-adds context.xml (it only worked because the already deployed context.xml was not deleted...)
2020-05-16
, by Mike Becker
access getClass() method in EL with bracket notation (otherwise more recent EL parsers will reject the expression)
2020-05-16
, by Mike Becker
adds missing spaces in error messages
2020-05-16
, by Mike Becker
fixes bug where displaying an error page for missing data source would also require that data source (error pages don't try to get database connections now)
2020-05-16
, by Mike Becker
adds project selection
2020-05-16
, by Mike Becker
adds the possibility to add users / developers
2020-05-16
, by Mike Becker
adds lookup-name to web.xml resource reference and removes custom JNDI context parameter
2020-05-16
, by Mike Becker
adds resource-ref element to web.xml and removes context.xml
2020-05-16
, by Mike Becker
removes unnecessary (and for some servers harmful) extra configuration for war archiver
2020-05-15
, by Mike Becker
projects can now be added and updated
2020-05-14
, by Mike Becker
fixes error pages and adds referer link to error page if it comes from the application
2020-05-13
, by Mike Becker
simplifies menu generation, adds submenus and removes VersionsModule (versions will be part of the ProjectsModule)
2020-05-13
, by Mike Becker
adds equals/hashCode to ResourceKey class
2020-05-13
, by Mike Becker
renames some crappy constants
2020-05-13
, by Mike Becker
makes every parameter in a handler method optional
2020-05-13
, by Mike Becker
adds files for ProjectsModule
2020-05-13
, by Mike Becker
fixes handler signatures and one compile error for AbstractDao.setForeignKeyOrNull()
2020-05-13
, by Mike Becker
fixes minor issues that were reported by default inspection
2020-05-12
, by Mike Becker
adds DAO for Project entity and save/update methods
2020-05-11
, by Mike Becker
adds data model for projects and versions
2020-05-10
, by Mike Becker
removes features that are not (and probably will not) used anyway
2020-05-10
, by Mike Becker
fixes wrong location of log4j2.properties
2020-05-10
, by Mike Becker
cleanup and simplification of database access layer
2020-05-09
, by Mike Becker
fixes several warnings
2020-05-09
, by Mike Becker
typo in menu label for language selection
2020-05-09
, by Mike Becker
adds module priorities
2020-05-09
, by Mike Becker
moves DAO classes to different package
2020-05-09
, by Mike Becker
converts to maven project
2020-05-09
, by Mike Becker
smaller main menu with better main menu buttons
2018-04-08
, by Mike Becker
removes caching of main menu
2018-04-08
, by Mike Becker
Module names and descriptions + some more styling
2018-04-08
, by Mike Becker
adds default anonymous user
2018-04-08
, by Mike Becker
updates copyright header
2018-04-08
, by Mike Becker
global table style
2018-04-07
, by Mike Becker
minor changes to logging output
2018-04-01
, by Mike Becker
adds first part of a module manager UI
2018-04-01
, by Mike Becker
module synchronization with database
2018-03-31
, by Mike Becker
removes the privileged data source from the application and the ability to have a web UI for a setup
2018-03-31
, by Mike Becker
user friendly error pages for codes 404, 403 and 500
2017-12-31
, by Mike Becker
adds getter for the database facade to the abstract servlet
2017-12-30
, by Mike Becker
adds DatabaseFacade
2017-12-30
, by Mike Becker
language selector completed
2017-12-26
, by Mike Becker
changed logger implementation to log4j2
2017-12-26
, by Mike Becker
adds dynamic fragments to LightPIT request handling framework + basic language recognition code
2017-12-26
, by Mike Becker
implements ResponseTypes
2017-12-23
, by Mike Becker
implements simple request mapper
2017-12-17
, by Mike Becker
implements automatic menu generation from module information
2017-12-16
, by Mike Becker
makes LightPITServlet abstract
2017-12-15
, by Mike Becker
adds slf4j to project as netbeans library (make sure to have it configured in your environment)
2017-12-10
, by Mike Becker
core functionality should also use the modules system, changed the code structure accordingly
2017-11-28
, by Mike Becker
adds module manager
2017-11-26
, by Mike Becker
moves psql DB setup script to another file (we want to support other engines later) + adds some missing statements to that file
2017-11-26
, by Mike Becker
adds JSTL library to classpath (not necessary for Glassfish, but for Tomcat)
2017-11-26
, by Mike Becker
switched to tomcat 8.5 (should be developed this way for maximum compatibility)
2017-10-29
, by mike
adds create database setup script
2017-04-06
, by Mike Becker
adds HomeServerlet and Resource Bundle
2017-03-29
, by Mike Becker
project initialization
2017-03-29
, by Mike Becker
less
more
|
(0)
+120
tip