Mercurial
Mercurial
>
py_tasks_melange
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
+300
+1000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Cleaned up access.py
2009-02-01, by Sverre Rabbelier
Do not return empty menu's in program.
2009-02-01, by Sverre Rabbelier
This patch prohibits changing of agreed_to_tos and agreed_to_tos_on by the Logic module.
2009-02-01, by Lennard de Rijk
Add publish_location boolean property to Role model. This field indicates whether the User has agreed to publish his location. It is not supported yet in any logic, views or templates but we won't want to change models later so it's being added now.
2009-02-01, by Pawel Solyga
Fixes an error occurring when editing a User as Developer when the ToS have been signed.
2009-02-01, by Lennard de Rijk
ReadOnlyInput widget now shows text instead of a greyed-out input box.
2009-02-01, by Lennard de Rijk
Added status property to the user model.
2009-02-01, by Lennard de Rijk
Fixed EOL and whitespace in org_app templates
2009-02-01, by Lennard de Rijk
Update error message that shows when Google Maps API key is missing.
2009-02-01, by Pawel Solyga
Implement the last step in the org application process.
2009-02-01, by Lennard de Rijk
Refactored applicant from club view to group view.
2009-02-01, by Lennard de Rijk
Add Google Maps integration for Role profiles create/edit views.
2009-02-01, by Pawel Solyga
Added org_app view and templates.
2009-02-01, by Lennard de Rijk
Changed club_app review template to use key.name.
2009-02-01, by Lennard de Rijk
Changed some errors in the org_app model.
2009-02-01, by Lennard de Rijk
Added org_app logic.
2009-02-01, by Lennard de Rijk
Changed group_app to use scope_logic in constructor.
2009-02-01, by Lennard de Rijk
Changed getApplicantRedirect to use the key_name instead of just a link_id.
2009-02-01, by Lennard de Rijk
Fix import sorting in soc.views.models.document module to comply with our style guide.
2009-02-01, by Pawel Solyga
Rename 'Create a new document' links to 'Create a New Document', also rename 'Create a new Program' to 'Create a New Program' in soc.views.models modules.
2009-02-01, by Pawel Solyga
Fix missing dots and blank lines to soc.logic modules.
2009-02-01, by Pawel Solyga
Fix missing dot and wrong import sorting in soc.views.helper.access module.
2009-02-01, by Pawel Solyga
Style fixes in soc.models.document module (adding of missing whitespaces).
2009-02-01, by Pawel Solyga
Style fixes in soc.logic.models modules (basically removing of extra whitespaces).
2009-02-01, by Pawel Solyga
Changed the url regexpr for review and added 2 missing imports.
2009-02-01, by Lennard de Rijk
Refactored review and reviewoverview out of club_app.py
2009-02-01, by Lennard de Rijk
Added view for mentors.
2009-02-01, by Lennard de Rijk
Added two forgotten comments in rights.Checker
2009-01-31, by Sverre Rabbelier
Hook up the ACL system for documents.
2009-01-31, by Sverre Rabbelier
Final changes to the document model
2009-01-31, by Sverre Rabbelier
Added a rights module
2009-01-31, by Sverre Rabbelier
Replace name_on_certificates property with name_on_documents, since mentors, club admins, hosts and org admins don't get certificates it's better to name it 'Name on documents' which can indicate any kind of documents including awards certificates. Also don't show name_on_documents in public Role profiles, instead show user public name in that place.
2009-01-31, by Pawel Solyga
Changed display_name to name_on_certificates in models/role.py.
2009-01-31, by Lennard de Rijk
Added view and templates for mentors.
2009-01-31, by Lennard de Rijk
Fixed a bug in soc/views/models/role.py.
2009-01-31, by Lennard de Rijk
Added a view and templates for the organization admin.
2009-01-31, by Lennard de Rijk
Fixed two small errors.
2009-01-31, by Lennard de Rijk
Added organization view and templates.
2009-01-31, by Lennard de Rijk
Removed obsolete _editPost and _editGet in soc/views/models/club.py.
2009-01-31, by Lennard de Rijk
Reverting a change from r1732 for reasons stated in soc/logic/models/group.py.
2009-01-31, by Lennard de Rijk
Changed scope_logic for requests to linkable_logic.
2009-01-31, by Lennard de Rijk
Removed workflow type as keyfield from program.
2009-01-31, by Lennard de Rijk
Added mentor and org_admin logic.
2009-01-31, by Lennard de Rijk
Add an 'unread' style and add 'new document' link for user
2009-01-31, by Sverre Rabbelier
Fixed a string formatting bug in soc/views/models/role.py.
2009-01-31, by Lennard de Rijk
When moving stuff please make sure that all your belongings are safely secured.
2009-01-31, by Lennard de Rijk
Fixed a bug in role.py that made it call the wrong superclass.
2009-01-31, by Lennard de Rijk
Moved create_extra_dynafields from club_admin and member to role.
2009-01-31, by Lennard de Rijk
Cleanups in base.Logic
2009-01-31, by Sverre Rabbelier
Add checkIsProgramActive to the rights flushing
2009-01-31, by Sverre Rabbelier
Small changes in Mentor model (we don't inherit from Reviewer anymore since model inheritance is not supported in datastore).
2009-01-31, by Pawel Solyga
Add Organization Administrator model.
2009-01-31, by Pawel Solyga
Remove not used Administrator model that is replaced by Host model.
2009-01-31, by Pawel Solyga
soc/views/models/club.py now uses getForCurrentAccount where necessary.
2009-01-31, by Lennard de Rijk
Edited the access check for show in site settings.
2009-01-31, by Lennard de Rijk
Added rights to soc/views/models/timeline.py.
2009-01-31, by Lennard de Rijk
Added status to program.
2009-01-31, by Lennard de Rijk
Flush sidebar when creating a new entity
2009-01-31, by Sverre Rabbelier
Update site/home.html to match the new document structure
2009-01-31, by Sverre Rabbelier
Added a Create a New Program link to the Program Owners's menu.
2009-01-31, by Lennard de Rijk
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
+300
+1000
tip