- the web UI has been streamlined; edit form, raw & entries views dropped - we now remember whether sidebar is open or closed - better help dialog - keyboard shortcuts are now available - better add form - more bootstrap styling - static file cleanups - report filtering fixes - upgrade jquery to 2.1.1, bootstrap to 3.1.1, drop select2, add typeahead, cookie, hotkeys - clarify debug helpers a little - refactoring
		
			
				
	
	
		
			13 lines
		
	
	
		
			455 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			455 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/favicon.ico     FaviconR        GET
 | 
						|
/robots.txt      RobotsR         GET
 | 
						|
/static          StaticR         Static getStatic
 | 
						|
/                RootR           GET
 | 
						|
/journal         JournalR        GET POST
 | 
						|
/register        RegisterR       GET POST
 | 
						|
/sidebar         SidebarR        GET
 | 
						|
-- /journal/entries JournalEntriesR GET POST
 | 
						|
-- /journal/edit    JournalEditR    GET POST
 | 
						|
--
 | 
						|
-- /accounts        AccountsR       GET
 | 
						|
-- /api/accounts    AccountsJsonR   GET
 |