Ben Kurtovic
18d451974d
Store time data as actual datetime objects instead of UNIX time.
pirms 12 gadiem
Ben Kurtovic
80bc2c527d
Implement chart feature.
pirms 12 gadiem
Ben Kurtovic
87d862bdab
Get rid of talk notices.
pirms 12 gadiem
Ben Kurtovic
d32e074089
Support case title param for the stale notice.
pirms 12 gadiem
Ben Kurtovic
baed0c7861
Merge branch 'feature/drn_clerkbot' into develop
pirms 12 gadiem
Ben Kurtovic
205ae4b7a6
Implement read_signatures().
pirms 12 gadiem
Ben Kurtovic
01d72171e3
Implement notify_parties().
pirms 12 gadiem
Ben Kurtovic
ff93105c3c
Finish implementing clerk_review_case().
pirms 12 gadiem
Ben Kurtovic
d086f03c2c
Implement last_volunteer_size.
pirms 12 gadiem
Ben Kurtovic
8713607df3
Implement get_signatures_from_db().
pirms 12 gadiem
Ben Kurtovic
64b9b77cf4
Implement storing signatures in the database.
pirms 12 gadiem
Ben Kurtovic
ab1fe9926a
Split up that one huge function into three.
pirms 12 gadiem
Ben Kurtovic
eb729fd933
Implement storing updates in database and applying updates to case.
pirms 12 gadiem
Ben Kurtovic
d2b4379ebf
Implementing some more; adding TODO notes in margins.
Will finish in morning.
pirms 12 gadiem
Ben Kurtovic
ec0a95d66a
Implementing more things.
pirms 12 gadiem
Ben Kurtovic
cdee43eb06
Implement some more clerking cases.
pirms 12 gadiem
Ben Kurtovic
de5fc95c83
Cleanup function signatures a bit; some more work.
pirms 12 gadiem
Ben Kurtovic
5d99c7e1a7
More of a framework for the clerking function.
pirms 12 gadiem
Ben Kurtovic
ca6f386802
TODO list for clerk_case().
pirms 12 gadiem
Ben Kurtovic
2703d0eed9
Implement database synchronization with volunteer list.
pirms 12 gadiem
Ben Kurtovic
d2b82b60d9
Implementing more code for dealing with the volunteer list.
pirms 12 gadiem
Ben Kurtovic
ef4c7a187a
update_case_title()
pirms 12 gadiem
Ben Kurtovic
c589d16ede
Support for sending notices.
pirms 12 gadiem
Ben Kurtovic
015eb44a89
A bunch of updates.
pirms 12 gadiem
Ben Kurtovic
93228d5b08
Read cases from the database too.
pirms 12 gadiem
Ben Kurtovic
e2dcc9d50b
Add status parsing, plus start schema for the SQL table.
pirms 12 gadiem
Ben Kurtovic
8c8b497d63
Starting work
pirms 12 gadiem
Ben Kurtovic
ad0dd972cb
data.command, not self.command!
pirms 12 gadiem
Ben Kurtovic
7d52d4558a
Some updates to !lag.
pirms 12 gadiem
Ben Kurtovic
33aa1d6744
Collapse extra newlines to avoid distorting trigrams.
pirms 12 gadiem
Ben Kurtovic
96c815df35
Removing task that doesn't need to be run anymore.
pirms 12 gadiem
Ben Kurtovic
3ed6c709c2
Oops!
pirms 12 gadiem
Ben Kurtovic
14e2114acd
Made this a bit cleaner.
Will revise all permissions code eventually when adopting the
permissions.db system.
pirms 12 gadiem
Ben Kurtovic
b62e0d5140
Merge pull request #33 from Yulli/develop
Allow a normal user to devoice and deop themselves
pirms 12 gadiem
Justin Yulli Kim
86639a977c
A normal user can devoice and deop themselves
pirms 12 gadiem
Ben Kurtovic
c19a1bde2e
Determine which cookies apply to which domains better.
pirms 12 gadiem
Ben Kurtovic
3f1737717c
More accurate handling when using get_site(lang, project).
Some wikis (like frwiki), set their projects to localized forms of
the expected (so "wikipedia" becomes "wikipédia"). An additional
search by URL in _get_site_name_from_sitesdb() fixes this.
pirms 12 gadiem
Ben Kurtovic
46c3561ce8
Apparently cookie values are plus-quoted. Oops!
pirms 12 gadiem
Ben Kurtovic
b784fc7cd8
Fix a silly bug in passing cookiejars to Site objects.
* Apparently bool(cookiejar) is False if the cookiejar doesn't
contain any cookies, even if it exists. Change `if cookiejar` to
`if cookiejar is not None` to get around this.
pirms 12 gadiem
Ben Kurtovic
c2de168cb4
Log should be a bit nicer when we don't load any resources.
pirms 12 gadiem
Ben Kurtovic
7e733c39bb
Support for config options to disable loading default commands/tasks.
pirms 12 gadiem
Ben Kurtovic
c198ce27a7
Tuple, not list.
pirms 12 gadiem
Ben Kurtovic
bfe312aa81
Collate as utf8_unicode_ci
pirms 12 gadiem
Ben Kurtovic
19b2d19c45
Rename git and time files so they don't conflict with other imports.
pirms 12 gadiem
Ben Kurtovic
004dd0b51e
Refactor logging setup so it works when disabled.
pirms 12 gadiem
Ben Kurtovic
3ddbcd61c1
Adding schema for tasks.
pirms 12 gadiem
Ben Kurtovic
e71e9daadb
Store update_time as an int, not a float.
pirms 12 gadiem
Ben Kurtovic
e91ef765e6
Statistics table now returns unicode instead of strings, bitches.
pirms 12 gadiem
Ben Kurtovic
fcd7fddbdd
MD5 can't handle Unicode, so fully implement saving Unicode objects by fixing that.
pirms 12 gadiem
Ben Kurtovic
f993b847ab
Encode URLs as UTF-8 before opening them.
pirms 12 gadiem