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)
- changed evalFile(): it's not possible anymore to change the alias of a file-object
10 lines of code changed in:
- 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:
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:
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:
added assignment of discussions-flag
2 lines of code changed in:
- 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:
- 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:
- 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:
- 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:
removed input for changing name (alias) of file
2 lines of code changed in:
changed renderTextPreview(): this should speed things up a bit; added format() at end of function
10 lines of code changed in:
- 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:
now using commentlink-macro instead of standard link (the commentlink disappears if discussions are disabled for a story)
2 lines of code changed in:
added property discussions (mapped to TEXT_HASDISCUSSIONS)
2 lines of code changed in:
isPostDenied() now checks if comments are disabled for a story
4 lines of code changed in:
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:
now using commentlink instead of standard link-macro (the commentlink disappears if comments are disabled for a story)
2 lines of code changed in:
- 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:
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:
input_macro() is now a global macro
40 lines of code changed in:
moved input_macro() to global (but left the input_macro() here for backwards-compatibility, calling the global macro)
4 lines of code changed in:
- 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:
Made inspector work with current Helma.
26 lines of code changed in:
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:
Load image file from URL if no file was uploaded.
8 lines of code changed in:
catch case where param.rawimage is not defined in evalImg
6 lines of code changed in:
added <p> tag around "add new image" link
2 lines of code changed in:
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:
Do not set baseUri, since this is not necessary with the embedded web server
anymore.
4 lines of code changed in:
Show message when client IP address is not allowed instead of
going stealth mode.
10 lines of code changed in:
Mckoi doesn't understand index creation with column index size spec.
22 lines of code changed in:
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:
Replaced "more topics" and "previous topics" with "next page" and "previous page".
6 lines of code changed in:
initial check-in
5 lines of code changed in:
added imgPath property and appropriate macro and changed corresponding skins to call it.
13 lines of code changed in:
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:
sql script for Mckoi database (http://mckoi.com/)
22 lines of code changed in:
Added height=1px to separator style def. For some reason Mozilla needs this.
6 lines of code changed in:
Use new story.getContentPart() function instead of story.title and story.text properties.
8 lines of code changed in:
modified setting of res.data.title according to new story extension capabilities
10 lines of code changed in:
fixed getLasterror() to getLastError() in listReferrers_macro
6 lines of code changed in:
renamed app property "description" to "_description" to indicate internal status
16 lines of code changed in:
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:
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:
Fixed formatting/indentation.
Do toLowerCase() when checking if referrer comes from the
local weblog.
48 lines of code changed in:
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:
removed link to non-existing "signup" skin
4 lines of code changed in:
added updates for AV_SKIN table to update old prototype names in SKIN_PROTOTYPE to new naming
8 lines of code changed in:
commented out baseURI by default
8 lines of code changed in:
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