Commit Log (Page 51 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: 2002-07-19 to 2002-07-01 (Commits 1859-1908 of 4408)

robert 2002-07-19 11:08

- changed evalFile(): it's not possible anymore to change the alias of a file-object

10 lines of code changed in:

robert 2002-07-19 11:08

- changed evalFile(): if no alias is specified, an alias based on the name of the uploaded file is created; if the alias is already in use, a number is added to it and increased until an unused alias is found; uploading of files without an extension also works now

56 lines of code changed in:

robert 2002-07-19 11:05

added function buildAliasFromFile: function constructs an alias (without any special characters) based on the name of the uploaded file

38 lines of code changed in:

robert 2002-07-19 11:05

changed evalImg(): it's not possible anymore to change the alias of the image (due to possible data-loss)

18 lines of code changed in:

robert 2002-07-19 11:04

added assignment of discussions-flag

2 lines of code changed in:

robert 2002-07-19 11:03

- changed evalImg(): if no alias was specified, an alias is constructed based on the name of the uploaded file
- if the alias (specified or constructed) already exists, a number is added to the name and increased until an unused alias is found.
- an thumbnail is created automatically if the width or height of the uploaded image > 100 pixel

66 lines of code changed in:

robert 2002-07-19 11:00

- changed form because specifying a name is not mandatory anymore
- now using global input-macro (which echoes request data by default)
- removed checkbox for creating a thumbnail (this is done automatically now if width or height of the uploaded image exceeds 100 pixel)

20 lines of code changed in:

robert 2002-07-19 10:59

- changed form because specifying a name is not mandatory anymore
- now using global input-macro (which echoes request data by default)

10 lines of code changed in:

robert 2002-07-19 10:58

- removed input for changing name (alias) of image
- added missing name-attributes for buttons (also the input-macro is now a global macro)

2 lines of code changed in:

robert 2002-07-19 10:57

removed input for changing name (alias) of file

2 lines of code changed in:

robert 2002-07-19 10:55

changed renderTextPreview(): this should speed things up a bit; added format() at end of function

10 lines of code changed in:

robert 2002-07-19 10:54

- added function hasDiscussions()
- removed format() at end of getRenderedContentPart(): this is now done right before it's rendered because it lead to some problems in site-historylist (when <wbr>-tags were inserted in the middle of an html-entity)

28 lines of code changed in:

robert 2002-07-19 10:52

now using commentlink-macro instead of standard link (the commentlink disappears if discussions are disabled for a story)

2 lines of code changed in:

robert 2002-07-19 10:51

added property discussions (mapped to TEXT_HASDISCUSSIONS)

2 lines of code changed in:

robert 2002-07-19 10:51

isPostDenied() now checks if comments are disabled for a story

4 lines of code changed in:

robert 2002-07-19 10:50

added checkbox for enabling/disabling forum beneath the story (default value depends on what is defined in site-preferences)

10 lines of code changed in:

robert 2002-07-19 10:49

now using commentlink instead of standard link-macro (the commentlink disappears if comments are disabled for a story)

2 lines of code changed in:

robert 2002-07-19 10:48

- reinvoked commentlink_macro(): it's only rendering a link if comments are enabled for this story
- changed commentcounter_macro() and comments_macro() too: they also check if discussions are enabled for a story

90 lines of code changed in:

robert 2002-07-19 10:45

changed history_macro(): comments on a story are not shown if the story goes offline or if the creator of the story disables comments afterwards

26 lines of code changed in:

robert 2002-07-19 10:44

input_macro() is now a global macro

40 lines of code changed in:

robert 2002-07-19 10:43

moved input_macro() to global (but left the input_macro() here for backwards-compatibility, calling the global macro)

4 lines of code changed in:

robert 2002-07-19 10:42

- input_macro() moved from hopobject to global (and echoes request data by default)
- added missing name-attribute for buttons

76 lines of code changed in:

hannes 2002-07-18 22:14

Made inspector work with current Helma.

26 lines of code changed in:

hannes 2002-07-18 14:49

Add an input field for optional URL from which to fetch image.
Also, echo request data instead of image object data in input forms
where possible so that users don't have to retype everything just because
something is missing.

14 lines of code changed in:

hannes 2002-07-18 14:48

Load image file from URL if no file was uploaded.

8 lines of code changed in:

hannes 2002-07-18 14:16

catch case where param.rawimage is not defined in evalImg

6 lines of code changed in:

hannes 2002-07-18 14:15

added <p> tag around "add new image" link

2 lines of code changed in:

hannes 2002-07-16 17:23

fixed imgUrl and fileUrl properties so that they match ImgPath and filePath
properties in default setup with embedded web server.

6 lines of code changed in:

hannes 2002-07-16 17:06

Do not set baseUri, since this is not necessary with the embedded web server
anymore.

4 lines of code changed in:

hannes 2002-07-16 16:45

Show message when client IP address is not allowed instead of
going stealth mode.

10 lines of code changed in:

hannes 2002-07-16 13:54

Mckoi doesn't understand index creation with column index size spec.

22 lines of code changed in:

tobi 2002-07-16 10:30

arranged layout by removing linebreak which avoids unwanted <br /> tag between question and choices if poll is displayed in a story via poll macro.

0 lines of code changed in:

hannes 2002-07-15 18:19

Replaced "more topics" and "previous topics" with "next page" and "previous page".

6 lines of code changed in:

tobi 2002-07-15 09:06

initial check-in

5 lines of code changed in:

tobi 2002-07-15 08:53

added imgPath property and appropriate macro and changed corresponding skins to call it.

13 lines of code changed in:

robert 2002-07-14 17:10

changed getRenderedContentPart() so that format() is done at the end before returning the string. this should reenable the wiki-functionality (before a wiki-style tag was encoded and therefore not found by doWikiStuff-function) and solve the problem that a macro-tag like <%story (mind the missing space between % and "story") would be encoded too (see http://helma.org/bugs/show_bug.cgi?id=98)

4 lines of code changed in:

hannes 2002-07-12 21:22

sql script for Mckoi database (http://mckoi.com/)

22 lines of code changed in:

hannes 2002-07-12 18:32

Added height=1px to separator style def. For some reason Mozilla needs this.

6 lines of code changed in:

hannes 2002-07-12 18:13

Use new story.getContentPart() function instead of story.title and story.text properties.

8 lines of code changed in:

tobi 2002-07-12 14:39

modified setting of res.data.title according to new story extension capabilities

10 lines of code changed in:

hannes 2002-07-11 19:24

fixed getLasterror() to getLastError() in listReferrers_macro

6 lines of code changed in:

tobi 2002-07-11 17:31

renamed app property "description" to "_description" to indicate internal status

16 lines of code changed in:

tobi 2002-07-10 14:20

fixed a bug that prevented a macro like <% story.content part="title" as="editor" height="15" %> from outputting the right height of the textarea.

12 lines of code changed in:

tobi 2002-07-08 19:13

fixed a bug in lines 226/227 (column AUTHOR was accidentally set to TEXT_CREATETIME and CREATETIME to TEXT_F_USER_CREATOR!)

6 lines of code changed in:

hannes 2002-07-08 16:01

Fixed formatting/indentation.
Do toLowerCase() when checking if referrer comes from the
local weblog.

48 lines of code changed in:

hannes 2002-07-08 14:26

set site.lastupdate to story.modifytime instead of story.createtime when
creating stories, since the latter may be a future date.

2 lines of code changed in:

tobi 2002-07-05 16:01

removed link to non-existing "signup" skin

4 lines of code changed in:

tobi 2002-07-05 16:01

added updates for AV_SKIN table to update old prototype names in SKIN_PROTOTYPE to new naming

8 lines of code changed in:

hannes 2002-07-02 17:13

commented out baseURI by default

8 lines of code changed in:

hannes 2002-07-01 18:36

merged xml_content branch.

352 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