Open
Conversation
So we can do "./manage.py runserver" instead of "python manage.py runserver" if we're lazy.
"except xx as yy" required python 2.6 or newer.
occurrence.event.start is the start of the recurrence *series*. We want the current individual event, which is occurrence.start.
If you want more occurrences for that person, you can click their name.
(as complained about in HN comments)
It's a lot easier to find your timezone name this way if you already know your offset.
urls.py was using \w+, which isn't flexible enough.
The most notable improvements are: - no more django errors about missing files (especially on the "add office hours" page). - the calendar actually has forward/back month buttons now.
Collaborator
|
Did anyone merge this in? I just noticed this and didn't know if ezl took care of this or not. |
Collaborator
Author
|
Nobody has merged it. This project seems fairly dead. |
Collaborator
|
Let me get in touch with ezl. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I skimmed the comments on HN and also found some bugs of my own. I had a bit of time today so I blew through the most critically broken stuff, including the "upcoming office hours" list being full of lies.
I also changed the calendar so your start and end date has to be on the same day, which is much more user friendly. Recurrences exist to cover multi-day availability.
Hope you like it.
Have fun,
Avery