2008-12-14 Sverre Rabbelier Have user/edit.html use the as_table tag as well
2008-12-14 Sverre Rabbelier Removed unused template
2008-12-14 Sverre Rabbelier Converted as_table to be a template tag
2008-12-14 Sverre Rabbelier Added some example_text to program
2008-12-14 Sverre Rabbelier Added support for example texts
2008-12-13 Sverre Rabbelier Brown-paper-bag fix in notification.py
2008-12-13 Lennard de Rijk Notification property has_been_read changed into unread
2008-12-13 Sverre Rabbelier No override needed in notifications.py
2008-12-13 Sverre Rabbelier Make it possible to redirect anywhere after editPost
2008-12-13 Sverre Rabbelier Make the place of the rights declaration consistent
2008-12-13 Sverre Rabbelier Remove custom override of django_patterns_defaults
2008-12-13 Sverre Rabbelier Fix whitespace and EOL damage in notifcation.py
2008-12-13 Sverre Rabbelier Make use of readonly_field_as_table_row
2008-12-13 Sverre Rabbelier Fix EOL-damage
2008-12-13 Sverre Rabbelier Make checkIsMyInvitation use Django to parse the URL
2008-12-13 Sverre Rabbelier Added a readonly_multiline_field_as_table_row tag
2008-12-13 Lennard de Rijk Using getForCurrentAccount where possible due to comments on r1309.
2008-12-12 Lennard de Rijk Added Notifications.
2008-12-12 Sverre Rabbelier Filter the "list Hosts" view
2008-12-12 Sverre Rabbelier Allows a user object to be passed to accounts.isDeveloper
2008-12-12 Sverre Rabbelier Make getForFields use the db.Query API
2008-12-12 Sverre Rabbelier Added getForCurrentAccount to user.Logic
2008-12-12 Sverre Rabbelier Added a filter method to dicts
2008-12-11 Sverre Rabbelier Make it possible to invite another Host as Host
2008-12-11 Sverre Rabbelier Added a trivial unzip method, counterpart to zip
2008-12-11 Augie Fackler Add some ignore properties for when we get working coverage support.
2008-12-10 Lennard de Rijk Fixed missing header in site settings.
2008-12-09 Lennard de Rijk Changed "Sponsor" to "Program Owner"
2008-12-08 Lennard de Rijk Adds the removal of requests from the datastore when a new role entity is created.
2008-12-07 Pawel Solyga Add missing dots in docstrings, proper sorting of imports and small docstring typo fixes.
2008-12-07 Sverre Rabbelier Thinkofix in access.checkIsInvited
2008-12-07 Sverre Rabbelier Some forgotten changes with the access_type commit
2008-12-07 Pawel Solyga Program Name column showed link_id instead of name, replace link_id with name in soc/program/list/row.html template.
2008-12-07 Sverre Rabbelier Add explicit access_types from the url
2008-12-07 Sverre Rabbelier Add checkIsHost in access
2008-12-07 Sverre Rabbelier Some cleanups in role.py and site.py and create()
2008-12-07 Lennard de Rijk Changed template for home/public.html to show last modified in the top-right corner.
2008-12-07 Sverre Rabbelier Add site scoped documents to the Site menu
2008-12-07 Sverre Rabbelier Move document sidebar entries extraction to document.View
2008-12-07 Sverre Rabbelier Factor out sidebar entry construction
2008-12-07 Sverre Rabbelier Rename getSidebarLinks to getSidebarMenus
2008-12-07 Sverre Rabbelier Remove bogus scope from Site
2008-12-07 Sverre Rabbelier If an entity is unscoped, do not try to retrieve a scope
2008-12-07 Sverre Rabbelier Dynamically add sidebar items for programs
2008-12-07 Sverre Rabbelier Add and use a placeholder for checkIsDocumentPublic
2008-12-07 Sverre Rabbelier Added a public redirect
2008-12-07 Sverre Rabbelier Prepare for callbacks that return more than one menu
2008-12-07 Sverre Rabbelier Make use of the 'sidebar' param for user_self
2008-12-07 Lennard de Rijk Fixed email adress in urls.py.
2008-12-07 Lennard de Rijk Fixes 'module' object has no attribute 'handler500' and 404 on instances where debug is False.
2008-12-07 Lennard de Rijk Fixed the header on the List Programs page.
2008-12-06 Pawel Solyga Reset the RELEASE_TAG to None (unreleased) now that the 0.1a20081206 release candidate branch has been created.
2008-12-06 Pawel Solyga Set RELEASE_TAG to 0.1a20081206rc for release candidate 06/12/2008.
2008-12-06 Pawel Solyga Fix imports sorting in soc.views.models.organization.
2008-12-06 Pawel Solyga Add missing dots in docstrings in modules.
2008-12-06 Lennard de Rijk Changed generic_name to group_label in models/program.py.
2008-12-06 Sverre Rabbelier Updated to the latest version of upload.py
2008-12-06 Sverre Rabbelier Load ../../google_appengine_1.1.7/ into
2008-12-06 Lennard de Rijk Comment fixes for state in group and role model.
2008-12-06 Sverre Rabbelier Fix for randomely ocurring bug
2008-12-06 Lennard de Rijk Changed state property for models/group.py to be optional as the description states.
2008-12-06 Sverre Rabbelier Added organizations
2008-12-06 Sverre Rabbelier Cleanups in group and program
2008-12-06 Sverre Rabbelier Added a new create regexp in urls for just scope_path
2008-12-06 Sverre Rabbelier Introduce dynamic scope_path regexps
2008-12-06 Sverre Rabbelier Added a linkable logic module
2008-12-06 Sverre Rabbelier Fix scope lookup for unscoped entities
2008-12-06 Sverre Rabbelier Swap the order of request key fields
2008-12-06 Sverre Rabbelier Use key().name() instead of link_id
2008-12-06 Sverre Rabbelier More DI on scope_logic
2008-12-06 Sverre Rabbelier Partial revert
2008-12-06 Sverre Rabbelier Some more cleanups in base.Logic
2008-12-06 Sverre Rabbelier Apply DI on the scope logic
2008-12-06 Sverre Rabbelier Removed unused file path_link_name
2008-12-06 Sverre Rabbelier Remove unneeded method getSuffixValues
2008-12-05 Pawel Solyga Some style and typo fixes in different modules.
2008-12-05 Pawel Solyga Some more import sorting fixes and docstring typos in program modules and soc.views.helper.redirects module.
2008-12-05 Pawel Solyga Fix import sorting and docstring typos in soc.views.models.program module.
2008-12-05 Pawel Solyga Fix import sorting in soc.views.sitemap.build module.
2008-12-05 Pawel Solyga Some style fixes in soc.logic.helper.notifications module. Little changes in welcome.html template.
2008-12-04 Sverre Rabbelier Make base.View.create lookup the scope if appropriate
2008-12-03 Sverre Rabbelier Make use of the new generic key_name by lookup up scope_path
2008-12-03 Sverre Rabbelier Change the key name to not include entity type
2008-12-03 Sverre Rabbelier Introduced django_extra_patterns
2008-12-03 Sverre Rabbelier Make scope_path required for program
2008-12-03 Sverre Rabbelier Factor out the Group part of Sponsor
2008-12-03 Sverre Rabbelier Rename role.RoleView to role.View
2008-12-03 Sverre Rabbelier Cleanups in the views module
2008-12-03 Sverre Rabbelier Cleanups to the logic module
2008-12-02 Sverre Rabbelier Fixed the 'New Host' link
2008-12-02 Sverre Rabbelier Make the 'select entity' View generic
2008-12-02 Sverre Rabbelier Cleanups in preparation of general selector view
2008-12-02 Sverre Rabbelier Remove the logic parameter from getListContent
2008-12-02 Lennard de Rijk Changed clean_link_id to convert the input to lower characters for user comfort.
2008-12-02 Sverre Rabbelier Finish Program
2008-12-02 Sverre Rabbelier Brown paperbag fix in recent cycle breaking
2008-12-02 Sverre Rabbelier Swap order of merged params to fix sponsor select view
2008-12-02 Pawel Solyga Remove cyclic imports by moving response method of out_of_band.Error class to soc.views.helper.responses module as errorResponse function. Apply changes to affected files.
2008-12-02 Pawel Solyga Remov unused import from Quiz model and add missing blank line.
2008-12-02 Pawel Solyga Remove Great Britain from country list. Great Britain was included as a country, although it has a country code (.gb) it's not a state. United Kingdom is correct and remains in the list.
2008-12-01 Sverre Rabbelier Added programs
2008-12-01 Sverre Rabbelier Allow for extra dynamic fields for the create form
2008-12-01 Lennard de Rijk Fixed a styling error.
2008-12-01 Lennard de Rijk Added User welcome message.
2008-12-01 Pawel Solyga Some docstring fixes in few modules (soc.views.helper soc.views.models.base).
2008-12-01 Pawel Solyga Add missing dot and correctly sort imports in soc.logic.helper.notifications module.
2008-12-01 Pawel Solyga Some docstring and missing blank lines fixes in soc.views.sitemap modules.
2008-11-30 Lennard de Rijk Sponsor name now shows in List Hosts.
2008-11-30 Lennard de Rijk Moved sendInviteMessage to a new module in logic/helper/notifications.py.
2008-11-30 Lennard de Rijk Changed email address in logic/models/base.py.
2008-11-30 Lennard de Rijk Allow developers access to anything that does a checkIsInvited.
2008-11-30 Pawel Solyga Remove unused imports from some modules.
2008-11-30 Pawel Solyga Fix typo and too long lines in soc.logic.models.request module.
2008-11-30 Pawel Solyga Add missing import, remove unused import and add missing parameters to methods in soc.views.models.user_self module.
2008-11-30 Pawel Solyga Add missing dots and fix too long line in soc.views.helper.dynaform module. Remove unused imports in soc.views.models.document module. Fix too long lines. Add missing docstring for Meta classes.
2008-11-30 Pawel Solyga Add module docstring and license for soc, soc.models, soc.views.helper.templatetags.
2008-11-30 Pawel Solyga Remove python-graph from thirdparty, remove check_includes script and graph folder from scripts. This functionality is (cyclic imports check) is supported by pylint automatically so we don't need that any more.
2008-11-30 Pawel Solyga Fix too long lines in soc.views.models.request, remove unused imports and change pending requests list description. Remove unused imports from soc.logic.path_link_name module.
2008-11-30 Pawel Solyga Add missing dots in soc.logic.lists module. Change method names to comply with Style Guide. Make class variable protected by adding "_" to the name of variable. Update lists templates respectively (methods name change).
2008-11-30 Pawel Solyga Remove unused imports in soc.views.models role, host and site modules. Add missing parameter in getDjangoURLPatters method.
2008-11-30 Pawel Solyga Remove unused imports in soc.views.models.user and soc.views.models.sponsor modules.
2008-11-30 Pawel Solyga Remove unused import in soc.models.task.
2008-11-30 Pawel Solyga Fix too long lines in soc.model.work.
2008-11-29 Lennard de Rijk Put the redirects in the views/helper/redirects.py module.
2008-11-29 Sverre Rabbelier Style fixes for previous commit
2008-11-29 Lennard de Rijk Added invitation received message upon creating a new invite.
2008-11-29 Sverre Rabbelier Now invited users can create a new Host profile
2008-11-29 Sverre Rabbelier Fixed requests not working anymore
2008-11-29 Sverre Rabbelier Fixed a bug in latest commit
2008-11-29 Sverre Rabbelier Moved getSidebarLinks to sitemap.sidebar
2008-11-29 Sverre Rabbelier Moved getDjangoURLPatterns to sitemap.sitemap
2008-11-29 Sverre Rabbelier Moved checkAccess and getCleanedFields into access and forms
2008-11-29 Sverre Rabbelier Move parameter construction into a seperate module
2008-11-29 Sverre Rabbelier Documented params usage in soc/views/models/base.py
2008-11-29 Lennard de Rijk Fixed AUTHORS to comply with the specified format
2008-11-29 Lennard de Rijk Added _onCreate _onUpdate and _onDelete methods to logic/models/base.py.
2008-11-29 Lennard de Rijk Fixed typo in docstring.
2008-11-29 Sverre Rabbelier Make forms generic
2008-11-29 Sverre Rabbelier Made _logic a param
2008-11-28 Sverre Rabbelier Added Lennard to the AUTHORS file
2008-11-28 Sverre Rabbelier Make Sponsor use the new DynaForm module
2008-11-28 Sverre Rabbelier Added a DynaForm module
2008-11-28 Sverre Rabbelier Added a cleaning module
2008-11-28 Lennard de Rijk Apache license and __author__ added. Also added a todo for the __doc__ string.
2008-11-27 Sverre Rabbelier Moved check_includes and graph from app to scripts
2008-11-27 Sverre Rabbelier Change command parsing and do file walking manually
2008-11-27 Sverre Rabbelier Proper working implementation of a cycle detection algorithm, that
2008-11-27 Pawel Solyga Fix some typo in logic.models.base.
2008-11-26 Sverre Rabbelier Added rudementry include checker
2008-11-26 Sverre Rabbelier Added the python-graph module
2008-11-26 Sverre Rabbelier Removed cruft from the tests directory
2008-11-26 Sverre Rabbelier Fixed an outstanding TODO for tlarsen
2008-11-26 Lennard de Rijk Lists now use plural_name instead of name in the description.
2008-11-26 Sverre Rabbelier Created a seperate module for editSelf things
2008-11-26 Lennard de Rijk Fixes empty spaces appearing in the menu if a person is not allowed to see this menu or if no menu is defined.
2008-11-26 Lennard de Rijk Fixes an error that occurs when moving the document by setting another link ID or Scope path. This is due to the fact that author is a required property in the Work model.
2008-11-25 Sverre Rabbelier Fixed some access related bugs
2008-11-25 Sverre Rabbelier Make the sidebar dynamic depending on the user's rights
2008-11-25 Sverre Rabbelier Have the sidebar be rebuilt on every request with callbacks
2008-11-24 Lennard de Rijk Adds and uses a modified_by property in models/work.py
2008-11-24 Lennard de Rijk Fills in the Founded By box in edit sponsor with the user's public name
2008-11-23 Todd Larsen Set trunk RELEASE_TAG back to None after creation of 0.0a20081123rc release
2008-11-23 Todd Larsen Attempt number two at a release process, with correct usage of /tags/ this
2008-11-23 Todd Larsen Reset the RELEASE_TAG to None (unreleased) now that the 0.0a20081123 release
2008-11-23 Todd Larsen Display '(unreleased)' as a link to trunk/ when RELEASE_TAG is false.
2008-11-23 Todd Larsen Add release tag string, Melange "badge" image, and Google App Engine version
2008-11-23 Todd Larsen Provide a simple method in the Role Model class that aliases the existing
2008-11-23 Sverre Rabbelier Fixed spurious 'Invite Host' button in 'create host'
2008-11-23 Sverre Rabbelier Fix Host invites
2008-11-22 Sverre Rabbelier Fixed pages for missing home page (document) links
2008-11-22 Sverre Rabbelier Moved the custom error.html page for Site to it's proper place
2008-11-22 Sverre Rabbelier Made list pagination part of Lists
2008-11-22 Pawel Solyga Remove polymodel module from repository.
2008-11-22 Pawel Solyga Remove polymodel folder from DEFAULT_APP_DIRS variable in make_release script.
2008-11-22 Pawel Solyga Remove inheritance_line from Form meta class excludes in all currently used forms.
2008-11-22 Pawel Solyga Remove inheritance from PolyModel in Answer and Linkable model. Replace PolyModel inheritance with base.ModelWithFieldAttributes.
2008-11-22 Pawel Solyga Add customized User Edit Developer view template with working listing of former accounts.
2008-11-22 Sverre Rabbelier Disabled 'Home Settings' menu until we have a use for it
2008-11-22 Sverre Rabbelier Removed no-longer used code
2008-11-22 Sverre Rabbelier Hide the 'home' field until we have a proper document selector
2008-11-22 Sverre Rabbelier Fixed redirects to work consistently
2008-11-22 Sverre Rabbelier Made Request use the new link_id and scope_path
2008-11-22 Lennard de Rijk Added a requests overview using the new multi-list page.
2008-11-22 Sverre Rabbelier Requests are almost working now
2008-11-22 Pawel Solyga Fix names of methods in soc.views.model.site.
2008-11-22 Pawel Solyga Fix wrong comment format in request.py.
2008-11-22 Lennard de Rijk Added missing import
2008-11-22 Sverre Rabbelier Refactor requestSelf to be make use of the new split
2008-11-22 Sverre Rabbelier Split the list view code up in three pieces
2008-11-22 Sverre Rabbelier Renamed templates/soc/entity/list/entity_*.html to *.html
2008-11-22 Sverre Rabbelier Make redirect generic using the new Lists object
2008-11-22 Lennard de Rijk Fixed the description on the user's role page. This broke in r1111. The new lists also removed the need for instruction_text in models/base.py.
(0) -192 +192 +1000 tip