|
5300e4978e
|
[Code Cleanup] Wrap some long lines
|
2018-07-03 09:52:15 +02:00 |
|
|
5f5ccaa1ea
|
[Code Cleanup] Update some variable names to conform with PEP8
|
2018-07-03 09:51:31 +02:00 |
|
|
9dd2a1120f
|
[Refactor] Change GregorianCalendar.day_events() to a static method
It takes a date as its parameter, and doesn’t use the class’ timestamp, so there’s no point making
it an instance method.
|
2018-07-03 09:51:30 +02:00 |
|
|
26c31bcc04
|
[Bugfix] Fix the ordering of events
They were in SQL order. Now they are ordered by start time.
|
2018-07-02 17:27:42 +02:00 |
|
|
32c84725a9
|
[Bugfix] Fix day-event fetching
It returned today’s events regardless of the day.
|
2018-07-02 16:52:37 +02:00 |
|
|
4c03829264
|
Add the previous/next year/month links to the month view
|
2018-07-02 14:07:38 +02:00 |
|
|
f41cf43f80
|
[Bugfix] Fix for "Move from Flask-Babel to Flask-BabelEx"
I forgot to fix this in calendar_system.gregorian…
|
2018-07-02 13:34:47 +02:00 |
|
|
7846d9017d
|
[Refactor] Rename the app module to calsocial
Just for clarity
|
2018-07-02 10:41:32 +02:00 |
|