summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 44c7a50)
raw | patch | inline | side by side (parent: 44c7a50)
author | ber <ber@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 18 Oct 2010 10:21:40 +0000 (10:21 +0000) | ||
committer | ber <ber@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 18 Oct 2010 10:21:40 +0000 (10:21 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4544 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
doc/customizing.txt | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 3d837b99e58e34c195c7cb471e5328a4279dbb39..aa0b196dfc9611ffb3ecd08b0c60018f4da31f75 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
are given with the most recent entry first. If no other name is given,
Richard Jones did the change.
+20X0-XX-XX
+
+Fixed:
+- Some minor typos fixed in doc/customizing.txt (Thanks Ralf Hemmecke).
+
2010-10-08 1.4.16 (r4541)
Features:
diff --git a/doc/customizing.txt b/doc/customizing.txt
index df04a8bb7b36d421d657221aa09733a4cf809b26..13dbb9b164cc35bf563acc798dea99d20b13aed4 100644 (file)
--- a/doc/customizing.txt
+++ b/doc/customizing.txt
them.
**init**
This function is responsible for setting up the initial state of your
- tracker. It's called exactly once - but the ``roundup-admin initialise``
+ tracker. It's called exactly once - by the ``roundup-admin initialise``
command. See the start of the section on `database content`_ for more
info about how this works.
**user.register.html**
a special page just for the user class, that renders the registration
page
-**style.css.html**
+**style.css**
a static file that is served up as-is
The *classic* template has a number of additional templates.
This is implemented by the ``roundup.cgi.templating.HTMLClass``
class.
-This wrapper object provides access to a hyperb class. It is used
+This wrapper object provides access to a hyperdb class. It is used
primarily in both index view and new item views, but it's also usable
anywhere else that you wish to access information about a class, or the
items of a class, when you don't have a specific item of that class in
This is implemented by the ``roundup.cgi.templating.HTMLItem``
class.
-This wrapper object provides access to a hyperb item.
+This wrapper object provides access to a hyperdb item.
We allow access to properties. There will be no "id" property. The value
accessed through the property will be the current value of the same name