aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Change license to GNU AGPL.Hugo Hörnquist2020-08-10
|
* Rename html search module.Hugo Hörnquist2020-08-10
|
* Fix problems with new HTML for calendar view.Hugo Hörnquist2020-08-10
|
* Really start breaking apart HTML.Hugo Hörnquist2020-08-10
|
* HTML work.Hugo Hörnquist2020-08-10
|
* Start breaking apart HTML modules.Hugo Hörnquist2020-08-10
|
* Simplify term input.Hugo Hörnquist2020-08-10
|
* Allow param, children and type in search queries.Hugo Hörnquist2020-08-10
|
* Move some scripts to subdir.Hugo Hörnquist2020-08-10
|
* Repair /today.Hugo Hörnquist2020-08-10
|
* Add comment about final page.Hugo Hörnquist2020-08-10
|
* Merge branch 'smalltime' into masterHugo Hörnquist2020-08-10
|\
| * Add TODO:s to server.Hugo Hörnquist2020-08-10
| |
| * Got new timeslice limiter to work, document.Hugo Hörnquist2020-08-10
| |
| * Remove old limiter on execute-query.Hugo Hörnquist2020-08-10
| |
| * Add stream-timeslice-limit.Hugo Hörnquist2020-08-10
| |
* | Add support for arrow keys in term.Hugo Hörnquist2020-08-10
|/
* Partial search page works, but alway times out first.Hugo Hörnquist2020-08-09
|
* Add paginator, use in in html and term.Hugo Hörnquist2020-08-09
|
* Add basic (semi broken) paginator to HTML search.Hugo Hörnquist2020-08-09
|
* Can create events with åäö again.Hugo Hörnquist2020-08-09
|
* Dynamicaly created popups now work.Hugo Hörnquist2020-08-07
|
* Slightly better search page.Hugo Hörnquist2020-08-07
|
* Search page now xhtml.Hugo Hörnquist2020-08-07
|
* Fix parse-query.Hugo Hörnquist2020-08-07
|
* r:query now guaranteed string.Hugo Hörnquist2020-08-07
|
* HTML search now actually searches.Hugo Hörnquist2020-08-07
|
* Remove debug prints from term search.Hugo Hörnquist2020-08-07
|
* Add rudementary search page to HTML.Hugo Hörnquist2020-08-07
|
* Server Uri-decode query string.Hugo Hörnquist2020-08-07
|
* Create search module, update term to use it.Hugo Hörnquist2020-08-07
|
* HTML month day numbers now links to week view.Hugo Hörnquist2020-08-06
|
* Minor UI improvements.Hugo Hörnquist2020-08-06
|
* Create multiple events without refreshing page between.Hugo Hörnquist2020-08-06
|
* Fix time when creating from month view.Hugo Hörnquist2020-08-06
|
* Fix popup error on long event creation.Hugo Hörnquist2020-08-06
|
* Fix popup when creating and deleting in week.Hugo Hörnquist2020-08-06
|
* Fix most of event creation problems in week.Hugo Hörnquist2020-08-06
|
* Add favicon.Hugo Hörnquist2020-08-06
|
* Start moving popup's away from parents.Hugo Hörnquist2020-08-06
|
* Clean up caltable code.Hugo Hörnquist2020-08-05
|
* Events per day now in correct spots.Hugo Hörnquist2020-08-04
|
* Fix row count and height.Hugo Hörnquist2020-08-04
|
* Start work on long event layout for months.Hugo Hörnquist2020-08-04
|
* Add more to make install.Hugo Hörnquist2020-08-04
|
* Work on changing upstream for tzget.Hugo Hörnquist2020-08-04
|
* Fix make install for tzget.Hugo Hörnquist2020-08-04
|
* Add documentation about the configuration system.configureHugo Hörnquist2020-08-03
|
* Update README with new build instructions.Hugo Hörnquist2020-08-03
|
* Resolve (datetime instance) TODO with ./configure?Hugo Hörnquist2020-08-03
| | | | | | | | | | Tried adding a ./configure script, which mostly is responsible for downloading a default zoneinfo file, and setting up the environment for the program. I have for quite a while thought about having a configure system for things like these, but also for setting up default paths. Let's see if it works out.