Commit Log (Page 2 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: 2005-11-24 to 2005-11-07 (Commits 4309-4358 of 4408)

hannes 2005-11-24 14:58

* Render path name as "Month Year" (no more day pages, so everything became easier).

1 lines of code changed in:

hannes 2005-11-24 14:57

* Drop DayPage level, postings are now stored as /year/month/posting.
* Improve weblog_macro().

7 lines of code changed in:

hannes 2005-11-24 14:55

* Override getPathName() to return the title, if it is set.

7 lines of code changed in:

hannes 2005-11-24 14:54

* Cosmetic changes to form input element styles.

9 lines of code changed in:

hannes 2005-11-24 14:53

* set wrap="off" in skin editor textarea.

1 lines of code changed in:

hannes 2005-11-24 14:52

* Use getLinkedPages() in linklist_macro()

2 lines of code changed in:

hannes 2005-11-24 14:52

* Implement new getLinkedPages() utility method that works like getLinks()
but returns page objects instead of link objects.
* Use getPathName() as default link text in getHtmlLink().
* Use getChildType() to check child type when creating a new child page in getPage().
* Use getLinkedPages() to create a fresh list of linked pages on the fly in link editor.

20 lines of code changed in:

hannes 2005-11-24 14:49

* Add reverse argument to sort().
* Add new nameList() function to render a simple list of page names.

58 lines of code changed in:

hannes 2005-11-24 14:48

* Use new "global" variable to look up page constructors.
* Add new reverse argument to compare()

6 lines of code changed in:

hannes 2005-11-24 12:42

* Rewrite weblog_macro() to pass all weblog items in a single array to
PageList.skinnedList().

6 lines of code changed in:

hannes 2005-11-24 12:41

* Use a <hr> tag as separator for weblog entries.

1 lines of code changed in:

hannes 2005-11-24 12:41

* Only render custom fields in form editor. We assume hardcoded form properties
are taken care of by the skins.

2 lines of code changed in:

hannes 2005-11-24 12:40

* Switch link editor from popup (LinkEditor.js) to autocomplete input field.
* Move readEditForm() from Page.js to PageCore.js.

150 lines of code changed in:

hannes 2005-11-24 12:30

* Don't render anything for empty lists.

6 lines of code changed in:

hannes 2005-11-24 12:29

* Lessen top and bottom margin for tables.
* Add style for hr elements.

10 lines of code changed in:

hannes 2005-11-23 22:28

* Add Weblog/list.skin to display as archive

3 lines of code changed in:

hannes 2005-11-23 22:20

* Move rendering and sorting of page lists into global PageList object.

163 lines of code changed in:

hannes 2005-11-23 15:08

* Add new JS script tags for autocomplete support and per-response JS.

6 lines of code changed in:

hannes 2005-11-23 15:07

* Disable addEvent(), is now implemented in /static/common.js.

2 lines of code changed in:

hannes 2005-11-23 15:06

* Various improvements to weblog extension.
* Disable comments for the time being.

71 lines of code changed in:

hannes 2005-11-23 15:04

* Change name to lower case after all. (?)

1 lines of code changed in:

hannes 2005-11-23 15:03

* Implement HopObject.isMapped(propname) to check whether a property is defined in type.properties.
* Implement HopObject.setPropertyValue() and HopObject.getPropertyValue() to get and set
properties regardless of whether they're mapped or not.
* Move get/setFormData() from Page prototype to HopObject.

60 lines of code changed in:

hannes 2005-11-23 15:02

* Add xml/rss button to history page.
* Minor cosmetic changes.

8 lines of code changed in:

hannes 2005-11-23 14:58

* adding modded autocomplete text input control from http://www.codeproject.com/jscript/jsactb.asp

1468 lines of code changed in:

czv 2005-11-23 12:38

Changed the HopObject related intro content skin to mention the accessname settings used in the demo

12 lines of code changed in:

czv 2005-11-23 11:22

Added content skins for intro sections

284 lines of code changed in:

czv 2005-11-23 11:21

Moved main action for guide pages to the Guide prototype

16 lines of code changed in:

czv 2005-11-23 11:20

Fixed link to always use correct root URL

2 lines of code changed in:

czv 2005-11-23 11:19

Updated examples to use repository location with "code" sub directory and added macro related example files

28 lines of code changed in:

czv 2005-11-23 11:17

Minor layout improvement, increased line spacing

2 lines of code changed in:

czv 2005-11-23 11:15

Added HopObject demo related skins, actions and type properties

101 lines of code changed in:

czv 2005-11-23 09:13

Synchronized with current version from release_1_5 branch, including the Search library and the Lucene jar file

4401 lines of code changed in:

hannes 2005-11-17 17:02

* Display collection info.
* Minor improvements.

27 lines of code changed in:

hannes 2005-11-16 17:06

* Adding orange XML button.

0 lines of code changed in:

czv 2005-11-16 09:19

Initial commit of welcome app file structure

280 lines of code changed in:

hannes 2005-11-10 20:30

* Minor evening fixes.

16 lines of code changed in:

hannes 2005-11-10 18:24

* Add editor for _extends.
* Exclude global proto from proto list.

6 lines of code changed in:

hannes 2005-11-10 18:06

* Type mapping tab halfway implemented. Collections and property file generation still missing.

80 lines of code changed in:

robert 2005-11-10 16:33

simplified getIndexDocument (add multiple "text" fields to document since lucene will concatenate them internally into one field)

3 lines of code changed in:

hannes 2005-11-09 16:45

* More improvements, mostly appearance-related.

72 lines of code changed in:

hannes 2005-11-08 16:53

* Some advancements on mapping functionality.
* Import Gobi MarkupLib for HTML support.

868 lines of code changed in:

hannes 2005-11-08 16:51

* Use HopObject.getById() in getPageById().

1 lines of code changed in:

hannes 2005-11-08 16:29

* Fix bug that would result in Select elements to be rendered as empty tag if
an empty option array was passed along.

4 lines of code changed in:

czv 2005-11-08 11:07

Removed the getGlobalObject function and the code setting "global" as a reference to the Global object since such a reference will exist by default in Helma 1.5

0 lines of code changed in:

czv 2005-11-08 11:03

Removed helma.Inspector.js in favor of the one now present in helmaTools

0 lines of code changed in:

czv 2005-11-08 11:02

Merged from release_1_5 branch to trunk

3508 lines of code changed in:

czv 2005-11-08 08:37

Fixed adminAccess property to be generated and displayed only after a username and password has been entered.

19 lines of code changed in:

hannes 2005-11-08 00:44

* Yet more stylin'.

26 lines of code changed in:

hannes 2005-11-07 23:47

* Some more styling.

11 lines of code changed in:

hannes 2005-11-07 23:36

* Add some minimal styling to tabs.
* Add reset button to query form.

30 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