Commit Log (Page 21 of 89)

back to main page

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 Next »

Summary Period: 2004-02-04 to 2004-01-14 (Commits 3359-3408 of 4408)

hannes 2004-02-04 17:50

Adding gobble.conf. This is an XML file where service items are configured.
Service items are items that play a certain role within a Gobble website.
They're set up by the application's onStart() function.

15 lines of code changed in:

hannes 2004-02-04 17:49

Adding UserCollection prototype: A holder for User items.

6 lines of code changed in:

hannes 2004-02-04 17:48

Adding FormCollection prototype: A holder for Forms.

6 lines of code changed in:

hannes 2004-02-04 17:47

Adding History prototype: An item that keeps tracks of edits on the site.

120 lines of code changed in:

hannes 2004-02-04 17:45

Update to new AntvilleLib snapshot containing Html.TableWriter.

0 lines of code changed in:

hannes 2004-02-04 17:42

Changing "day" to "groupname". It isn't used in the current code, but may be
used by extended prototypes to group their childs by any value they wish.

4 lines of code changed in:

hannes 2004-02-04 17:40

Checking in Html.TableWriter code
http://grazia.helma.at/pipermail/antville-dev/2004-February/000459.html

186 lines of code changed in:

hannes 2004-02-03 17:52

Fix typo in inbound link collection spec.

1 lines of code changed in:

tobi 2004-02-02 17:21

fixed bug that caused exception in spamfilter_macro when no spamfilter is defined

4 lines of code changed in:

tobi 2004-02-02 17:18

added missing semicolon

2 lines of code changed in:

tobi 2004-02-02 17:14

backlinks_macro:
* removed obsolete code
* updated for using antville library

2 lines of code changed in:

hannes 2004-01-30 18:56

Add some text.

3 lines of code changed in:

hannes 2004-01-30 18:54

Make collections (virtual nodes) behave well with links/navigation macros
without the need to set the name property on them.

8 lines of code changed in:

hannes 2004-01-28 18:38

Add support for typed directed links between any two items.
*** sorry, forgot to check in relational binding for Link! ***

18 lines of code changed in:

hannes 2004-01-28 17:23

Added more API functions to set and remove links.

35 lines of code changed in:

hannes 2004-01-28 17:17

Add support for typed directed links between any two items.

26 lines of code changed in:

hannes 2004-01-28 17:00

Adding shell script to create the relational binding module.

1 lines of code changed in:

hannes 2004-01-28 16:58

Add support for typed directed links between any two items.

112 lines of code changed in:

hannes 2004-01-27 18:42

Hack: use form body as body skin for items using the form.
Hack: include list_macro in item main view if item body is empty.

25 lines of code changed in:

hannes 2004-01-27 16:57

Hack: added <br /> to always make mozilla draw the body border.

1 lines of code changed in:

hannes 2004-01-27 16:35

Use day rather than hour in day format string

2 lines of code changed in:

hannes 2004-01-27 16:01

Added day field used for per-day grouping in Index

2 lines of code changed in:

hannes 2004-01-27 16:00

Implement per-day grouping in Index

4 lines of code changed in:

hannes 2004-01-27 16:00

Fix minor bug in post-login redirection

1 lines of code changed in:

stefanp 2004-01-27 14:24

added Date.diff(dateObj) which returns the difference between this
and another date object in milliseconds
(rhino doesn't calculate with date objects)

20 lines of code changed in:

hannes 2004-01-27 12:34

More work on permission framework. Per-property permissions
are working pretty well for both native and form properties.

236 lines of code changed in:

hannes 2004-01-27 11:43

Switching to upper-case prototype names

0 lines of code changed in:

hannes 2004-01-26 16:13

s/antville/gobble/ ;-)

4 lines of code changed in:

hannes 2004-01-26 16:07

Checking in relational binding extension

83 lines of code changed in:

hannes 2004-01-24 01:26

Added parent chooser on new.item action, improved form chooser (isn't displayed on edit)

35 lines of code changed in:

hannes 2004-01-24 00:04

Apply form selection in readFormData()

4 lines of code changed in:

hannes 2004-01-23 23:35

* Advances on the permission framework. I think we're 60% done on the way to usability,
but a lot of fine-tuning is needed.
* Added onStart() function to perform some sanity checks
* Added working but not-yet wired diff code/action

218 lines of code changed in:

hannes 2004-01-23 23:32

Update to current CVS snapshot

0 lines of code changed in:

hannes 2004-01-23 15:53

Add optional separator argument to String.diff() to allow other
diff comparison units than lines (e.g. words, characters). Default
behaviour and invocation stay the same.

20 lines of code changed in:

hannes 2004-01-22 16:30

* Display error message if URL can't be read
* Update to new HopObject.remove() syntax.

7 lines of code changed in:

hannes 2004-01-20 23:23

Rename "YEP" to "INHERIT".
Add "managers" permission/role
Lots of micro-bug fixes

29 lines of code changed in:

hannes 2004-01-20 22:56

More micro-improvements: Add permission flag "YEP", meaning the property is editable if the item itself is editable.

9 lines of code changed in:

hannes 2004-01-20 22:35

* Implement access check with spiffy local function.
* Improve item stats footer macro.

23 lines of code changed in:

hannes 2004-01-20 22:33

Let admins pass through in isEditable()

2 lines of code changed in:

hannes 2004-01-20 20:09

Fix stupid bug in isSettable()

1 lines of code changed in:

hannes 2004-01-20 20:02

Initial (working) permission code (watch out for the no-admin lockout!)
Split out separate manage.item page from edit.item for form and permission settings.

147 lines of code changed in:

robert 2004-01-18 13:25

fixed a bug in switch_macro(): because the root-layout is stored in root.sys_layout (and not .layout as for sites) retrieve the currently active layout object and compare it directly

8 lines of code changed in:

hannes 2004-01-16 15:56

- Updated to new HopObject.removeChild() function
- Leading parentheses aren't needed anymore to work around
performance bug in Rhino RegExp.

5 lines of code changed in:

robert 2004-01-16 13:24

modified evalSystemSetup(): make sure the sys_url ends with a slash, otherwise the external stylesheet/javascript won't be found

14 lines of code changed in:

robert 2004-01-16 12:47

- changed removal of comments: use comment.remove() instead of calling the parent's remove method (which is deprecated in helma)
- "notify" all comment collections with removeChild() because of aggressive cachemode (otherwise they won't be reloaded)

16 lines of code changed in:

robert 2004-01-16 12:45

remove hopobjects by using their own method remove() now (the former way to call the remove() method of the parent and pass the object to delete is deprecated in helma)

50 lines of code changed in:

tobi 2004-01-14 17:10

removed deprecated code

0 lines of code changed in:

tobi 2004-01-14 16:52

tried to fix the still immanent file naming behaviour (this might need more involvement)

8 lines of code changed in:

tobi 2004-01-14 15:23

fixed url for rss auto-detection

2 lines of code changed in:

tobi 2004-01-14 15:03

moved upgrade info to http://adele.helma.org/download/antville/update and modified upgrade.txt to point to the appropriate urls

16 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 Next »

Generated by StatCVS 0.2.2