Mercurial
Mercurial
>
py_tasks_melange
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
Add a td.formfielderrorlabel style, to highlight field labels that have errors.
2008-09-18, by Todd Larsen
Swap field value and "required" columns to make more columns for field errors.
2008-09-18, by Todd Larsen
Add a verbose_name and help_text to the User.id Property.
2008-09-18, by Todd Larsen
Explain why pushd and popd are needed when making tiny_mce.zip.
2008-09-16, by Todd Larsen
Use zip to compress tiny_mce, and use zipserve to serve it in Google App
2008-09-16, by Todd Larsen
Updated make_release.sh docs and added way for person invoking the script to override script variables such as RELEASE using something like "RELEASE=../testing_release ./make_release.sh".
2008-09-16, by Pawel Solyga
Add recently-moved feedparser and tiny_mce to APP_DIRS.
2008-09-16, by Todd Larsen
Oops, this should have been part of the r580 commit.
2008-09-16, by Todd Larsen
Oops, this should have been part of the r577 commit.
2008-09-16, by Todd Larsen
Move third-party TinyMCE out of soc/content/js and into the application image
2008-09-16, by Todd Larsen
Add README files to explain how third-party code is maintained in these
2008-09-16, by Todd Larsen
Discourage third-party code from being embedded in the soc framework.
2008-09-16, by Todd Larsen
Move third-party feedparser.py out of the soc framework package into its own
2008-09-16, by Todd Larsen
Changed ZIPFILE variable to DJANGO_ZIPFILE in make_release.sh script and added 'cd $APP_FOLDER' before we zip django.
2008-09-16, by Pawel Solyga
Load ../google_appengine into trunk/thirdparty/google_appengine.
2008-09-16, by Todd Larsen
upload.py customized to work with codereviews.googleopensourceprograms.com.
2008-09-16, by Todd Larsen
Pristine initial commit of upload.py script from
2008-09-16, by Todd Larsen
gcl.py customized to work with codereviews.googleopensourceprograms.com and the
2008-09-16, by Todd Larsen
Pristine initial commit of gcl.py script from chromium.org.
2008-09-16, by Todd Larsen
Release shell script and associated changes. Set svn:ignore property on /app/django.zip file and /release folder.
2008-09-14, by Pawel Solyga
FIxed documentation in soc/logic/document.py for getDocumentFromPath function
2008-09-14, by Pawel Solyga
Forgot to change widgets to custom_widgets import in home.py after changing the name of soc/views/helpers/widgets.py file.
2008-09-13, by Pawel Solyga
Added Melange front page edit view where you can change title, content, feed url. Created SiteSettings and Document models and some logic for them. Added isFeedURLValid function in soc/logic/feed.py. Created some functions for handling datastore updates of different kinds of Models (soc/logic/model.py). Fixed some typos and too long lines of code.
2008-09-13, by Pawel Solyga
Added feedparser to soc/utils and modified svn:externals for vendor to include feedparser svn
2008-09-13, by Pawel Solyga
Add getAltResponseIfNotLoggedIn() and getAltResponseIfNotDeveloper() simple
2008-09-12, by Todd Larsen
Improve the __doc__ string of isIdDeveloper() to explain better how it now
2008-09-12, by Todd Larsen
Make isIdDeveloper() also able to check an is_developer Boolean property in
2008-09-12, by Todd Larsen
Replace checkLinkNameForId() with isLinkNameAvailableForId(), and implement
2008-09-12, by Todd Larsen
Fixed one typo in response_helpers which caused is_admin context variable not to work correctly.
2008-09-12, by Pawel Solyga
Fixed wrong user variable in lookup.html template for edit link (was user should be found_user).
2008-09-12, by Pawel Solyga
gcl.py committed this file, when it should not have even existed.
2008-09-12, by Todd Larsen
Add a /site/user/lookup view that provides Developers with a form to look up
2008-09-12, by Todd Larsen
...
2008-09-12, by Todd Larsen
Updated the script to:
2008-09-11, by Sverre Rabbelier
Bugfix, invalid syntax noticed by epydoc.
2008-09-11, by Sverre Rabbelier
Updated docs in response_helpers.
2008-09-11, by Pawel Solyga
Created custom_widgets.py and added TinyMCE django widget that can be later used for particular form fields.
2008-09-11, by Pawel Solyga
Added TinyMCE to Melange in soc/content/js
2008-09-11, by Pawel Solyga
An emerging pattern with makeSiblingTemplatesList() is that views calling that
2008-08-30, by Todd Larsen
Refactor soc/views/user/profile.py to make use of several of the new views
2008-08-29, by Todd Larsen
Fix an overlooked cut-and-paste error.
2008-08-29, by Todd Larsen
Add a public() convenience wrapper around templateWithLinkName() for the common
2008-08-29, by Todd Larsen
This CSS change belonged with soc/templates/soc/error.html committed in r454.
2008-08-29, by Todd Larsen
A default error.html template to go with the simple.errorResponse() view.
2008-08-28, by Todd Larsen
Add soc.views.simple containing (initially) two simple template views.
2008-08-28, by Todd Larsen
Clean up User Model and User profile edit view now that soc.logic.site.id_user
2008-08-28, by Todd Larsen
Pawel and I were working on the same thing, apparently. My template_helpers.py
2008-08-28, by Todd Larsen
Factor out a getUniversalContext() function so that views that do not call
2008-08-28, by Todd Larsen
Create a package for controller modules that interact with User entities.
2008-08-28, by Todd Larsen
A collection of functions for determining the characteristics of the "system"
2008-08-28, by Todd Larsen
Helpers for manipulating templates and template search paths.
2008-08-28, by Todd Larsen
Consolidate functions dealing with Google Accounts and look-up of User entities
2008-08-28, by Todd Larsen
Exception classes used by controller logic to request an "out-of-band" response
2008-08-28, by Todd Larsen
Base classes for all Datastore Models in Melange.
2008-08-27, by Todd Larsen
Load ../../google_appengine into trunk/thirdparty/google_appengine.
2008-08-26, by Todd Larsen
Create directories to load project into.
2008-08-26, by Todd Larsen
Move third-party code that is not required to be part of trunk/app into a
2008-08-26, by Todd Larsen
Move third-party code that is not required to be part of trunk/app into a
2008-08-26, by Todd Larsen
Remove the obsolete scripts left over from when trunk/app did not contain the
2008-08-26, by Todd Larsen
Add mocker 0.10.1 to trunk/thirdparty, so that it can be used to create mocks
2008-08-26, by Todd Larsen
less
more
|
(0)
-100
-60
+60
+100
+300
+1000
tip