1
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 4 days ago.
Mar 12, 2025 — Mar 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of https://github.com/linster/PlastRegSystem.git More... about 12 years ago
Whoops, no such thing as threadglobal More... about 12 years ago
Fix slight typo on constructing Online Info view More... about 12 years ago
Possibly fix authenticaion problems? More... about 12 years ago
New controllers for forms More... about 12 years ago
Added new views More... about 12 years ago
ViewChanges working. Added Authentication storage into a THREAD_LOCAL. Bug on logging out though. See PlastRegSystemUI.java for the comment explaning it. More... about 12 years ago
Rearchitected app so that the MainShellView is the main frame for the app. Navigator swaps out the panel, not the whole UI. Added method to destroy drawing of navtree/mainmenu on logout. More... about 12 years ago
Fixed the issue with the apppanelcomponent. Now the children of MainShellView can set their own apppanel components. More... about 12 years ago
Put label in onlineaccountinfo. Doesn't acctually work. More... about 12 years ago
Started added another form view to the system. Added a .sql file containing everything in the database needed to run the app. Import it with HeidiSQL. More... about 12 years ago
Played around with Layouts. Added a NoAuthenticationException to deal with the NullPointerExceptions when the Authentication object is attempted to be accessed before the login is complete. More... about 12 years ago
Tried to add Hierarchial authentication, but it didn't work. More... about 12 years ago
Adding Heirarchial roles. More... about 12 years ago
Spring Security is now authenticating based on a MariaDB database. More... about 12 years ago
Added ViewChangeListener. Now all views except the login view must be authenticated to be seen. More... about 12 years ago
Finished refactoring in an Authentication EventBus. More... about 12 years ago
Refactored Views into a seperate UI package. More... about 12 years ago
Completely made a new Eclipse project using Servlet 2.4. More... about 12 years ago
Added SpringSecurity into the project. It now compiles. Had to add Spring-context manually as a jar from MavenDB. More... over 12 years ago
Fixed the NullPointerException on the login page. Turns out that the singleton I made initially never had a way to change it's contained Navigator object to anything but null. Woops. More... over 12 years ago
More fiddling to get the button click handler working. When I got bored of that, I tried to center align the login form on the page. More... over 12 years ago
Got the Navigator to work (sorta). It now loads the login view. Had to re-subclass MainShellView and LoginView from UI to Panel. UI seems to be pretty greedy in it's importance within the application. More... over 12 years ago
Created the MasterNavigator class. This is a singleton class (only one instance of it exists globally) that contains a Navigator object. (The navigator object is responsible for handling which webform gets displayed, the URL for the form, etc. The navigator loads and executes classes which implement the View interface, calls the class' .enter() method, and then proceeds. The beauty of this is that any Spring Security Authorization (user level) checking can be done at the .enter() method, and an Access Denied can be thrown securely.) More... over 12 years ago
Initial commit of the new Architectural classes needed to implement the login system. More... over 12 years ago
Dummy comment to test whether creating a branch works in SmartGit More... over 12 years ago
Refactored the mainshell code after learning about the Observer Pattern. Moved all the stuff from MainShellControl into MainShellView so that the MainShellControl.java file will house the Controller code for the MainShellView. More... over 12 years ago
Update README.md More... over 12 years ago
Figured out how to allow the root node of a tree to switch to an app. (Click on the DummyTable node and it switches). More... over 12 years ago
Added a listener to the NavTree to display which notification is active More... over 12 years ago