|
From: alla@ - 2011-11-30 03:32:22
|
Tue Nov 29 09:36:42 EST 2011 Alex Lance <al...@cy...>
* Prevent browser from caching old stylesheets and javascript from previous alloc versions.
M ./.ignore +1
M ./Makefile -2 +13
M ./alloc.php +1
M ./installation/templates/install.tpl -1 +1
M ./shared/templates/headerS.tpl -13 +4
Tue Nov 29 10:52:14 EST 2011 Alex Lance <al...@cy...>
* CLI Renames tokens to ktokens to avoid python clash.
./bin/alloccli/tokens.py -> ./bin/alloccli/ktokens.py
M ./bin/add_interested_party -1 +1
M ./bin/alloccli/__init__.py -1 +1
M ./bin/alloccli/ktokens.py -1 +1
M ./bin/del_interested_party -1 +1
Tue Nov 29 11:13:30 EST 2011 Alex Lance <al...@cy...>
* BUG Added missing parties to comment's IP list.
M ./comment/lib/comment.inc.php +1
M ./shared/lib/interestedParty.inc.php -1 +1
Tue Nov 29 11:17:27 EST 2011 Alex Lance <al...@cy...>
* CLI pylint cleanup.
M ./Makefile -2 +9
M ./bin/alloccli/accounts.py -1 +1
M ./bin/alloccli/alloc.py -4 +4
M ./bin/alloccli/browse.py -1 +1
M ./bin/alloccli/comment.py -10 +11
M ./bin/alloccli/ktokens.py -1 +1
M ./bin/alloccli/mbox.py -1 +1
M ./bin/alloccli/projects.py -1 +1
M ./bin/alloccli/submit.py -1 +1
M ./bin/alloccli/subscriptions.py -2 +2
M ./bin/alloccli/tasks.py -2 +2
M ./bin/alloccli/timesheets.py -2 +2
M ./bin/alloccli/version.py -1 +1
M ./bin/alloccli/view.py -1 +1
M ./util/agpl_header.py -49 +51
M ./util/make_stylesheets.py -35 +39
Tue Nov 29 11:56:56 EST 2011 Alex Lance <al...@cy...>
* Made ascii table truncation configurable.
M ./bin/alloccli/alloc.py +7
Wed Nov 30 13:35:01 EST 2011 Alex Lance <al...@cy...>
* BUG Added missing RSS patches to source.
M ./installation/db_data.sql +3
A ./patches/patch-00217-alla.sql
Wed Nov 30 13:36:42 EST 2011 Alex Lance <al...@cy...>
* BUG Fixed multiple-selects on config page, updated doc for multiple selects.
M ./help/projectSummary_filter.html -5
M ./help/task_interested_parties.html -5
M ./javascript/alloc.js +1
Wed Nov 30 13:36:55 EST 2011 Alex Lance <al...@cy...>
* Nuked empty option for RSS status selection on config page.
M ./config/templates/configM.tpl -1 +1
Wed Nov 30 14:24:54 EST 2011 Alex Lance <al...@cy...>
* BUG If no estimates, then don't save estimatorID.
M ./task/lib/task.inc.php +7
|