Tikiwiki Changelog
------------------

Changelog is now generated by 'svn log -rLAST_REVISION_OF_BRANCH:FIRST_REVISION_OF_BRANCH REPOSITORY_URL' command
For example, for 2.0 : svn log -rHEAD:5673 https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/branches/2.0

Use the following tags to distinguish changes :
* [NEW] apply if something new was added in tikiwiki
* [MOD] is a modification; this implies a change in how things work
* [ENH] is an enhancement; not really new but makes things work better (e.g. look and feel, performance, ...)
* [FIX] can be used for bug fixes of any sort
* [SEC] for security fix operations
* [REL] changes for release process only
* [KIL] removal of unused or obsolete files
* -[DB] for changes in the database

When possible, it's also nice to indicate what feature is concerned by the change.

Before 2.0, there was only [MOD] for both [ENH] and [MOD]:

----------------------------------------------------------------------
Version 2.1
<http://tikiwiki.org/ReleaseProcess20>
------------------

------------------------------------------------------------------------
r14819 | ricks99 | 2008-09-23 08:09:27 -0400 (Tue, 23 Sep 2008) | 1 line

[fix] added global $page to allow inclusion of this module within a wiki page.
------------------------------------------------------------------------
r14817 | sept_7 | 2008-09-23 05:43:35 -0400 (Tue, 23 Sep 2008) | 2 lines

[FIX] use PHP_SELF instead of REQUEST_URI to avoid mismatches and abuses

------------------------------------------------------------------------
r14816 | sept_7 | 2008-09-23 03:18:20 -0400 (Tue, 23 Sep 2008) | 5 lines

[FIX] fix strange identity change... harmless only smarty user variable is
			modified but users get scared.
      change unused info['user'] to smarty variable onwer for now...
			backport of 14651 in trunk

------------------------------------------------------------------------
r14813 | etuate | 2008-09-22 20:33:44 -0400 (Mon, 22 Sep 2008) | 1 line

[FIX] bugs with anti scripting inserting ´<x>´ into map files
------------------------------------------------------------------------
r14812 | lphuberdeau | 2008-09-22 18:06:57 -0400 (Mon, 22 Sep 2008) | 1 line

[BACKPORT] Second part of the sanitization fix
------------------------------------------------------------------------
r14806 | nyloth | 2008-09-22 16:36:58 -0400 (Mon, 22 Sep 2008) | 3 lines

[SEC] tiki setup: fix vulnerability due to how _REQUEST was checked and rebuild, and due to how the error was handled in case of input type problem + optimize code in terms of performance + handle multiple error messages + reduce _REQUEST to only _GET and _POST (this is a backport of revision 14805).


------------------------------------------------------------------------
r14774 | sylvieg | 2008-09-19 15:20:25 -0400 (Fri, 19 Sep 2008) | 1 line

backport from trunk not to have the 0 translated into an empty string
------------------------------------------------------------------------
r14760 | pkdille | 2008-09-19 03:54:28 -0400 (Fri, 19 Sep 2008) | 4 lines

[FIX] imagals sorting by image count (ticket 1962): fix request
[FIX] browse image gallery: fix the sorting by filesize which is, for the subgals, the number of images.


------------------------------------------------------------------------
r14759 | sewilco | 2008-09-18 17:18:42 -0400 (Thu, 18 Sep 2008) | 1 line

[SEC] Make cache only work for anonymous users, stopping leakage across permissions, closing ticket 1291, using usual anon test
------------------------------------------------------------------------
r14758 | sewilco | 2008-09-18 15:55:25 -0400 (Thu, 18 Sep 2008) | 1 line

[SEC] Make cache only work for anonymous users, stopping leakage across permissions, closing ticket 1291
------------------------------------------------------------------------
r14752 | ricks99 | 2008-09-18 12:54:08 -0400 (Thu, 18 Sep 2008) | 1 line

[FIX]use the defined breadcrumb instead of hardcoding something else
------------------------------------------------------------------------
r14733 | luciash | 2008-09-17 13:55:56 -0400 (Wed, 17 Sep 2008) | 1 line

[FIX] mootools js link was changed only in default tpl after mootools upgrade before 2.0 (Shadowbox wasn't working then in Simple style)
------------------------------------------------------------------------
r14732 | ricks99 | 2008-09-17 11:27:27 -0400 (Wed, 17 Sep 2008) | 1 line

[FIX]Do not duplicate description for static text fields.
------------------------------------------------------------------------
r14726 | pkdille | 2008-09-17 08:41:05 -0400 (Wed, 17 Sep 2008) | 1 line

[FIX] tracker comments: should be left aligned (check on dev.tw.o)
------------------------------------------------------------------------
r14724 | pkdille | 2008-09-17 05:17:50 -0400 (Wed, 17 Sep 2008) | 1 line

[FIX] edit file galleries. Perms check was broken (bug 2009 - thks lpborges
------------------------------------------------------------------------
r14690 | sylvieg | 2008-09-12 10:45:44 -0400 (Fri, 12 Sep 2008) | 1 line

[FIX]php bug: editing page with non utf8 characters returns an empty page
------------------------------------------------------------------------
r14685 | luciash | 2008-09-12 05:40:23 -0400 (Fri, 12 Sep 2008) | 1 line

[FIX] when WYSIWYG is off don't check wysiwyg content is wiki parsed to show the web help link
------------------------------------------------------------------------
r14665 | ricks99 | 2008-09-10 10:59:35 -0400 (Wed, 10 Sep 2008) | 1 line

[FIX]check permission before showing discuss link
------------------------------------------------------------------------
r14663 | sylvieg | 2008-09-10 09:59:28 -0400 (Wed, 10 Sep 2008) | 1 line

[FIX]tracker: radio buttons can be separated by br or a space with an option <br>- the change should have never been done in 2.0
------------------------------------------------------------------------
r14642 | sylvieg | 2008-09-08 16:25:49 -0400 (Mon, 08 Sep 2008) | 1 line

backport the undefined dbversion
------------------------------------------------------------------------
r14637 | sampaioprimo | 2008-09-08 12:56:33 -0400 (Mon, 08 Sep 2008) | 2 lines

pt-br translation

------------------------------------------------------------------------
r14617 | sylvieg | 2008-09-05 11:58:56 -0400 (Fri, 05 Sep 2008) | 1 line

[FIX]syntax error
------------------------------------------------------------------------
r14616 | ricks99 | 2008-09-05 06:45:35 -0400 (Fri, 05 Sep 2008) | 1 line

[FIX]better formatting of radio button elements, correct use of LABEL element for each option
------------------------------------------------------------------------
r14609 | ricks99 | 2008-09-04 12:07:10 -0400 (Thu, 04 Sep 2008) | 1 line

[FIX]smileys should appear in wiki editor, even if wysiwyg feature is enabled.
------------------------------------------------------------------------
r14551 | xavidp | 2008-08-29 14:26:10 -0400 (Fri, 29 Aug 2008) | 1 line

[FIX] single quote changed to double quote to hopefully fix http://dev.tikiwiki.org/bug1732 for all languages, after the tip by Jonny B. and partial fix on language.php for Catalan. At least if fixes the bug in Catalan language and any others with single quotes in language.php.
------------------------------------------------------------------------
r14546 | jonnybradley | 2008-08-29 12:59:10 -0400 (Fri, 29 Aug 2008) | 2 lines

[FIX] Added backslash in front of single quote mark which was breaking FCKEditor javascript preventing toolbars appearing in Catalan (on "Wiki Link insert")
(http://dev.tikiwiki.org/bug1732 still open as it should be fixed for all languages in the template setup_fckeditor.tpl)
------------------------------------------------------------------------
r14535 | xavidp | 2008-08-28 13:10:16 -0400 (Thu, 28 Aug 2008) | 1 line

[FIX] Image and link were missing on additional info box for image display on wiki page related to the uploaded document
------------------------------------------------------------------------
r14529 | sampaioprimo | 2008-08-27 09:08:45 -0400 (Wed, 27 Aug 2008) | 2 lines

pt-br translation

------------------------------------------------------------------------
r14520 | sampaioprimo | 2008-08-26 13:52:14 -0400 (Tue, 26 Aug 2008) | 2 lines

fix pt-br translation

------------------------------------------------------------------------
r14518 | nyloth | 2008-08-26 08:03:47 -0400 (Tue, 26 Aug 2008) | 1 line

[FIX] contacts: needs both 'feature_contact' and 'feature_messages' to work
------------------------------------------------------------------------
r14491 | sampaioprimo | 2008-08-22 16:24:49 -0400 (Fri, 22 Aug 2008) | 2 lines

pt-br translation

------------------------------------------------------------------------
r14486 | sampaioprimo | 2008-08-22 14:07:27 -0400 (Fri, 22 Aug 2008) | 2 lines

more pt-br translation

------------------------------------------------------------------------
r14469 | Beuc | 2008-08-22 06:40:38 -0400 (Fri, 22 Aug 2008) | 1 line

Fix quoting when using Multi-tiki ($VIRTUALS)
------------------------------------------------------------------------
r14465 | sampaioprimo | 2008-08-21 21:01:19 -0400 (Thu, 21 Aug 2008) | 2 lines

more pt-br translation

------------------------------------------------------------------------
r14464 | sampaioprimo | 2008-08-21 20:55:00 -0400 (Thu, 21 Aug 2008) | 2 lines

fix translation

------------------------------------------------------------------------
r14404 | ricks99 | 2008-08-18 17:08:40 -0400 (Mon, 18 Aug 2008) | 1 line

[MOD]tables need headers, give iconic status
------------------------------------------------------------------------
r14403 | ricks99 | 2008-08-18 17:01:53 -0400 (Mon, 18 Aug 2008) | 1 line

[UI]no files for all user prefs
------------------------------------------------------------------------
r14396 | sylvieg | 2008-08-18 14:15:01 -0400 (Mon, 18 Aug 2008) | 1 line

[FIX]tracker: the IP selector/creator was reset when item was modified: todo: rewrite .. not a good idea to avoid resetting creator field by magically unsetting fieldId
------------------------------------------------------------------------
r14389 | sylvieg | 2008-08-18 11:34:13 -0400 (Mon, 18 Aug 2008) | 1 line

[FIX]depending from where you come 1.9 or 1.10, email_due is there or not
------------------------------------------------------------------------
r14213 | xavidp | 2008-08-13 11:21:18 -0400 (Wed, 13 Aug 2008) | 1 line

[FIX] db password was not hidden at typing time on upgrade through tiki-install.php
------------------------------------------------------------------------

----------------------------------------------------------------------
Version 2.0
<http://tikiwiki.org/ReleaseProcess20>
------------------

------------------------------------------------------------------------
r14148 | lphuberdeau | 2008-08-10 17:46:42 +0200 (dim, 10 aoû 2008) | 1 line

[FIX] Missing feature check
------------------------------------------------------------------------
r14146 | nyloth | 2008-08-10 14:53:16 +0200 (dim, 10 aoû 2008) | 1 line

[FIX] installer: test on 16MB of memory (as announced), not 8MB.
------------------------------------------------------------------------
r14144 | nyloth | 2008-08-10 14:28:08 +0200 (dim, 10 aoû 2008) | 1 line

[FIX] filegals: fix title from 'Upload New Version' to 'Replace', when no archives for the gallery (instead users are confused and can definitely delete files)
------------------------------------------------------------------------
r14142 | nyloth | 2008-08-10 13:37:20 +0200 (dim, 10 aoû 2008) | 1 line

[SEC] XSS sanitization: also handle 'lowsrc', 'codebase' and 'xmlns' html attributes + simplify one of the original regexp patterns
------------------------------------------------------------------------
r14141 | nyloth | 2008-08-10 13:35:39 +0200 (dim, 10 aoû 2008) | 1 line

[FIX] filegals: quickfix to not index all files with fulltext (depending on their mimetypes) since it make filegals nearly unusable with binary/images files and tiki (non-mysql) fulltext search.
------------------------------------------------------------------------
r14140 | nyloth | 2008-08-10 13:33:32 +0200 (dim, 10 aoû 2008) | 3 lines

[FIX] filegals: show a more correct max upload size info for file upload (follows commit revision 14096 from ricks), especially when using DB storage + fix most important uses of kbsize (units were wrong).


------------------------------------------------------------------------
r14133 | nyloth | 2008-08-09 16:54:33 +0200 (sam, 09 aoû 2008) | 5 lines

[SEC] XSS sanitization fixes + tuning to be less aggressive for inline CSS styles:
  * don't disable 'style' HTML attribute because it was considered as too aggressive. Now it is only catched as HTML tag but alert() and url() are catched,
  * move straight replacements handling into the while loop,
  * fix XSS vulnerabilities using html comments, CDATA, link tags, ?xml tags, ?import tags, spaces in javascript functions names

------------------------------------------------------------------------
r14126 | ricks99 | 2008-08-08 14:03:45 +0200 (ven, 08 aoû 2008) | 1 line

[FIX]fixed typo "maintenance"
------------------------------------------------------------------------
r14111 | sylvieg | 2008-08-07 15:20:36 +0200 (jeu, 07 aoû 2008) | 1 line

[FIX] to have dev.tw.o working with user selector with option email
------------------------------------------------------------------------
r14110 | sylvieg | 2008-08-07 15:19:26 +0200 (jeu, 07 aoû 2008) | 1 line

rollback partially 13491(security check) test against the pref user_pref + reinclude the lib to have the avatar back
------------------------------------------------------------------------
r14099 | marclaporte | 2008-08-06 17:21:50 +0200 (mer, 06 aoû 2008) | 1 line

[FIX] Remove extra line which is not necessary and causes SQL error message on install. No need to merge up since this will be deprecated in 3.0
------------------------------------------------------------------------
r14096 | ricks99 | 2008-08-06 16:15:23 +0200 (mer, 06 aoû 2008) | 1 line

[FIX] show max file upload size when adding files to gallery. we already show for image uploads
------------------------------------------------------------------------
r14092 | sylvieg | 2008-08-06 14:35:24 +0200 (mer, 06 aoû 2008) | 1 line

regression: in dev.tw.org, the user modifier tracker field was no more updated
------------------------------------------------------------------------
r14085 | sept_7 | 2008-08-06 10:03:22 +0200 (mer, 06 aoû 2008) | 5 lines

[SEC] Fix creation and edition problems on blogs
 * First problemn was with sanatization of style attribute, now style is replace by style_dangerous.
 * Second there was a problem with the test of tiki_p_edit_templates :(
 * Third there was a problem when editing the blog :(

------------------------------------------------------------------------
r14076 | sylvieg | 2008-08-05 22:31:58 +0200 (mar, 05 aoû 2008) | 1 line

add a message only queries using more than seconds: 0.05 - as since the last adodb upgrade it logs only these queries - bad adodb
------------------------------------------------------------------------
r14059 | nyloth | 2008-08-05 09:35:31 +0200 (mar, 05 aoû 2008) | 1 line

[MOD] wiki: support 'lnk' param for img wiki tag to do the same than 'link' but that is not affected by sanitization.
------------------------------------------------------------------------
r14056 | nyloth | 2008-08-05 00:15:51 +0200 (mar, 05 aoû 2008) | 1 line

[FIX] sanitization: tune a bit more to avoid some false positive like 'linked' instead of 'link' (for all content keywords).
------------------------------------------------------------------------
r14054 | sylvieg | 2008-08-04 23:12:07 +0200 (lun, 04 aoû 2008) | 1 line

backport because missing up fresh install
------------------------------------------------------------------------
r14053 | nyloth | 2008-08-04 22:47:17 +0200 (lun, 04 aoû 2008) | 1 line

[FIX] sanitization: fix false positive in sanitization for wiki syntax {img link=}
------------------------------------------------------------------------
r14049 | lphuberdeau | 2008-08-04 21:21:09 +0200 (lun, 04 aoû 2008) | 1 line

[MOD] Re-adding installer disable to prevent brute force attacks
------------------------------------------------------------------------
r14048 | lphuberdeau | 2008-08-04 21:07:15 +0200 (lun, 04 aoû 2008) | 1 line

[FIX] Simplify installer authentication to request DB credentials
------------------------------------------------------------------------
r14046 | sylvieg | 2008-08-04 19:58:27 +0200 (lun, 04 aoû 2008) | 1 line

[FIX]email_due is renamed just after, adn pass_due too
------------------------------------------------------------------------
r14039 | nyloth | 2008-08-04 12:04:39 +0200 (lun, 04 aoû 2008) | 1 line

[SEC] security fix on an input var (reported by securfrog)
------------------------------------------------------------------------
r14038 | Jyhem | 2008-08-04 11:43:05 +0200 (lun, 04 aoû 2008) | 1 line

[FIX] Security fix: This page should not be displayed without permission check
------------------------------------------------------------------------
r14030 | nyloth | 2008-08-03 17:35:16 +0200 (dim, 03 aoû 2008) | 1 line

[FIX] wiki: authors style can't be null in database, so initialize it to the empty string
------------------------------------------------------------------------
r14022 | sampaioprimo | 2008-08-03 02:08:23 +0200 (dim, 03 aoû 2008) | 2 lines

translation typo

------------------------------------------------------------------------
r14021 | sampaioprimo | 2008-08-03 01:55:39 +0200 (dim, 03 aoû 2008) | 2 lines

pt-br translation

------------------------------------------------------------------------
r14020 | luciash | 2008-08-02 00:47:03 +0200 (sam, 02 aoû 2008) | 1 line

[FIX] respect nocache parameter at second position too (as before adding rel for shadowbox)
------------------------------------------------------------------------
r14019 | nyloth | 2008-08-02 00:44:16 +0200 (sam, 02 aoû 2008) | 1 line

[FIX] wiki: make optionnal the 'Wiki authors style by page settings' tfeature that was not in previous stable version, as asked by many people.
------------------------------------------------------------------------
r14018 | marclaporte | 2008-08-02 00:32:17 +0200 (sam, 02 aoû 2008) | 1 line

[FIX] Fix link to the documentation
------------------------------------------------------------------------
r14017 | marclaporte | 2008-08-02 00:29:21 +0200 (sam, 02 aoû 2008) | 1 line

[FIX] Missing link to the documentation
------------------------------------------------------------------------
r14016 | sylvieg | 2008-08-02 00:22:18 +0200 (sam, 02 aoû 2008) | 1 line

[FIX]history : side by side diff was generating an extra </table> (fix asked in 2.0 by marc)
------------------------------------------------------------------------
r14015 | marclaporte | 2008-08-02 00:08:54 +0200 (sam, 02 aoû 2008) | 1 line

[FIX] Missing link to the documentation
------------------------------------------------------------------------
r14013 | marclaporte | 2008-08-01 23:47:19 +0200 (ven, 01 aoû 2008) | 1 line

[FIX] Missing link to the documentation
------------------------------------------------------------------------
r14011 | princessxine | 2008-08-01 23:04:45 +0200 (ven, 01 aoû 2008) | 1 line

[FIX/MOD] Moving some of the options around on the feature page / textarea page.
------------------------------------------------------------------------
r14010 | marclaporte | 2008-08-01 23:02:27 +0200 (ven, 01 aoû 2008) | 1 line

[FIX/MOD] No feature addition or removal, just re-ordering the admin panel to be more intuitive. Newer panels have historically been placed at the end. The first panels are now the ones which are always active, then, it's roughly in the same order as in tiki-admin.php?page=features This is in conjunction with princessechristine (SVN) / NefariousC's (IRC) work on tiki-admin.php?page=features and tiki-admin.php?page=textarea
------------------------------------------------------------------------
r14008 | sylvieg | 2008-08-01 22:35:07 +0200 (ven, 01 aoû 2008) | 1 line

[FIX]login: some system do not have crypt-md5. In this case go back to tikihash (very conservative) . Perhaps anther method must be choosen?
------------------------------------------------------------------------
r14007 | marclaporte | 2008-08-01 21:47:56 +0200 (ven, 01 aoû 2008) | 1 line

[DEL] Remove some old unused jukebox stuff
------------------------------------------------------------------------
r14006 | marclaporte | 2008-08-01 21:35:59 +0200 (ven, 01 aoû 2008) | 1 line

[DEL] Remove useless file
------------------------------------------------------------------------
r13999 | sept_7 | 2008-08-01 09:42:53 +0200 (ven, 01 aoû 2008) | 2 lines

[FIX] : bug fix reported by amette, TikiTest unusable without this fix.

------------------------------------------------------------------------
r13995 | marclaporte | 2008-07-31 22:52:05 +0200 (jeu, 31 jui 2008) | 1 line

[FIX] Remove the possibility of hiding the extra admin links as they are very useful, even if not very pretty. 
------------------------------------------------------------------------
r13993 | ricks99 | 2008-07-31 22:15:14 +0200 (jeu, 31 jui 2008) | 1 line

[FIX] dont prompt to change admin pw on upgrade -- only for new install.
------------------------------------------------------------------------
r13989 | marclaporte | 2008-07-31 21:40:30 +0200 (jeu, 31 jui 2008) | 1 line

[DOC] Adding a link to security bug about this feature to warn people not to activate if they are concerned about this aspect
------------------------------------------------------------------------
r13983 | tombombadilom | 2008-07-31 16:56:42 +0200 (jeu, 31 jui 2008) | 2 lines

[Mootools] upgraded to version 1.2 shadow box-mootools.js has been patched to avoid better display

------------------------------------------------------------------------
r13972 | lphuberdeau | 2008-07-30 18:41:52 +0200 (mer, 30 jui 2008) | 1 line

[REL] SecDB for 2.0RC4
------------------------------------------------------------------------
r13969 | nyloth | 2008-07-30 17:59:13 +0200 (mer, 30 jui 2008) | 1 line

[FIX] sanitization: Convert back sanitization tags into real tags to avoid them to be displayed (instead of removing tag).
------------------------------------------------------------------------
r13966 | lphuberdeau | 2008-07-30 17:01:00 +0200 (mer, 30 jui 2008) | 1 line

[REL] Changing version numbers
------------------------------------------------------------------------
r13965 | nyloth | 2008-07-30 16:41:25 +0200 (mer, 30 jui 2008) | 1 line

[FIX] sanitization: Remove useless sanitization when the whole string will be converted into HTML entities, to be more transparent for the user.
------------------------------------------------------------------------
r13963 | sept_7 | 2008-07-30 15:56:56 +0200 (mer, 30 jui 2008) | 2 lines

[UPDATE] : Update HTMLPurifier from 2.1.3 to 2.1.5

------------------------------------------------------------------------
r13962 | nyloth | 2008-07-30 15:42:13 +0200 (mer, 30 jui 2008) | 1 line

[FIX] sanitization: be less aggressive on 'javascript' keyword
------------------------------------------------------------------------
r13961 | sept_7 | 2008-07-30 14:54:29 +0200 (mer, 30 jui 2008) | 3 lines

[ENH] : minimize the call to preg_replace and calculate search pattern only
        once where applicable.

------------------------------------------------------------------------
r13960 | sept_7 | 2008-07-30 11:46:18 +0200 (mer, 30 jui 2008) | 2 lines

[FIX] fix the coma bug in sanatization.php... BPB for Nyloth :D

------------------------------------------------------------------------
r13957 | lphuberdeau | 2008-07-30 01:50:51 +0200 (mer, 30 jui 2008) | 1 line

[REL] SecDB for 2.0RC3
------------------------------------------------------------------------
r13956 | lphuberdeau | 2008-07-30 01:49:37 +0200 (mer, 30 jui 2008) | 1 line

[REL] Change version numbers
------------------------------------------------------------------------
r13955 | lphuberdeau | 2008-07-30 01:46:32 +0200 (mer, 30 jui 2008) | 1 line

[REL] SecDB for 2.0RC3
------------------------------------------------------------------------
r13953 | lphuberdeau | 2008-07-30 01:42:23 +0200 (mer, 30 jui 2008) | 1 line

[REL] Change version numbers
------------------------------------------------------------------------
r13952 | lphuberdeau | 2008-07-30 01:26:05 +0200 (mer, 30 jui 2008) | 1 line

[REL] SecDB for 2.0RC3
------------------------------------------------------------------------
r13950 | nyloth | 2008-07-30 01:14:44 +0200 (mer, 30 jui 2008) | 1 line

[FIX] sanitization: remove sanitization from tiki-admin.php since users that use those panels are trusted users and they may need to use style tags (or other dangerous tags) in some places like 'Custom Site Header'. Thanx to SEWilco for the report and lphuberdeau for the fix idea)
------------------------------------------------------------------------
r13946 | nyloth | 2008-07-29 20:36:15 +0200 (mar, 29 jui 2008) | 1 line

[FIX] sanitization: be less aggressive on 'style' keyword (now only search as a tag or as something that looks like an HTML attribute)
------------------------------------------------------------------------
r13944 | nyloth | 2008-07-29 19:42:39 +0200 (mar, 29 jui 2008) | 1 line

[MOD] wiki parsing: small hack to avoid displaying things like 'st<x>yle' for wiki text that has been XSS sanitized.
------------------------------------------------------------------------
r13938 | nyloth | 2008-07-29 17:35:41 +0200 (mar, 29 jui 2008) | 1 line

[FIX] sanitization: do everything in the same loop to be sure
------------------------------------------------------------------------
r13937 | sampaioprimo | 2008-07-29 16:16:11 +0200 (mar, 29 jui 2008) | 2 lines

pt-br translation

------------------------------------------------------------------------
r13935 | lphuberdeau | 2008-07-29 15:44:02 +0200 (mar, 29 jui 2008) | 1 line

[FIX] Translation sync got broken along the way
------------------------------------------------------------------------
r13934 | sampaioprimo | 2008-07-29 15:00:45 +0200 (mar, 29 jui 2008) | 2 lines

[FIX] smarty var names conflicting

------------------------------------------------------------------------
r13929 | franck | 2008-07-29 06:51:31 +0200 (mar, 29 jui 2008) | 1 line

[FIX] smarty long datetime ref missing in calendar rss code
------------------------------------------------------------------------
r13928 | franck | 2008-07-29 05:58:27 +0200 (mar, 29 jui 2008) | 1 line

[ENH]display the Timezone in the calendar
------------------------------------------------------------------------
r13927 | nyloth | 2008-07-29 01:47:16 +0200 (mar, 29 jui 2008) | 1 line

[FIX] explode modifier: fix call to php function when no limit
------------------------------------------------------------------------
r13926 | nyloth | 2008-07-29 01:35:25 +0200 (mar, 29 jui 2008) | 1 line

[SEC] improve XSS filter to protect against more attacks (thx to 'Joshua Morin' who reported some vulnerabilities. New code is mainly based on 'RemoveXSS' initially developped by kallahar from quickwired.com and modified for TikiWiki to be less aggressive. When a value may be dangerous, it inserts a fake '<x>' tag inside it to disable it. Please test.
------------------------------------------------------------------------
r13919 | nyloth | 2008-07-28 19:51:09 +0200 (lun, 28 jui 2008) | 1 line

[FIX] installer: typo
------------------------------------------------------------------------
r13914 | nyloth | 2008-07-28 16:43:34 +0200 (lun, 28 jui 2008) | 1 line

[FIX] installer: replace the user_is_admin function by simply testing if the user is 'admin', since the installer should only be accessible for this user (the function was buggy, because it was accepting any user that was in a group + admin may not be in a group). + fix the cookie name that was not working if it was set with an underscore (it has to be cleaned as in tiki-setup_base).
------------------------------------------------------------------------
r13913 | marclaporte | 2008-07-28 13:14:33 +0200 (lun, 28 jui 2008) | 1 line

[FIX] Remove unnecessary line in install instructions (Thanks Nyloth)
------------------------------------------------------------------------
r13911 | marclaporte | 2008-07-28 03:59:17 +0200 (lun, 28 jui 2008) | 1 line

[FIX] Improve admin tip (but it's still not great)
------------------------------------------------------------------------
r13910 | marclaporte | 2008-07-28 02:31:48 +0200 (lun, 28 jui 2008) | 1 line

[FIX] Like in 1.9.x, on external links: changing the alt from 'external link' to ' (external link)' because it causes a nuisance when copy/pasting from a wiki page (with Firefox but not IE6) to somewhere else and also when using the Tiki newsletter.
------------------------------------------------------------------------
r13909 | marclaporte | 2008-07-28 02:09:29 +0200 (lun, 28 jui 2008) | 1 line

[FIX] Changing instructions to use sh setup.sh instead of ./setup.sh
------------------------------------------------------------------------
r13907 | nyloth | 2008-07-27 21:52:48 +0200 (dim, 27 jui 2008) | 1 line

[FIX] filegal manager: fix images in wiki pages with height or width set in percentages.
------------------------------------------------------------------------
r13903 | nyloth | 2008-07-27 20:09:41 +0200 (dim, 27 jui 2008) | 1 line

[FIX] file galleries: initialisation of explorer and path was broken for a new gallery. It now uses global prefs as other options.
------------------------------------------------------------------------
r13901 | nyloth | 2008-07-27 17:09:40 +0200 (dim, 27 jui 2008) | 1 line

[FIX] file galleries: explorer tree was broken in php mode (i.e. not in javascript through phplayers).
------------------------------------------------------------------------
r13897 | nyloth | 2008-07-27 12:10:49 +0200 (dim, 27 jui 2008) | 1 line

[FIX] some comments from 1.10 to 2.0
------------------------------------------------------------------------
r13895 | chibaguy | 2008-07-26 16:42:26 +0200 (sam, 26 jui 2008) | 1 line

[FIX] Div widths in forum posts (min-width needed for IE7 and FF3, etc.); other forum post fixes. Darkroom also needed text/bg contrast properties when transition CSS is used. 
------------------------------------------------------------------------
r13894 | chibaguy | 2008-07-26 06:21:57 +0200 (sam, 26 jui 2008) | 1 line

[FIX] Clear needed to keep post form in place on preview page in *litecss themes.
------------------------------------------------------------------------
r13887 | lphuberdeau | 2008-07-25 17:52:36 +0200 (ven, 25 jui 2008) | 1 line

[FIX] No longer read the version number from db/local.php
------------------------------------------------------------------------
r13877 | chibaguy | 2008-07-25 09:55:01 +0200 (ven, 25 jui 2008) | 1 line

[FIX] Improved forum and admin pages, module ol and ul, font sizes, etc.
------------------------------------------------------------------------
r13864 | nyloth | 2008-07-24 17:12:52 +0200 (jeu, 24 jui 2008) | 1 line

[FIX] filegals: shadowbox was conflicting with filegals_manager in browse view.
------------------------------------------------------------------------
r13863 | sylvieg | 2008-07-24 16:37:09 +0200 (jeu, 24 jui 2008) | 1 line

[FIX]tracker: the checkbox in TRACKER has on/n values - in tracker-view_tracker has y/n - making impossible to test in TRACKERITEMFIELD => now normalize to y/n and accept both test value in TRACKERITEMFIELD
------------------------------------------------------------------------
r13862 | ricks99 | 2008-07-24 16:18:17 +0200 (jeu, 24 jui 2008) | 1 line

[MOD]make text clearer for initial admin login for new install.
------------------------------------------------------------------------
r13861 | chibaguy | 2008-07-24 08:48:46 +0200 (jeu, 24 jui 2008) | 1 line

[FIX] Extra /div tag removed that was causing column problem in *litecss themes.
------------------------------------------------------------------------
r13860 | chibaguy | 2008-07-24 04:07:50 +0200 (jeu, 24 jui 2008) | 1 line

[FIX] "Powered by" font size set to match theme.
------------------------------------------------------------------------
r13859 | chibaguy | 2008-07-24 03:49:26 +0200 (jeu, 24 jui 2008) | 1 line

[FIX] #siteloginbar styling added (font size, etc.) for consistent look.
------------------------------------------------------------------------
r13855 | nyloth | 2008-07-23 22:33:58 +0200 (mer, 23 jui 2008) | 1 line

[SEC] galaxia : avoid using the base script directly.
------------------------------------------------------------------------
r13854 | nyloth | 2008-07-23 22:11:18 +0200 (mer, 23 jui 2008) | 1 line

[SEC] backport 'smarty security' fixes from trunk to avoid this feature to break tiki.
------------------------------------------------------------------------
r13853 | nyloth | 2008-07-23 21:02:35 +0200 (mer, 23 jui 2008) | 1 line

[SEC] change default password encryption from tikihash (old) to crypt-md5.
------------------------------------------------------------------------
r13852 | nyloth | 2008-07-23 20:53:15 +0200 (mer, 23 jui 2008) | 1 line

[FIX] backport commit 13688
------------------------------------------------------------------------
r13840 | sylvieg | 2008-07-23 17:22:53 +0200 (mer, 23 jui 2008) | 1 line

[FIX]tracker: For user tracker to work in regsitration
------------------------------------------------------------------------
r13839 | nyloth | 2008-07-23 15:59:08 +0200 (mer, 23 jui 2008) | 1 line

[FIX] installer: for upgrades, show a login box instead of a link to the current tiki login box, because there is a huge risk that the current tiki is broken due to new code that is not compatible with the current database schema (which will be updated by the installer, after this login). This avoids admins to be locked into something broken if they forget to login before replacing tikiwiki files by new versions.
------------------------------------------------------------------------
r13838 | nyloth | 2008-07-23 15:54:57 +0200 (mer, 23 jui 2008) | 1 line

[FIX] handle dbversion 1.10 that needs to be changed into 2.0.
------------------------------------------------------------------------
r13837 | nyloth | 2008-07-23 15:52:58 +0200 (mer, 23 jui 2008) | 1 line

[FIX] use include_once instead of include for adodb-session.php since it can't be included again.
------------------------------------------------------------------------
r13836 | nyloth | 2008-07-23 15:51:00 +0200 (mer, 23 jui 2008) | 1 line

[FIX] rename 1.10 to 2.0 in comments
------------------------------------------------------------------------
r13835 | nyloth | 2008-07-23 15:49:45 +0200 (mer, 23 jui 2008) | 1 line

[FIX] handle dbversion 1.10 that needs to be changed into 2.0.
------------------------------------------------------------------------
r13833 | nyloth | 2008-07-23 15:47:03 +0200 (mer, 23 jui 2008) | 1 line

[FIX] remove wrong comment
------------------------------------------------------------------------
r13831 | sylvieg | 2008-07-23 15:19:43 +0200 (mer, 23 jui 2008) | 1 line

backport as TRACKER for user tracker was broken
------------------------------------------------------------------------
r13830 | nyloth | 2008-07-23 15:17:22 +0200 (mer, 23 jui 2008) | 1 line

[FIX] remove useless script for 2.0
------------------------------------------------------------------------
r13829 | nyloth | 2008-07-23 15:16:41 +0200 (mer, 23 jui 2008) | 1 line

[FIX] move some scripts from 1.10 to 2.0
------------------------------------------------------------------------
r13828 | nyloth | 2008-07-23 15:15:12 +0200 (mer, 23 jui 2008) | 1 line

[FIX] move some scripts from 1.10 to 2.0
------------------------------------------------------------------------
r13827 | nyloth | 2008-07-23 15:12:02 +0200 (mer, 23 jui 2008) | 1 line

[FIX] use include instead of include_once for local.php since it can be included later again + handle dbversion 1.10 that needs to be changed into 2.0.
------------------------------------------------------------------------
r13825 | marclaporte | 2008-07-23 14:57:19 +0200 (mer, 23 jui 2008) | 1 line

[FIX] More fixes of links to doc.tikiwiki.org
------------------------------------------------------------------------
r13824 | xavidp | 2008-07-23 14:56:31 +0200 (mer, 23 jui 2008) | 1 line

[FIX]merged changes in 1.9cvs originally by Pablo from precarios.org (pmorenogarcia) to branch2.0
------------------------------------------------------------------------
r13823 | marclaporte | 2008-07-23 14:43:55 +0200 (mer, 23 jui 2008) | 1 line

[FIX] Fix many links to the documentation. Need to all be checked.
------------------------------------------------------------------------
r13822 | xavidp | 2008-07-23 13:38:39 +0200 (mer, 23 jui 2008) | 1 line

[FIX]changed plana for pàgina everywhere in the language file
------------------------------------------------------------------------
r13821 | xavidp | 2008-07-23 13:25:49 +0200 (mer, 23 jui 2008) | 1 line

[FIX] translated some strings by anna from intercanvis.net
------------------------------------------------------------------------
r13817 | nyloth | 2008-07-23 12:08:41 +0200 (mer, 23 jui 2008) | 1 line

[FIX] calendar: fix first day of week, which is a pref
------------------------------------------------------------------------
r13816 | nyloth | 2008-07-23 12:07:44 +0200 (mer, 23 jui 2008) | 1 line

[FIX] my pages: remove link to tiki-mypages.php since this file has been removed.
------------------------------------------------------------------------
r13815 | nyloth | 2008-07-23 10:57:47 +0200 (mer, 23 jui 2008) | 1 line

[FIX] fr translation: try to have something that can be understood in the tikiwiki assistant.
------------------------------------------------------------------------
r13814 | ohertel | 2008-07-23 09:59:03 +0200 (mer, 23 jui 2008) | 1 line

fix: frameset was enclosed in <head>
------------------------------------------------------------------------
r13813 | ohertel | 2008-07-23 09:55:48 +0200 (mer, 23 jui 2008) | 1 line

de translations
------------------------------------------------------------------------
r13812 | chibaguy | 2008-07-23 06:36:20 +0200 (mer, 23 jui 2008) | 1 line

[ENH] A little padding added in table.admin td and .cbox-data (pointed out by Marc).
------------------------------------------------------------------------
r13811 | nyloth | 2008-07-23 02:14:33 +0200 (mer, 23 jui 2008) | 1 line

[FIX] tikipath: On some systems, SCRIPT_FILENAME contains the full path to the cgi script that calls the script we are looking for. In this case, we have to fallback to PATH_TRANSLATED.
------------------------------------------------------------------------
r13786 | sylvieg | 2008-07-21 20:38:05 +0200 (lun, 21 jui 2008) | 1 line

backport
------------------------------------------------------------------------
r13781 | ricks99 | 2008-07-21 16:25:36 +0200 (lun, 21 jui 2008) | 1 line

[MOD] if not logged in as admin, tell user to login (instead of simply showing the homepage).
------------------------------------------------------------------------
r13772 | marclaporte | 2008-07-20 23:47:01 +0200 (dim, 20 jui 2008) | 1 line

[MOD] Wiki page draft feature is is broken as of 2.0 RC2: add note about experimental status and need for AJAX. 
------------------------------------------------------------------------
r13771 | marclaporte | 2008-07-20 23:13:30 +0200 (dim, 20 jui 2008) | 1 line

[FIX] Create webhelp preference: setting to no by default, otherwise, since it's blank, it sets itself to no upon first modification of tiki-admin.php?page=wiki, causing surprise to the Tiki admin.
------------------------------------------------------------------------
r13770 | marclaporte | 2008-07-20 22:56:05 +0200 (dim, 20 jui 2008) | 1 line

[FIX] Remove duplicate preference name and turn on Wiki Section Edit by default, which is a star feature of TikiWiki 2.0 (Possibly the last major wiki feature we were missing).
------------------------------------------------------------------------
r13768 | pkdille | 2008-07-20 20:01:52 +0200 (dim, 20 jui 2008) | 1 line

[MOD] bot-bar: decrease "Powered by" font size.
------------------------------------------------------------------------
r13765 | marclaporte | 2008-07-20 18:18:16 +0200 (dim, 20 jui 2008) | 1 line

[FIX] typo in login box
------------------------------------------------------------------------
r13764 | marclaporte | 2008-07-20 18:11:11 +0200 (dim, 20 jui 2008) | 1 line

[FIX] On new installs, remove ugly/useless top bar. Powered by is now at the bottom, and people don't need us to tell them the date
------------------------------------------------------------------------
r13760 | marclaporte | 2008-07-20 17:35:19 +0200 (dim, 20 jui 2008) | 1 line

[FIX] Remove incorrect sql query counter. Please see http://dev.tikiwiki.org/bug1317
------------------------------------------------------------------------
r13759 | marclaporte | 2008-07-20 17:13:44 +0200 (dim, 20 jui 2008) | 1 line

[FIX/MOD] Changing default settings so the Inter-User message feature has a real chance to blossom in a community. By default, 1-New users are created with allow messages to y (they can opt out). 2- By default, users receive an email notification of new messages of normal or higher priority (3 or more), which is the common setting for popular Social Networking sites. User can opt out by setting to never.
------------------------------------------------------------------------
r13758 | marclaporte | 2008-07-20 16:50:28 +0200 (dim, 20 jui 2008) | 1 line

[FIX] Remove irrelevant tip
------------------------------------------------------------------------
r13757 | marclaporte | 2008-07-20 15:58:19 +0200 (dim, 20 jui 2008) | 1 line

[FIX] Like in 1.9.x, RSS feeds will now be off by default until Tiki admins decide to activate.
------------------------------------------------------------------------
r13756 | marclaporte | 2008-07-20 15:36:40 +0200 (dim, 20 jui 2008) | 1 line

[FIX] From now on, the default setting for the internal messaging system is that users accept messages, but as before, they can opt-out. The old setting was an unfortunate choice as it's almost a garantee that the community aspect of inter-user messages was going to fail. Indeed, each user would have to change the setting. The current setup is the more common use case, where when a Tiki Admin turns on the Inter-User message features, it's to facilitate communication.
------------------------------------------------------------------------
r13754 | marclaporte | 2008-07-20 15:18:54 +0200 (dim, 20 jui 2008) | 1 line

[FIX] Send to appropriate URL to create gallery. Even better would be permission check about being allowed to create a gallery and an alternate message if current user doesn't have sufficient permissions (Ex.: please ask an admin to create an image gallery)
------------------------------------------------------------------------
r13752 | marclaporte | 2008-07-20 15:11:05 +0200 (dim, 20 jui 2008) | 1 line

[MOD] Default setup will now be that users can't change theme, which is the most common use case.
------------------------------------------------------------------------
r13750 | marclaporte | 2008-07-20 14:49:11 +0200 (dim, 20 jui 2008) | 1 line

[DEL] tiki-view_irc.php has been deleted so templates/tiki-view_irc.tpl should go as well
------------------------------------------------------------------------
r13746 | chibaguy | 2008-07-19 12:55:56 +0200 (sam, 19 jui 2008) | 1 line

[FIX] fullscreen body id interfered with CSS menus. 
------------------------------------------------------------------------
r13741 | m_stef | 2008-07-19 00:56:53 +0200 (sam, 19 jui 2008) | 2 lines

[FIX] corrected starting time for events, added endtime handling in hcalendar support

------------------------------------------------------------------------
r13740 | m_stef | 2008-07-19 00:54:20 +0200 (sam, 19 jui 2008) | 3 lines

[ENH] added compactisodate function, is used by a similarily called smarty
function in hcalendar support.

------------------------------------------------------------------------
r13739 | m_stef | 2008-07-19 00:43:57 +0200 (sam, 19 jui 2008) | 3 lines

[FIX] changed format to the compact version of isodate, so that the dates can
be automatically used in vcal/ical dates.

------------------------------------------------------------------------
r13733 | lphuberdeau | 2008-07-18 22:23:39 +0200 (ven, 18 jui 2008) | 1 line

[REL] Updating secdb
------------------------------------------------------------------------
r13721 | nyloth | 2008-07-18 17:40:27 +0200 (ven, 18 jui 2008) | 1 line

[FIX] htaccess: do not try to enable rewrite rules on servers that does not have the Apache module.
------------------------------------------------------------------------
r13709 | m_stef | 2008-07-18 13:16:13 +0200 (ven, 18 jui 2008) | 2 lines

[FIX] tiki file galleries RSS feed did not correctly include the publishdate and author

------------------------------------------------------------------------
r13708 | m_stef | 2008-07-18 13:08:53 +0200 (ven, 18 jui 2008) | 2 lines

[FIX] file galleries RSS feed was empty, list_files did not pass the recursive param

------------------------------------------------------------------------
r13704 | nyloth | 2008-07-18 01:27:36 +0200 (ven, 18 jui 2008) | 1 line

[FIX] new logo for 2.0 release has a white background
------------------------------------------------------------------------
r13702 | sylvieg | 2008-07-17 22:13:48 +0200 (jeu, 17 jui 2008) | 1 line

[FIX]tracker: block {php}{/php} in the tpl/wiki of a pretty tracker
------------------------------------------------------------------------
r13697 | sampaioprimo | 2008-07-17 16:36:19 +0200 (jeu, 17 jui 2008) | 2 lines

pt-br translation

------------------------------------------------------------------------
r13689 | nyloth | 2008-07-16 10:51:03 +0200 (mer, 16 jui 2008) | 1 line

[FIX] smarty self_link: better fix (was impacting major feature - trackers item saving)
------------------------------------------------------------------------
r13687 | lphuberdeau | 2008-07-16 10:40:45 +0200 (mer, 16 jui 2008) | 1 line

[REL] Preparing RC2
------------------------------------------------------------------------
r13681 | sampaioprimo | 2008-07-15 19:39:01 +0200 (mar, 15 jui 2008) | 2 lines

removed new wiki-plugin from 2.0 (sorry for commiting this after branch was frozen)

------------------------------------------------------------------------
r13675 | marcoaasilva | 2008-07-15 18:42:13 +0200 (mar, 15 jui 2008) | 3 lines

pt-br translation


------------------------------------------------------------------------
r13674 | sylvieg | 2008-07-15 18:40:02 +0200 (mar, 15 jui 2008) | 1 line

[FIX]newsletter: to see a preview that is white on white background as preview is in simplebox wikitext
------------------------------------------------------------------------
r13673 | pkdille | 2008-07-15 16:12:12 +0200 (mar, 15 jui 2008) | 1 line

[FIX] tiki_menus: add table column icon as in tiki_1.9to2.0 script (fix bug from dev.tw.org buglist)
------------------------------------------------------------------------
r13669 | chibaguy | 2008-07-15 09:38:47 +0200 (mar, 15 jui 2008) | 1 line

[KIL] Removed from branch 1.9 earlier - no known use.
------------------------------------------------------------------------
r13668 | chibaguy | 2008-07-15 09:37:11 +0200 (mar, 15 jui 2008) | 1 line

[KIL] vidiki.css was removed already, so its bg images must follow.
------------------------------------------------------------------------
r13665 | marcoaasilva | 2008-07-15 06:10:13 +0200 (mar, 15 jui 2008) | 2 lines

fix pt-br translation

------------------------------------------------------------------------
r13664 | sampaioprimo | 2008-07-14 20:52:37 +0200 (lun, 14 jui 2008) | 2 lines

[UI] better place to display link to blog comments on blog listing

------------------------------------------------------------------------
r13663 | sampaioprimo | 2008-07-14 20:45:00 +0200 (lun, 14 jui 2008) | 2 lines

typo (remove underline from blank space)

------------------------------------------------------------------------
r13662 | sampaioprimo | 2008-07-14 20:39:42 +0200 (lun, 14 jui 2008) | 2 lines

fix pt-br translation

------------------------------------------------------------------------
r13661 | sampaioprimo | 2008-07-14 20:30:37 +0200 (lun, 14 jui 2008) | 2 lines

[UI] blog title is link to the blog

------------------------------------------------------------------------
r13660 | sylvieg | 2008-07-14 19:50:44 +0200 (lun, 14 jui 2008) | 1 line

[FIX]{php} do not use {php in tiki menu
------------------------------------------------------------------------
r13659 | sampaioprimo | 2008-07-14 19:13:07 +0200 (lun, 14 jui 2008) | 2 lines

[UI] only shows trackbacks if post has some

------------------------------------------------------------------------
r13658 | sampaioprimo | 2008-07-14 19:04:18 +0200 (lun, 14 jui 2008) | 3 lines

[UI] 'your name' at the top of the comment form
[UI] string 'required' in the same line of string 'Title' in the comment form

------------------------------------------------------------------------
r13656 | nyloth | 2008-07-14 13:47:53 +0200 (lun, 14 jui 2008) | 1 line

[SEC] turn on the password brute force protection by allowing only 20 unsuccessful logins by default.
------------------------------------------------------------------------
r13650 | nyloth | 2008-07-14 10:16:29 +0200 (lun, 14 jui 2008) | 1 line

[FIX] user watches: delete useless mail events that are not linked to any email before migrating them to new user watches.
------------------------------------------------------------------------
r13648 | chibaguy | 2008-07-14 03:25:25 +0200 (lun, 14 jui 2008) | 1 line

[FIX] TikiTests topbar added.
------------------------------------------------------------------------
r13647 | marclaporte | 2008-07-13 23:46:07 +0200 (dim, 13 jui 2008) | 1 line

[DEL] This unmaintained profile should have been deleted a long time ago
------------------------------------------------------------------------
r13639 | nyloth | 2008-07-13 18:26:09 +0200 (dim, 13 jui 2008) | 1 line

[FIX] AJAX moved to experimental features
------------------------------------------------------------------------
r13633 | nyloth | 2008-07-13 17:16:02 +0200 (dim, 13 jui 2008) | 1 line

[FIX] smarty self_link: fix fix
------------------------------------------------------------------------
r13630 | nyloth | 2008-07-13 17:03:28 +0200 (dim, 13 jui 2008) | 1 line

[FIX] smarty self_link: fix the case where self_link returns '//tiki-script.php' which is bad when used for Location header (that closes a bug on trackers, when returning to the list after saving an item).
------------------------------------------------------------------------
r13629 | lphuberdeau | 2008-07-13 17:02:37 +0200 (dim, 13 jui 2008) | 1 line

[MOD] Preparing installer version
------------------------------------------------------------------------
r13626 | nyloth | 2008-07-13 16:18:59 +0200 (dim, 13 jui 2008) | 1 line

[FIX] wysiwyg moved to experimental features
------------------------------------------------------------------------
r13622 | nyloth | 2008-07-13 15:40:42 +0200 (dim, 13 jui 2008) | 1 line

[FIX] tikitests: since tikitests does not work in PHP4, disable the checkbox of the feature and explain why.
------------------------------------------------------------------------
r13621 | lphuberdeau | 2008-07-13 14:43:06 +0200 (dim, 13 jui 2008) | 1 line

[ROLLBACK] Commit 13612, not a bug fix, see ricks' comments
------------------------------------------------------------------------
r13620 | nyloth | 2008-07-13 14:40:26 +0200 (dim, 13 jui 2008) | 1 line

[SVN] add a 'svn:ignore' property for tiki_tests/tests.
------------------------------------------------------------------------
r13619 | lphuberdeau | 2008-07-13 14:38:57 +0200 (dim, 13 jui 2008) | 1 line

[ROLLBACK] Commit 13613, behavior change not allowed in RC mode
------------------------------------------------------------------------
r13617 | jonnybradley | 2008-07-12 21:33:15 +0200 (sam, 12 jui 2008) | 1 line

[FIX] {remarksbox} layout improvements (part 2)
------------------------------------------------------------------------
r13616 | jonnybradley | 2008-07-12 21:30:31 +0200 (sam, 12 jui 2008) | 3 lines

[FIX] XHTML validation fix: removing divs with name attributes - lots of them, apologies for the flood (templates only)
Implemented {remarksbox} entity throughout - replaced by hand. All the ones i could get to have been tested (couldn't find a few of them - fingers crossed)

------------------------------------------------------------------------
r13615 | jonnybradley | 2008-07-12 21:13:38 +0200 (sam, 12 jui 2008) | 1 line

[FIX] {remarksbox} layout improvements
------------------------------------------------------------------------
r13614 | xavidp | 2008-07-12 19:15:44 +0200 (sam, 12 jui 2008) | 1 line

[FIX]removed duplication of rating checkbox
------------------------------------------------------------------------
r13613 | jonnybradley | 2008-07-12 17:40:20 +0200 (sam, 12 jui 2008) | 5 lines

[FIX] Markup not parsed when switching from normal (wiki) to wysiwyg (html) editors (itemId=1831)

More extensive ructions than i had hoped in tiki-editpage.php especially (should be a lib?) but tests ok -  Fine with "Import HTML" option (mostly - fixed in a couple of places) and now you don't loose edits.
Tested minimally with staging only (seemed ok) but not with translations (as i haven't ever used that)
Some anomalies such as ! getting converted to H2 but that's how the wiki parser seems to work (should be an option imho) and some images fail, but a significant improvement on what happened before (i.e. no parsing)
------------------------------------------------------------------------
r13612 | jonnybradley | 2008-07-12 16:49:47 +0200 (sam, 12 jui 2008) | 4 lines

[FIX] Removing document.write() calls for "Select All" checkboxes (because document.write is evil)
This will result in some non-functioning checkboxes appearing now for people with JavaScript disabled where they didn't appear before, but this was only on about half of these type of checkboxes.
If it's important (still?) these should all be surrounded with {if $javascript_enabled} checks but at the moment that var only gets set for people with $prefs['pref_syntax']=='1.9' (for some reason)

------------------------------------------------------------------------
r13611 | sylvieg | 2008-07-12 12:52:20 +0200 (sam, 12 jui 2008) | 1 line

some tr
------------------------------------------------------------------------
r13610 | marclaporte | 2008-07-12 12:49:04 +0200 (sam, 12 jui 2008) | 1 line

[FIX] Remove unneeded permissions because tiki_p_admin is sufficient
------------------------------------------------------------------------
r13609 | marclaporte | 2008-07-12 12:29:34 +0200 (sam, 12 jui 2008) | 1 line

[FIX] remove redundant value which was causing sql error on clean install
------------------------------------------------------------------------
r13608 | sylvieg | 2008-07-12 12:26:48 +0200 (sam, 12 jui 2008) | 1 line

[FIX]freetag: some fixes to have freetags using the same objects that categorization: more to do
------------------------------------------------------------------------
r13607 | sampaioprimo | 2008-07-11 23:25:43 +0200 (ven, 11 jui 2008) | 2 lines

translation

------------------------------------------------------------------------
r13606 | sylvieg | 2008-07-11 23:18:03 +0200 (ven, 11 jui 2008) | 1 line

title
------------------------------------------------------------------------
r13605 | sylvieg | 2008-07-11 23:16:56 +0200 (ven, 11 jui 2008) | 1 line

[FIX}banners: registered can not see banners
------------------------------------------------------------------------
r13604 | nyloth | 2008-07-11 22:57:26 +0200 (ven, 11 jui 2008) | 1 line

[FIX] add an ucfirst modifier to make smarty_security work
------------------------------------------------------------------------
r13603 | nyloth | 2008-07-11 22:53:26 +0200 (ven, 11 jui 2008) | 2 lines

[SEC] add a feature smarty_security to be able to forbid {php} tags inside smarty templates.

------------------------------------------------------------------------
r13602 | nyloth | 2008-07-11 22:52:07 +0200 (ven, 11 jui 2008) | 1 line

[FIX] fix changelog instructions
------------------------------------------------------------------------
r13601 | marclaporte | 2008-07-11 22:47:01 +0200 (ven, 11 jui 2008) | 1 line

[FIX] typo
------------------------------------------------------------------------
r13600 | pkdille | 2008-07-11 22:44:40 +0200 (ven, 11 jui 2008) | 1 line

[UI FIX] objectperms: switch perms and perms descriptions
------------------------------------------------------------------------
r13599 | sept_7 | 2008-07-11 22:44:39 +0200 (ven, 11 jui 2008) | 2 lines

[ENH] : put criptic stuff at the end of the page ;p

------------------------------------------------------------------------
r13598 | sept_7 | 2008-07-11 22:43:46 +0200 (ven, 11 jui 2008) | 2 lines

[FIX] fix security check , use old version of twversion.class.php...

------------------------------------------------------------------------
r13597 | sampaioprimo | 2008-07-11 22:38:07 +0200 (ven, 11 jui 2008) | 3 lines

[FIX] removed wikiplugin_calendar from branch 2.0, it doesnt work (anyone planning to finish this on trunk or should we remove from 
there also?)

------------------------------------------------------------------------
r13595 | lphuberdeau | 2008-07-11 21:56:54 +0200 (ven, 11 jui 2008) | 2 lines

[FIX] Broken build again

------------------------------------------------------------------------
r13594 | lphuberdeau | 2008-07-11 21:26:14 +0200 (ven, 11 jui 2008) | 2 lines

[FIX] Build broken

------------------------------------------------------------------------
r13592 | lphuberdeau | 2008-07-11 20:47:53 +0200 (ven, 11 jui 2008) | 2 lines

[REL] SecDB update

------------------------------------------------------------------------
r13591 | lphuberdeau | 2008-07-11 20:38:29 +0200 (ven, 11 jui 2008) | 1 line

[ROLLBACK] no more string changes at this point
------------------------------------------------------------------------
r13590 | Jyhem | 2008-07-11 20:20:29 +0200 (ven, 11 jui 2008) | 1 line

[UI] Just make sure that newbie admins are not stuck (even if they did not read the previous page properly)
------------------------------------------------------------------------
r13589 | sylvieg | 2008-07-11 20:07:58 +0200 (ven, 11 jui 2008) | 1 line

title
------------------------------------------------------------------------
r13588 | pkdille | 2008-07-11 19:16:16 +0200 (ven, 11 jui 2008) | 1 line

[LANG] get_strings on all language files
------------------------------------------------------------------------
r13587 | lphuberdeau | 2008-07-11 19:02:52 +0200 (ven, 11 jui 2008) | 1 line

[FIX] Installer didn't work on new installs using old databases
------------------------------------------------------------------------
r13586 | pkdille | 2008-07-11 18:54:20 +0200 (ven, 11 jui 2008) | 1 line

[FIX] dynamic content: fix the request which gave an error when adding an item on tiki-list_contents.php
------------------------------------------------------------------------
r13585 | sept_7 | 2008-07-11 18:52:54 +0200 (ven, 11 jui 2008) | 3 lines

[FIX] revert to the original (almost) order of include path...
maybe we should investigate include path to fix performance issues

------------------------------------------------------------------------
r13584 | nkoth | 2008-07-11 18:40:43 +0200 (ven, 11 jui 2008) | 2 lines

[MOD] adding tiki_p_view_categorized is ok on upgrade

------------------------------------------------------------------------
r13583 | lphuberdeau | 2008-07-11 18:35:20 +0200 (ven, 11 jui 2008) | 2 lines

[FIX] Broken link

------------------------------------------------------------------------
r13582 | sept_7 | 2008-07-11 18:29:05 +0200 (ven, 11 jui 2008) | 3 lines

[FIX] : strange if someone has an idea...
  even if lib/pear is in the path we need to prepend it :(

------------------------------------------------------------------------
r13581 | nyloth | 2008-07-11 18:29:04 +0200 (ven, 11 jui 2008) | 1 line

[FIX] better handling of 1.9 to 2.0 for feature_wysiwyg.
------------------------------------------------------------------------
r13580 | nkoth | 2008-07-11 18:20:31 +0200 (ven, 11 jui 2008) | 3 lines

[MOD] script to give users tiki_p_edit_categorized may inadvertently give users not intended to have this perm. Better to make admins upgrading to configure perms themselves.


------------------------------------------------------------------------
r13579 | nyloth | 2008-07-11 18:17:24 +0200 (ven, 11 jui 2008) | 1 line

[SVN] set svn external links for third party libs to the revision of branches 2.0 creationi (to avoid evolution of third party libs that could be only compatible with trunk).
------------------------------------------------------------------------
r13577 | sylvieg | 2008-07-11 18:02:33 +0200 (ven, 11 jui 2008) | 1 line

[FIX]search : pagination add words too
------------------------------------------------------------------------
r13576 | sept_7 | 2008-07-11 17:59:32 +0200 (ven, 11 jui 2008) | 2 lines

[FIX] : roll back : do not translate english (not wanted) 

------------------------------------------------------------------------
r13575 | lphuberdeau | 2008-07-11 17:57:50 +0200 (ven, 11 jui 2008) | 1 line

[MOD] Improvements in installer
------------------------------------------------------------------------
r13574 | sept_7 | 2008-07-11 17:33:54 +0200 (ven, 11 jui 2008) | 2 lines

[ENH] : Add TikiWiki cache for preferences when not logged in (from nkoth)

------------------------------------------------------------------------
r13573 | jonnybradley | 2008-07-11 17:32:22 +0200 (ven, 11 jui 2008) | 1 line

[MOD] Only show change editor button when not previewing or editing page section
------------------------------------------------------------------------
r13572 | lphuberdeau | 2008-07-11 17:29:17 +0200 (ven, 11 jui 2008) | 2 lines

[FIX] Clean-up

------------------------------------------------------------------------
r13571 | jonnybradley | 2008-07-11 17:28:44 +0200 (ven, 11 jui 2008) | 1 line

[FIX] Adding 1 (and fixing 2) no needToConfirms
------------------------------------------------------------------------
r13570 | jonnybradley | 2008-07-11 17:22:19 +0200 (ven, 11 jui 2008) | 1 line

[KIL] removal of htmlarea and popups dirs (unused apart from in templates/styles/simple/tiki-blog_post.tpl where it degrades to the normal wiki editor politely - sorry i can't work out how to replace it with FCKEditor safely - no experience with blogs feature)
------------------------------------------------------------------------
r13569 | Jyhem | 2008-07-11 17:17:26 +0200 (ven, 11 jui 2008) | 1 line

[ENH] Usability improvement: tell the initial admin password when it's needed.
------------------------------------------------------------------------
r13568 | sept_7 | 2008-07-11 17:17:12 +0200 (ven, 11 jui 2008) | 2 lines

[ENH] : do not translate english (from nkoth)

------------------------------------------------------------------------
r13567 | sept_7 | 2008-07-11 17:14:00 +0200 (ven, 11 jui 2008) | 2 lines

[ENH] : flip order of include_path so as to reduce disk access (from nktoh) 

------------------------------------------------------------------------
r13566 | nyloth | 2008-07-11 17:13:19 +0200 (ven, 11 jui 2008) | 1 line

[FIX] remove svn binary mime-type + use username instead of broken userlink+striptags
------------------------------------------------------------------------
r13565 | sept_7 | 2008-07-11 17:09:09 +0200 (ven, 11 jui 2008) | 2 lines

[ENH] : cache get_object_permissions_for_user results (from nkoth)

------------------------------------------------------------------------
r13564 | sept_7 | 2008-07-11 17:06:21 +0200 (ven, 11 jui 2008) | 2 lines

[ENH] : cache locale date strings (from nkoth)

------------------------------------------------------------------------
r13563 | sylvieg | 2008-07-11 16:57:30 +0200 (ven, 11 jui 2008) | 1 line

[FIX]Banners: shadow icon ads if feature banners not activated
------------------------------------------------------------------------
r13561 | ricks99 | 2008-07-11 16:33:02 +0200 (ven, 11 jui 2008) | 1 line

[FIX]malformed html causes links to not appear. fixed by closing the <A>. bug 1862
------------------------------------------------------------------------
r13560 | sylvieg | 2008-07-11 16:28:14 +0200 (ven, 11 jui 2008) | 1 line

[FIX]new search pagination
------------------------------------------------------------------------
r13559 | lphuberdeau | 2008-07-11 16:19:24 +0200 (ven, 11 jui 2008) | 2 lines

[FIX] Test folder path depended on PHP configuration

------------------------------------------------------------------------
r13558 | sylvieg | 2008-07-11 16:04:50 +0200 (ven, 11 jui 2008) | 1 line

[FIX]search: pagination was loosing search term
------------------------------------------------------------------------
r13557 | Jyhem | 2008-07-11 15:53:21 +0200 (ven, 11 jui 2008) | 1 line

[ENH] Clean-up and improve permissions
------------------------------------------------------------------------
r13556 | sylvieg | 2008-07-11 15:44:55 +0200 (ven, 11 jui 2008) | 1 line

notice
------------------------------------------------------------------------
r13555 | sylvieg | 2008-07-11 15:39:29 +0200 (ven, 11 jui 2008) | 1 line

[FIX]tracker: fix traker rating+clean code+check perm+avoid security problem by always computing the fieldId
------------------------------------------------------------------------
r13553 | pkdille | 2008-07-11 14:23:48 +0200 (ven, 11 jui 2008) | 1 line

[LANG] french translations: some
------------------------------------------------------------------------
r13552 | pkdille | 2008-07-11 14:16:09 +0200 (ven, 11 jui 2008) | 1 line

[MOD] tell a friend: putting tag out of a translated string
------------------------------------------------------------------------
r13551 | pkdille | 2008-07-11 13:50:54 +0200 (ven, 11 jui 2008) | 1 line

[MOD] typo
------------------------------------------------------------------------
r13550 | lphuberdeau | 2008-07-11 13:45:28 +0200 (ven, 11 jui 2008) | 2 lines

[MOD] Installer to use tikiwiki login when database is already created

------------------------------------------------------------------------
r13549 | lphuberdeau | 2008-07-11 13:44:57 +0200 (ven, 11 jui 2008) | 2 lines

[FIX] SQL error when overwriting DB

------------------------------------------------------------------------
r13548 | sept_7 | 2008-07-11 13:37:35 +0200 (ven, 11 jui 2008) | 2 lines

[ENH] : remove unused tests

------------------------------------------------------------------------
r13547 | sept_7 | 2008-07-11 13:37:11 +0200 (ven, 11 jui 2008) | 2 lines

[ENH] put javascript into CDATA section

------------------------------------------------------------------------
r13546 | pkdille | 2008-07-11 13:36:35 +0200 (ven, 11 jui 2008) | 1 line

[FIX] putting chat functions out of menu 42
------------------------------------------------------------------------
r13545 | pkdille | 2008-07-11 11:52:55 +0200 (ven, 11 jui 2008) | 1 line

[MOD] wikiplugin wantedpages: putting breaks out of the translated strings
------------------------------------------------------------------------
r13544 | Jyhem | 2008-07-11 11:52:10 +0200 (ven, 11 jui 2008) | 1 line

[FIX] Ooops
------------------------------------------------------------------------
r13543 | Jyhem | 2008-07-11 11:22:52 +0200 (ven, 11 jui 2008) | 1 line

[ENH] Sort permissions by permission type
------------------------------------------------------------------------
r13542 | luciash | 2008-07-11 10:39:15 +0200 (ven, 11 jui 2008) | 2 lines

[ENH] dont waste site header space and float the search bar on right top

------------------------------------------------------------------------
r13541 | luciash | 2008-07-11 09:56:16 +0200 (ven, 11 jui 2008) | 2 lines

[MOD] also hide custom code, site logo and ads in print mode and filegals manager

------------------------------------------------------------------------
r13538 | marclaporte | 2008-07-11 09:42:30 +0200 (ven, 11 jui 2008) | 1 line

[FIX] Like in 1.9.x, simplifying the error message if your permissions are not set up right. Instead of showing you several (but not all) options, it now refers you to just run setup.sh and follow the instructions from there.
------------------------------------------------------------------------
r13537 | lphuberdeau | 2008-07-11 09:29:08 +0200 (ven, 11 jui 2008) | 1 line

[MRG] branches/1.10 13525 to 13536
------------------------------------------------------------------------
r13535 | sylvieg | 2008-07-10 23:14:58 +0200 (jeu, 10 jui 2008) | 1 line

lost commit between release?
------------------------------------------------------------------------
r13534 | sylvieg | 2008-07-10 22:34:08 +0200 (jeu, 10 jui 2008) | 1 line

[FIX]trackerlist: to be able to rate in TRACKERLIST
------------------------------------------------------------------------
r13533 | sylvieg | 2008-07-10 21:09:37 +0200 (jeu, 10 jui 2008) | 1 line

[FIX]trackerlist: perms is only set if not admin+ no colspan for rating
------------------------------------------------------------------------
r13532 | sylvieg | 2008-07-10 21:00:39 +0200 (jeu, 10 jui 2008) | 1 line

[FIX]trackerlist: rating column heading now showing
------------------------------------------------------------------------
r13531 | sampaioprimo | 2008-07-10 20:48:44 +0200 (jeu, 10 jui 2008) | 2 lines

ops... only set the useImage if image field has some value

------------------------------------------------------------------------
r13530 | luciash | 2008-07-10 20:15:13 +0200 (jeu, 10 jui 2008) | 2 lines

[MOD] new tikilogo image

------------------------------------------------------------------------
r13529 | lphuberdeau | 2008-07-10 19:50:26 +0200 (jeu, 10 jui 2008) | 2 lines

[FIX] Transition style compatibility

------------------------------------------------------------------------
r13525 | lphuberdeau | 2008-07-10 19:25:07 +0200 (jeu, 10 jui 2008) | 1 line

[MOD] Fully renaming the 1.10 branch to 2.0
------------------------------------------------------------------------
r13524 | lphuberdeau | 2008-07-10 19:23:01 +0200 (jeu, 10 jui 2008) | 2 lines

[FIX] Broke on some pages

------------------------------------------------------------------------
r13523 | sampaioprimo | 2008-07-10 19:18:56 +0200 (jeu, 10 jui 2008) | 2 lines

[ENH] auto check 'useImage' field when user select an image

------------------------------------------------------------------------
r13522 | lphuberdeau | 2008-07-10 19:18:32 +0200 (jeu, 10 jui 2008) | 2 lines

[FIX] Make the 2.0 upgrade script visible

------------------------------------------------------------------------
r13521 | lphuberdeau | 2008-07-10 19:01:25 +0200 (jeu, 10 jui 2008) | 1 line

[MOD] Renaming everything to 2.0... sorry if it breaks stuff
------------------------------------------------------------------------
r13520 | luciash | 2008-07-10 18:33:42 +0200 (jeu, 10 jui 2008) | 2 lines

[FIX] prevent overflowing of select in modules

------------------------------------------------------------------------
r13519 | lphuberdeau | 2008-07-10 18:33:06 +0200 (jeu, 10 jui 2008) | 2 lines

[FIX] Missing occurences

------------------------------------------------------------------------
r13518 | lphuberdeau | 2008-07-10 18:31:54 +0200 (jeu, 10 jui 2008) | 3 lines

[MOD] Removing mypage for the release
[FIX] SQL diff

------------------------------------------------------------------------
r13517 | luciash | 2008-07-10 18:29:20 +0200 (jeu, 10 jui 2008) | 2 lines

[FIX] simple fixes :)

------------------------------------------------------------------------
r13516 | sylvieg | 2008-07-10 18:27:58 +0200 (jeu, 10 jui 2008) | 1 line

[FIX]menu: to be able to have another same than folder for the folder icon
------------------------------------------------------------------------
r13515 | luciash | 2008-07-10 18:21:23 +0200 (jeu, 10 jui 2008) | 2 lines

[FIX] removed closing of div which wasn't open, xhtml fixes

------------------------------------------------------------------------
r13514 | pkdille | 2008-07-10 17:57:42 +0200 (jeu, 10 jui 2008) | 1 line

[LANG] get_strings
------------------------------------------------------------------------
r13513 | nkoth | 2008-07-10 17:46:25 +0200 (jeu, 10 jui 2008) | 2 lines

[MOD] Remove share page feature from this release (incomplete feature)

------------------------------------------------------------------------
r13512 | Jyhem | 2008-07-10 17:25:15 +0200 (jeu, 10 jui 2008) | 1 line

[FIX] Add missing flags and remove typo flag (Phillippines)
------------------------------------------------------------------------
r13511 | pkdille | 2008-07-10 17:21:53 +0200 (jeu, 10 jui 2008) | 1 line

[MOD] pre-release diffsql: first pass. Not finished. tiki_menu_options was copied from 1.9 tiki.sql + 1.9 to 1.10 update dump.
------------------------------------------------------------------------
r13510 | sylvieg | 2008-07-10 16:53:06 +0200 (jeu, 10 jui 2008) | 1 line

errortype 401
------------------------------------------------------------------------
r13509 | sylvieg | 2008-07-10 16:46:44 +0200 (jeu, 10 jui 2008) | 1 line

[FIX]module: to have the param flip in MODULE more important than the setting
------------------------------------------------------------------------
r13508 | franck | 2008-07-10 16:41:17 +0200 (jeu, 10 jui 2008) | 1 line

[FIX] better error handling
------------------------------------------------------------------------
r13507 | sylvieg | 2008-07-10 16:41:14 +0200 (jeu, 10 jui 2008) | 1 line

mising commit about the toggle icon
------------------------------------------------------------------------
r13506 | franck | 2008-07-10 16:25:36 +0200 (jeu, 10 jui 2008) | 1 line

[FIX] fix link to the map view page
------------------------------------------------------------------------
r13505 | sylvieg | 2008-07-10 16:25:14 +0200 (jeu, 10 jui 2008) | 1 line

oops
------------------------------------------------------------------------
r13504 | Jyhem | 2008-07-10 16:18:20 +0200 (jeu, 10 jui 2008) | 1 line

[ENH] Mass capitalization
------------------------------------------------------------------------
r13503 | franck | 2008-07-10 16:15:26 +0200 (jeu, 10 jui 2008) | 1 line

[FIX] fix link to the map view page
------------------------------------------------------------------------
r13502 | franck | 2008-07-10 16:09:20 +0200 (jeu, 10 jui 2008) | 1 line

[FIX] add title to the page map_edit
------------------------------------------------------------------------
r13501 | nyloth | 2008-07-10 15:46:35 +0200 (jeu, 10 jui 2008) | 1 line

[SVN] remove executable properties on all files
------------------------------------------------------------------------
r13500 | lphuberdeau | 2008-07-10 15:32:40 +0200 (jeu, 10 jui 2008) | 2 lines

[FIX] Inaccurate check performed

------------------------------------------------------------------------
r13499 | lphuberdeau | 2008-07-10 15:31:59 +0200 (jeu, 10 jui 2008) | 2 lines

[FIX] This one broke install

------------------------------------------------------------------------
r13498 | franck | 2008-07-10 15:04:46 +0200 (jeu, 10 jui 2008) | 1 line

[FIX] make the edit page look cleaner
------------------------------------------------------------------------
r13497 | Jyhem | 2008-07-10 15:01:56 +0200 (jeu, 10 jui 2008) | 1 line

[FIX] The 'Fullscreen Edit' icon in the quicktags makes no sense outside wikipage edition. It's display is now optional
------------------------------------------------------------------------
r13496 | sylvieg | 2008-07-10 14:15:32 +0200 (jeu, 10 jui 2008) | 1 line

[FIX]tiki-browse_freetags.php could not be called because the setup called freetags.php
------------------------------------------------------------------------
r13495 | nyloth | 2008-07-10 12:46:51 +0200 (jeu, 10 jui 2008) | 1 line

Update changelog.txt for next stable release
------------------------------------------------------------------------
r13494 | lphuberdeau | 2008-07-10 12:45:39 +0200 (jeu, 10 jui 2008) | 2 lines

[FIX] Cleaning up comments

------------------------------------------------------------------------
r13493 | lphuberdeau | 2008-07-10 12:39:47 +0200 (jeu, 10 jui 2008) | 2 lines

[MOD] Update packaging script for SVN

------------------------------------------------------------------------
r13491 | lphuberdeau | 2008-07-10 11:20:32 +0200 (jeu, 10 jui 2008) | 2 lines

[FIX] Security check pass 1

------------------------------------------------------------------------
r13489 | m_stef | 2008-07-10 00:35:52 +0200 (jeu, 10 jui 2008) | 4 lines

[bugfix] the Events module didn't show events from all visible calendars, only
own calendars were displayed. commented out one unnecessary line.


------------------------------------------------------------------------
r13488 | m_stef | 2008-07-10 00:32:42 +0200 (jeu, 10 jui 2008) | 7 lines

[bugfix] this had the effect, that in some cases the RSS wikiplugin had his
feed title at the bottom - possibly at any random location - of the feed
itemlist displayed.

The first item always should be a title, sorting makes only sense afterwards.
but i'm not sure, if it makes sense to sort an rss feed by date anyway.

------------------------------------------------------------------------
r13487 | sylvieg | 2008-07-10 00:12:35 +0200 (jeu, 10 jui 2008) | 1 line

[FIX]missing param in documentation
------------------------------------------------------------------------
r13486 | sampaioprimo | 2008-07-09 23:33:15 +0200 (mer, 09 jui 2008) | 2 lines

better error message when importing a menu

------------------------------------------------------------------------
r13485 | sampaioprimo | 2008-07-09 23:17:51 +0200 (mer, 09 jui 2008) | 1 line

[MOD] user can remove options from menu when importing csv file
------------------------------------------------------------------------
r13484 | sampaioprimo | 2008-07-09 22:46:26 +0200 (mer, 09 jui 2008) | 1 line

[MOD] export all menu entries (instead of exporting only the active ones)
------------------------------------------------------------------------
r13483 | sampaioprimo | 2008-07-09 21:18:16 +0200 (mer, 09 jui 2008) | 2 lines

[ADD] new wikiplugin to list blog posts (still needs some interface improvement)

------------------------------------------------------------------------
r13482 | sept_7 | 2008-07-09 19:01:47 +0200 (mer, 09 jui 2008) | 2 lines

[ENH] installer : delete unnecessary lines...

------------------------------------------------------------------------
r13481 | sept_7 | 2008-07-09 18:59:05 +0200 (mer, 09 jui 2008) | 2 lines

[FIX] : Fix the installer...

------------------------------------------------------------------------
r13480 | sylvieg | 2008-07-09 17:41:20 +0200 (mer, 09 jui 2008) | 1 line

db sync
------------------------------------------------------------------------
r13479 | sylvieg | 2008-07-09 16:38:51 +0200 (mer, 09 jui 2008) | 1 line

[MOD]menu: possibility to change for a menu the folders icons by giving the path to the open folder icon + some fix to be able to overload the folder icons for a theme
------------------------------------------------------------------------
r13478 | nyloth | 2008-07-09 09:58:36 +0200 (mer, 09 jui 2008) | 1 line

[FIX] calendars: avoid duplicate days in calendars (month view) when there is a DST + reduce cpu load.
------------------------------------------------------------------------
r13477 | chibaguy | 2008-07-09 06:09:18 +0200 (mer, 09 jui 2008) | 1 line

[FIX] css: wysiwyg edit background; support for new category block selectors. tpls: {icon} for col-flipping; standard icons for fullscreen and email page. 
------------------------------------------------------------------------
r13475 | sylvieg | 2008-07-09 00:54:51 +0200 (mer, 09 jui 2008) | 1 line

oops trace
------------------------------------------------------------------------
r13474 | sylvieg | 2008-07-09 00:50:30 +0200 (mer, 09 jui 2008) | 1 line

icon
------------------------------------------------------------------------
r13473 | sylvieg | 2008-07-09 00:31:36 +0200 (mer, 09 jui 2008) | 1 line

[FIX] use {icon} in show/hide columns->todo: flip also the icon fucntion of the status
------------------------------------------------------------------------
r13472 | sylvieg | 2008-07-09 00:19:23 +0200 (mer, 09 jui 2008) | 1 line

[FIX] to have the overload mose folder icons
------------------------------------------------------------------------
r13471 | sylvieg | 2008-07-09 00:10:04 +0200 (mer, 09 jui 2008) | 1 line

[MOD]menu: folder close/open use famfam png icons
------------------------------------------------------------------------
r13470 | sylvieg | 2008-07-08 22:14:49 +0200 (mar, 08 jui 2008) | 1 line

missing perm denied errortype
------------------------------------------------------------------------
r13469 | sylvieg | 2008-07-08 21:57:32 +0200 (mar, 08 jui 2008) | 1 line

[MOD]TRACKERLIST: new param shownbitems to show the totla number of items
------------------------------------------------------------------------
r13468 | sylvieg | 2008-07-08 21:02:39 +0200 (mar, 08 jui 2008) | 1 line

[FIX] fix {title} by adding a parameter url to have tiki-view_tracker title links to the good url
------------------------------------------------------------------------
r13467 | Jyhem | 2008-07-08 20:04:27 +0200 (mar, 08 jui 2008) | 1 line

[ENH] Have actual permissions for admin article topics and types
------------------------------------------------------------------------
r13466 | sylvieg | 2008-07-08 20:01:00 +0200 (mar, 08 jui 2008) | 1 line

[FIX]tracker: show only import/export tab when a tracker is selected
------------------------------------------------------------------------
r13465 | sylvieg | 2008-07-08 19:10:21 +0200 (mar, 08 jui 2008) | 1 line

[FIX]: as options are no more displayed in these tpls and as no one knows was is so different except icons that can be handled in another way
------------------------------------------------------------------------
r13464 | ricks99 | 2008-07-08 19:08:26 +0200 (mar, 08 jui 2008) | 1 line

[UI]use standard icons for 'email this page' and 'fullscreen' options, instead of text links
------------------------------------------------------------------------
r13463 | pkdille | 2008-07-08 14:34:41 +0200 (mar, 08 jui 2008) | 1 line

[ADD] listpages: add a link to page history (if feature and perms are ok)
------------------------------------------------------------------------
r13462 | sylvieg | 2008-07-08 14:23:48 +0200 (mar, 08 jui 2008) | 1 line

[FIX]user: user_info was not displaying the user page
------------------------------------------------------------------------
r13461 | Jyhem | 2008-07-08 11:59:33 +0200 (mar, 08 jui 2008) | 1 line

[ENH] People with auto_approve permission may still want to send articles in the submission queue normally
------------------------------------------------------------------------
r13460 | chibaguy | 2008-07-08 05:10:46 +0200 (mar, 08 jui 2008) | 1 line

[FIX] div closing tag moved to avoid layout breaking in *litecss forum pages.
------------------------------------------------------------------------
r13459 | ricks99 | 2008-07-07 23:00:51 +0200 (lun, 07 jui 2008) | 1 line

[MOD]If blank from Quickedit module, tell user instead of simply editing the default page
------------------------------------------------------------------------
r13458 | pkdille | 2008-07-07 21:23:44 +0200 (lun, 07 jui 2008) | 1 line

[MOD] deploying smarty block title to some templates
------------------------------------------------------------------------
r13457 | pkdille | 2008-07-07 21:05:55 +0200 (lun, 07 jui 2008) | 1 line

[MOD] smarty block title: adding alt on edit template icon
------------------------------------------------------------------------
r13456 | pkdille | 2008-07-07 18:23:42 +0200 (lun, 07 jui 2008) | 1 line

[NEW] title smarty block: new way of handling titles in smarty templates. Will give the oportunity to factorize a bit more (done with nyloth)
------------------------------------------------------------------------
r13455 | sylvieg | 2008-07-07 12:53:17 +0200 (lun, 07 jui 2008) | 1 line

[FIX]stripos is php5. thx nyloth
------------------------------------------------------------------------
r13454 | sylvieg | 2008-07-07 12:49:36 +0200 (lun, 07 jui 2008) | 1 line

typo - thx nyloth
------------------------------------------------------------------------
r13453 | sylvieg | 2008-07-06 23:11:12 +0200 (dim, 06 jui 2008) | 1 line

[FIX]layout: show/hide right column set to the right
------------------------------------------------------------------------
r13452 | sylvieg | 2008-07-06 22:07:58 +0200 (dim, 06 jui 2008) | 1 line

help comment, for those who want to redirect to a wiki page if url not found
------------------------------------------------------------------------
r13451 | Jyhem | 2008-07-06 21:41:57 +0200 (dim, 06 jui 2008) | 1 line

[FIX] Typo
------------------------------------------------------------------------
r13450 | Jyhem | 2008-07-06 19:31:46 +0200 (dim, 06 jui 2008) | 1 line

[FIX] Fresh installs were broken
------------------------------------------------------------------------
r13449 | sylvieg | 2008-07-06 17:42:48 +0200 (dim, 06 jui 2008) | 1 line

display_login_box is no more useful
------------------------------------------------------------------------
r13448 | sylvieg | 2008-07-06 17:40:56 +0200 (dim, 06 jui 2008) | 1 line

[MOD] a more generic way to handle error on permission denied: 2 prefs 'display login_box to anonymous', 'redirect to an url' - because some sites do not use the login box but a more elaborated login page
------------------------------------------------------------------------
r13447 | ricks99 | 2008-07-06 17:09:00 +0200 (dim, 06 jui 2008) | 1 line

[UI]centered icons, filled width of form, added default text when no events
------------------------------------------------------------------------
r13446 | sylvieg | 2008-07-06 16:13:00 +0200 (dim, 06 jui 2008) | 1 line

[FIX]modules: must clear the title to have the login box with the right title and not the title of the last module
------------------------------------------------------------------------
r13445 | sylvieg | 2008-07-06 15:58:23 +0200 (dim, 06 jui 2008) | 1 line

[FIX]icon: change the icons (it is an action not a status)
------------------------------------------------------------------------
r13444 | pkdille | 2008-07-06 08:17:53 +0200 (dim, 06 jui 2008) | 1 line

[MOD] page-bar: change border color for page-bar div's in tikineat and tikinewt stylesheets
------------------------------------------------------------------------
r13443 | pkdille | 2008-07-06 08:07:33 +0200 (dim, 06 jui 2008) | 1 line

[MOD] page-bar: delete an <hr> tag over page-bar and change it to a border. It will be easier to customize for look and feel. Also, avoid the adding of editdate section when this section is empty
------------------------------------------------------------------------
r13442 | ricks99 | 2008-07-05 18:40:22 +0200 (sam, 05 jui 2008) | 1 line

[UI]Better feedback upon successful message. 
------------------------------------------------------------------------
r13441 | sylvieg | 2008-07-05 00:58:09 +0200 (sam, 05 jui 2008) | 1 line

[FIX]menu: page names are case insensitive
------------------------------------------------------------------------
r13440 | jonnybradley | 2008-07-05 00:16:37 +0200 (sam, 05 jui 2008) | 1 line

[NEW] Remarks Box: Smarty entity, wikiplugin, template and transitional css (nothing should change)
------------------------------------------------------------------------
r13439 | sylvieg | 2008-07-04 23:34:48 +0200 (ven, 04 jui 2008) | 1 line

set smarty errortype to 401 if permission denied
------------------------------------------------------------------------
r13438 | pkdille | 2008-07-04 22:09:13 +0200 (ven, 04 jui 2008) | 1 line

[MOD] csscheck: add a comment to this file and add the stylesheet to analyze as a parameter
------------------------------------------------------------------------
r13437 | sylvieg | 2008-07-04 20:33:34 +0200 (ven, 04 jui 2008) | 1 line

set smarty errortype to 401 if permission denied
------------------------------------------------------------------------
r13436 | Jyhem | 2008-07-04 15:44:06 +0200 (ven, 04 jui 2008) | 1 line

[FIX] did not handle tiki_p_articles_read_heading
------------------------------------------------------------------------
r13435 | pkdille | 2008-07-04 13:38:20 +0200 (ven, 04 jui 2008) | 1 line

[MOD] get_strings: cleanup and webify completion function output
------------------------------------------------------------------------
r13434 | Jyhem | 2008-07-04 11:09:11 +0200 (ven, 04 jui 2008) | 1 line

[FIX] The tiki_p_articles_read_heading permission was not used everywhere
------------------------------------------------------------------------
r13433 | nyloth | 2008-07-04 08:58:22 +0200 (ven, 04 jui 2008) | 1 line

[ENH] newsletters: use absolute URLs for images in newsletters.
------------------------------------------------------------------------
r13432 | nyloth | 2008-07-04 08:56:35 +0200 (ven, 04 jui 2008) | 1 line

[FIX] self_link optional param
------------------------------------------------------------------------
r13431 | chibaguy | 2008-07-04 08:49:38 +0200 (ven, 04 jui 2008) | 1 line

[FIX] CSS menu block added. (FYI, these header.tpl files are all identical but slightly different from the current default. The site identity include has been moved to tiki.tpl, the body tag has an if-fullscreen id, and the fullscreen link has position: absolute. When templates/tiki.tpl can be modified accordingly (at time of switch to *litecss-based), these themes' header.tpl files can be deleted.)
------------------------------------------------------------------------
r13429 | chibaguy | 2008-07-04 03:23:35 +0200 (ven, 04 jui 2008) | 1 line

[ENH] Table row styling improved, etc.
------------------------------------------------------------------------
r13427 | niclone | 2008-07-03 21:19:20 +0200 (jeu, 03 jui 2008) | 2 lines

[FIX] minichat: utf8 support, and better browser cache handling

------------------------------------------------------------------------
r13426 | niclone | 2008-07-03 21:14:37 +0200 (jeu, 03 jui 2008) | 2 lines

[FIX] minichat: show more lines in the chat window: 30 -> 100

------------------------------------------------------------------------
r13425 | niclone | 2008-07-03 19:07:36 +0200 (jeu, 03 jui 2008) | 2 lines

[FIX] minichat: add a class to the chat div

------------------------------------------------------------------------
r13424 | Jyhem | 2008-07-03 18:49:03 +0200 (jeu, 03 jui 2008) | 1 line

[FIX] Flagnames which we actually use now (we don't use the underscores)
------------------------------------------------------------------------
r13423 | niclone | 2008-07-03 16:22:31 +0200 (jeu, 03 jui 2008) | 2 lines

[FIX] minichat: also add css styles. Note that without it, minichat will be ugly

------------------------------------------------------------------------
r13422 | niclone | 2008-07-03 16:19:44 +0200 (jeu, 03 jui 2008) | 3 lines

[FIX] minichat: also add sql tables


------------------------------------------------------------------------
r13421 | niclone | 2008-07-03 16:14:38 +0200 (jeu, 03 jui 2008) | 3 lines

[NEW] this is a mini chat module (very fast, very light, should work on most browsers)


------------------------------------------------------------------------
r13420 | nyloth | 2008-07-03 15:20:59 +0200 (jeu, 03 jui 2008) | 1 line

[NEW] fckeditor: new plugin 'CleanHTML' to allow the user to really clean the HTML code of the wiki page (for example after a copy-paste from Word)
------------------------------------------------------------------------
r13419 | nyloth | 2008-07-03 13:58:42 +0200 (jeu, 03 jui 2008) | 6 lines

[FIX] view tracker item: use itemId if specified, instead of always guessing the itemId from other search params and offset, because the list (and then the offset) may have changed while the user was editing the item, which can cause a modification of the wrong item when saving.
 + fix auto_query_args
 + simplify code for redirecting to the list of items by using smarty self_link
 + simplify code for keeping search params while saving data by using smarty query
 + remove useless comment

------------------------------------------------------------------------
r13418 | nyloth | 2008-07-03 13:58:11 +0200 (jeu, 03 jui 2008) | 2 lines

[ENH] smarty query function: new _urlencode param to be able to avoid url encoding (useful, for example, to use the resulting url in a text or as a Location header).

------------------------------------------------------------------------
r13417 | chibaguy | 2008-07-03 02:55:45 +0200 (jeu, 03 jui 2008) | 1 line

[FIX] Replaced single <span id="form" /> with div tag set to enable styling, etc. (Previous commit was file with changes not saved.)
------------------------------------------------------------------------
r13416 | sylvieg | 2008-07-02 19:47:44 +0200 (mer, 02 jui 2008) | 1 line

[FIX]css menus: add_cssfile does not worj as arrives to late -> so introduce a feature cssmenu only to add the .css in the <head>
------------------------------------------------------------------------
r13415 | Jyhem | 2008-07-02 18:26:52 +0200 (mer, 02 jui 2008) | 1 line

[ENH] highlight important warnings
------------------------------------------------------------------------
r13414 | sylvieg | 2008-07-02 18:12:25 +0200 (mer, 02 jui 2008) | 1 line

[FIX]css menus: add_cssfile does not worj as arrives to late -> so introduce a feature cssmenu only to add the .css in the <head>
------------------------------------------------------------------------
r13413 | ricks99 | 2008-07-02 14:15:11 +0200 (mer, 02 jui 2008) | 1 line

[UI]Easier to read stat sections, broke up the table, added headers, use of CYCLE for table rows
------------------------------------------------------------------------
r13412 | chibaguy | 2008-07-02 08:18:35 +0200 (mer, 02 jui 2008) | 1 line

[FIX] Replaced single <span id="form" /> with div tag set to enable styling, etc.
------------------------------------------------------------------------
r13411 | sampaioprimo | 2008-07-02 05:50:12 +0200 (mer, 02 jui 2008) | 1 line

[FIX] check if the optionId belongs to the menu before importing
------------------------------------------------------------------------
r13410 | sampaioprimo | 2008-07-01 22:24:53 +0200 (mar, 01 jui 2008) | 3 lines

[MOD] moved menu import and export functions to menulib.php
[FIX] use double quotes for text fields when creating the CSV file with the menu options
[MOD] export the optionId field to the CSV file to allow menu options to be updated or to create new menu options
------------------------------------------------------------------------
r13409 | sylvieg | 2008-07-01 20:55:11 +0200 (mar, 01 jui 2008) | 1 line

[FIX]module: missing h3 in flip module + flip param overwrite default flip to able to do whatever you wnat in MODULE
------------------------------------------------------------------------
r13408 | lphuberdeau | 2008-07-01 18:00:24 +0200 (mar, 01 jui 2008) | 1 line

[FIX] Parameter inversion
------------------------------------------------------------------------
r13407 | Jyhem | 2008-07-01 17:47:30 +0200 (mar, 01 jui 2008) | 1 line

[FIX] This helps the 'Add new image' quicktag to work
------------------------------------------------------------------------
r13406 | jonnybradley | 2008-07-01 17:45:57 +0200 (mar, 01 jui 2008) | 1 line

[FIX] XHTML tag tidying (should be safe)
------------------------------------------------------------------------
r13405 | lphuberdeau | 2008-07-01 17:43:17 +0200 (mar, 01 jui 2008) | 2 lines

[FIX] Internal reference lookup with alternate syntax

------------------------------------------------------------------------
r13404 | nyloth | 2008-07-01 17:27:40 +0200 (mar, 01 jui 2008) | 1 line

[FIX] ajax: handle session timeout
------------------------------------------------------------------------
r13403 | sylvieg | 2008-07-01 16:33:11 +0200 (mar, 01 jui 2008) | 1 line

[FIX]trackerlist: showlastmodif + able to use list_mode for pretty tracker
------------------------------------------------------------------------
r13402 | lphuberdeau | 2008-07-01 16:32:08 +0200 (mar, 01 jui 2008) | 2 lines

[MOD] Correct listing of category items created by profiles

------------------------------------------------------------------------
r13401 | lphuberdeau | 2008-07-01 16:18:43 +0200 (mar, 01 jui 2008) | 2 lines

[MOD] Adding support for categories (partial)

------------------------------------------------------------------------
r13400 | sylvieg | 2008-07-01 15:58:35 +0200 (mar, 01 jui 2008) | 1 line

[FIX]sessions: the user column can be null like in tiki.sql in order to count the number of anonymous sessions
------------------------------------------------------------------------
r13396 | sampaioprimo | 2008-07-01 06:11:27 +0200 (mar, 01 jui 2008) | 2 lines

translation

------------------------------------------------------------------------
r13395 | pkdille | 2008-06-30 22:14:38 +0200 (lun, 30 jun 2008) | 1 line

[MOD] categobjects: change html structure in order to give possibility to change the look without changing template. Add some css classes. Put some styles in transition stylesheet to preserve current look.
------------------------------------------------------------------------
r13394 | sampaioprimo | 2008-06-30 21:05:25 +0200 (lun, 30 jun 2008) | 2 lines

[FIX] links in the menu works with ((foo?)). please help testing other cases

------------------------------------------------------------------------
r13393 | sylvieg | 2008-06-30 17:08:55 +0200 (lun, 30 jun 2008) | 1 line

[MOD]user: log user deletion as user creation
------------------------------------------------------------------------
r13392 | nyloth | 2008-06-30 16:59:12 +0200 (lun, 30 jun 2008) | 1 line

[ENH] wiki pages: only display the 'has been saved' message if the current user is the one who saved.
------------------------------------------------------------------------
r13391 | nyloth | 2008-06-30 16:45:05 +0200 (lun, 30 jun 2008) | 2 lines

[FIX] missing modification for the last commit

------------------------------------------------------------------------
r13390 | nyloth | 2008-06-30 16:22:48 +0200 (lun, 30 jun 2008) | 9 lines

[NEW] wiki pages: 
  * allow users that have tiki_p_admin_wiki perm to change the wiki authors style for each page,
  * allow admins to choose the position of the bar of actions buttons (save, cancel, preview...) : top (above textarea), bottom, both + factorize code of buttons for preview mode and for normal edit mode,
  * add a feature 'Save Draft' in wiki admin page, to be able to hide the 'Save Draft' button when editing a wiki page,
  * display a message ($date - Version $num of this page has been saved by $user) after a page has been saved,
  * css: by default, put wiki actions buttons on the right when they are above textarea (position = top),
  * in some places, use the new way of handling ':' chars at the end of translated strings


------------------------------------------------------------------------
r13387 | pkdille | 2008-06-30 12:08:19 +0200 (lun, 30 jun 2008) | 1 line

[ADD] listpages plugin
------------------------------------------------------------------------
r13386 | sampaioprimo | 2008-06-29 16:58:02 +0200 (dim, 29 jun 2008) | 3 lines

[FIX] smarty var names conflicting


------------------------------------------------------------------------
r13385 | sampaioprimo | 2008-06-29 07:57:56 +0200 (dim, 29 jun 2008) | 3 lines

[FIX] menu preview when editing menu


------------------------------------------------------------------------
r13384 | sampaioprimo | 2008-06-28 21:53:31 +0200 (sam, 28 jun 2008) | 2 lines

[MOD] make generate a password in registration form optional and set default to 'n'

------------------------------------------------------------------------
r13383 | jonnybradley | 2008-06-28 20:35:37 +0200 (sam, 28 jun 2008) | 1 line

[FIX] XHTML needs a space between attributes
------------------------------------------------------------------------
r13382 | sampaioprimo | 2008-06-28 20:29:26 +0200 (sam, 28 jun 2008) | 2 lines

translation

------------------------------------------------------------------------
r13381 | sampaioprimo | 2008-06-28 18:23:32 +0200 (sam, 28 jun 2008) | 2 lines

merged two strings into one to make translation easier

------------------------------------------------------------------------
r13380 | chibaguy | 2008-06-28 12:55:47 +0200 (sam, 28 jun 2008) | 1 line

[ENH] "Category" label added to indicate the meaning of category object lists.
------------------------------------------------------------------------
r13379 | chibaguy | 2008-06-28 12:33:58 +0200 (sam, 28 jun 2008) | 1 line

[FIX] div.catblock is in categobjects.tpl -- no need to repeat div class in including file.
------------------------------------------------------------------------
r13378 | chibaguy | 2008-06-28 09:28:15 +0200 (sam, 28 jun 2008) | 1 line

[MOD] "Powered by" text/link moved from footer.tpl to tiki-bot_bar.tpl (works better for layout in themes).
------------------------------------------------------------------------
r13377 | pkdille | 2008-06-28 07:20:17 +0200 (sam, 28 jun 2008) | 1 line

[MOD] french translations: some
------------------------------------------------------------------------
r13376 | sylvieg | 2008-06-27 23:11:21 +0200 (ven, 27 jun 2008) | 1 line

[FIX]gal: never display an image in a scale bigger that the original 
------------------------------------------------------------------------
r13375 | pkdille | 2008-06-27 23:09:24 +0200 (ven, 27 jun 2008) | 1 line

[FIX] no tabs: put away debug message and move the no tabs checkbox in c-box-title bar (otherwise, it was partially recovered by "Main features" tab when no-tabs was activated
------------------------------------------------------------------------
r13374 | ricks99 | 2008-06-27 18:59:28 +0200 (ven, 27 jun 2008) | 1 line

[UI]Provide better feedback. Use of icons. Include default values.
------------------------------------------------------------------------
r13373 | pkdille | 2008-06-27 18:48:04 +0200 (ven, 27 jun 2008) | 1 line

[DEL] listpages wikiplugin which has been merged with listpages mod
------------------------------------------------------------------------
r13371 | lphuberdeau | 2008-06-27 00:38:14 +0200 (ven, 27 jun 2008) | 2 lines

[MOD] Generalizing wiki page inclusion and adding in-content references

------------------------------------------------------------------------
r13370 | pkdille | 2008-06-26 22:31:38 +0200 (jeu, 26 jun 2008) | 1 line

[MOD] rename page: increase wiki page name field size.
------------------------------------------------------------------------
r13369 | pkdille | 2008-06-26 22:28:07 +0200 (jeu, 26 jun 2008) | 1 line

[MOD] notepad read: unduplicate some code
------------------------------------------------------------------------
r13368 | pkdille | 2008-06-26 22:07:24 +0200 (jeu, 26 jun 2008) | 1 line

[FIX] Application menu (42): Add action log items links also if user has tiki_p_view_actionlog or tiki_p_view_actionlog_owngroups perms
------------------------------------------------------------------------
r13367 | lphuberdeau | 2008-06-26 21:46:31 +0200 (jeu, 26 jun 2008) | 2 lines

[NEW] Wiki page handler

------------------------------------------------------------------------
r13366 | pkdille | 2008-06-26 21:45:41 +0200 (jeu, 26 jun 2008) | 1 line

[FIX] actionlog: we should have access to this feature with tiki_p_view_actionlog or tiki_p_view_actionlog_owngroups perms
------------------------------------------------------------------------
r13365 | ricks99 | 2008-06-26 20:17:05 +0200 (jeu, 26 jun 2008) | 1 line

[UI] give default error message, use icons
------------------------------------------------------------------------
r13364 | ricks99 | 2008-06-26 18:33:40 +0200 (jeu, 26 jun 2008) | 1 line

[UI] add third column span for deep searches
------------------------------------------------------------------------
r13363 | ricks99 | 2008-06-26 18:31:54 +0200 (jeu, 26 jun 2008) | 1 line

[FIX]If no objects to display, tell user
------------------------------------------------------------------------
r13362 | ricks99 | 2008-06-26 17:55:15 +0200 (jeu, 26 jun 2008) | 1 line

[UI] move select all check to column heading, as in other pages.
------------------------------------------------------------------------
r13361 | nyloth | 2008-06-26 16:57:38 +0200 (jeu, 26 jun 2008) | 5 lines

[NEW] translation system : Now, if no translation has been found for strings which ends with a punctuation char like : ! or ; then try to translate punctuation separately (e.g. if the content is 'Login:' or 'Login :', then it will try to translate 'Login' and ':' separately). This should avoid duplicated strings like 'Login' and 'Login:' that were needed before (because there is no space before ':' in english, but there is one in others like french).

I hope this will stop the endless nightmare to decide weither to put the ':' inside or outside the string to translate (now, we should put it inside the string between smarty {tra}{/tra} or when using php tra() function, but not in the language.php file).


------------------------------------------------------------------------
r13360 | Jyhem | 2008-06-26 15:11:00 +0200 (jeu, 26 jun 2008) | 1 line

[FIX] Avoid cases where link to login box is below a login box
------------------------------------------------------------------------
r13359 | pkdille | 2008-06-26 15:00:05 +0200 (jeu, 26 jun 2008) | 1 line

[ADD] wiki plugin listpages: new plugin to include the listpages table in a wiki page. Done in collaboration with nyloth. Thks to him.
------------------------------------------------------------------------
r13358 | Jyhem | 2008-06-26 13:59:44 +0200 (jeu, 26 jun 2008) | 1 line

[ENH] Only indenting corrections for legibility. No code change
------------------------------------------------------------------------
r13357 | pkdille | 2008-06-26 13:36:20 +0200 (jeu, 26 jun 2008) | 1 line

[MOD] pagination links: typo: change string delimiter in order to fix the fact that get_strings is confusingly collecting some strings in this file. Thks nyloth.
------------------------------------------------------------------------
r13356 | pkdille | 2008-06-25 23:05:02 +0200 (mer, 25 jun 2008) | 1 line

[MOD] french translations: some + some unused words cleaning
------------------------------------------------------------------------
r13355 | pkdille | 2008-06-25 22:45:32 +0200 (mer, 25 jun 2008) | 1 line

[MOD] admin menu options: typo
------------------------------------------------------------------------
r13354 | nyloth | 2008-06-25 21:11:05 +0200 (mer, 25 jun 2008) | 1 line

[FIX] calendar lib: missing global
------------------------------------------------------------------------
r13353 | nyloth | 2008-06-25 20:13:10 +0200 (mer, 25 jun 2008) | 25 lines

[NEW] Dynamic Contents: many enhancements

	* Now fully support the 'Label' - introduced in DB by nkoth - of a bloc (in listing table and when using the smarty function),

	* Use smarty pagination and self_query + find.tpl. This also make this feature AJAX-ready (for column sorting, pagination, find and actions),

	* Change smarty 'rcontent' function to allow no params (neither 'id' nor 'label') that will return a random content not related to a specific bloc,

	* New smarty compiler 'assign_content' that simplifies the use of dynamic contents in templates (for exemple, {assign_content label='my_label' var='test'} will put the data of the dynamic content in the $test variable, available in the smarty template. This is easier than using smarty capture and is useful to display the dynamic content only if the value match some conditions),

	* Use one query instead of two in TikiLib::get_actual_content(),

	* Change dcslib::list_content() to get all data from one query, in order to be able to easily sort on every fields,

	* Change dcslib::get_random_content() to allow no params, which means random with no specific contentId,

	* Display the current value of a dynamic content in the list of content blocs,

	* Remove the 'last versions' column which takes place and is not really useful,

	* To gain more place, move the 'Description' above the Label (in the Label column) as it is more and more done for table listings in tiki,

	* Move the cross icon ('Delete' action) to display it as the last action (as nearly everywhere in tiki)


------------------------------------------------------------------------
r13352 | nyloth | 2008-06-25 20:12:08 +0200 (mer, 25 jun 2008) | 7 lines

[NEW] wiki pages list:
	* Add options in wiki admin page to be able to display the page description in the list of pages and to specify the max display length of the description,
	* Fix a bug in AJAX that was hiding the first column header when sorting the table,
	* Use javascript_enabled pref to decide weither or not to display the 'select all' checkbox,
	* As in filegal listings, use a gray 'Lock' icon as the 'Status of the page' column header,
	* Add the 'Remove' action to match the usual actions in tiki listings

------------------------------------------------------------------------
r13351 | nyloth | 2008-06-25 20:10:48 +0200 (mer, 25 jun 2008) | 2 lines

[FIX] translations: fix some french translations

------------------------------------------------------------------------
r13350 | nyloth | 2008-06-25 20:10:23 +0200 (mer, 25 jun 2008) | 2 lines

[ENH] confirmation step: now AJAX-ready (even for the 'back' button)

------------------------------------------------------------------------
r13349 | nyloth | 2008-06-25 20:09:50 +0200 (mer, 25 jun 2008) | 2 lines

[MOD] calendars modules: remove duplicated code + specify default module names and titles

------------------------------------------------------------------------
r13348 | Jyhem | 2008-06-25 17:41:49 +0200 (mer, 25 jun 2008) | 1 line

[ENH] People usually don't figure out that new pages can be created by clicking 'Edit'
------------------------------------------------------------------------
r13347 | sylvieg | 2008-06-25 17:24:45 +0200 (mer, 25 jun 2008) | 1 line

[FIX]tracker: show ID in admin trackers + self_link
------------------------------------------------------------------------
r13346 | sylvieg | 2008-06-25 17:00:04 +0200 (mer, 25 jun 2008) | 1 line

[FIX]perm: INCLUDE was not working for a user with only tiki_p_admin and not tiki_p_view
------------------------------------------------------------------------
r13345 | Jyhem | 2008-06-25 14:11:39 +0200 (mer, 25 jun 2008) | 1 line

[FIX] Match text in templates
------------------------------------------------------------------------
r13344 | sylvieg | 2008-06-25 13:55:49 +0200 (mer, 25 jun 2008) | 1 line

[FIX]cycle lines
------------------------------------------------------------------------
r13343 | sylvieg | 2008-06-25 01:23:20 +0200 (mer, 25 jun 2008) | 1 line

[MOD] the tabs feature in admin_feature was IMHO a bad move - add a checkbox to locally unset the tabs :-))))))
------------------------------------------------------------------------
r13342 | pkdille | 2008-06-24 23:04:40 +0200 (mar, 24 jun 2008) | 1 line

[MOD] french translations: some work
------------------------------------------------------------------------
r13341 | pkdille | 2008-06-24 22:55:45 +0200 (mar, 24 jun 2008) | 1 line

[MOD] tell a friend: homogenize "report to the webmaster" string with other parts of tiki
------------------------------------------------------------------------
r13340 | pkdille | 2008-06-24 22:50:32 +0200 (mar, 24 jun 2008) | 1 line

[MOD] admin menus: reorganize tip section. Delete rbox-link class for links which is useless (and unused in tiki styles). Break long translated string into two strings (which are in fact two tips)
------------------------------------------------------------------------
r13339 | pkdille | 2008-06-24 22:25:50 +0200 (mar, 24 jun 2008) | 1 line

[MOD] typo
------------------------------------------------------------------------
r13338 | sylvieg | 2008-06-24 18:59:38 +0200 (mar, 24 jun 2008) | 1 line

unused feature feature_userVersions
------------------------------------------------------------------------
r13337 | marclaporte | 2008-06-24 18:20:44 +0200 (mar, 24 jun 2008) | 1 line

[FIX] Offer to login on redirect: Save a redirect by using real URL
------------------------------------------------------------------------
r13336 | lphuberdeau | 2008-06-24 18:11:11 +0200 (mar, 24 jun 2008) | 2 lines

[FIX] Remove dependency on allow_url_fopen

------------------------------------------------------------------------
r13335 | marclaporte | 2008-06-24 17:46:17 +0200 (mar, 24 jun 2008) | 1 line

[FIX] typo
------------------------------------------------------------------------
r13334 | nyloth | 2008-06-24 16:22:24 +0200 (mar, 24 jun 2008) | 1 line

[FIX] errors: avoid infinite loop when error.tpl is called from a smarty function in tiki.tpl - because error.tpl calls tiki.tpl again and again.
------------------------------------------------------------------------
r13333 | sylvieg | 2008-06-24 15:52:49 +0200 (mar, 24 jun 2008) | 1 line

[FIX]category: do not show categories select if no categories
------------------------------------------------------------------------
r13332 | sylvieg | 2008-06-24 14:37:08 +0200 (mar, 24 jun 2008) | 1 line

rollback
------------------------------------------------------------------------
r13331 | sylvieg | 2008-06-24 13:49:24 +0200 (mar, 24 jun 2008) | 1 line

[FIX]login: do not default unsuccessful login on 5 times - because on a fresh install an admin can enter 5 times a wrong password and he is stuck because he has no email set yet + check the email is set
------------------------------------------------------------------------
r13330 | sylvieg | 2008-06-24 13:48:24 +0200 (mar, 24 jun 2008) | 1 line

typo
------------------------------------------------------------------------
r13329 | sylvieg | 2008-06-24 13:47:54 +0200 (mar, 24 jun 2008) | 1 line

[FIX]login: do not default unsuccessful login on 5 times - because on a fresh install an admin can enter 5 times a wrong password and he is stuck because he has no email set yet + check the email is set
------------------------------------------------------------------------
r13328 | pkdille | 2008-06-23 22:59:44 +0200 (lun, 23 jun 2008) | 1 line

[MOD] french translations: some
------------------------------------------------------------------------
r13327 | Jyhem | 2008-06-23 19:54:20 +0200 (lun, 23 jun 2008) | 1 line

[ENH] Offer possibility to display 'lang' column in article list
------------------------------------------------------------------------
r13326 | Jyhem | 2008-06-23 19:07:27 +0200 (lun, 23 jun 2008) | 1 line

[FIX] typo
------------------------------------------------------------------------
r13323 | jonnybradley | 2008-06-23 11:25:52 +0200 (lun, 23 jun 2008) | 1 line

[FIX] Couple of typos
------------------------------------------------------------------------
r13322 | chibaguy | 2008-06-23 06:54:56 +0200 (lun, 23 jun 2008) | 1 line

[SVN] Olive themes moved from branch 1.10 to mods. [MOD] phplm long dropdowns need background color as well as image in Feb12 theme.
------------------------------------------------------------------------
r13320 | chibaguy | 2008-06-23 05:52:46 +0200 (lun, 23 jun 2008) | 1 line

[MOD] Public display of Tiki version removed from bottom bar for security reason.
------------------------------------------------------------------------
r13319 | marclaporte | 2008-06-23 02:55:57 +0200 (lun, 23 jun 2008) | 1 line

[MOD] Adding a small __Powered by__ in the footer. Should be improved, made unobstrusive, optional, but default should be on. Please see: http://dev.tikiwiki.org/Viral+TikiWiki
------------------------------------------------------------------------
r13318 | marclaporte | 2008-06-23 00:33:44 +0200 (lun, 23 jun 2008) | 1 line

[FIX] Adding link to explain what is OpenID
------------------------------------------------------------------------
r13317 | marclaporte | 2008-06-23 00:12:05 +0200 (lun, 23 jun 2008) | 1 line

[FIX] Adding OpenID icon which was called by CSS but never uploaded
------------------------------------------------------------------------
r13316 | sylvieg | 2008-06-22 23:07:45 +0200 (dim, 22 jun 2008) | 1 line

[FIX]tracker: fix link + lastmodif in TRACKERLIST
------------------------------------------------------------------------
r13315 | mbrackeva | 2008-06-22 16:14:47 +0200 (dim, 22 jun 2008) | 1 line

[FIX] Users were only able to list/take quiz if they had permission to view the stats. Ref: http://dev.tikiwiki.org/wish1844
------------------------------------------------------------------------
r13314 | marclaporte | 2008-06-21 18:00:33 +0200 (sam, 21 jun 2008) | 1 line

[FIX] Shorter URL for trackers, like in 1.9.x
------------------------------------------------------------------------
r13313 | ricks99 | 2008-06-21 17:48:41 +0200 (sam, 21 jun 2008) | 1 line

[FIX] search results pages are dynamic, they should not not by indexed by search engines.
------------------------------------------------------------------------
r13312 | sylvieg | 2008-06-20 22:52:54 +0200 (ven, 20 jun 2008) | 1 line

[FIX]events plugin: do not display end if end=start
------------------------------------------------------------------------
r13311 | sylvieg | 2008-06-20 22:45:34 +0200 (ven, 20 jun 2008) | 1 line

[FIX]events plugin: extract the html to a tpl
------------------------------------------------------------------------
r13310 | sylvieg | 2008-06-20 20:17:25 +0200 (ven, 20 jun 2008) | 1 line

move to trunk
------------------------------------------------------------------------
r13309 | sylvieg | 2008-06-20 20:04:23 +0200 (ven, 20 jun 2008) | 1 line

mode to trunk
------------------------------------------------------------------------
r13308 | sylvieg | 2008-06-20 19:18:52 +0200 (ven, 20 jun 2008) | 1 line

[FIX]tracker: some cleaning when editing an exisitng item in TRACKER with the selector fields
------------------------------------------------------------------------
r13307 | Jyhem | 2008-06-20 17:53:03 +0200 (ven, 20 jun 2008) | 1 line

[ENH] Most errors are due to loss of session. Give more helpful indications.
------------------------------------------------------------------------
r13306 | sylvieg | 2008-06-20 17:52:41 +0200 (ven, 20 jun 2008) | 1 line

[FIX]tracker: if user creator already filled, use the value
------------------------------------------------------------------------
r13305 | sylvieg | 2008-06-20 14:17:56 +0200 (ven, 20 jun 2008) | 1 line

[FIX]tracker: visibleBy and editableBy for list tracker
------------------------------------------------------------------------
r13304 | sylvieg | 2008-06-20 14:15:02 +0200 (ven, 20 jun 2008) | 1 line

[MOD]tracker: smaller visibleBy/editableBy icons to not think it is an action
------------------------------------------------------------------------
r13303 | sylvieg | 2008-06-20 14:13:50 +0200 (ven, 20 jun 2008) | 1 line

[FIX]tracker: javascript must not be stipped: smarty does not seem to complain - if it complains the javascript must go in an include that is not strip as strip is parsed at a file level
------------------------------------------------------------------------
r13302 | lphuberdeau | 2008-06-19 23:49:50 +0200 (jeu, 19 jun 2008) | 2 lines

[MOD] Updating OpenID library.

------------------------------------------------------------------------
r13301 | lphuberdeau | 2008-06-19 22:03:30 +0200 (jeu, 19 jun 2008) | 2 lines

[FIX] IE6 editing

------------------------------------------------------------------------
r13300 | lphuberdeau | 2008-06-19 21:14:58 +0200 (jeu, 19 jun 2008) | 2 lines

[FIX] Allow IE6 to create new annotations

------------------------------------------------------------------------
r13299 | lphuberdeau | 2008-06-19 16:15:03 +0200 (jeu, 19 jun 2008) | 2 lines

[NEW] Allow each file to have a download limit

------------------------------------------------------------------------
r13298 | lphuberdeau | 2008-06-19 15:13:10 +0200 (jeu, 19 jun 2008) | 2 lines

[MOD] Enforce limitation to keep credits above 0 if negative credits are used

------------------------------------------------------------------------
r13297 | chibaguy | 2008-06-19 07:54:32 +0200 (jeu, 19 jun 2008) | 1 line

[MOD] Universal edit button added.
------------------------------------------------------------------------
r13295 | marclaporte | 2008-06-19 07:01:20 +0200 (jeu, 19 jun 2008) | 1 line

[NEW] Participate to universaleditbutton.org initiative. http://dev.tikiwiki.org/wish1805
------------------------------------------------------------------------
r13287 | sylvieg | 2008-06-18 22:35:11 +0200 (mer, 18 jun 2008) | 1 line

[FIX]tracker: notification if tracker item deleted
------------------------------------------------------------------------
r13286 | marcoaasilva | 2008-06-18 20:58:59 +0200 (mer, 18 jun 2008) | 2 lines

translation

------------------------------------------------------------------------
r13285 | Jyhem | 2008-06-18 19:19:21 +0200 (mer, 18 jun 2008) | 1 line

[ENH] We need a clean way of displaying errors and warnings
------------------------------------------------------------------------
r13284 | Jyhem | 2008-06-18 19:17:36 +0200 (mer, 18 jun 2008) | 1 line

[ENH] Allow permission for viewing articles headings only
------------------------------------------------------------------------
r13283 | sylvieg | 2008-06-18 18:13:30 +0200 (mer, 18 jun 2008) | 1 line

[FIX]group: when changing groupname change also in visibleBy/editableBy tracker fields
------------------------------------------------------------------------
r13282 | nyloth | 2008-06-18 17:40:14 +0200 (mer, 18 jun 2008) | 1 line

[MOD] dynamic contents: deploy smarty pagination_links
------------------------------------------------------------------------
r13281 | sylvieg | 2008-06-18 17:33:24 +0200 (mer, 18 jun 2008) | 1 line

[FIX]tracker: was breaking the menus
------------------------------------------------------------------------
r13279 | sylvieg | 2008-06-18 14:57:05 +0200 (mer, 18 jun 2008) | 1 line

[MOD]api: get file by filename
------------------------------------------------------------------------
r13278 | sylvieg | 2008-06-18 13:45:42 +0200 (mer, 18 jun 2008) | 1 line

[FIX]fgal: do not display locked by if fgal not set with locking feature
------------------------------------------------------------------------
r13277 | nyloth | 2008-06-18 11:20:00 +0200 (mer, 18 jun 2008) | 1 line

[FIX] search results: fix html comment since it is hardcoded in smarty 'highlight' outputfilter. In certain cases, it was causing white pages as search results.
------------------------------------------------------------------------
r13276 | chibaguy | 2008-06-18 09:38:31 +0200 (mer, 18 jun 2008) | 1 line

[NEW] Feb12 theme initial commit. Demo at http://zukakakina.com/Feb12 .
------------------------------------------------------------------------
r13275 | chibaguy | 2008-06-18 09:33:22 +0200 (mer, 18 jun 2008) | 1 line

[FIX] Site-header and bottom-bar improvements.
------------------------------------------------------------------------
r13273 | chibaguy | 2008-06-18 09:03:27 +0200 (mer, 18 jun 2008) | 1 line

[ENH] Mostly site-header and forum improvements.
------------------------------------------------------------------------
r13270 | pkdille | 2008-06-17 17:09:23 +0200 (mar, 17 jun 2008) | 1 line

[NEW] wiki: allow to disable bytes changings when saving wiki pages
------------------------------------------------------------------------
r13269 | lphuberdeau | 2008-06-17 16:22:05 +0200 (mar, 17 jun 2008) | 2 lines

[NEW] Allow to set global and object permissions

------------------------------------------------------------------------
r13268 | sylvieg | 2008-06-17 15:31:45 +0200 (mar, 17 jun 2008) | 1 line

[MOD]fgal: some title on <a>
------------------------------------------------------------------------
r13264 | sylvieg | 2008-06-16 22:41:17 +0200 (lun, 16 jun 2008) | 1 line

[MOD]tracker: new param ldelim and rdelim to have a simplier use of pretty trackerlist when using for latex generation that uses {}
------------------------------------------------------------------------
r13263 | sylvieg | 2008-06-16 16:44:32 +0200 (lun, 16 jun 2008) | 1 line

[FIX]perm: type is 'wiki page' not 'wiki'
------------------------------------------------------------------------
r13262 | pkdille | 2008-06-16 16:31:04 +0200 (lun, 16 jun 2008) | 1 line

[MOD] add userlink to pagehistory and syslog
------------------------------------------------------------------------
r13261 | chibaguy | 2008-06-16 14:04:18 +0200 (lun, 16 jun 2008) | 2 lines

[ENH] Contain floated children in .postbody and new div.postbody-content to enable more layout/styling possibilities.

------------------------------------------------------------------------
r13260 | pkdille | 2008-06-16 10:28:01 +0200 (lun, 16 jun 2008) | 1 line

[CODE]edit submission: change one function parameters appeal (thks nyloth)
------------------------------------------------------------------------
r13259 | chibaguy | 2008-06-16 09:09:39 +0200 (lun, 16 jun 2008) | 1 line

[FIX] Mostly colors, etc. in forums improved.
------------------------------------------------------------------------
r13258 | chibaguy | 2008-06-16 06:20:36 +0200 (lun, 16 jun 2008) | 1 line

[FIX] Contain floated children, to enable title background color or image.
------------------------------------------------------------------------
r13257 | fr_rodo | 2008-06-16 00:32:09 +0200 (lun, 16 jun 2008) | 1 line

replace 'feature_cms' by 'feature_aticles'
------------------------------------------------------------------------
r13256 | nkoth | 2008-06-15 23:05:09 +0200 (dim, 15 jun 2008) | 1 line

[FIX] users should not be set to need validation flag, if they have been created by the admin or any other user. If they really need validation, then they should be sent an email on admin registration - but that is another feature request.
------------------------------------------------------------------------
r13255 | rlpowell | 2008-06-14 21:34:19 +0200 (sam, 14 jun 2008) | 3 lines

Extra carriage return removed.


------------------------------------------------------------------------
r13254 | pkdille | 2008-06-14 20:38:23 +0200 (sam, 14 jun 2008) | 1 line

[LANG] update all language files with get_strings script
------------------------------------------------------------------------
r13253 | pkdille | 2008-06-14 08:07:08 +0200 (sam, 14 jun 2008) | 1 line

[MOD] editpage: more explicit content template link label
------------------------------------------------------------------------
r13252 | pkdille | 2008-06-14 07:19:39 +0200 (sam, 14 jun 2008) | 1 line

[MOD] tikineat
------------------------------------------------------------------------
r13251 | pkdille | 2008-06-14 06:31:29 +0200 (sam, 14 jun 2008) | 1 line

[MOD] find: deploy find.tpl to some templates
------------------------------------------------------------------------
r13250 | pkdille | 2008-06-14 05:50:53 +0200 (sam, 14 jun 2008) | 1 line

[FIX] theme control: fix search
------------------------------------------------------------------------
r13249 | sylvieg | 2008-06-13 22:57:16 +0200 (ven, 13 jun 2008) | 1 line

typo
------------------------------------------------------------------------
r13248 | pkdille | 2008-06-13 22:44:52 +0200 (ven, 13 jun 2008) | 1 line

[MOD] find: deploy find.tpl to some templates
------------------------------------------------------------------------
r13247 | sylvieg | 2008-06-13 22:32:29 +0200 (ven, 13 jun 2008) | 1 line

[MOD]tracker: new param to TRACKER plugin view_user=userName that loads the user tracker of this user for the trackerId
------------------------------------------------------------------------
r13246 | pkdille | 2008-06-13 21:36:54 +0200 (ven, 13 jun 2008) | 1 line

[CODE] edit submission: change function parameters organisation in order to have it in a more readable way
------------------------------------------------------------------------
r13245 | Jyhem | 2008-06-13 19:39:01 +0200 (ven, 13 jun 2008) | 1 line

[FIX] Translating an ending </em> did not make sense here
------------------------------------------------------------------------
r13244 | sylvieg | 2008-06-13 19:34:36 +0200 (ven, 13 jun 2008) | 1 line

[FIX]group: change the icon for more action looking than status looking
------------------------------------------------------------------------
r13243 | Jyhem | 2008-06-13 19:18:22 +0200 (ven, 13 jun 2008) | 1 line

[ENH] Some more mass-capitalization of titles and tabs
------------------------------------------------------------------------
r13242 | sylvieg | 2008-06-13 19:16:56 +0200 (ven, 13 jun 2008) | 1 line

cvs->svn
------------------------------------------------------------------------
r13241 | sylvieg | 2008-06-13 19:15:47 +0200 (ven, 13 jun 2008) | 1 line

include in regular wiki-plugin
------------------------------------------------------------------------
r13240 | sylvieg | 2008-06-13 19:15:24 +0200 (ven, 13 jun 2008) | 1 line

include in regular wiki-plugin
------------------------------------------------------------------------
r13239 | sylvieg | 2008-06-13 19:14:26 +0200 (ven, 13 jun 2008) | 1 line

[MOD]tracker: 2 new characteristic to a field -> visible only by some groups+admin, editable by soem groups+admin -> to do: not only test the default group but all the groups
------------------------------------------------------------------------
r13238 | lphuberdeau | 2008-06-13 18:34:08 +0200 (ven, 13 jun 2008) | 2 lines

[MOD] Profile validation before install enabled in UI

------------------------------------------------------------------------
r13237 | lphuberdeau | 2008-06-13 17:03:31 +0200 (ven, 13 jun 2008) | 2 lines

[MOD] Working profile installation

------------------------------------------------------------------------
r13236 | pkdille | 2008-06-13 14:47:49 +0200 (ven, 13 jun 2008) | 1 line

[FIX] charts: fix search... if a search gives no result, the search field disapears
------------------------------------------------------------------------
r13235 | pkdille | 2008-06-13 14:43:06 +0200 (ven, 13 jun 2008) | 1 line

[MOD] find: deploy find.tpl to some templates
------------------------------------------------------------------------
r13234 | sylvieg | 2008-06-13 12:08:41 +0200 (ven, 13 jun 2008) | 1 line

db sync
------------------------------------------------------------------------
r13233 | sylvieg | 2008-06-13 12:06:05 +0200 (ven, 13 jun 2008) | 1 line

[FIX]missing perm
------------------------------------------------------------------------
r13232 | gillesm | 2008-06-13 10:00:30 +0200 (ven, 13 jun 2008) | 2 lines

Can assign perms to image gallery french translation 

------------------------------------------------------------------------
r13231 | pkdille | 2008-06-13 09:07:15 +0200 (ven, 13 jun 2008) | 1 line

[MOD] find: deploy find.tpl to some templates
------------------------------------------------------------------------
r13230 | pkdille | 2008-06-13 08:34:14 +0200 (ven, 13 jun 2008) | 1 line

[FIX] edit programmed content: fix search... if a search gave no result, the search field disapeared
------------------------------------------------------------------------
r13229 | pkdille | 2008-06-13 07:09:39 +0200 (ven, 13 jun 2008) | 1 line

[MOD] find: deploy find.tpl to some templates
------------------------------------------------------------------------
r13228 | lphuberdeau | 2008-06-13 02:09:19 +0200 (ven, 13 jun 2008) | 2 lines

[FIX] Page load delay, now works in Konqueror as well

------------------------------------------------------------------------
r13227 | sylvieg | 2008-06-13 00:52:49 +0200 (ven, 13 jun 2008) | 1 line

[FIX]search: fix list of where to search for non found page
------------------------------------------------------------------------
r13226 | pkdille | 2008-06-12 22:36:04 +0200 (jeu, 12 jun 2008) | 1 line

[MOD] find: deploy find.tpl to some templates
------------------------------------------------------------------------
r13225 | pkdille | 2008-06-12 22:27:11 +0200 (jeu, 12 jun 2008) | 1 line

[FIX] html pages search: bad field name
------------------------------------------------------------------------
r13224 | ricks99 | 2008-06-12 18:53:42 +0200 (jeu, 12 jun 2008) | 1 line

[UI]added missing icons for all other risk factors
------------------------------------------------------------------------
r13223 | lphuberdeau | 2008-06-12 18:34:36 +0200 (jeu, 12 jun 2008) | 2 lines

[NEW] Profile installation interface (only lists profiles for now)

------------------------------------------------------------------------
r13222 | sylvieg | 2008-06-12 15:23:22 +0200 (jeu, 12 jun 2008) | 1 line

[FIX]gal: button to assign perm if perms
------------------------------------------------------------------------
r13221 | sylvieg | 2008-06-12 14:53:16 +0200 (jeu, 12 jun 2008) | 1 line

[FIX]gal: go with get_perm_object to have local redef of perms in list gal
------------------------------------------------------------------------
r13220 | ricks99 | 2008-06-12 14:45:02 +0200 (jeu, 12 jun 2008) | 1 line

[UI] move select all to top of column, move icons to action column, as in all other pages.
------------------------------------------------------------------------
r13219 | lphuberdeau | 2008-06-12 14:01:08 +0200 (jeu, 12 jun 2008) | 2 lines

[FIX] Provide compatibility for older versions of PHP

------------------------------------------------------------------------
r13218 | sylvieg | 2008-06-12 12:22:57 +0200 (jeu, 12 jun 2008) | 1 line

[FIX]db: achnge also permName size to 40 in tiki.sql+ remove the side effect with tiki_p_assign_perm_image_galler
------------------------------------------------------------------------
r13217 | Jyhem | 2008-06-12 11:07:04 +0200 (jeu, 12 jun 2008) | 1 line

[ENH] Yesterday's commit about tracker parsed descriptions needs these database updates
------------------------------------------------------------------------
r13216 | pkdille | 2008-06-12 10:52:41 +0200 (jeu, 12 jun 2008) | 1 line

[FIX] freetags modules: rollback my previous commit and change freetags prefered module
------------------------------------------------------------------------
r13215 | pkdille | 2008-06-12 09:19:29 +0200 (jeu, 12 jun 2008) | 1 line

[FIX] freetag modules: escape url
------------------------------------------------------------------------
r13214 | pkdille | 2008-06-12 09:15:39 +0200 (jeu, 12 jun 2008) | 1 line

[FIX] most popular freetags module: fix this modules which was broken
------------------------------------------------------------------------
r13213 | gillesm | 2008-06-12 08:52:30 +0200 (jeu, 12 jun 2008) | 2 lines

tiki_p_assign_perm_image_gallery added (GillesM)

------------------------------------------------------------------------
r13212 | chibaguy | 2008-06-12 08:07:13 +0200 (jeu, 12 jun 2008) | 1 line

[FIX] litecss-breaking div tag mismatch fixed; div-containing span replaced with inline div.
------------------------------------------------------------------------
r13211 | sampaioprimo | 2008-06-12 06:16:22 +0200 (jeu, 12 jun 2008) | 1 line

partial update of the release instructions (still need to change the commands from CVS to SVN in the script)
------------------------------------------------------------------------
r13210 | sampaioprimo | 2008-06-12 05:45:16 +0200 (jeu, 12 jun 2008) | 2 lines

translation

------------------------------------------------------------------------
r13209 | sampaioprimo | 2008-06-12 05:44:57 +0200 (jeu, 12 jun 2008) | 2 lines

updated string so new menu name can be translated

------------------------------------------------------------------------
r13208 | sampaioprimo | 2008-06-12 04:23:48 +0200 (jeu, 12 jun 2008) | 2 lines

fix one string translation

------------------------------------------------------------------------
r13207 | sampaioprimo | 2008-06-12 04:09:28 +0200 (jeu, 12 jun 2008) | 2 lines

more translation

------------------------------------------------------------------------
r13206 | sampaioprimo | 2008-06-12 03:41:59 +0200 (jeu, 12 jun 2008) | 2 lines

translation

------------------------------------------------------------------------
r13205 | pkdille | 2008-06-11 22:07:43 +0200 (mer, 11 jun 2008) | 1 line

[MOD] content templates search: when searching templates, add name in search
------------------------------------------------------------------------
r13204 | pkdille | 2008-06-11 21:54:23 +0200 (mer, 11 jun 2008) | 1 line

[MOD] search: deploy find.tpl in a few templates
------------------------------------------------------------------------
r13203 | pkdille | 2008-06-11 21:11:31 +0200 (mer, 11 jun 2008) | 1 line

[FIX] browse freetags: notice
------------------------------------------------------------------------
r13202 | pkdille | 2008-06-11 20:45:58 +0200 (mer, 11 jun 2008) | 1 line

[FIX] calendar: define weekInSeconds constant only once
------------------------------------------------------------------------
r13201 | Jyhem | 2008-06-11 19:01:31 +0200 (mer, 11 jun 2008) | 1 line

[ENH] Some more mass-capitalization of titles and tabs
------------------------------------------------------------------------
r13200 | pkdille | 2008-06-11 18:13:19 +0200 (mer, 11 jun 2008) | 1 line

[FIX] calendar setup: notice
------------------------------------------------------------------------
r13199 | sylvieg | 2008-06-11 17:09:02 +0200 (mer, 11 jun 2008) | 1 line

[MOD]menu: possibility to csv import/export options
------------------------------------------------------------------------
r13198 | pkdille | 2008-06-11 16:53:48 +0200 (mer, 11 jun 2008) | 1 line

[MOD] find.tpl: add comment in file head. Reverse some conditions in order to be coherent with all parts in this file and to have something more logical and easy to understand. Deploy this modifications.
------------------------------------------------------------------------
r13197 | lphuberdeau | 2008-06-11 16:25:27 +0200 (mer, 11 jun 2008) | 2 lines

[FIX] To recover from eventual errors

------------------------------------------------------------------------
r13196 | yonixxx | 2008-06-11 16:16:54 +0200 (mer, 11 jun 2008) | 1 line

[MOD] admin can add freetags in meta keywords
------------------------------------------------------------------------
r13195 | Jyhem | 2008-06-11 16:11:48 +0200 (mer, 11 jun 2008) | 1 line

[FIX] put javascript in <!--//--><![CDATA[//><!-- //--><!]]> for HTML
------------------------------------------------------------------------
r13194 | Jyhem | 2008-06-11 16:04:48 +0200 (mer, 11 jun 2008) | 1 line

[FIX] put javascript in <!--//--><![CDATA[//><!-- //--><!]]> for HTML
------------------------------------------------------------------------
r13193 | yonixxx | 2008-06-11 15:33:45 +0200 (mer, 11 jun 2008) | 1 line

[MOD] admin can add freetags in meta keywords
------------------------------------------------------------------------
r13192 | yonixxx | 2008-06-11 15:33:10 +0200 (mer, 11 jun 2008) | 1 line

[MOD] admin can add freetags in meta keywords
------------------------------------------------------------------------
r13191 | yonixxx | 2008-06-11 15:32:19 +0200 (mer, 11 jun 2008) | 1 line

[MOD] admin can add freetags in meta keywords
------------------------------------------------------------------------
r13190 | yonixxx | 2008-06-11 15:31:08 +0200 (mer, 11 jun 2008) | 1 line

[MOD] admin can add freetags in meta keywords
------------------------------------------------------------------------
r13189 | yonixxx | 2008-06-11 15:30:30 +0200 (mer, 11 jun 2008) | 1 line

[MOD] admin can add freetags in meta keywords
------------------------------------------------------------------------
r13188 | Jyhem | 2008-06-11 15:13:35 +0200 (mer, 11 jun 2008) | 1 line

[ENH] Tracker descriptions can be wiki-parsed
------------------------------------------------------------------------
r13187 | pkdille | 2008-06-11 14:47:12 +0200 (mer, 11 jun 2008) | 1 line

[MOD] admin general: harmonize password change box look with the others
------------------------------------------------------------------------
r13186 | pkdille | 2008-06-11 14:23:04 +0200 (mer, 11 jun 2008) | 1 line

[FIX] tiki-contact: more logical (and flexible) to send a mail to the contact user instead of admin (admin mail stays fallback user in case there is no email associated with contact user or no contact user)
------------------------------------------------------------------------
r13185 | pkdille | 2008-06-11 14:11:20 +0200 (mer, 11 jun 2008) | 1 line

[MOD] scrambleEmail: dos2unix
------------------------------------------------------------------------
r13184 | nyloth | 2008-06-11 13:50:01 +0200 (mer, 11 jun 2008) | 1 line

[FIX] wikiplugin tr: fix the help function name
------------------------------------------------------------------------
r13183 | pkdille | 2008-06-11 13:32:09 +0200 (mer, 11 jun 2008) | 1 line

[MOD] notepad: indent code and increase note name field size
------------------------------------------------------------------------
r13182 | Jyhem | 2008-06-11 11:50:02 +0200 (mer, 11 jun 2008) | 1 line

[ENH] Message was confusing in english
------------------------------------------------------------------------
r13180 | chibaguy | 2008-06-11 09:24:28 +0200 (mer, 11 jun 2008) | 1 line

[SVN] Reuniting Matrix readme with other Matrix files in Mods.
------------------------------------------------------------------------
r13179 | sylvieg | 2008-06-11 00:17:08 +0200 (mer, 11 jun 2008) | 1 line

[MOD]plugin: new plugin TR {TR()}string{TR} - convenient for module
------------------------------------------------------------------------
r13177 | pkdille | 2008-06-10 22:41:58 +0200 (mar, 10 jun 2008) | 1 line

[FIX] home page admin: fix form on general admin page
------------------------------------------------------------------------
r13173 | yonixxx | 2008-06-10 18:28:09 +0200 (mar, 10 jun 2008) | 1 line

[MOD] hebrew language update
------------------------------------------------------------------------
r13172 | lphuberdeau | 2008-06-10 16:50:18 +0200 (mar, 10 jun 2008) | 2 lines

[MOD] Usability fix, move language switching away from the edit UI

------------------------------------------------------------------------
r13170 | sylvieg | 2008-06-10 15:04:14 +0200 (mar, 10 jun 2008) | 1 line

[MOD]trackerlist: 2 new params itemId and url to be able to use pretty trackerlist on one item
------------------------------------------------------------------------
r13169 | sylvieg | 2008-06-10 01:17:36 +0200 (mar, 10 jun 2008) | 1 line

[MOD]trackerlist: new param view_user that allows to diplays the items of a specific user
------------------------------------------------------------------------
r13168 | nyloth | 2008-06-09 18:00:51 +0200 (lun, 09 jun 2008) | 5 lines

[NEW] modules: new 'calendar_new' module that looks like the 'action_calendar' module and that displays the current month calendar with events in mouseover box.

Technical note: TikiCalendarLib now extends CalendarLib (instead of TikiLib) to avoid code duplication in libs.


------------------------------------------------------------------------
r13167 | nyloth | 2008-06-09 17:55:42 +0200 (lun, 09 jun 2008) | 3 lines

[ENH] calendar: zoom icon now uses famfamfam icon and smarty {icon}


------------------------------------------------------------------------
r13166 | nyloth | 2008-06-09 17:54:00 +0200 (lun, 09 jun 2008) | 2 lines

[FIX] action calendar: fix jscalendar redirection after choosing a new focus date. It now redirects to action calendar instead of events calendar.

------------------------------------------------------------------------
r13165 | lphuberdeau | 2008-06-09 17:13:02 +0200 (lun, 09 jun 2008) | 2 lines

[NEW] Allow to return the list of objects in plain text using the 'plain' parameter

------------------------------------------------------------------------
r13164 | lphuberdeau | 2008-06-09 16:55:11 +0200 (lun, 09 jun 2008) | 2 lines

[NEW] Support for tracker item creation

------------------------------------------------------------------------
r13163 | sylvieg | 2008-06-09 12:22:15 +0200 (lun, 09 jun 2008) | 1 line

[MOD]calendar: customflag optional for easy api+icon
------------------------------------------------------------------------
r13161 | sylvieg | 2008-06-06 19:56:02 +0200 (ven, 06 jun 2008) | 1 line

[MOD]tracker: to have the possibility to have customize error message in TRACKER (useful when using pretty tracker where you do not see the field name
------------------------------------------------------------------------
r13160 | sylvieg | 2008-06-06 19:47:57 +0200 (ven, 06 jun 2008) | 1 line

db sync
------------------------------------------------------------------------
r13159 | sylvieg | 2008-06-06 19:47:07 +0200 (ven, 06 jun 2008) | 1 line

[MOD]tracker: to have the possibility to have customize error message in TRACKER (useful when using pretty tracker where you do not see the field name
------------------------------------------------------------------------
r13158 | sylvieg | 2008-06-06 16:22:50 +0200 (ven, 06 jun 2008) | 1 line

[FIX]tracker: the filename in header must be enclosed with "" to allow name with space
------------------------------------------------------------------------
r13157 | sylvieg | 2008-06-06 16:01:58 +0200 (ven, 06 jun 2008) | 1 line

notice
------------------------------------------------------------------------
r13156 | sylvieg | 2008-06-06 15:26:38 +0200 (ven, 06 jun 2008) | 1 line

[MOD]tracker: add an option to see filename/size/type in mode list for an attachment
------------------------------------------------------------------------
r13155 | chibaguy | 2008-06-06 07:24:53 +0200 (ven, 06 jun 2008) | 1 line

[FIX] Adjusted module flip img display since .box:hover no longer supported for IE6; IE7 legend color fixed; minor module list display fixes; other misc.
------------------------------------------------------------------------
r13152 | ricks99 | 2008-06-05 22:59:45 +0200 (jeu, 05 jun 2008) | 1 line

[FIX]span element cannot enclose a table -- causes validation errors. remove span=img when using desc, which requires a table
------------------------------------------------------------------------
r13151 | ricks99 | 2008-06-05 22:23:20 +0200 (jeu, 05 jun 2008) | 1 line

[FIX]target attribute requires quotes for validation.
------------------------------------------------------------------------
r13149 | sylvieg | 2008-06-05 21:39:45 +0200 (jeu, 05 jun 2008) | 1 line

[FIX]tracker: a user can always download his file (convinient for a user tracker where he can only download the attachments of his item
------------------------------------------------------------------------
r13148 | lphuberdeau | 2008-06-05 20:23:21 +0200 (jeu, 05 jun 2008) | 2 lines

[FIX] User type referenced to the wrong field type

------------------------------------------------------------------------
r13147 | sylvieg | 2008-06-05 19:41:14 +0200 (jeu, 05 jun 2008) | 1 line

[FIX]tracker: some fix on attachment field
------------------------------------------------------------------------
r13146 | lphuberdeau | 2008-06-05 18:50:54 +0200 (jeu, 05 jun 2008) | 2 lines

[FIX] Missing text area

------------------------------------------------------------------------
r13145 | lphuberdeau | 2008-06-05 18:47:25 +0200 (jeu, 05 jun 2008) | 2 lines

[NEW] Support for tracker and tracker field creation

------------------------------------------------------------------------
r13144 | sylvieg | 2008-06-05 17:49:56 +0200 (jeu, 05 jun 2008) | 1 line

[FIX]tracker: a user item can have any status
------------------------------------------------------------------------
r13143 | sylvieg | 2008-06-05 17:01:44 +0200 (jeu, 05 jun 2008) | 1 line

[FIX]tracker: some <label>
------------------------------------------------------------------------
r13139 | nyloth | 2008-06-05 16:03:07 +0200 (jeu, 05 jun 2008) | 5 lines

[ENH] featured links: auto-resize the iframe height with javascript to match the content height and avoid vertical scrollbars (when using a relative link, i.e. on the same site) + changed default height from 600 to 700px + remove iframe border (to better fake a tiki content).

It is only done if the url does not start with a protocol (e.g. http://, https://, ...) because web browsers generate a security alert when trying to do this with an iframe content that is not on the website (same domain name) of the page that includes the iframe.


------------------------------------------------------------------------
r13136 | lphuberdeau | 2008-06-05 15:11:17 +0200 (jeu, 05 jun 2008) | 2 lines

[MOD] Alternate syntax for preference flags

------------------------------------------------------------------------
r13135 | sylvieg | 2008-06-05 14:53:42 +0200 (jeu, 05 jun 2008) | 1 line

[FIX]tracker: need also the itemuser if a field is view by creator only even if the field user selector is not in the list
------------------------------------------------------------------------
r13134 | pkdille | 2008-06-05 14:52:26 +0200 (jeu, 05 jun 2008) | 7 lines

[MOD] find.tpl: Change html structure from table to div's;
                Add some css selectors in order to give possibility to give various look&feel and position to the elements;
                Add conditionnal sort_mode hidden input which is needed in some tpl's;
                Add &find_show_num_rows condition in order to be able to activate or not maxrecords field;
                Add 3 styles in transition style sheet in order to keep as much as possible the same layout;


------------------------------------------------------------------------
r13133 | sylvieg | 2008-06-05 00:30:45 +0200 (jeu, 05 jun 2008) | 1 line

[FIX]tracker: some fix on field view par creator+admin
------------------------------------------------------------------------
r13132 | sylvieg | 2008-06-04 22:37:37 +0200 (mer, 04 jun 2008) | 1 line

[FIX]tracker: a div with class wikiplugin_tracker around pretty TRACKER
------------------------------------------------------------------------
r13131 | lphuberdeau | 2008-06-04 22:26:23 +0200 (mer, 04 jun 2008) | 2 lines

[FIX] Ensure the object listing order is not important

------------------------------------------------------------------------
r13130 | sylvieg | 2008-06-04 22:00:24 +0200 (mer, 04 jun 2008) | 1 line

[FIX]tracker: check edit permission for TRACKER on an existing item
------------------------------------------------------------------------
r13129 | lphuberdeau | 2008-06-04 21:08:11 +0200 (mer, 04 jun 2008) | 2 lines

[NEW] Priliminary code for profile management (don't use it yet)

------------------------------------------------------------------------
r13128 | sylvieg | 2008-06-04 19:38:54 +0200 (mer, 04 jun 2008) | 1 line

notice
------------------------------------------------------------------------
r13127 | sylvieg | 2008-06-04 19:35:42 +0200 (mer, 04 jun 2008) | 1 line

[FIX]tracker: fields TRACKER param: if not specified all the fields are in, if specified but empty no field(convenient to only change the status)
------------------------------------------------------------------------
r13126 | sylvieg | 2008-06-04 19:22:37 +0200 (mer, 04 jun 2008) | 1 line

[FIX]traker: fix some html in TRACKER
------------------------------------------------------------------------
r13125 | sylvieg | 2008-06-04 19:06:56 +0200 (mer, 04 jun 2008) | 1 line

[FIX]traker: fix some html in TRACKER
------------------------------------------------------------------------
r13124 | sylvieg | 2008-06-04 18:31:38 +0200 (mer, 04 jun 2008) | 1 line

[FIX]tracker: mandatory+view=user in input field
------------------------------------------------------------------------
r13123 | ricks99 | 2008-06-04 17:57:45 +0200 (mer, 04 jun 2008) | 1 line

[FIX]formatting error in table.
------------------------------------------------------------------------
r13122 | sylvieg | 2008-06-04 17:57:27 +0200 (mer, 04 jun 2008) | 1 line

[FIX]tracker: fix date in TRACKER+ major functions use tracker_item_field_input for dates
------------------------------------------------------------------------
r13121 | sylvieg | 2008-06-04 16:48:46 +0200 (mer, 04 jun 2008) | 1 line


------------------------------------------------------------------------
r13120 | nyloth | 2008-06-04 16:39:16 +0200 (mer, 04 jun 2008) | 1 line

[FIX] csshover.htc was not a bad idea (to support :hover on all tags in IE), but it slows a lot tikiwiki under IE6. We had to rollback some updates because of this slowdown. This is a known problem from upstream developpers and the proposed solution is not applicable everywhere (using more precise CSS like li.group:hover instead of .group:hover) because it has an impact on all themes even homemade ones. I think it's better to have some :hover not working on old IE versions rather than having tikiwiki very slow for people on IE6 due to this ie-specific javascript file.
------------------------------------------------------------------------
r13119 | sylvieg | 2008-06-04 15:24:36 +0200 (mer, 04 jun 2008) | 1 line

[FIX]wiki: create the default Homepage with the wysiwyg defautl
------------------------------------------------------------------------
r13118 | sylvieg | 2008-06-04 15:16:40 +0200 (mer, 04 jun 2008) | 1 line

[FIX]tracker: the other value in drop down was not well formatted -> major functions now use tracker_item_field_input for drop-down
------------------------------------------------------------------------
r13117 | sylvieg | 2008-06-04 12:44:09 +0200 (mer, 04 jun 2008) | 1 line

[FIX]roolback sept7 modif 12852 that is breaking the template
------------------------------------------------------------------------
r13116 | chibaguy | 2008-06-04 04:19:26 +0200 (mer, 04 jun 2008) | 1 line

[ENH] input.wikitext class (appropriate for published page but not backend) replaced with .wikiedit.  
------------------------------------------------------------------------
r13113 | sept_7 | 2008-06-04 01:40:09 +0200 (mer, 04 jun 2008) | 2 lines

[FIX] TikiTests are PHP5, load them only if PHP >= 5.0.0

------------------------------------------------------------------------
r13112 | sept_7 | 2008-06-04 01:38:30 +0200 (mer, 04 jun 2008) | 2 lines

[FIX] TikiTests are PHP5 only don't try to load then if PHP < 5.0.0

------------------------------------------------------------------------
r13111 | sylvieg | 2008-06-04 00:51:45 +0200 (mer, 04 jun 2008) | 1 line

oops
------------------------------------------------------------------------
r13110 | sylvieg | 2008-06-04 00:08:40 +0200 (mer, 04 jun 2008) | 1 line

oops
------------------------------------------------------------------------
r13109 | sylvieg | 2008-06-03 23:57:48 +0200 (mar, 03 jun 2008) | 1 line

[FIX]tracker: start and end in tracker->TODO finish to delete the code duplication
------------------------------------------------------------------------
r13108 | sylvieg | 2008-06-03 23:39:37 +0200 (mar, 03 jun 2008) | 1 line

[FIX]tracker: default date .now is not ->now
------------------------------------------------------------------------
r13107 | sylvieg | 2008-06-03 22:31:49 +0200 (mar, 03 jun 2008) | 1 line

[FIX]TRACKER: new option newstatus that changes the status of an item to this status when the item is saved
------------------------------------------------------------------------
r13106 | sylvieg | 2008-06-03 22:24:10 +0200 (mar, 03 jun 2008) | 1 line

db sync
------------------------------------------------------------------------
r13105 | nyloth | 2008-06-03 22:08:22 +0200 (mar, 03 jun 2008) | 20 lines

[NEW] wiki: New Fullscreen/Zoom for wiki page edition (that looks like the wysiwyg one)

* Technical notes about the 'template zoom' feature:

The new 'template zoom' feature has been designed to be used again in other places. It works by passing a template filename (without path and extension) as the 'zoom' URL argument, like this:

tiki-editpage.php?page=homepage&wysiwyg=n&zoom=wiki_edit

It then uses wiki_edit.tpl instead of the "normal" one. For security reasons, the .php file need to define all templates files that may be used with the 'zoom' feature, this way (here, it has been placed at the beginning of tiki-editpage.php):

$zoom_templates = array('wiki_edit');


* This commit also includes those minor enhancements:
    - New 'Add an image' icon in the quicktags toolbar when filegal_manager feature is enabled,
    - Wrench icon on the right (instead of text) to administer quicktags in the quicktags toolbar,
    - no more "Are you sure you want to navigate away from this page?" when clicking on textarea resize icons under IE,
    - fix some code for better XHTML compliance


------------------------------------------------------------------------
r13104 | sylvieg | 2008-06-03 20:06:14 +0200 (mar, 03 jun 2008) | 1 line

db sync
------------------------------------------------------------------------
r13103 | sylvieg | 2008-06-03 19:59:15 +0200 (mar, 03 jun 2008) | 1 line

[FIX]trackerprefill: escape the '
------------------------------------------------------------------------
r13102 | sylvieg | 2008-06-03 19:08:40 +0200 (mar, 03 jun 2008) | 1 line

[FIX]tracker: image can be deleted in TRACKER plugin
------------------------------------------------------------------------
r13101 | sept_7 | 2008-06-03 18:37:49 +0200 (mar, 03 jun 2008) | 2 lines

[FIX] TikiTests permission are also added to tiki.sql

------------------------------------------------------------------------
r13100 | yonixxx | 2008-06-03 17:06:13 +0200 (mar, 03 jun 2008) | 1 line

[MOD] admin can choose to input the Image gallery name or picture name in metatag when viewing image gallery
------------------------------------------------------------------------
r13099 | yonixxx | 2008-06-03 17:04:38 +0200 (mar, 03 jun 2008) | 1 line

[MOD] admin can choose to input the Image gallery name or picture name in metatag when viewing image gallery
------------------------------------------------------------------------
r13098 | yonixxx | 2008-06-03 17:03:31 +0200 (mar, 03 jun 2008) | 1 line

[MOD] admin can choose to input the Image gallery name or picture name in metatag when viewing image gallery
------------------------------------------------------------------------
r13097 | yonixxx | 2008-06-03 17:02:33 +0200 (mar, 03 jun 2008) | 1 line

[MOD] admin can choose to input the Image gallery name or picture name in metatag when viewing image gallery
------------------------------------------------------------------------
r13096 | sylvieg | 2008-06-03 16:19:34 +0200 (mar, 03 jun 2008) | 1 line

[FIX]tracker: do not overwrite an attach field if nothing is loaded
------------------------------------------------------------------------
r13095 | sylvieg | 2008-06-03 15:35:02 +0200 (mar, 03 jun 2008) | 1 line

[FIX]trackerlist: must show editable apr admin only
------------------------------------------------------------------------
r13092 | lphuberdeau | 2008-06-02 23:17:09 +0200 (lun, 02 jun 2008) | 2 lines

[MOD] New permission for page export (no longer need to be admin)

------------------------------------------------------------------------
r13091 | sylvieg | 2008-06-02 22:23:13 +0200 (lun, 02 jun 2008) | 1 line

[MOD]TRACKERLIST: additional param view=user to list only the item(s) of a user
------------------------------------------------------------------------
r13090 | sylvieg | 2008-06-02 20:33:54 +0200 (lun, 02 jun 2008) | 1 line

[FIX]tracker: import accept Yes/No as value of a checkbox
------------------------------------------------------------------------
r13089 | Jyhem | 2008-06-02 20:30:09 +0200 (lun, 02 jun 2008) | 1 line

[ENH] In French, newsletter -> lettre d'informations
------------------------------------------------------------------------
r13088 | sylvieg | 2008-06-02 20:15:39 +0200 (lun, 02 jun 2008) | 1 line

[FIX]tracker: accept also Yes/No value for a checkbox
------------------------------------------------------------------------
r13087 | sylvieg | 2008-06-02 20:04:19 +0200 (lun, 02 jun 2008) | 1 line

[FIX]tracker: accept also Yes/No value for a checkbox
------------------------------------------------------------------------
r13086 | Jyhem | 2008-06-02 19:48:38 +0200 (lun, 02 jun 2008) | 1 line

[ENH] Lots of improvements on newsletters
------------------------------------------------------------------------
r13085 | sylvieg | 2008-06-02 18:06:54 +0200 (lun, 02 jun 2008) | 1 line

[FIX]tracker: to be able to use a page as a wiki template in pretty TRACKER/TRACKERLIST: the page must have the perm tiki_p_use_as_template
------------------------------------------------------------------------
r13084 | sylvieg | 2008-06-02 17:59:17 +0200 (lun, 02 jun 2008) | 1 line

[FIX]perm: stay in the edit tab if editing
------------------------------------------------------------------------
r13083 | sylvieg | 2008-06-02 16:38:26 +0200 (lun, 02 jun 2008) | 1 line

[FIX]tracker: wordcount on textarea displays an error if limit exceeded + displayed at first display
------------------------------------------------------------------------
r13082 | sylvieg | 2008-06-02 15:05:05 +0200 (lun, 02 jun 2008) | 1 line

[FIX]perm: display category perm name
------------------------------------------------------------------------
r13081 | pkdille | 2008-06-02 14:01:29 +0200 (lun, 02 jun 2008) | 1 line

[MOD] rss module look: include feature name in link and give it the linkmodule class
------------------------------------------------------------------------
r13080 | pkdille | 2008-06-02 13:49:25 +0200 (lun, 02 jun 2008) | 1 line

[MOD] module last modif changes: give to "more" css class linkmodule as any other links
------------------------------------------------------------------------
r13079 | rischconsulting | 2008-06-01 23:06:54 +0200 (dim, 01 jun 2008) | 1 line

Additional fix for item links - filtervalue was not working for such fields
------------------------------------------------------------------------
r13078 | rischconsulting | 2008-06-01 18:38:12 +0200 (dim, 01 jun 2008) | 3 lines

Fixed failure to load item link fields properly in tracker.  Two problems:
1.  Multi-field links were improperly handled
2.  Wrong "default value" variable was addressed
------------------------------------------------------------------------
r13077 | sylvieg | 2008-06-01 13:41:12 +0200 (dim, 01 jun 2008) | 1 line

temporary rollback
------------------------------------------------------------------------
r13076 | gillesm | 2008-05-31 17:03:35 +0200 (sam, 31 mai 2008) | 1 line


------------------------------------------------------------------------
r13075 | sylvieg | 2008-05-31 14:32:31 +0200 (sam, 31 mai 2008) | 1 line

[FIX]delete tiki_p_assign_my_groups that is obsolete and was not deleted after the 2 run of the script
------------------------------------------------------------------------
r13074 | sylvieg | 2008-05-31 14:18:06 +0200 (sam, 31 mai 2008) | 1 line

[MOD]subscribe: a message to tell when you do not have perm
------------------------------------------------------------------------
r13073 | nkoth | 2008-05-31 09:39:41 +0200 (sam, 31 mai 2008) | 1 line

[FIX] translate group description in registration screen in group selector
------------------------------------------------------------------------
r13072 | sylvieg | 2008-05-30 23:47:59 +0200 (ven, 30 mai 2008) | 1 line

[FIX]tracker: use tracker date if defined for jscalendar field
------------------------------------------------------------------------
r13071 | sylvieg | 2008-05-30 23:26:32 +0200 (ven, 30 mai 2008) | 1 line

[FIX]tracker: propagete wordcount on tracker_view and item_view
------------------------------------------------------------------------
r13070 | lphuberdeau | 2008-05-30 23:14:33 +0200 (ven, 30 mai 2008) | 2 lines

[MOD] Working image annotation plug-in

------------------------------------------------------------------------
r13069 | pkdille | 2008-05-30 23:02:24 +0200 (ven, 30 mai 2008) | 1 line

[LANG] french translations: get_strings + some translations
------------------------------------------------------------------------
r13068 | pkdille | 2008-05-30 22:52:14 +0200 (ven, 30 mai 2008) | 1 line

[MOD] typo: delete some line breaks in translated strings
------------------------------------------------------------------------
r13067 | pkdille | 2008-05-30 22:00:51 +0200 (ven, 30 mai 2008) | 1 line

typo: change the help code in order to have something readable and translatable. Keep the same help.
------------------------------------------------------------------------
r13066 | sylvieg | 2008-05-30 20:24:27 +0200 (ven, 30 mai 2008) | 1 line

some translations
------------------------------------------------------------------------
r13065 | lphuberdeau | 2008-05-30 20:16:09 +0200 (ven, 30 mai 2008) | 2 lines

[MOD] Selection improvement

------------------------------------------------------------------------
r13064 | sylvieg | 2008-05-30 19:55:36 +0200 (ven, 30 mai 2008) | 1 line

[FIX]perm: fix the description of the perm that was not sync with the perm name+ add everywhere perm name + description name as the documentation uses always perm name
------------------------------------------------------------------------
r13063 | lphuberdeau | 2008-05-30 19:50:28 +0200 (ven, 30 mai 2008) | 2 lines

[NEW] Plug-in to annotate images (early implementation, not fully functional)

------------------------------------------------------------------------
r13062 | sylvieg | 2008-05-30 16:44:43 +0200 (ven, 30 mai 2008) | 1 line

[FIX]take away ?> to avoid header already sent
------------------------------------------------------------------------
r13061 | sylvieg | 2008-05-30 15:00:00 +0200 (ven, 30 mai 2008) | 1 line

[MOD]tracker: new option wiki for pretty TRACKER and TRACKERLIST to get the template in the wiki page
------------------------------------------------------------------------
r13060 | sylvieg | 2008-05-30 12:47:53 +0200 (ven, 30 mai 2008) | 1 line

missing merge
------------------------------------------------------------------------
r13057 | sylvieg | 2008-05-30 01:05:15 +0200 (ven, 30 mai 2008) | 1 line

[FIX]tracker: as we can edit an existing tracker via view=user on TRACKER -> adjust the perms
------------------------------------------------------------------------
r13056 | sylvieg | 2008-05-30 00:46:18 +0200 (ven, 30 mai 2008) | 1 line

[FIX]tracker: avoid to get the left over of another TRACKELIST for a pretty TRACKERLIST
------------------------------------------------------------------------
r13055 | sylvieg | 2008-05-30 00:27:02 +0200 (ven, 30 mai 2008) | 1 line

[FIX]tracker: 0 can be a user :-(
------------------------------------------------------------------------
r13054 | sylvieg | 2008-05-29 22:58:52 +0200 (jeu, 29 mai 2008) | 1 line

[FIX]tracker: some fix for field visible par admin and creator: field visible in pretty trackerlist + input visible if new item
------------------------------------------------------------------------
r13053 | sylvieg | 2008-05-29 21:59:54 +0200 (jeu, 29 mai 2008) | 1 line

[MOD]tracker; import can specify encoding
------------------------------------------------------------------------
r13052 | sylvieg | 2008-05-29 21:57:30 +0200 (jeu, 29 mai 2008) | 1 line

[MOD]tracker: display the filename in the input box of an attached field if file already attached
------------------------------------------------------------------------
r13051 | sylvieg | 2008-05-29 20:24:46 +0200 (jeu, 29 mai 2008) | 1 line

some default params to have an easier API
------------------------------------------------------------------------
r13050 | sylvieg | 2008-05-29 19:03:07 +0200 (jeu, 29 mai 2008) | 1 line

oops
------------------------------------------------------------------------
r13049 | sylvieg | 2008-05-29 18:46:26 +0200 (jeu, 29 mai 2008) | 1 line

[FIX]timezone: if the cookie has an invalid value (ex:EDT) assign the default server timezone
------------------------------------------------------------------------
r13048 | sylvieg | 2008-05-29 18:32:52 +0200 (jeu, 29 mai 2008) | 1 line

typo: it is not convertTZbyID but convertTZByID
------------------------------------------------------------------------
r13046 | chibaguy | 2008-05-29 09:23:48 +0200 (jeu, 29 mai 2008) | 1 line

[MOD] yonixxx's forum metatag option added.
------------------------------------------------------------------------
r13045 | chibaguy | 2008-05-29 09:07:56 +0200 (jeu, 29 mai 2008) | 1 line

[ENH] div given id to enable properties from stylesheet.
------------------------------------------------------------------------
r13044 | ang23 | 2008-05-29 09:05:04 +0200 (jeu, 29 mai 2008) | 2 lines

fix namespace collision with showhide_headings, and fix for dev.tw.o tracker_itemId 1787

------------------------------------------------------------------------
r13043 | ang23 | 2008-05-29 08:25:09 +0200 (jeu, 29 mai 2008) | 2 lines

small fix to not show "o" at the bottom if not tiki_p_edit

------------------------------------------------------------------------
r13042 | ang23 | 2008-05-29 08:04:19 +0200 (jeu, 29 mai 2008) | 2 lines

small fix in module.tpl so that span ids are unique, and tikilib heading naming fix for _ at the beginning of line after replace foir xhtml compliance

------------------------------------------------------------------------
r13041 | sampaioprimo | 2008-05-29 04:00:11 +0200 (jeu, 29 mai 2008) | 2 lines

translation

------------------------------------------------------------------------
r13038 | sylvieg | 2008-05-29 00:44:11 +0200 (jeu, 29 mai 2008) | 1 line

[FIX]tracker: be able to specify if the import is a utf8 or ISO-8859-1 import
------------------------------------------------------------------------
r13037 | sylvieg | 2008-05-29 00:33:54 +0200 (jeu, 29 mai 2008) | 1 line

[FIX]tracker: 0 means also no truncation
------------------------------------------------------------------------
r13036 | sylvieg | 2008-05-28 23:15:31 +0200 (mer, 28 mai 2008) | 1 line

[FIX]tracker: fix creation date in pretty trackerlist
------------------------------------------------------------------------
r13035 | ang23 | 2008-05-28 23:14:35 +0200 (mer, 28 mai 2008) | 2 lines

fix for utf-8 encoded pagenames for heading w !+ and !-

------------------------------------------------------------------------
r13034 | sylvieg | 2008-05-28 22:24:42 +0200 (mer, 28 mai 2008) | 1 line

[FIX]tracker: when csv importing->test there is not 2 times the same header names and if yes, display an error
------------------------------------------------------------------------
r13033 | ang23 | 2008-05-28 22:13:22 +0200 (mer, 28 mai 2008) | 2 lines

fix for heading state when using !+ and !- type wiki headings, uses cookie_jar from now on

------------------------------------------------------------------------
r13030 | sylvieg | 2008-05-28 20:31:21 +0200 (mer, 28 mai 2008) | 1 line

some
------------------------------------------------------------------------
r13028 | sylvieg | 2008-05-28 20:23:40 +0200 (mer, 28 mai 2008) | 1 line

[MOD]tracker: textarea field option to limit/show word count in TRACKER plugin+ quicktags in TRACKER plugin
------------------------------------------------------------------------
r13026 | Jyhem | 2008-05-28 17:50:46 +0200 (mer, 28 mai 2008) | 1 line

[FIX] typos
------------------------------------------------------------------------
r13025 | yonixxx | 2008-05-28 17:50:35 +0200 (mer, 28 mai 2008) | 1 line

[MOD] admin can choose to input the forumname and threadtitle as metatag keyword for forum pages
------------------------------------------------------------------------
r13024 | yonixxx | 2008-05-28 17:45:59 +0200 (mer, 28 mai 2008) | 1 line

[MOD] admin can choose to input the forumname and threadtitle as metatag keyword for forum pages
------------------------------------------------------------------------
r13023 | yonixxx | 2008-05-28 17:43:24 +0200 (mer, 28 mai 2008) | 1 line

[MOD] admin can choose to input the forumname and threadtitle as metatag keyword for forum pages
------------------------------------------------------------------------
r13022 | yonixxx | 2008-05-28 17:37:01 +0200 (mer, 28 mai 2008) | 1 line

[MOD] admin can choose to input the forumname and threadtitle as metatag keyword for forum pages
------------------------------------------------------------------------
r13021 | yonixxx | 2008-05-28 17:29:56 +0200 (mer, 28 mai 2008) | 1 line

[MOD] admin can choose to input the forumname and threadtitle as metatag keyword for forum pages
------------------------------------------------------------------------
r13020 | sylvieg | 2008-05-28 17:18:13 +0200 (mer, 28 mai 2008) | 1 line

[FIX]tracker: the owner of an attachment can delete it in tracker plugin
------------------------------------------------------------------------
r13018 | sylvieg | 2008-05-28 16:16:32 +0200 (mer, 28 mai 2008) | 1 line

[FIX]tracker: be able to remove attachment in the plugin
------------------------------------------------------------------------
r13017 | sylvieg | 2008-05-28 15:54:50 +0200 (mer, 28 mai 2008) | 1 line

[FIX]tracker: fix attachment for new item
------------------------------------------------------------------------
r13016 | sept_7 | 2008-05-28 15:39:00 +0200 (mer, 28 mai 2008) | 2 lines

[FIX] better placement of the <base> tag...

------------------------------------------------------------------------
r13015 | sylvieg | 2008-05-28 15:28:30 +0200 (mer, 28 mai 2008) | 1 line

[FIX]tracker: missing item assigment
------------------------------------------------------------------------
r13014 | sept_7 | 2008-05-28 15:06:00 +0200 (mer, 28 mai 2008) | 2 lines

[FIX] : close the curl session... minor but cleaner

------------------------------------------------------------------------
r13013 | sept_7 | 2008-05-28 14:54:07 +0200 (mer, 28 mai 2008) | 3 lines

[ENH] display which extensions are loaded and block the replay if PECL HTTP and
cURL are not present

------------------------------------------------------------------------
r13012 | sylvieg | 2008-05-28 14:44:35 +0200 (mer, 28 mai 2008) | 1 line

[FIX]stats: seems to be a bug on php4
------------------------------------------------------------------------
r13011 | sylvieg | 2008-05-28 14:42:02 +0200 (mer, 28 mai 2008) | 1 line

[FIX]tests: do not call tikitestslib.php if feature desactivated because creates a php error on php4 server
------------------------------------------------------------------------
r13010 | sept_7 | 2008-05-28 14:41:36 +0200 (mer, 28 mai 2008) | 2 lines

[ENH] Warnin if tidy extension is not found

------------------------------------------------------------------------
r13009 | sept_7 | 2008-05-28 14:40:29 +0200 (mer, 28 mai 2008) | 3 lines

[ENH] : Autodetect the extension pecl HTTP or Curl, by default use pecl HTPP
else use cURL.

------------------------------------------------------------------------
r13006 | sylvieg | 2008-05-28 12:22:39 +0200 (mer, 28 mai 2008) | 1 line

[FIX]old search on tracker: to be able as non admin to see more than one item per tracker - thx MrStu
------------------------------------------------------------------------
r13005 | sept_7 | 2008-05-28 10:25:37 +0200 (mer, 28 mai 2008) | 3 lines

[FIX] put javascript in <!--//--><![CDATA[//><!-- //--><!]]> for HTML
validation part 2

------------------------------------------------------------------------
r13004 | Jyhem | 2008-05-28 10:13:57 +0200 (mer, 28 mai 2008) | 1 line

[ENH] IETF-compliant signature separator is actually linebreak-hyphen-hyphen-space-linebreak
------------------------------------------------------------------------
r13003 | nyloth | 2008-05-28 09:49:09 +0200 (mer, 28 mai 2008) | 1 line

[FIX] missing closing tag + width 98% hack
------------------------------------------------------------------------
r13001 | chibaguy | 2008-05-28 06:56:51 +0200 (mer, 28 mai 2008) | 1 line

[FIX] templates/header.tpl fix made (javascript).
------------------------------------------------------------------------
r13000 | chibaguy | 2008-05-28 06:24:25 +0200 (mer, 28 mai 2008) | 1 line

[NEW] Darkroom theme added (light-on-dark *litecss-based theme).
------------------------------------------------------------------------
r12999 | sylvieg | 2008-05-27 22:58:45 +0200 (mar, 27 mai 2008) | 1 line

[MOD]tracker: 2 new field types: attachment and preference (limited to password and email now) + initial filter limited to the sort field + can use a template for TRACKER plugin (pretty TRACKER) (as TRACKERLIST plugin) + param view=user for TRACKER to be able to reedit an existing item + gather the template code for field input into tracker_item_field_input to avoid code duplication (use only for now in pretty TRACKER and TRACKER plugin(the old code is still in TRACKER plugin even if not used to reverse quickly  in problem
------------------------------------------------------------------------
r12998 | sept_7 | 2008-05-27 19:07:11 +0200 (mar, 27 mai 2008) | 2 lines

[FIX] put javascript in <!--//--><![CDATA[//><!-- //--><!]]> for HTML validation

------------------------------------------------------------------------
r12997 | nyloth | 2008-05-27 18:38:54 +0200 (mar, 27 mai 2008) | 1 line

[MOD] wiki: textarea of edit page in wiki mode now use the whole table width, as in wysiwyg mode.
------------------------------------------------------------------------
r12994 | sept_7 | 2008-05-27 17:30:36 +0200 (mar, 27 mai 2008) | 3 lines

[ENH] TikiTests : If the module tidy PHP if not found use HTMLPurifier to clean the HTML,
it is not perfect but better than nothing

------------------------------------------------------------------------
r12993 | nyloth | 2008-05-27 15:58:43 +0200 (mar, 27 mai 2008) | 1 line

[FIX] fix wysiwyg/wiki switch link when using ajax
------------------------------------------------------------------------
r12992 | sylvieg | 2008-05-27 15:52:21 +0200 (mar, 27 mai 2008) | 1 line

notice
------------------------------------------------------------------------
r12991 | sylvieg | 2008-05-27 15:37:09 +0200 (mar, 27 mai 2008) | 1 line

[FIX]sheet: give to opportunity to change the creator of a sheet to an admin
------------------------------------------------------------------------
r12990 | sylvieg | 2008-05-27 14:57:27 +0200 (mar, 27 mai 2008) | 1 line

[FIX]wiki: can not edit a userpage that is not mine
------------------------------------------------------------------------
r12989 | sept_7 | 2008-05-27 14:49:46 +0200 (mar, 27 mai 2008) | 4 lines

[FIX] : update PEAR::Date to the latest version, correct wrong timezone
calculation.
We tested it here and it solved our problem with TimeZone...

------------------------------------------------------------------------
r12985 | chibaguy | 2008-05-27 06:40:38 +0200 (mar, 27 mai 2008) | 1 line

[ENH] Hidden side-column heading text improved.
------------------------------------------------------------------------
r12984 | chibaguy | 2008-05-27 06:16:53 +0200 (mar, 27 mai 2008) | 1 line

[FIX] Page title changed h2 -> h1 for consistency with titles in other sections.
------------------------------------------------------------------------
r12983 | nkoth | 2008-05-27 05:42:20 +0200 (mar, 27 mai 2008) | 1 line

[NEW] Provide a way for admin to change the source language string for all languages in use when templates are modified, when dblang is used
------------------------------------------------------------------------
r12977 | chibaguy | 2008-05-27 03:15:26 +0200 (mar, 27 mai 2008) | 1 line

[FIX] New line before header.tpl include removed.
------------------------------------------------------------------------
r12976 | nkoth | 2008-05-27 02:07:52 +0200 (mar, 27 mai 2008) | 1 line

[FIX] database error, when trying to search dynamic content
------------------------------------------------------------------------
r12975 | nyloth | 2008-05-26 18:51:26 +0200 (lun, 26 mai 2008) | 1 line

[SVN] remove wrong _htaccess
------------------------------------------------------------------------
r12974 | nyloth | 2008-05-26 18:46:28 +0200 (lun, 26 mai 2008) | 1 line

[SVN] add check-syntax:php5-only info
------------------------------------------------------------------------
r12973 | nyloth | 2008-05-26 18:44:46 +0200 (lun, 26 mai 2008) | 1 line

[SVN] add check-syntax:php5-only info
------------------------------------------------------------------------
r12972 | sept_7 | 2008-05-26 18:32:26 +0200 (lun, 26 mai 2008) | 2 lines

[FIX] Missing icons used by TikiTests :(

------------------------------------------------------------------------
r12971 | sept_7 | 2008-05-26 18:28:20 +0200 (lun, 26 mai 2008) | 23 lines

[FEATURE] Adding the long (too long may be) waited feature TikiTest.

This Feature allows to record a set of url and to replay it to comprae the
results. You can use Xpath expression to select the part of the page you want
to compare.

This is the first try, there might be bug hiding in the code ;p

This feature requires the tidy extension of php to validate de HTML, I plan to
use HTMLPurifier as an option but it will probabily be slower...

For the Xpath syntax look a the pages on www.w3c.org :
 http://www.w3.org/TR/xpath

As an exemple :
//div[@id='tiki-center'] select all the div from the root node where the attribute 'id' is equal to 'tiki-center'

There is a preliminary doc at :
 http://doc.tikiwiki.org/tiki-index.php?page=TikiTests

Nice testtin every body ! ;p


------------------------------------------------------------------------
r12970 | Jyhem | 2008-05-26 17:48:23 +0200 (lun, 26 mai 2008) | 1 line

[FIX] Better text
------------------------------------------------------------------------
r12969 | Jyhem | 2008-05-26 15:01:11 +0200 (lun, 26 mai 2008) | 1 line

[ENH] Capitalization
------------------------------------------------------------------------
r12968 | sept_7 | 2008-05-26 11:19:28 +0200 (lun, 26 mai 2008) | 2 lines

[FIX] HTML validation : no line before <?xml...>

------------------------------------------------------------------------
r12967 | chibaguy | 2008-05-26 09:32:24 +0200 (lun, 26 mai 2008) | 1 line

[FIX] Validation errors fixed.
------------------------------------------------------------------------
r12966 | chibaguy | 2008-05-26 04:30:23 +0200 (lun, 26 mai 2008) | 1 line

[ENH] "Report to Webmaster" link added; div.credits typo fixed in tikinewt.
------------------------------------------------------------------------
r12965 | chibaguy | 2008-05-26 04:22:25 +0200 (lun, 26 mai 2008) | 1 line

[ENH] Site header login added.
------------------------------------------------------------------------
r12964 | chibaguy | 2008-05-26 03:53:26 +0200 (lun, 26 mai 2008) | 1 line

[FIX] Hidden left-column heading class fixed.
------------------------------------------------------------------------
r12963 | chibaguy | 2008-05-25 09:59:19 +0200 (dim, 25 mai 2008) | 1 line

[FIX] .clearfix added to #page-bar so .button2 spans are contained.
------------------------------------------------------------------------
r12961 | pkdille | 2008-05-24 17:36:05 +0200 (sam, 24 mai 2008) | 1 line

[FIX] xhtml: some xhtml cleaning in admin grids
------------------------------------------------------------------------
r12960 | pkdille | 2008-05-24 07:40:09 +0200 (sam, 24 mai 2008) | 1 line

[MOD] some other code unduplication
------------------------------------------------------------------------
r12959 | pkdille | 2008-05-24 00:09:43 +0200 (sam, 24 mai 2008) | 1 line

[MOD] edit quiz results: unduplicate code + replace some links with icons
------------------------------------------------------------------------
r12958 | pkdille | 2008-05-23 23:59:32 +0200 (ven, 23 mai 2008) | 1 line

[MOD] + [FIX] edit quiz questions: unduplicate code + fix some xhtml errors in order to have xhtml clean code
------------------------------------------------------------------------
r12957 | pkdille | 2008-05-23 23:44:34 +0200 (ven, 23 mai 2008) | 1 line

[MOD] + [FIX] quiz edit question option: unduplicate code + fix some xhtml errors in order to have xhtml clean code
------------------------------------------------------------------------
r12956 | pkdille | 2008-05-23 23:36:21 +0200 (ven, 23 mai 2008) | 1 line

[MOD] + [FIX] quiz stats: unduplicate code + fix some xhtml errors in order to have xhtml clean code
------------------------------------------------------------------------
r12955 | pkdille | 2008-05-23 23:12:45 +0200 (ven, 23 mai 2008) | 1 line

[MOD] + [FIX] edit quiz: unduplicate code + fix some xhtml errors in order to have xhtml clean code
------------------------------------------------------------------------
r12954 | pkdille | 2008-05-23 22:29:18 +0200 (ven, 23 mai 2008) | 3 lines

[MOD] quiz: change some textual action links in icon links in order to have the same look&feel as anywhere else in tiki


------------------------------------------------------------------------
r12953 | pkdille | 2008-05-23 21:28:49 +0200 (ven, 23 mai 2008) | 1 line

[MOD] faqs & surveys: homogenize edit and question icons
------------------------------------------------------------------------
r12952 | nkoth | 2008-05-23 18:50:18 +0200 (ven, 23 mai 2008) | 1 line

[FIX] groups were not returning when getting user information by userId instead of by loginname
------------------------------------------------------------------------
r12951 | sylvieg | 2008-05-23 14:31:04 +0200 (ven, 23 mai 2008) | 1 line

change wording
------------------------------------------------------------------------
r12950 | chibaguy | 2008-05-23 09:21:52 +0200 (ven, 23 mai 2008) | 1 line

[MOD] #page-bar changes in templates/tiki-read_article.tpl added.
------------------------------------------------------------------------
r12942 | sylvieg | 2008-05-22 19:52:37 +0200 (jeu, 22 mai 2008) | 1 line

icon
------------------------------------------------------------------------
r12941 | sylvieg | 2008-05-22 18:37:18 +0200 (jeu, 22 mai 2008) | 1 line

[FIX]tracker: extract the attachment tpl+fix which fields are displayed
------------------------------------------------------------------------
r12939 | sylvieg | 2008-05-22 18:05:51 +0200 (jeu, 22 mai 2008) | 1 line

SVN
------------------------------------------------------------------------
r12938 | sylvieg | 2008-05-22 17:58:32 +0200 (jeu, 22 mai 2008) | 1 line

notice
------------------------------------------------------------------------
r12937 | sylvieg | 2008-05-22 17:07:45 +0200 (jeu, 22 mai 2008) | 1 line

[FIX]tracker: fix link on items list
------------------------------------------------------------------------
r12936 | sylvieg | 2008-05-22 15:47:53 +0200 (jeu, 22 mai 2008) | 1 line

[FIX]get_files with an array of galleries
------------------------------------------------------------------------
r12935 | sylvieg | 2008-05-22 15:27:58 +0200 (jeu, 22 mai 2008) | 1 line

[FIX]missing feature check
------------------------------------------------------------------------
r12934 | sylvieg | 2008-05-22 15:00:25 +0200 (jeu, 22 mai 2008) | 1 line

typo
------------------------------------------------------------------------
r12933 | sylvieg | 2008-05-22 14:59:37 +0200 (jeu, 22 mai 2008) | 1 line

sync
------------------------------------------------------------------------
r12932 | sylvieg | 2008-05-22 14:55:18 +0200 (jeu, 22 mai 2008) | 1 line

[MOD]actionlog: new perm to see action log of users of all your groups
------------------------------------------------------------------------
r12931 | pkdille | 2008-05-22 14:54:03 +0200 (jeu, 22 mai 2008) | 1 line

[MOD] search results: move results count below find textfield for ergonomic reasons
------------------------------------------------------------------------
r12930 | chibaguy | 2008-05-22 10:04:36 +0200 (jeu, 22 mai 2008) | 1 line

[FIX] Redundacies with admin.css and calendar.css removed, odd/even properties, error page styling added, etc.
------------------------------------------------------------------------
r12928 | chibaguy | 2008-05-22 08:35:40 +0200 (jeu, 22 mai 2008) | 1 line

[ENH] More intuitive feature initials in action calendar.
------------------------------------------------------------------------
r12927 | chibaguy | 2008-05-22 03:40:36 +0200 (jeu, 22 mai 2008) | 1 line

[FIX] Proprietary properties removed and IE hack changed for validation; property and value short forms used where possible.
------------------------------------------------------------------------
r12926 | sylvieg | 2008-05-22 00:41:46 +0200 (jeu, 22 mai 2008) | 1 line

[FIX]tracker: no div if only one element in item lists
------------------------------------------------------------------------
r12925 | sylvieg | 2008-05-22 00:36:07 +0200 (jeu, 22 mai 2008) | 1 line

[FIX]tracker: an additonal div
------------------------------------------------------------------------
r12924 | sylvieg | 2008-05-21 23:22:14 +0200 (mer, 21 mai 2008) | 1 line

[MOD]tracker: import also date with dd/mm/yyyy format
------------------------------------------------------------------------
r12923 | sylvieg | 2008-05-21 23:10:51 +0200 (mer, 21 mai 2008) | 1 line

[FIX]trackerlist: strip not to have a space before each field when using a tpl
------------------------------------------------------------------------
r12922 | sylvieg | 2008-05-21 23:00:28 +0200 (mer, 21 mai 2008) | 1 line

[FIX]tracker: export only rating value and image filename
------------------------------------------------------------------------
r12921 | etuate | 2008-05-21 22:53:32 +0200 (mer, 21 mai 2008) | 1 line

[MODIFY] interface for maps now use only two zoom in and out icon as well as drop down meny using 3 options
------------------------------------------------------------------------
r12920 | sylvieg | 2008-05-21 22:13:16 +0200 (mer, 21 mai 2008) | 1 line

[FIX]tracker: importing with the default status
------------------------------------------------------------------------
r12919 | sylvieg | 2008-05-21 18:27:38 +0200 (mer, 21 mai 2008) | 1 line

a little more
------------------------------------------------------------------------
r12918 | sylvieg | 2008-05-21 18:19:09 +0200 (mer, 21 mai 2008) | 1 line

[FIX]it is not a global
------------------------------------------------------------------------
r12917 | sylvieg | 2008-05-21 16:48:48 +0200 (mer, 21 mai 2008) | 1 line

[FIX]tempaltes: only the ones not existing in root
------------------------------------------------------------------------
r12916 | sylvieg | 2008-05-21 16:33:26 +0200 (mer, 21 mai 2008) | 1 line

[FIX]templates: add the templates/styles/my_style/ files too as a style can add additional tpl
------------------------------------------------------------------------
r12915 | sylvieg | 2008-05-21 15:57:22 +0200 (mer, 21 mai 2008) | 1 line

oops
------------------------------------------------------------------------
r12914 | sylvieg | 2008-05-21 15:52:18 +0200 (mer, 21 mai 2008) | 1 line

[FIX]wiki: simple print of a page must be done in the structure if the page is shown in the structure
------------------------------------------------------------------------
r12913 | sylvieg | 2008-05-21 15:04:43 +0200 (mer, 21 mai 2008) | 1 line

[FIX]webhelp: wrong feature name
------------------------------------------------------------------------
r12912 | sylvieg | 2008-05-21 14:45:56 +0200 (mer, 21 mai 2008) | 1 line

[FIX]no banner when printing
------------------------------------------------------------------------
r12911 | chibaguy | 2008-05-21 08:22:09 +0200 (mer, 21 mai 2008) | 1 line

[ENH] Amette's list class added for cloudy freetag module.
------------------------------------------------------------------------
r12908 | chibaguy | 2008-05-21 08:05:53 +0200 (mer, 21 mai 2008) | 1 line

[FIX] More logical for (hidden) side-column headings to be inside col divs.
------------------------------------------------------------------------
r12907 | etuate | 2008-05-21 00:10:31 +0200 (mer, 21 mai 2008) | 1 line

[UPDATE] SQL files updated when midfying tiki-map.phtml to tiki-map.php for updates made on tiki.sql adn tiki1.9to1.10_sql
------------------------------------------------------------------------
r12906 | pkdille | 2008-05-20 22:14:26 +0200 (mar, 20 mai 2008) | 1 line

[MOD] forums: search in forums needs feature_search activated. Disabling the search field from the forum grids if feature_search is not active and give the information in admin panel.
------------------------------------------------------------------------
r12905 | sylvieg | 2008-05-20 22:14:08 +0200 (mar, 20 mai 2008) | 1 line

notice
------------------------------------------------------------------------
r12904 | sylvieg | 2008-05-20 22:09:21 +0200 (mar, 20 mai 2008) | 1 line

[MOD]articles: to be able to call the module in tpl
------------------------------------------------------------------------
r12903 | sylvieg | 2008-05-20 22:05:12 +0200 (mar, 20 mai 2008) | 1 line

notice
------------------------------------------------------------------------
r12902 | nkoth | 2008-05-20 21:40:52 +0200 (mar, 20 mai 2008) | 1 line

[FIX] tighten up filtering
------------------------------------------------------------------------
r12901 | sylvieg | 2008-05-20 19:35:20 +0200 (mar, 20 mai 2008) | 1 line

[FIX]tracker: to be able to unassign a category
------------------------------------------------------------------------
r12900 | sylvieg | 2008-05-20 16:59:12 +0200 (mar, 20 mai 2008) | 1 line

[MOD]tracker: give at least one way to add formatted date in import
------------------------------------------------------------------------
r12899 | sylvieg | 2008-05-20 15:11:44 +0200 (mar, 20 mai 2008) | 1 line

[FIX]article: show_comzone is used to shoe comments
------------------------------------------------------------------------
r12898 | nyloth | 2008-05-20 10:19:11 +0200 (mar, 20 mai 2008) | 1 line

[NEW] css: Allow to have an ie6.css file for the theme's specific hacks for IE 6 (if found in styles/your_theme/)
------------------------------------------------------------------------
r12897 | chibaguy | 2008-05-20 08:50:33 +0200 (mar, 20 mai 2008) | 1 line

[FIX] Extra /div tag removed (was causing staggered columns in *litecss themes).
------------------------------------------------------------------------
r12896 | pkdille | 2008-05-19 22:56:07 +0200 (lun, 19 mai 2008) | 1 line

[MOD] user registration: typo. No idea why there's an html break in this sentence. If sentence is to long, this should be fixed with css rules on the container.
------------------------------------------------------------------------
r12895 | ricks99 | 2008-05-19 19:37:13 +0200 (lun, 19 mai 2008) | 1 line

fix line breaks for unix
------------------------------------------------------------------------
r12894 | ricks99 | 2008-05-19 19:29:54 +0200 (lun, 19 mai 2008) | 1 line

[MOD]allow multi-select when choosing pages to print
------------------------------------------------------------------------
r12893 | sept_7 | 2008-05-19 18:41:28 +0200 (lun, 19 mai 2008) | 3 lines

[FIX] : HTML Validation... Please when changing begining tag change also ending
tag :( <td> -> <th> change also </td> -> </th> ! :(((

------------------------------------------------------------------------
r12892 | sylvieg | 2008-05-19 16:52:09 +0200 (lun, 19 mai 2008) | 1 line

[FIX] missing th
------------------------------------------------------------------------
r12891 | nyloth | 2008-05-19 16:29:01 +0200 (lun, 19 mai 2008) | 1 line

[NEW] comments: new 'Allow to post comments as Anonymous' feature that will display an 'Post as Anonymous' button. This is to allow anonymous posts for a group of users that have rights to post comments (but real anonymous users don't have rights to post).
------------------------------------------------------------------------
r12890 | nyloth | 2008-05-19 16:22:19 +0200 (lun, 19 mai 2008) | 1 line

[FIX] wiki: fix check on user when creating a wiki page
------------------------------------------------------------------------
r12886 | chibaguy | 2008-05-19 07:14:13 +0200 (lun, 19 mai 2008) | 1 line

Another test.
------------------------------------------------------------------------
r12885 | chibaguy | 2008-05-19 07:06:20 +0200 (lun, 19 mai 2008) | 1 line

Another test.
------------------------------------------------------------------------
r12884 | chibaguy | 2008-05-19 07:03:12 +0200 (lun, 19 mai 2008) | 1 line

Another test.
------------------------------------------------------------------------
r12883 | chibaguy | 2008-05-19 07:01:17 +0200 (lun, 19 mai 2008) | 1 line

Another test.
------------------------------------------------------------------------
r12882 | chibaguy | 2008-05-19 06:42:30 +0200 (lun, 19 mai 2008) | 1 line

Testing keyword expansion.
------------------------------------------------------------------------
r12881 | pkdille | 2008-05-19 06:28:22 +0200 (lun, 19 mai 2008) | 1 line

[FIX] mail notifications: fix the update mail address function. Add the username in the request in case where 2 users have the same mail address (eg: an admin who also has an account).
------------------------------------------------------------------------
r12880 | chibaguy | 2008-05-19 06:27:15 +0200 (lun, 19 mai 2008) | 1 line

Testing enable-auto-props = yes
------------------------------------------------------------------------
r12879 | pkdille | 2008-05-19 06:15:55 +0200 (lun, 19 mai 2008) | 1 line

[FIX]+[MOD] Email notifications: fix the "use admin email" link. Now it puts not only the email address in the mail field but also the admin string in the user field
------------------------------------------------------------------------
r12876 | etuate | 2008-05-19 01:25:50 +0200 (lun, 19 mai 2008) | 1 line

[UPDATE] sorry guys forgot to remove debug from tiki-map.tpl
------------------------------------------------------------------------
r12875 | etuate | 2008-05-19 00:10:19 +0200 (lun, 19 mai 2008) | 1 line

[UPDATE] modified sql files when changing tiki-map.phtml to tiki-map.php
------------------------------------------------------------------------
r12874 | etuate | 2008-05-19 00:09:31 +0200 (lun, 19 mai 2008) | 1 line

[UPDATE] modified php files when changing tiki-map.phtml to tiki-map.php
------------------------------------------------------------------------
r12873 | etuate | 2008-05-19 00:08:16 +0200 (lun, 19 mai 2008) | 1 line

[DELETE] remove tiki-map.phtml
------------------------------------------------------------------------
r12872 | etuate | 2008-05-19 00:04:06 +0200 (lun, 19 mai 2008) | 1 line

[UPDATE] modified template files when changing tiki-map.phtml to tiki-map.php
------------------------------------------------------------------------
r12871 | etuate | 2008-05-19 00:01:58 +0200 (lun, 19 mai 2008) | 1 line

[UPDATE] changing tiki-map.phtml to tiki-map.php
------------------------------------------------------------------------
r12870 | leyan | 2008-05-18 21:14:38 +0200 (dim, 18 mai 2008) | 1 line

[MOD]Friendship Network feature. Modified tiki-user_information.php so that : if user watched already sent a friendship request to you, you can either accept or refuse the friendship, if you already sent a friendship request to the user watched, you can cancel the friendship request. Those actions are also available on tiki-friends.php
------------------------------------------------------------------------
r12867 | pkdille | 2008-05-18 16:30:55 +0200 (dim, 18 mai 2008) | 1 line

[FIX] add watches (bugs and wish list item #1719): if a user tries to add a watch without having an email address associated with his account, he will have an error message
------------------------------------------------------------------------
r12866 | pkdille | 2008-05-18 15:07:29 +0200 (dim, 18 mai 2008) | 1 line

[MOD] typo
------------------------------------------------------------------------
r12865 | pkdille | 2008-05-18 08:13:20 +0200 (dim, 18 mai 2008) | 1 line

[FIX] user watches: xhtml validation
------------------------------------------------------------------------
r12864 | pkdille | 2008-05-18 07:36:07 +0200 (dim, 18 mai 2008) | 1 line

[MOD] admin users: change the assign group icon. It seems more logical that this icon is not the key which should be dedicated to perms management actions
------------------------------------------------------------------------
r12863 | sylvieg | 2008-05-16 23:18:21 +0200 (ven, 16 mai 2008) | 1 line

[FIX]wiki: redirect also cell edit of the split plugin on tiki-editpage to ahve the goodies
------------------------------------------------------------------------
r12862 | luciash | 2008-05-16 22:41:02 +0200 (ven, 16 mai 2008) | 1 line

[FIX] admin UI revamp: tables needed nomore, consistency, simplification
------------------------------------------------------------------------
r12861 | sylvieg | 2008-05-16 22:20:27 +0200 (ven, 16 mai 2008) | 1 line

[FIX]wiki section: section edit now uses tiki-editpage to have all the goodies
------------------------------------------------------------------------
r12860 | sylvieg | 2008-05-16 21:24:42 +0200 (ven, 16 mai 2008) | 1 line

[FIX]wiki: duplicate the rollback button to see that the roolback is not done yet
------------------------------------------------------------------------
r12859 | sylvieg | 2008-05-16 19:53:12 +0200 (ven, 16 mai 2008) | 1 line

missing tiki_p_edit_categories
------------------------------------------------------------------------
r12858 | sylvieg | 2008-05-16 19:07:05 +0200 (ven, 16 mai 2008) | 2 lines

[MOD]wiki: first prototype on edit section per header: TODO->works if header is ~np~/CODE + class to identify the section + add the image upload + notification + translation + add all the gadgets warning...

------------------------------------------------------------------------
r12857 | sept_7 | 2008-05-16 18:17:35 +0200 (ven, 16 mai 2008) | 2 lines

[FIX] : HTML validation

------------------------------------------------------------------------
r12856 | sept_7 | 2008-05-16 18:07:11 +0200 (ven, 16 mai 2008) | 2 lines

[FIX] : HTML validation

------------------------------------------------------------------------
r12853 | sept_7 | 2008-05-16 16:09:20 +0200 (ven, 16 mai 2008) | 5 lines

[FIX] wiki: avoid action buttons to overlap wiki text when a wiki page contains 
floating elements (for example, when aligning a table to left using the wysiwyg 
editor)


------------------------------------------------------------------------
r12852 | sept_7 | 2008-05-16 15:47:35 +0200 (ven, 16 mai 2008) | 2 lines

[FIX] : html validation

------------------------------------------------------------------------
r12851 | luciash | 2008-05-16 15:18:11 +0200 (ven, 16 mai 2008) | 1 line

[FIX] admin UI revamp: removed duplicate headers, better names for tabs titles, reshuffled a bit
------------------------------------------------------------------------
r12850 | ricks99 | 2008-05-16 14:58:54 +0200 (ven, 16 mai 2008) | 1 line

[FIX]Only show history options if user has permission
------------------------------------------------------------------------
r12849 | nyloth | 2008-05-16 14:54:34 +0200 (ven, 16 mai 2008) | 1 line

[FIX] rollback commit 12847 since it causes problems with litecss themes
------------------------------------------------------------------------
r12848 | nyloth | 2008-05-16 14:51:15 +0200 (ven, 16 mai 2008) | 1 line

[FIX] remove useless code
------------------------------------------------------------------------
r12847 | nyloth | 2008-05-16 14:41:25 +0200 (ven, 16 mai 2008) | 1 line

[FIX] wiki: avoid action buttons to overlap wiki text when a wiki page contains floating elements (for example, when aligning a table to left using the wysiwyg editor)
------------------------------------------------------------------------
r12846 | luciash | 2008-05-16 14:09:54 +0200 (ven, 16 mai 2008) | 1 line

[FIX] missing closing tags
------------------------------------------------------------------------
r12845 | nyloth | 2008-05-16 13:45:59 +0200 (ven, 16 mai 2008) | 1 line

[FIX] calendar: explicitely specify icons width and height when they are not 16x16 + vertical alignement of cells content in the event creation form
------------------------------------------------------------------------
r12844 | nyloth | 2008-05-16 13:43:56 +0200 (ven, 16 mai 2008) | 1 line

[FIX] fix an icon id
------------------------------------------------------------------------
r12843 | sept_7 | 2008-05-16 12:04:36 +0200 (ven, 16 mai 2008) | 2 lines

[FIX] : positionning of the save button and correction for HTML validation

------------------------------------------------------------------------
r12842 | chibaguy | 2008-05-16 08:53:38 +0200 (ven, 16 mai 2008) | 1 line

Testing SVN keyword.
------------------------------------------------------------------------
r12841 | etuate | 2008-05-16 06:38:21 +0200 (ven, 16 mai 2008) | 1 line

[FIX] fixing ajax and javascript for map zoom
------------------------------------------------------------------------
r12840 | etuate | 2008-05-16 05:22:01 +0200 (ven, 16 mai 2008) | 1 line

[UPDATE] tiki-map.phtml to tiki-maps.php in Maps and View Maps for table tiki_menu_options
------------------------------------------------------------------------
r12836 | sylvieg | 2008-05-15 22:04:13 +0200 (jeu, 15 mai 2008) | 1 line

dos2unix
------------------------------------------------------------------------
r12835 | sylvieg | 2008-05-15 21:55:13 +0200 (jeu, 15 mai 2008) | 1 line

[MOD]tracker: tracker plugin can be used how many times you want on the same user tracker - allow to modif an item or to fill step by step a tracker
------------------------------------------------------------------------
r12830 | sylvieg | 2008-05-15 18:53:45 +0200 (jeu, 15 mai 2008) | 1 line

notice
------------------------------------------------------------------------
r12829 | sylvieg | 2008-05-15 18:43:55 +0200 (jeu, 15 mai 2008) | 1 line

[MOD]tracker: split list_items into list_items and get_item_fields for reuse + some notif
------------------------------------------------------------------------
r12828 | ricks99 | 2008-05-15 17:28:41 +0200 (jeu, 15 mai 2008) | 1 line

[UI]Added icons to improve visibility of "staging" notifications.
------------------------------------------------------------------------
r12827 | Jyhem | 2008-05-15 17:20:56 +0200 (jeu, 15 mai 2008) | 1 line

[FIX] Let's just accept that this country has two names for now
------------------------------------------------------------------------
r12826 | ricks99 | 2008-05-15 17:19:30 +0200 (jeu, 15 mai 2008) | 1 line

[UI]Use consistent formatting for notes, addd information icons
------------------------------------------------------------------------
r12825 | Jyhem | 2008-05-15 17:03:29 +0200 (jeu, 15 mai 2008) | 1 line

[ENH] Clean up code handling country names in trackers. Notably, translate real english country names in language files. Also, new option in tracker item for better control of sort order
------------------------------------------------------------------------
r12824 | ricks99 | 2008-05-15 16:19:29 +0200 (jeu, 15 mai 2008) | 1 line

[UI]Fix ultra-wide tables, use standard icons, 
------------------------------------------------------------------------
r12823 | chibaguy | 2008-05-15 06:15:24 +0200 (jeu, 15 mai 2008) | 1 line

site title changed from h1 to div; shadowbox loading image replaced (cow -> spinner)
------------------------------------------------------------------------
r12822 | chibaguy | 2008-05-15 06:03:15 +0200 (jeu, 15 mai 2008) | 1 line

Support for topbar custom code feature added (page-wide div just below horizontal menu).
------------------------------------------------------------------------
r12821 | chibaguy | 2008-05-15 06:02:22 +0200 (jeu, 15 mai 2008) | 1 line

Support for topbar custom code feature added (page-wide div just below horizontal menu).
------------------------------------------------------------------------
r12820 | chibaguy | 2008-05-15 04:15:18 +0200 (jeu, 15 mai 2008) | 1 line

[FIX] box-title class missing from second instance of h3 tag, caused detached flip icon when used with wikiplugin_module. (Thanks to Zorp for reporting.)
------------------------------------------------------------------------
r12819 | etuate | 2008-05-15 02:47:12 +0200 (jeu, 15 mai 2008) | 1 line

[FIX] prefs in maps admin
------------------------------------------------------------------------
r12818 | sylvieg | 2008-05-14 17:53:21 +0200 (mer, 14 mai 2008) | 1 line

[FIX]tracker: import do not support anymore only status,itemId,categs, otherfields format
------------------------------------------------------------------------
r12817 | sylvieg | 2008-05-14 17:38:47 +0200 (mer, 14 mai 2008) | 1 line

[FIX]tracker: no comma if not begins with itemId
------------------------------------------------------------------------
r12816 | nkoth | 2008-05-13 19:26:53 +0200 (mar, 13 mai 2008) | 1 line

[FIX] Please review -> thumbnails not showing when size of existing thumbnail image is wrong, show_images.php causes MySQL error due to repeated key on attempted insert. Also, prevent endless recursion.
------------------------------------------------------------------------
r12815 | sylvieg | 2008-05-13 19:15:09 +0200 (mar, 13 mai 2008) | 1 line

[MOD] simplify as the perm as been propagated
------------------------------------------------------------------------
r12814 | sylvieg | 2008-05-13 19:11:24 +0200 (mar, 13 mai 2008) | 1 line

[MOD] simplify as the perm as been propagated
------------------------------------------------------------------------
r12813 | sylvieg | 2008-05-13 17:10:50 +0200 (mar, 13 mai 2008) | 1 line

[MOD]comment: option to jhave the comment box open by default
------------------------------------------------------------------------
r12810 | ricks99 | 2008-05-13 03:40:55 +0200 (mar, 13 mai 2008) | 1 line

[UI]Added icon to error. Added link to create category, if permission.
------------------------------------------------------------------------
r12809 | sylvieg | 2008-05-12 23:43:43 +0200 (lun, 12 mai 2008) | 1 line

[FIX]tracker: give the abaility to pretty trackerlist display to have popup too
------------------------------------------------------------------------
r12808 | sylvieg | 2008-05-12 23:43:00 +0200 (lun, 12 mai 2008) | 1 line

[MOD]smarty: to have the assign function but with a var name {set var= value=}
------------------------------------------------------------------------
r12807 | xavidp | 2008-05-12 21:10:49 +0200 (lun, 12 mai 2008) | 1 line

[FIX]typo
------------------------------------------------------------------------
r12806 | xavidp | 2008-05-12 21:08:46 +0200 (lun, 12 mai 2008) | 1 line

[FIX]typo
------------------------------------------------------------------------
r12805 | ricks99 | 2008-05-12 20:56:50 +0200 (lun, 12 mai 2008) | 1 line

[FIX]removed echo that was for testing only
------------------------------------------------------------------------
r12804 | xavidp | 2008-05-12 20:47:51 +0200 (lun, 12 mai 2008) | 1 line

[FIX] changed some labels which generated confusion to many new tiki admins relted to Tiki cache and Wiki cache
------------------------------------------------------------------------
r12803 | ricks99 | 2008-05-12 19:33:10 +0200 (lun, 12 mai 2008) | 1 line

[UI]when using tracker plugin with antibot and showmandatory, the anitbot field should be identified as mandatory. also add error icon when form is missing mandatory fields.
------------------------------------------------------------------------
r12802 | sylvieg | 2008-05-12 13:06:16 +0200 (lun, 12 mai 2008) | 1 line

[MOD] add a confirm step on reset button + revert h3 (it is either h3, either box-title
------------------------------------------------------------------------
r12801 | sylvieg | 2008-05-10 01:01:18 +0200 (sam, 10 mai 2008) | 1 line

[MOD] uncomment the line to be able to test object categ in smarty
------------------------------------------------------------------------
r12800 | sampaioprimo | 2008-05-10 00:58:57 +0200 (sam, 10 mai 2008) | 2 lines

[FIX] $movie in wikiplugin_youtube.php now accept option www.

------------------------------------------------------------------------
r12799 | sylvieg | 2008-05-10 00:56:05 +0200 (sam, 10 mai 2008) | 1 line

[MOD]categ: categ setup to collect categs on every object to be use in smarty like {if isset() and in_array(54, )} My stuff ..{/if} - STILL have to do the include in tiki-setup - UNTIL duplication code is solved
------------------------------------------------------------------------
r12798 | sylvieg | 2008-05-10 00:50:25 +0200 (sam, 10 mai 2008) | 1 line

[FIX]menu: always put a link on a menu option even if page does not exist
------------------------------------------------------------------------
r12797 | sylvieg | 2008-05-10 00:47:22 +0200 (sam, 10 mai 2008) | 1 line

[FIX] move section setting before setup
------------------------------------------------------------------------
r12796 | sylvieg | 2008-05-10 00:09:49 +0200 (sam, 10 mai 2008) | 1 line

[FIX]section: move section setting before setup
------------------------------------------------------------------------
r12795 | sylvieg | 2008-05-10 00:09:08 +0200 (sam, 10 mai 2008) | 1 line

[FIX]section: move section setting before setup
------------------------------------------------------------------------
r12794 | sylvieg | 2008-05-10 00:07:24 +0200 (sam, 10 mai 2008) | 1 line

[FIX]poll: missing section
------------------------------------------------------------------------
r12793 | sylvieg | 2008-05-10 00:01:51 +0200 (sam, 10 mai 2008) | 1 line

[FIX]section: move section setting before setup
------------------------------------------------------------------------
r12792 | sylvieg | 2008-05-09 23:41:00 +0200 (ven, 09 mai 2008) | 1 line

typo
------------------------------------------------------------------------
r12791 | sylvieg | 2008-05-09 21:29:42 +0200 (ven, 09 mai 2008) | 1 line

[FIX]menu: fix the menu section0,section0, option,option when on the first section
------------------------------------------------------------------------
r12790 | sylvieg | 2008-05-09 16:17:54 +0200 (ven, 09 mai 2008) | 1 line

[MOD]look: background class
------------------------------------------------------------------------
r12789 | chibaguy | 2008-05-09 07:38:52 +0200 (ven, 09 mai 2008) | 1 line

To support :hover in IE6 (called from css/ie6.css). See http://www.xs4all.nl/~peterned/csshover.html. License: LGPL.
------------------------------------------------------------------------
r12788 | chibaguy | 2008-05-09 07:36:47 +0200 (ven, 09 mai 2008) | 1 line

IE6 cssmenu.css tags and body selector url to csshover.htc added.
------------------------------------------------------------------------
r12787 | chibaguy | 2008-05-09 07:34:38 +0200 (ven, 09 mai 2008) | 1 line

IE6 conditional comment (which works only in HTML, not CSS) removed.
------------------------------------------------------------------------
r12786 | chibaguy | 2008-05-09 07:23:16 +0200 (ven, 09 mai 2008) | 1 line

Removed .header height. Height has to vary according to content, to prevent overlaps, etc.
------------------------------------------------------------------------
r12784 | sylvieg | 2008-05-08 23:09:48 +0200 (jeu, 08 mai 2008) | 1 line

userlink
------------------------------------------------------------------------
r12783 | sylvieg | 2008-05-08 23:08:37 +0200 (jeu, 08 mai 2008) | 1 line

userlink
------------------------------------------------------------------------
r12782 | sylvieg | 2008-05-08 22:57:02 +0200 (jeu, 08 mai 2008) | 1 line

missing userlink
------------------------------------------------------------------------
r12776 | sylvieg | 2008-05-08 16:00:46 +0200 (jeu, 08 mai 2008) | 1 line

[FIX]look: need an eval
------------------------------------------------------------------------
r12775 | sylvieg | 2008-05-08 14:59:14 +0200 (jeu, 08 mai 2008) | 1 line

[FIX]newsletter: desactive the protect email not to have the protectemail call in the newsletter
------------------------------------------------------------------------
r12774 | xavidp | 2008-05-08 12:39:38 +0200 (jeu, 08 mai 2008) | 1 line

[ENH] some small fixes that I just saw, for consistency in sitewide translation
------------------------------------------------------------------------
r12773 | chibaguy | 2008-05-08 09:58:11 +0200 (jeu, 08 mai 2008) | 1 line

Module list margin adjustment, placement of siteheader login form.
------------------------------------------------------------------------
r12772 | chibaguy | 2008-05-08 09:55:38 +0200 (jeu, 08 mai 2008) | 1 line

Module list margin adjustment, placement of siteheader login form.
------------------------------------------------------------------------
r12771 | xavidp | 2008-05-08 09:31:54 +0200 (jeu, 08 mai 2008) | 1 line

[ENH] Some more strings translated
------------------------------------------------------------------------
r12770 | chibaguy | 2008-05-08 09:31:27 +0200 (jeu, 08 mai 2008) | 1 line

Commented out the /div tag added previously to fix column display in *litecss themes -- started causing problem instead of fixing.
------------------------------------------------------------------------
r12769 | chibaguy | 2008-05-08 08:37:00 +0200 (jeu, 08 mai 2008) | 1 line

.clearfix added to #tiki-center to contain page-bar buttons.
------------------------------------------------------------------------
r12768 | chibaguy | 2008-05-08 08:36:38 +0200 (jeu, 08 mai 2008) | 1 line

.clearfix added to #tiki-center to contain page-bar buttons.
------------------------------------------------------------------------
r12767 | sylvieg | 2008-05-07 18:52:20 +0200 (mer, 07 mai 2008) | 1 line

[FIX]login: after a validation step, relaod a page to run the setup and have the proper perm/prefs set for the user
------------------------------------------------------------------------
r12766 | sylvieg | 2008-05-07 15:30:26 +0200 (mer, 07 mai 2008) | 1 line

[FIX]translation: allow translation of object other than wiki page
------------------------------------------------------------------------
r12765 | sylvieg | 2008-05-06 22:03:06 +0200 (mar, 06 mai 2008) | 1 line

[FIX]freetag: do not display the browse in if only one feature
------------------------------------------------------------------------
r12764 | pkdille | 2008-05-06 21:56:47 +0200 (mar, 06 mai 2008) | 1 line

[FIX] admin forums: xhtml
------------------------------------------------------------------------
r12763 | pkdille | 2008-05-06 21:37:22 +0200 (mar, 06 mai 2008) | 1 line

[FIX] view forum: xhtml
------------------------------------------------------------------------
r12761 | lphuberdeau | 2008-05-06 18:53:21 +0200 (mar, 06 mai 2008) | 2 lines

[FIX] lang in tiki_pages and tiki_translated_objects could get out of sync.

------------------------------------------------------------------------
r12760 | Jyhem | 2008-05-06 16:07:12 +0200 (mar, 06 mai 2008) | 1 line

[FIX] Message can be more precise (only in Wiki edition)
------------------------------------------------------------------------
r12759 | pkdille | 2008-05-06 08:36:56 +0200 (mar, 06 mai 2008) | 1 line

[FIX] html event listeners: typo
------------------------------------------------------------------------
r12758 | sylvieg | 2008-05-05 19:56:47 +0200 (lun, 05 mai 2008) | 1 line

[MOD]siteidentity: a custom code for top bar + roll back the h3: must be either like module <h3 class=cbox-title> or in every admin page
------------------------------------------------------------------------
r12757 | sylvieg | 2008-05-05 19:56:25 +0200 (lun, 05 mai 2008) | 1 line

[MOD]siteidentity: a custom code for top bar + roll back the h3: must be either like module <h3 class=cbox-title> or in every admin page
------------------------------------------------------------------------
r12756 | sylvieg | 2008-05-05 17:42:41 +0200 (lun, 05 mai 2008) | 1 line

[FIX]articles: show topicId as it is used in modules
------------------------------------------------------------------------
r12755 | sylvieg | 2008-05-05 17:36:28 +0200 (lun, 05 mai 2008) | 1 line

minor is used also for feature
------------------------------------------------------------------------
r12754 | Jyhem | 2008-05-05 16:57:51 +0200 (lun, 05 mai 2008) | 1 line

[ENH] Even if switzerland flag is square, having it in 11x16 is nicer in lists with other flags
------------------------------------------------------------------------
r12753 | Jyhem | 2008-05-05 15:29:21 +0200 (lun, 05 mai 2008) | 1 line

[FIX] Fixes problem of upload files containing quotes, and quotes appear backslashed
------------------------------------------------------------------------
r12752 | pkdille | 2008-05-05 10:10:36 +0200 (lun, 05 mai 2008) | 1 line

[FIX] images: do not die lib/images since it's used in tikilib.php when parsing wiki pages 
------------------------------------------------------------------------
r12751 | xavidp | 2008-05-04 22:35:38 +0200 (dim, 04 mai 2008) | 1 line

[FIX] Unify popup messages on minor button at preview time
------------------------------------------------------------------------
r12750 | sylvieg | 2008-05-04 20:42:04 +0200 (dim, 04 mai 2008) | 1 line

[FIX]tracker: antoher index
------------------------------------------------------------------------
r12749 | marclaporte | 2008-05-04 18:29:51 +0200 (dim, 04 mai 2008) | 1 line

[FIX] In menu, adding tiki_p_search on upgrades, to be like clean installs
------------------------------------------------------------------------
r12748 | marclaporte | 2008-05-04 18:20:10 +0200 (dim, 04 mai 2008) | 1 line

[MOD] Rollback. I still think this should be maintained but Ricks99 and Amette do not so I am rolling back for now. I added a space though, so when the annoying behavior will happen, it will continue to add unwanted text but at least, it won't mess up the URL.
------------------------------------------------------------------------
r12747 | marclaporte | 2008-05-04 18:03:03 +0200 (dim, 04 mai 2008) | 1 line

[FIX] Setting #sitesearchbar on the right side by default for all themes where is it not set.
------------------------------------------------------------------------
r12746 | marclaporte | 2008-05-04 17:37:09 +0200 (dim, 04 mai 2008) | 1 line

[FIX] typo
------------------------------------------------------------------------
r12745 | marclaporte | 2008-05-04 17:06:01 +0200 (dim, 04 mai 2008) | 1 line

[MOD] On external links: changing the alt from 'external link' to blank because it causes a nuisance when copy/pasting from a wiki page to somewhere else and also when using the Tiki newsletter. It's important to keep it blank (vs deleting the alt altogether) so blind people don't think they are missing out on a useful image.
------------------------------------------------------------------------
r12744 | sylvieg | 2008-05-03 21:06:17 +0200 (sam, 03 mai 2008) | 1 line

[FIX]tracker: better dealing for a sort on an item list field
------------------------------------------------------------------------
r12743 | sylvieg | 2008-05-02 22:34:44 +0200 (ven, 02 mai 2008) | 1 line

[FIX]tracker: 2 indexes that completly change perf in lsit items
------------------------------------------------------------------------
r12742 | pkdille | 2008-05-02 21:44:38 +0200 (ven, 02 mai 2008) | 1 line

[MOD] view forum: change merge topics icon for another one which should be more explicit
------------------------------------------------------------------------
r12741 | xavidp | 2008-05-02 20:48:17 +0200 (ven, 02 mai 2008) | 1 line

[ENH]More translations added
------------------------------------------------------------------------
r12740 | xavidp | 2008-05-02 20:33:02 +0200 (ven, 02 mai 2008) | 1 line

[FIX] some {tr} tags were missing
------------------------------------------------------------------------
r12739 | xavidp | 2008-05-02 20:05:06 +0200 (ven, 02 mai 2008) | 1 line

[FIX] English typo (afaik)
------------------------------------------------------------------------
r12738 | sylvieg | 2008-05-02 19:50:41 +0200 (ven, 02 mai 2008) | 1 line

[FIX]ranking page
------------------------------------------------------------------------
r12737 | sylvieg | 2008-05-02 19:33:09 +0200 (ven, 02 mai 2008) | 1 line

[FIX]tracker: allow to sort on an items list field
------------------------------------------------------------------------
r12736 | sylvieg | 2008-05-02 19:10:42 +0200 (ven, 02 mai 2008) | 1 line

[FIX]fgal: fix multiple action redirecting error
------------------------------------------------------------------------
r12735 | sylvieg | 2008-05-02 18:59:26 +0200 (ven, 02 mai 2008) | 1 line

[FIX]cache perms
------------------------------------------------------------------------
r12734 | Jyhem | 2008-05-02 18:41:21 +0200 (ven, 02 mai 2008) | 1 line

[ENH] Users never found 'Delete' fonctionality even though this is where it's always been
------------------------------------------------------------------------
r12733 | sylvieg | 2008-05-02 18:36:00 +0200 (ven, 02 mai 2008) | 1 line

[FIX]some colors
------------------------------------------------------------------------
r12732 | ricks99 | 2008-05-02 18:35:01 +0200 (ven, 02 mai 2008) | 1 line

[UI] changed button to "un-report" to clarify user action. fixed typo
------------------------------------------------------------------------
r12731 | ricks99 | 2008-05-02 17:55:40 +0200 (ven, 02 mai 2008) | 1 line

[UI] added icons to notifications, standardized listing tables
------------------------------------------------------------------------
r12730 | pkdille | 2008-05-02 10:45:41 +0200 (ven, 02 mai 2008) | 1 line

[FIX] view forum: to merge 2 forum topics, its better to have the whole list of topics without the selected topic (in the target list) and not just the selected topic
------------------------------------------------------------------------
r12729 | xavidp | 2008-05-02 09:52:02 +0200 (ven, 02 mai 2008) | 1 line

[ENH]Enhanced description of how to use it
------------------------------------------------------------------------
r12728 | sampaioprimo | 2008-05-02 03:38:09 +0200 (ven, 02 mai 2008) | 4 lines

[FIX] keep creator information in preview mode
[FIX] if a user has tiki_p_blog_admin he can change the blog creator


------------------------------------------------------------------------
r12727 | xavidp | 2008-04-30 19:35:42 +0200 (mer, 30 avr 2008) | 1 line

[ENH] Improve popup message for button 'minor' regarding its effect on translation feature
------------------------------------------------------------------------
r12726 | xavidp | 2008-04-30 19:28:13 +0200 (mer, 30 avr 2008) | 1 line

changed 'exterminator' to 'exterminator of cached content', for new admins to find more easily how to find cache
------------------------------------------------------------------------
r12725 | Jyhem | 2008-04-30 18:02:10 +0200 (mer, 30 avr 2008) | 1 line

[ENH] Correct confusing tab message
------------------------------------------------------------------------
r12724 | sylvieg | 2008-04-30 17:41:36 +0200 (mer, 30 avr 2008) | 1 line

[FIX]look: site menu... must check before if siteidentity is on
------------------------------------------------------------------------
r12723 | sylvieg | 2008-04-30 17:15:24 +0200 (mer, 30 avr 2008) | 1 line

[FIX]fgal: mask ob_flush error, because if the server is too slow - it puts a notice mesage in the download file
------------------------------------------------------------------------
r12722 | Jyhem | 2008-04-30 15:44:11 +0200 (mer, 30 avr 2008) | 1 line

[FIX] Oups! These two countries actually use the short form
------------------------------------------------------------------------
r12721 | ricks99 | 2008-04-30 15:33:54 +0200 (mer, 30 avr 2008) | 1 line

[UI] provide better feedback when enabling/disabling options
------------------------------------------------------------------------
r12720 | ricks99 | 2008-04-30 15:32:00 +0200 (mer, 30 avr 2008) | 1 line

[UI] better wiki help
------------------------------------------------------------------------
r12719 | sylvieg | 2008-04-30 01:04:31 +0200 (mer, 30 avr 2008) | 1 line

[MOD]fgal: if we can redefine time_limit - go for it
------------------------------------------------------------------------
r12718 | sylvieg | 2008-04-29 23:50:48 +0200 (mar, 29 avr 2008) | 1 line

[FIX]fgal: take away the hard coded max_file_size
------------------------------------------------------------------------
r12717 | sylvieg | 2008-04-29 23:17:54 +0200 (mar, 29 avr 2008) | 1 line

notice+ remove duplic code in perm check
------------------------------------------------------------------------
r12716 | sylvieg | 2008-04-29 22:31:47 +0200 (mar, 29 avr 2008) | 1 line

[FIX]menu: check if userLevels feature is on before filtering option
------------------------------------------------------------------------
r12715 | pkdille | 2008-04-29 21:16:16 +0200 (mar, 29 avr 2008) | 1 line

[MOD] show page: change alt message from save to notepad function
------------------------------------------------------------------------
r12714 | sylvieg | 2008-04-29 17:53:42 +0200 (mar, 29 avr 2008) | 1 line

[FIX]style: tikineat and transition- come back to modules without bullet and no left identation
------------------------------------------------------------------------
r12713 | sylvieg | 2008-04-29 15:10:56 +0200 (mar, 29 avr 2008) | 1 line

[MOD]articles: param showcreated to articles modules
------------------------------------------------------------------------
r12712 | sampaioprimo | 2008-04-29 03:06:46 +0200 (mar, 29 avr 2008) | 3 lines

[FIX] create a new page version instead of only changing the page author when a wiki page is locked


------------------------------------------------------------------------
r12711 | ricks99 | 2008-04-28 21:38:42 +0200 (lun, 28 avr 2008) | 1 line

[UI] standardized lists, easier admin of suggested questions
------------------------------------------------------------------------
r12710 | pkdille | 2008-04-28 21:07:24 +0200 (lun, 28 avr 2008) | 1 line

[MOD] tiki-mods: typo: delete carriage returns within translated strings
------------------------------------------------------------------------
r12709 | Jyhem | 2008-04-28 19:16:06 +0200 (lun, 28 avr 2008) | 1 line

[FIX] Some country flags did not have the actual name of the country. This might break some references to the former country names. The impact in tracker fields of type 'country' is handled.
------------------------------------------------------------------------
r12708 | pkdille | 2008-04-28 16:41:20 +0200 (lun, 28 avr 2008) | 1 line

MOD] view forum: add buttons for manage queued and reported messages in the top navbar. The purpose of this modification is that the 2 messages in the table header are not easy to see for a non regular user. Some of our users had recurrent problems
------------------------------------------------------------------------
r12707 | Jyhem | 2008-04-28 13:39:23 +0200 (lun, 28 avr 2008) | 1 line

[FIX] Incorrect french duplicate of correct english version 'Ivory_Coast.gif
------------------------------------------------------------------------
r12706 | ricks99 | 2008-04-28 12:56:34 +0200 (lun, 28 avr 2008) | 1 line

[FIX]Added needtoconfirm to smileys, no longer trigger lost edit protection
------------------------------------------------------------------------
r12705 | chibaguy | 2008-04-28 07:36:56 +0200 (lun, 28 avr 2008) | 1 line

[FIX] !important removed from input.submit bottom margin (top save button) to allow *litecss theme css files to override and avoid overlap by tabs.
------------------------------------------------------------------------
r12704 | chibaguy | 2008-04-28 04:44:16 +0200 (lun, 28 avr 2008) | 1 line

[FIX] class name typo
------------------------------------------------------------------------
r12703 | chibaguy | 2008-04-28 04:43:50 +0200 (lun, 28 avr 2008) | 1 line

[FIX] class name typo
------------------------------------------------------------------------
r12702 | pkdille | 2008-04-27 19:41:44 +0200 (dim, 27 avr 2008) | 1 line

[MOD] articles: change comment button highlighting behaviour
------------------------------------------------------------------------
r12701 | xavidp | 2008-04-27 18:29:52 +0200 (dim, 27 avr 2008) | 1 line

[FIX] Splitted in pieces both conflictive strings and now they are i18n-ready
------------------------------------------------------------------------
r12700 | xavidp | 2008-04-27 17:54:53 +0200 (dim, 27 avr 2008) | 1 line

[FIX] Easy tiny fix: added missing tr tags to a string
------------------------------------------------------------------------
r12699 | xavidp | 2008-04-27 17:48:08 +0200 (dim, 27 avr 2008) | 1 line

[FIX]Reverted back. My prior commit didn't fix it. Sorry, I still don't get how to make this string translatable again :-/ 
------------------------------------------------------------------------
r12698 | xavidp | 2008-04-27 16:37:32 +0200 (dim, 27 avr 2008) | 1 line

[FIX] removed some line ends within a localized string to allow getting the translation again
------------------------------------------------------------------------
r12697 | xavidp | 2008-04-26 20:57:02 +0200 (sam, 26 avr 2008) | 1 line

some more strings translated
------------------------------------------------------------------------
r12696 | pkdille | 2008-04-26 07:35:56 +0200 (sam, 26 avr 2008) | 1 line

[MOD] comment buttons highliting: change behaviour, the whole button is highliting, not just the text string
------------------------------------------------------------------------
r12692 | pkdille | 2008-04-25 22:05:36 +0200 (ven, 25 avr 2008) | 1 line

[MOD] faqs: suggestion button highlighting behaviour and put both suggestion and comment buttons in button2 spans like every where else
------------------------------------------------------------------------
r12690 | pkdille | 2008-04-25 21:51:52 +0200 (ven, 25 avr 2008) | 1 line

[MOD] polls: comment button highlighting behaviour
------------------------------------------------------------------------
r12689 | ricks99 | 2008-04-25 19:33:01 +0200 (ven, 25 avr 2008) | 1 line

[UI]minor, added default text to empty tables, use icons were available
------------------------------------------------------------------------
r12686 | sylvieg | 2008-04-25 18:35:20 +0200 (ven, 25 avr 2008) | 1 line

[MOD]articles: show in the a title the data and author
------------------------------------------------------------------------
r12685 | sylvieg | 2008-04-25 18:30:31 +0200 (ven, 25 avr 2008) | 1 line

notice
------------------------------------------------------------------------
r12684 | Jyhem | 2008-04-25 13:55:11 +0200 (ven, 25 avr 2008) | 2 lines

[FIX] Typo

------------------------------------------------------------------------
r12683 | sylvieg | 2008-04-25 13:24:13 +0200 (ven, 25 avr 2008) | 1 line

[FIX]wiki: urlencode is done in the fucntion sefurl
------------------------------------------------------------------------
r12677 | luciash | 2008-04-24 22:39:12 +0200 (jeu, 24 avr 2008) | 1 line

little oops (removed unnecessary [...])
------------------------------------------------------------------------
r12676 | sampaioprimo | 2008-04-24 22:38:35 +0200 (jeu, 24 avr 2008) | 3 lines

[FIX] flip in categories module dont mess anymore with tiki-browse_categories.php (http://dev.tikiwiki.org/bug750)


------------------------------------------------------------------------
r12675 | pkdille | 2008-04-24 22:35:32 +0200 (jeu, 24 avr 2008) | 1 line

[FIX] switch lang module: typo
------------------------------------------------------------------------
r12674 | sylvieg | 2008-04-24 22:26:52 +0200 (jeu, 24 avr 2008) | 1 line

fix more
------------------------------------------------------------------------
r12673 | luciash | 2008-04-24 22:23:27 +0200 (jeu, 24 avr 2008) | 1 line

[FIX] remove extra quotes
------------------------------------------------------------------------
r12672 | sylvieg | 2008-04-24 22:08:14 +0200 (jeu, 24 avr 2008) | 1 line

[MOD]trackerlist: param more to have a more button instead of pagination + param moreurl to give an url for more + param tpl to display each item via a template(the template contains {} vars) + clean help(people copy paste usually and do not take away teh y|n
------------------------------------------------------------------------
r12671 | sylvieg | 2008-04-24 21:00:30 +0200 (jeu, 24 avr 2008) | 1 line

[FIX]tracker: if an img field has no mentionned size, do not put it because IE (non FF) reduces the image to a size 0
------------------------------------------------------------------------
r12670 | ricks99 | 2008-04-24 20:58:00 +0200 (jeu, 24 avr 2008) | 1 line

[FIX]Replace spaces in URL link with +. [BUG:1716]
------------------------------------------------------------------------
r12669 | luciash | 2008-04-24 20:07:06 +0200 (jeu, 24 avr 2008) | 1 line

[FIX] WYCIWYCA: private blog post check
------------------------------------------------------------------------
r12668 | pkdille | 2008-04-24 18:11:14 +0200 (jeu, 24 avr 2008) | 1 line

[FIX] view blog: no need to print freetags div if there are no freetags
------------------------------------------------------------------------
r12667 | ricks99 | 2008-04-24 17:23:37 +0200 (jeu, 24 avr 2008) | 1 line

[FIX]Typo in $prefs['registerPasscode'] was causing registration to fail, even if passcode was correct. [BUG: 1154]
------------------------------------------------------------------------
r12666 | ricks99 | 2008-04-24 16:57:49 +0200 (jeu, 24 avr 2008) | 1 line

[UI]Added mouseover to explain MINOR save. Added similar help to other buttons, too. [Bug 1676]
------------------------------------------------------------------------
r12665 | luciash | 2008-04-24 16:46:22 +0200 (jeu, 24 avr 2008) | 1 line

[FIX] do not display blog post when marked private and user is not owner or admin: "Mark blog entry as private doesn't work" [bug506]
------------------------------------------------------------------------
r12664 | chibaguy | 2008-04-24 09:06:34 +0200 (jeu, 24 avr 2008) | 1 line

[FIX] </div> added because apparently unclosed div caused *litecss themes' side cols to not appear.
------------------------------------------------------------------------
r12663 | chibaguy | 2008-04-24 06:38:51 +0200 (jeu, 24 avr 2008) | 1 line

[FIX] CSS for MyTiki preferences Ajax added.
------------------------------------------------------------------------
r12662 | chibaguy | 2008-04-24 05:47:54 +0200 (jeu, 24 avr 2008) | 1 line

[FIX] Deleted selectors from Tikineat that hid some tree menu images. 
------------------------------------------------------------------------
r12661 | chibaguy | 2008-04-24 03:08:09 +0200 (jeu, 24 avr 2008) | 1 line

[FIX] Extra /div tag removed (caused column offset in *litecss themes).
------------------------------------------------------------------------
r12660 | pkdille | 2008-04-23 22:38:58 +0200 (mer, 23 avr 2008) | 1 line

[MOD] admin categories: give a css class to the "add new category" table in order to homogeneize its look with other tiki tables
------------------------------------------------------------------------
r12659 | pkdille | 2008-04-23 21:01:34 +0200 (mer, 23 avr 2008) | 1 line

[MOD] view tracker item: add css class to status row as any other row in the table
------------------------------------------------------------------------
r12658 | Jyhem | 2008-04-23 17:48:56 +0200 (mer, 23 avr 2008) | 1 line

[ENH] Make 'Insert new item' functionality more visible so users actually find it on their own, because this is where all other action buttons are
------------------------------------------------------------------------
r12657 | sylvieg | 2008-04-23 17:48:19 +0200 (mer, 23 avr 2008) | 1 line

[FIX]menu: sectionLevel works also on a father option and a child option+ toLEvel param to limit the menu level to be displayed
------------------------------------------------------------------------
r12656 | lphuberdeau | 2008-04-23 17:30:33 +0200 (mer, 23 avr 2008) | 1 line

[FIX] Russian label fix
------------------------------------------------------------------------
r12655 | chibaguy | 2008-04-23 08:53:54 +0200 (mer, 23 avr 2008) | 1 line

.hidden added for off-screen h2 and hr.
------------------------------------------------------------------------
r12654 | chibaguy | 2008-04-23 08:52:38 +0200 (mer, 23 avr 2008) | 1 line

[ENH] For better semantic layout, side-column h2 headings and hr after center column added (all class="hidden").
------------------------------------------------------------------------
r12653 | chibaguy | 2008-04-23 08:50:23 +0200 (mer, 23 avr 2008) | 1 line

[ENH] For better semantic layout, side-column h2 headings and hr after center column added (all class="hidden").
------------------------------------------------------------------------
r12652 | chibaguy | 2008-04-23 04:04:03 +0200 (mer, 23 avr 2008) | 2 lines

[FIX] CSS for module-shade image (a.flipmodtitle img).

------------------------------------------------------------------------
r12651 | pkdille | 2008-04-22 22:18:42 +0200 (mar, 22 avr 2008) | 1 line

[MOD] freetag list: add some css structure to the grid and put the classes in transition style sheet.
------------------------------------------------------------------------
r12650 | sylvieg | 2008-04-22 21:16:41 +0200 (mar, 22 avr 2008) | 1 line

trace
------------------------------------------------------------------------
r12649 | sylvieg | 2008-04-22 21:12:12 +0200 (mar, 22 avr 2008) | 1 line

[MOD]menu: put a class selectedAscendant on each option parent of a selected option
------------------------------------------------------------------------
r12648 | sylvieg | 2008-04-22 21:07:30 +0200 (mar, 22 avr 2008) | 1 line

sefurl
------------------------------------------------------------------------
r12647 | xavidp | 2008-04-22 20:02:05 +0200 (mar, 22 avr 2008) | 1 line

[ENH] some more translations added
------------------------------------------------------------------------
r12646 | lphuberdeau | 2008-04-22 18:29:57 +0200 (mar, 22 avr 2008) | 2 lines

[NEW] Adding UN flag for UN members

------------------------------------------------------------------------
r12645 | sylvieg | 2008-04-22 18:08:47 +0200 (mar, 22 avr 2008) | 1 line

sefurl
------------------------------------------------------------------------
r12644 | sylvieg | 2008-04-22 15:12:10 +0200 (mar, 22 avr 2008) | 1 line

sync
------------------------------------------------------------------------
r12643 | sylvieg | 2008-04-22 15:10:28 +0200 (mar, 22 avr 2008) | 1 line

sync
------------------------------------------------------------------------
r12642 | sylvieg | 2008-04-22 14:59:53 +0200 (mar, 22 avr 2008) | 1 line

[MOD]blog: increase title from 80 to 255 chars
------------------------------------------------------------------------
r12641 | Jyhem | 2008-04-22 14:44:26 +0200 (mar, 22 avr 2008) | 1 line

[FIX] Italics were lost in some ways of displaying Static Text fields
------------------------------------------------------------------------
r12640 | chibaguy | 2008-04-22 14:26:18 +0200 (mar, 22 avr 2008) | 2 lines

[FIX] CSS for module h3.box-title, module-shade (flip) image, and .box-data ol/ul.

------------------------------------------------------------------------
r12639 | sylvieg | 2008-04-22 13:08:45 +0200 (mar, 22 avr 2008) | 1 line

[FIX]banner: add a class to overwrite the center style
------------------------------------------------------------------------
r12638 | pkdille | 2008-04-22 09:43:34 +0200 (mar, 22 avr 2008) | 1 line

[MOD] admin modules: give more informations on adding parameters message + add translation
------------------------------------------------------------------------
r12637 | chibaguy | 2008-04-22 08:37:05 +0200 (mar, 22 avr 2008) | 1 line

[FIX] CSS for h3.box-title and .box-data ol/ul added to current themes.
------------------------------------------------------------------------
r12636 | sampaioprimo | 2008-04-22 00:55:57 +0200 (mar, 22 avr 2008) | 2 lines

translation

------------------------------------------------------------------------
r12635 | pkdille | 2008-04-21 23:13:16 +0200 (lun, 21 avr 2008) | 1 line

[ENH] contacts : enclose alphabetical filter list with an alphafilter class span in order to have a css selector
------------------------------------------------------------------------
r12634 | pkdille | 2008-04-21 22:40:03 +0200 (lun, 21 avr 2008) | 1 line

[MOD] french translations: some translations + get_strings + some cleaning in unused words
------------------------------------------------------------------------
r12633 | lphuberdeau | 2008-04-21 20:39:29 +0200 (lun, 21 avr 2008) | 2 lines

[FIX] Excesive filtering was performed on acceptable page list

------------------------------------------------------------------------
r12632 | Jyhem | 2008-04-21 19:28:12 +0200 (lun, 21 avr 2008) | 1 line

[ENH] some more capitalisations
------------------------------------------------------------------------
r12631 | pkdille | 2008-04-21 18:01:29 +0200 (lun, 21 avr 2008) | 1 line

[MOD] page_bar: modify highliting behaviour from attach file button. The whole button is now highlighted when some files are attached to a wiki page.
------------------------------------------------------------------------
r12630 | sylvieg | 2008-04-21 15:57:57 +0200 (lun, 21 avr 2008) | 1 line

[FIX] string: visible by admin only is more explit than publish
------------------------------------------------------------------------
r12629 | sylvieg | 2008-04-21 15:55:44 +0200 (lun, 21 avr 2008) | 1 line

english + one string less
------------------------------------------------------------------------
r12628 | sylvieg | 2008-04-21 14:59:30 +0200 (lun, 21 avr 2008) | 1 line

comment to explain how to have a compact mail
------------------------------------------------------------------------
r12627 | luciash | 2008-04-21 14:41:07 +0200 (lun, 21 avr 2008) | 1 line

[MOD] use simplified header_simple.tpl
------------------------------------------------------------------------
r12626 | sylvieg | 2008-04-21 14:27:14 +0200 (lun, 21 avr 2008) | 1 line

[FIX]tracker: tracker wikiplugin preview was interfering with the edit page preview
------------------------------------------------------------------------
r12625 | luciash | 2008-04-21 14:04:35 +0200 (lun, 21 avr 2008) | 1 line

[NEW] simplified version of header.tpl (without site header inclusion and other unnecessary stuff) to be used for popup windows etc.
------------------------------------------------------------------------
r12624 | chibaguy | 2008-04-21 10:24:27 +0200 (lun, 21 avr 2008) | 1 line

Blank line before header.tpl include statement removed.
------------------------------------------------------------------------
r12623 | chibaguy | 2008-04-21 10:19:20 +0200 (lun, 21 avr 2008) | 1 line

Blank line before header.tpl include statement removed.
------------------------------------------------------------------------
r12622 | luciash | 2008-04-21 09:56:59 +0200 (lun, 21 avr 2008) | 1 line

[FIX] padding must be set for #footer .content to prevent horizontal scrollbar
------------------------------------------------------------------------
r12621 | luciash | 2008-04-21 09:19:25 +0200 (lun, 21 avr 2008) | 1 line

[FIX] remove background and color definition from .footerbgtrap
------------------------------------------------------------------------
r12620 | chibaguy | 2008-04-21 07:58:19 +0200 (lun, 21 avr 2008) | 1 line

[ENH} The News theme added (thenews.css and some tpls). 
------------------------------------------------------------------------
r12619 | chibaguy | 2008-04-21 07:55:47 +0200 (lun, 21 avr 2008) | 1 line

[ENH} The News theme added (thenews.css). 
------------------------------------------------------------------------
r12618 | chibaguy | 2008-04-21 07:43:35 +0200 (lun, 21 avr 2008) | 1 line

div.header-top added to preserve vertical space when necessary.
------------------------------------------------------------------------
r12617 | chibaguy | 2008-04-21 07:34:56 +0200 (lun, 21 avr 2008) | 1 line

tikinewt-specific module.tpl no longer needed.
------------------------------------------------------------------------
r12616 | chibaguy | 2008-04-21 07:28:48 +0200 (lun, 21 avr 2008) | 1 line

Tikinewt-specific module tpls no longer needed.
------------------------------------------------------------------------
r12615 | chibaguy | 2008-04-21 07:18:48 +0200 (lun, 21 avr 2008) | 1 line

[ENH] Module data table replaced with div and ul/ol.
------------------------------------------------------------------------
r12614 | chibaguy | 2008-04-21 07:15:52 +0200 (lun, 21 avr 2008) | 1 line

[ENH] Module title changed from div to h3. Table replaced by divs.
------------------------------------------------------------------------
r12613 | lphuberdeau | 2008-04-21 01:43:04 +0200 (lun, 21 avr 2008) | 2 lines

[FIX] Changing diff method to HTML Diff... less encoding problems and cleaner output

------------------------------------------------------------------------
r12612 | sylvieg | 2008-04-20 16:02:19 +0200 (dim, 20 avr 2008) | 1 line

[MOD]attachment: option to display/open the attachment box by default
------------------------------------------------------------------------
r12611 | chibaguy | 2008-04-20 07:06:34 +0200 (dim, 20 avr 2008) | 1 line

Extra unneeded /div tags deleted (broke columns in *litecss themes).
------------------------------------------------------------------------
r12610 | chibaguy | 2008-04-20 06:53:33 +0200 (dim, 20 avr 2008) | 1 line

[FIX] Removed inline style that made textarea too narrow in Opera.
------------------------------------------------------------------------
r12609 | chibaguy | 2008-04-20 06:38:18 +0200 (dim, 20 avr 2008) | 1 line

[FIX] Misplaced /div tag broke columns in *litecss themes; one text-align:center removed; class name typo fixed.
------------------------------------------------------------------------
r12608 | pkdille | 2008-04-19 16:08:22 +0200 (sam, 19 avr 2008) | 5 lines

[NEW] list faqs: feature faq_prefix to customize the Question and Answer prefix in answer section. New prefix: the question number in this faq (only on question 
field). 
[FIX] Highlight behaviour on comment button (the whole button is highlighted and not just the text).


------------------------------------------------------------------------
r12607 | pkdille | 2008-04-19 09:42:14 +0200 (sam, 19 avr 2008) | 1 line

[FIX] mytiki-mootabs : mypages item should not appear if feature not activated.
------------------------------------------------------------------------
r12606 | pkdille | 2008-04-19 07:59:19 +0200 (sam, 19 avr 2008) | 1 line

[MOD] comments button in list filegals: change highlight behaviour. When there are some comments, it's the whole button which is highlighted, not just the text
------------------------------------------------------------------------
r12605 | brian_moore | 2008-04-19 04:36:58 +0200 (sam, 19 avr 2008) | 1 line

adapt to changed field names... galleryId now points to parent, not current fgal
------------------------------------------------------------------------
r12604 | pkdille | 2008-04-18 23:52:05 +0200 (ven, 18 avr 2008) | 1 line

[FIX] freetag list : strange behaviour from browsers. When the whole list is just on one line in html code and the style is display:inline (in order to have a freetag cloud), all freetags are just on one long line on screen. Tested with FF2 and IE7
------------------------------------------------------------------------
r12603 | sylvieg | 2008-04-18 22:55:38 +0200 (ven, 18 avr 2008) | 1 line

[fix]wysiwyg: one more
------------------------------------------------------------------------
r12602 | sylvieg | 2008-04-18 22:20:35 +0200 (ven, 18 avr 2008) | 1 line

[FIX]layout: split the login box to be reuse in different layouts
------------------------------------------------------------------------
r12601 | sylvieg | 2008-04-18 20:19:40 +0200 (ven, 18 avr 2008) | 1 line

[FIX]tracker: add the textarea enlarge for tracker comment
------------------------------------------------------------------------
r12600 | nyloth | 2008-04-18 18:06:15 +0200 (ven, 18 avr 2008) | 1 line

[FIX] images: find a way to know which images formats are handled by imagick_old lib (list to tune later).
------------------------------------------------------------------------
r12599 | sylvieg | 2008-04-18 17:28:56 +0200 (ven, 18 avr 2008) | 1 line

sync
------------------------------------------------------------------------
r12598 | sylvieg | 2008-04-18 17:22:42 +0200 (ven, 18 avr 2008) | 1 line

[FIX]translation: mod-translation calls only with 2 args getTranslations->add default: Please check
------------------------------------------------------------------------
r12597 | sylvieg | 2008-04-18 17:07:42 +0200 (ven, 18 avr 2008) | 1 line

[FIX]password: update remind password message as the password in not necessarily sent and the lohin can be the email
------------------------------------------------------------------------
r12596 | ricks99 | 2008-04-18 16:52:12 +0200 (ven, 18 avr 2008) | 1 line

[MOD]self page should not be listed as similar to itself
------------------------------------------------------------------------
r12595 | pkdille | 2008-04-18 14:09:59 +0200 (ven, 18 avr 2008) | 1 line

[FIX] admin wiki: Change label and condition from ip address printing in history
------------------------------------------------------------------------
r12594 | chibaguy | 2008-04-18 08:47:00 +0200 (ven, 18 avr 2008) | 1 line

Clear needed between page-bar and table for *litecss themes; unneeded p tag removed.
------------------------------------------------------------------------
r12593 | chibaguy | 2008-04-18 06:18:06 +0200 (ven, 18 avr 2008) | 1 line

Missing </div> added.
------------------------------------------------------------------------
r12592 | nyloth | 2008-04-17 17:08:18 +0200 (jeu, 17 avr 2008) | 1 line

[NEW] quicktags: new 'Email Address' quicktag.
------------------------------------------------------------------------
r12591 | ricks99 | 2008-04-17 16:16:37 +0200 (jeu, 17 avr 2008) | 1 line

[FIX] redisplay find box if performing a filtered search but no records were found
------------------------------------------------------------------------
r12590 | ricks99 | 2008-04-17 16:09:23 +0200 (jeu, 17 avr 2008) | 1 line

[FIX] redisplay find box if performing a filtered search but no records were found
------------------------------------------------------------------------
r12589 | sylvieg | 2008-04-17 16:07:28 +0200 (jeu, 17 avr 2008) | 1 line

[MOD]img: new params to randon images: showname, showlink
------------------------------------------------------------------------
r12588 | nyloth | 2008-04-17 16:00:28 +0200 (jeu, 17 avr 2008) | 1 line

[FIX] images: fix gd display for formats specified in uppercase
------------------------------------------------------------------------
r12587 | sylvieg | 2008-04-17 15:46:51 +0200 (jeu, 17 avr 2008) | 1 line

[MOD]img: new params to randon images: thumb:showdescription
------------------------------------------------------------------------
r12586 | ricks99 | 2008-04-17 15:42:13 +0200 (jeu, 17 avr 2008) | 1 line

[UI] move action to last column (for consistency), better table layout, use icons instead of text links
------------------------------------------------------------------------
r12585 | nyloth | 2008-04-17 15:33:06 +0200 (jeu, 17 avr 2008) | 1 line

[MOD] quicktags: allow to use 'text' multiple times in a quicktag definition and replace it with selected text for each occurence.
------------------------------------------------------------------------
r12584 | sylvieg | 2008-04-17 15:18:15 +0200 (jeu, 17 avr 2008) | 1 line

[FIX]wyswyg: option to have a wiki page reedited with the editor it used the last time
------------------------------------------------------------------------
r12583 | ricks99 | 2008-04-17 14:53:09 +0200 (jeu, 17 avr 2008) | 1 line

[FIX] redisplay find box if performing a filtered search but no records were found
------------------------------------------------------------------------
r12582 | sylvieg | 2008-04-17 14:23:20 +0200 (jeu, 17 avr 2008) | 1 line

[FIX]flag: more fixes about empty flag
------------------------------------------------------------------------
r12581 | sylvieg | 2008-04-17 12:43:13 +0200 (jeu, 17 avr 2008) | 1 line

sync
------------------------------------------------------------------------
r12580 | chibaguy | 2008-04-17 06:23:10 +0200 (jeu, 17 avr 2008) | 1 line

Theme credit.tpl styling; module-flip icon on .box:hover, etc.
------------------------------------------------------------------------
r12579 | chibaguy | 2008-04-17 06:21:36 +0200 (jeu, 17 avr 2008) | 1 line

Author information for theme.
------------------------------------------------------------------------
r12578 | chibaguy | 2008-04-17 06:20:51 +0200 (jeu, 17 avr 2008) | 1 line

Tags replaced with id, better including of credits.
------------------------------------------------------------------------
r12577 | chibaguy | 2008-04-17 05:39:27 +0200 (jeu, 17 avr 2008) | 1 line

credits.tpl include replaces hard-coded Tiki info.
------------------------------------------------------------------------
r12576 | chibaguy | 2008-04-17 05:16:20 +0200 (jeu, 17 avr 2008) | 1 line

Shadowbox Javascript added.
------------------------------------------------------------------------
r12575 | chibaguy | 2008-04-17 04:58:55 +0200 (jeu, 17 avr 2008) | 1 line

Updated with change in default mod-last_articles.tpl.
------------------------------------------------------------------------
r12574 | chibaguy | 2008-04-17 04:58:17 +0200 (jeu, 17 avr 2008) | 1 line

Updated with change in default mod-directory_last_sites.tpl.
------------------------------------------------------------------------
r12573 | chibaguy | 2008-04-17 04:57:14 +0200 (jeu, 17 avr 2008) | 1 line

Updated with change in default mod-articles.tpl.
------------------------------------------------------------------------
r12572 | sylvieg | 2008-04-17 00:11:35 +0200 (jeu, 17 avr 2008) | 1 line

[MOD]article: possibility to display a title in the articles homepage . Choice: topic if one topic is selected, type is one type is selected or 'Articles'
------------------------------------------------------------------------
r12571 | sylvieg | 2008-04-16 22:26:39 +0200 (mer, 16 avr 2008) | 1 line

[FIX]articles: set the filter parameter in the more button
------------------------------------------------------------------------
r12570 | sylvieg | 2008-04-16 20:05:05 +0200 (mer, 16 avr 2008) | 1 line

[FIX]theme: to be able to come back to 'do not restrict theme' once you have restricted some
------------------------------------------------------------------------
r12569 | sylvieg | 2008-04-16 19:58:54 +0200 (mer, 16 avr 2008) | 1 line

[FIX]theme: to be able to come back to 'do not restrict theme' once you have restricted some
------------------------------------------------------------------------
r12568 | sylvieg | 2008-04-16 19:23:50 +0200 (mer, 16 avr 2008) | 1 line

[FIX]tracker: urldecode the prefilled valued (if value has special chars)
------------------------------------------------------------------------
r12567 | brian_moore | 2008-04-16 19:05:13 +0200 (mer, 16 avr 2008) | 1 line

mail headers incorrectly set / fieldnames not displayed
------------------------------------------------------------------------
r12566 | sylvieg | 2008-04-16 18:44:03 +0200 (mer, 16 avr 2008) | 1 line

typo
------------------------------------------------------------------------
r12565 | ricks99 | 2008-04-16 17:00:11 +0200 (mer, 16 avr 2008) | 1 line

[NEW] added parameter to display most popular tags in a cloud instead of a list
------------------------------------------------------------------------
r12564 | sylvieg | 2008-04-16 16:49:06 +0200 (mer, 16 avr 2008) | 1 line

work on the way
------------------------------------------------------------------------
r12563 | sylvieg | 2008-04-16 16:46:44 +0200 (mer, 16 avr 2008) | 1 line

[FIX]translate flag name
------------------------------------------------------------------------
r12562 | sylvieg | 2008-04-16 11:53:46 +0200 (mer, 16 avr 2008) | 1 line

[MOD]directory: param categoryId + more
------------------------------------------------------------------------
r12561 | sylvieg | 2008-04-16 11:38:35 +0200 (mer, 16 avr 2008) | 1 line

[MOD]articles: last module with more button
------------------------------------------------------------------------
r12560 | sylvieg | 2008-04-16 11:36:20 +0200 (mer, 16 avr 2008) | 1 line

strip
------------------------------------------------------------------------
r12559 | nyloth | 2008-04-16 09:53:57 +0200 (mer, 16 avr 2008) | 1 line

[ENH] filegals: nicer file upload result (by default, hide extra technical infos to the user + button to show those infos + thumbnail or filetype icon of the uploaded file)
------------------------------------------------------------------------
r12558 | luciash | 2008-04-16 03:58:48 +0200 (mer, 16 avr 2008) | 1 line

[MOD] xhtml: template rewritten + tr strings
------------------------------------------------------------------------
r12557 | luciash | 2008-04-16 03:00:18 +0200 (mer, 16 avr 2008) | 1 line

[MOD] few more translations via db, import language, interactive translation and then export language back (this is how it currently generates and saves)
------------------------------------------------------------------------
r12556 | luciash | 2008-04-16 01:56:20 +0200 (mer, 16 avr 2008) | 1 line

[FIX] :( this is an example how it shouldn't be done but seems ppl don't care when adding new stuff: missing closing tags of body and html [SVN] -svn:executable, +svn:keywords Id
------------------------------------------------------------------------
r12555 | luciash | 2008-04-16 01:19:41 +0200 (mer, 16 avr 2008) | 1 line

[FIX] xhtml tags markup must be escaped in JS
------------------------------------------------------------------------
r12554 | luciash | 2008-04-16 01:03:57 +0200 (mer, 16 avr 2008) | 1 line

[FIX] id must be unique per page, hidden form field needs no id, use class instead of id for these two divs
------------------------------------------------------------------------
r12553 | sylvieg | 2008-04-16 00:54:21 +0200 (mer, 16 avr 2008) | 1 line

[FIX]login: missing forgotPass pref
------------------------------------------------------------------------
r12552 | sylvieg | 2008-04-15 23:40:54 +0200 (mar, 15 avr 2008) | 1 line

[FIX]contact: undefined res
------------------------------------------------------------------------
r12551 | sylvieg | 2008-04-15 20:05:14 +0200 (mar, 15 avr 2008) | 1 line

[MOD]articles: more buttoms
------------------------------------------------------------------------
r12550 | sylvieg | 2008-04-15 19:21:56 +0200 (mar, 15 avr 2008) | 1 line

[FIX]freetag: antibot to module freetag+fix safe_tag
------------------------------------------------------------------------
r12549 | sylvieg | 2008-04-15 18:11:20 +0200 (mar, 15 avr 2008) | 1 line

[FIX]articles: fix nonums
------------------------------------------------------------------------
r12548 | Jyhem | 2008-04-15 18:11:16 +0200 (mar, 15 avr 2008) | 1 line

[FIX] Options for static text are handled normally
------------------------------------------------------------------------
r12545 | sept_7 | 2008-04-15 17:10:30 +0200 (mar, 15 avr 2008) | 2 lines

[EHN] better translation

------------------------------------------------------------------------
r12544 | sylvieg | 2008-04-15 16:54:13 +0200 (mar, 15 avr 2008) | 1 line

[FIX]listpages:  is supposed to be reserved - otherwise conflict with mod-translation
------------------------------------------------------------------------
r12543 | Jyhem | 2008-04-15 16:30:37 +0200 (mar, 15 avr 2008) | 1 line

[FIX] All templates in DOS format converted to UNIX format (CRLF -> LF)
------------------------------------------------------------------------
r12542 | ricks99 | 2008-04-15 15:31:44 +0200 (mar, 15 avr 2008) | 1 line

[UI] add icons for errors
------------------------------------------------------------------------
r12540 | luciash | 2008-04-15 13:29:06 +0200 (mar, 15 avr 2008) | 1 line

[FIX] amette's accidental commit of SEFURL path + [SVN] Id
------------------------------------------------------------------------
r12539 | Jyhem | 2008-04-15 12:10:22 +0200 (mar, 15 avr 2008) | 2 lines

[ENH] More consistent presentation (also testing tortoiseSVN)

------------------------------------------------------------------------
r12538 | Jyhem | 2008-04-15 11:59:35 +0200 (mar, 15 avr 2008) | 1 line

[ENH] More consistent presentation (testing tortoiseSVN)
------------------------------------------------------------------------
r12537 | lphuberdeau | 2008-04-14 19:06:55 +0200 (lun, 14 avr 2008) | 2 lines

[FIX] Critical translation request confusion with object types

------------------------------------------------------------------------
r12536 | ricks99 | 2008-04-14 17:54:37 +0200 (lun, 14 avr 2008) | 1 line

[UI]icons for consistency, table fixes
------------------------------------------------------------------------
r12535 | sylvieg | 2008-04-14 16:31:39 +0200 (lun, 14 avr 2008) | 1 line

[MOD]look: add also a mini login site bar (like on tw.org) directly from the admin->look panel
------------------------------------------------------------------------
r12534 | ricks99 | 2008-04-14 15:44:03 +0200 (lun, 14 avr 2008) | 1 line

[UI]display default group name, if new group
------------------------------------------------------------------------
r12533 | ricks99 | 2008-04-14 15:40:32 +0200 (lun, 14 avr 2008) | 1 line

[UI]better use of icons in tables
------------------------------------------------------------------------
r12532 | ricks99 | 2008-04-14 15:09:43 +0200 (lun, 14 avr 2008) | 1 line

[UI]move select all to table heading. show only when records.
------------------------------------------------------------------------
r12531 | sylvieg | 2008-04-14 15:03:45 +0200 (lun, 14 avr 2008) | 1 line

[FIX]tellAFriend: use HTTP_REFERER if possible when no url is given to use the link in a menu
------------------------------------------------------------------------
r12530 | sylvieg | 2008-04-14 12:51:04 +0200 (lun, 14 avr 2008) | 1 line

[FIX]user: forbid to create user Anonymous or Registered
------------------------------------------------------------------------
r12529 | chibaguy | 2008-04-14 08:14:08 +0200 (lun, 14 avr 2008) | 1 line

clearfix class added to postbody to make it contain floats.
------------------------------------------------------------------------
r12528 | nyloth | 2008-04-13 21:22:14 +0200 (dim, 13 avr 2008) | 1 line

[FIX] timezones: fix local detection when a date is returned instead of a timezone (seen in FF2 on MacOSX) + handle HAEC timezone unkown by pear Date and returned by French Safari on MacOSX
------------------------------------------------------------------------
r12527 | nyloth | 2008-04-13 20:25:07 +0200 (dim, 13 avr 2008) | 1 line

[FIX] calendar: fix the week view broked by last fixes on month view
------------------------------------------------------------------------
r12526 | nyloth | 2008-04-13 20:10:45 +0200 (dim, 13 avr 2008) | 1 line

[FIX] calendar: fix the week view broked by last fixes on month view
------------------------------------------------------------------------
r12525 | nyloth | 2008-04-13 19:39:35 +0200 (dim, 13 avr 2008) | 1 line

[FIX] calendar: fix dates problems in some calendar view with timezones (days can't simply be calculated as 60 x 60 x 24 when modifiying a timestamp, because some days are longer or shorter due to DST (Daylight Saving Time) + remove useless 'm_weeks' function.
------------------------------------------------------------------------
r12524 | nyloth | 2008-04-13 19:35:25 +0200 (dim, 13 avr 2008) | 1 line

[FIX] calendar: fix typo
------------------------------------------------------------------------
r12523 | nyloth | 2008-04-13 19:34:29 +0200 (dim, 13 avr 2008) | 1 line

[MOD] calendar: also show year in month view title.
------------------------------------------------------------------------
r12522 | nyloth | 2008-04-13 19:32:32 +0200 (dim, 13 avr 2008) | 1 line

[FIX] timezones: 'CEST', which is the 'Central European Summer Time' (GMT+2), was returned as a timezone by javascript autodetection, but it is not correctly supported by PEAR Date to determine if it has DST (Daylight Saving Time) ... so use 'Europe/Paris' when CEST is detected.
------------------------------------------------------------------------
r12521 | nyloth | 2008-04-13 19:24:18 +0200 (dim, 13 avr 2008) | 1 line

[FIX] calendar: the 'First day of week: Sunday (its ID is 0) - translators you need to localize this string' is a special string. Translators need to translate it by simply '0' or '1', to indicate weither the week should start with Sunday (0) or Monday (1).
------------------------------------------------------------------------
r12520 | sylvieg | 2008-04-13 15:34:37 +0200 (dim, 13 avr 2008) | 1 line

[FIX]fgal: find in sql query was ambigous
------------------------------------------------------------------------
r12519 | ricks99 | 2008-04-12 23:33:55 +0200 (sam, 12 avr 2008) | 1 line

[UI]use icons for actions, tell user if create or edit
------------------------------------------------------------------------
r12518 | ricks99 | 2008-04-12 23:17:43 +0200 (sam, 12 avr 2008) | 1 line

[UI] fix typo
------------------------------------------------------------------------
r12517 | ricks99 | 2008-04-12 23:10:29 +0200 (sam, 12 avr 2008) | 1 line

[UI]moved details to options column. added not explaining why group homepage feature cannot be used.
------------------------------------------------------------------------
r12516 | ricks99 | 2008-04-12 22:06:39 +0200 (sam, 12 avr 2008) | 1 line

[UI]removed extra spaces in links (IE-only)
------------------------------------------------------------------------
r12515 | ricks99 | 2008-04-12 22:01:57 +0200 (sam, 12 avr 2008) | 1 line

[UI]removed extra spaces in links (IE-only)
------------------------------------------------------------------------
r12514 | ricks99 | 2008-04-12 21:31:52 +0200 (sam, 12 avr 2008) | 1 line

[UI]added table headings, use icons for attention
------------------------------------------------------------------------
r12513 | ricks99 | 2008-04-12 21:23:01 +0200 (sam, 12 avr 2008) | 1 line

[NEW]error and alert icons
------------------------------------------------------------------------
r12512 | ricks99 | 2008-04-12 21:04:12 +0200 (sam, 12 avr 2008) | 1 line

[UI]move admin link to heading for consistency, hide find table if no records
------------------------------------------------------------------------
r12511 | ricks99 | 2008-04-12 20:40:03 +0200 (sam, 12 avr 2008) | 1 line

[UI] format row when no records found. show find box if galleries but no matches
------------------------------------------------------------------------
r12510 | sylvieg | 2008-04-12 14:25:22 +0200 (sam, 12 avr 2008) | 1 line

dos2unix
------------------------------------------------------------------------
r12509 | sylvieg | 2008-04-12 13:47:12 +0200 (sam, 12 avr 2008) | 1 line

[FIX]tracker: do not show a box when no field are seachable + keep the status buttons to the same size
------------------------------------------------------------------------
r12508 | sylvieg | 2008-04-12 13:41:49 +0200 (sam, 12 avr 2008) | 1 line

dos2unix
------------------------------------------------------------------------
r12507 | sylvieg | 2008-04-12 01:07:09 +0200 (sam, 12 avr 2008) | 1 line

[FIX]gal: dos2unix+pagination
------------------------------------------------------------------------
r12506 | lphuberdeau | 2008-04-11 23:25:24 +0200 (ven, 11 avr 2008) | 2 lines

[FIX] Could cause infinite loops with very small values

------------------------------------------------------------------------
r12505 | sylvieg | 2008-04-11 22:34:26 +0200 (ven, 11 avr 2008) | 1 line

[FIX]poll: do not show the comments buttom in module + fix the number
------------------------------------------------------------------------
r12504 | sylvieg | 2008-04-11 20:12:45 +0200 (ven, 11 avr 2008) | 1 line

sync
------------------------------------------------------------------------
r12503 | sylvieg | 2008-04-11 20:10:10 +0200 (ven, 11 avr 2008) | 1 line

[MOD]site identity: a site report bar at teh bottom that allows to have 2 links: report the webmaster and send a link
------------------------------------------------------------------------
r12502 | sylvieg | 2008-04-11 19:22:10 +0200 (ven, 11 avr 2008) | 1 line

xhtml
------------------------------------------------------------------------
r12501 | sylvieg | 2008-04-11 19:18:19 +0200 (ven, 11 avr 2008) | 1 line

[MOD] save one query on mulitlingual field
------------------------------------------------------------------------
r12500 | sylvieg | 2008-04-11 19:17:25 +0200 (ven, 11 avr 2008) | 1 line

[FIX]tracker: fix edition of a multilingual field
------------------------------------------------------------------------
r12499 | sylvieg | 2008-04-11 19:03:19 +0200 (ven, 11 avr 2008) | 1 line

dos2unix
------------------------------------------------------------------------
r12498 | sylvieg | 2008-04-11 17:39:44 +0200 (ven, 11 avr 2008) | 1 line

[FIX]fgal: in a lockable fgal, do not allow non admin user to upload a file if not locked
------------------------------------------------------------------------
r12497 | sylvieg | 2008-04-11 17:32:11 +0200 (ven, 11 avr 2008) | 1 line

[FIX]fgal: in a lockable fgal, do not show the edit and update new version to non admin users who have not locked the file
------------------------------------------------------------------------
r12496 | sept_7 | 2008-04-11 17:18:52 +0200 (ven, 11 avr 2008) | 2 lines

[FIX] : bad translation

------------------------------------------------------------------------
r12495 | sept_7 | 2008-04-11 17:16:02 +0200 (ven, 11 avr 2008) | 2 lines

[FIX] filegals : do not allow selecting self as Parent Gallery :(

------------------------------------------------------------------------
r12494 | sept_7 | 2008-04-11 17:09:19 +0200 (ven, 11 avr 2008) | 2 lines

[FIX] admin_categories : adding filegals was not working... Now fixed

------------------------------------------------------------------------
r12493 | sylvieg | 2008-04-11 16:36:24 +0200 (ven, 11 avr 2008) | 1 line

[FIX]fgal: error message if an admin has unlocked a file while user is in the edit file pannel
------------------------------------------------------------------------
r12492 | ricks99 | 2008-04-11 16:20:14 +0200 (ven, 11 avr 2008) | 1 line

[UI] added icons to error msgs. remove form/msg upon successful send. move send button to bottom of form 
------------------------------------------------------------------------
r12491 | sept_7 | 2008-04-11 16:06:53 +0200 (ven, 11 avr 2008) | 3 lines

[ENH] filegals : tabs navigation on edit properties is optional (use prefs.feature_tabs) 
[ENH] admin features use tabs _if_ prefs.feature_tabs is set 

------------------------------------------------------------------------
r12490 | ricks99 | 2008-04-11 15:45:29 +0200 (ven, 11 avr 2008) | 1 line

[TEST] saved from notepad as plain text
------------------------------------------------------------------------
r12489 | ricks99 | 2008-04-11 15:40:34 +0200 (ven, 11 avr 2008) | 1 line

[TEST] saved from notepad ++ with convert to unix compatability. committed with tortoisesvn, native eol
------------------------------------------------------------------------
r12486 | sylvieg | 2008-04-11 15:00:53 +0200 (ven, 11 avr 2008) | 1 line

dos2unix
------------------------------------------------------------------------
r12485 | ricks99 | 2008-04-11 14:57:02 +0200 (ven, 11 avr 2008) | 1 line

test
------------------------------------------------------------------------
r12484 | sylvieg | 2008-04-11 14:22:39 +0200 (ven, 11 avr 2008) | 1 line

dos2unix
------------------------------------------------------------------------
r12483 | ricks99 | 2008-04-11 13:52:16 +0200 (ven, 11 avr 2008) | 1 line

[UI] added note to explain this page to new users. minor tweaks on the table to match other pages. added note if table is empty.
------------------------------------------------------------------------
r12482 | Jyhem | 2008-04-11 11:19:53 +0200 (ven, 11 avr 2008) | 1 line

[ENH] Former text was confusing users
------------------------------------------------------------------------
r12481 | luciash | 2008-04-11 10:32:55 +0200 (ven, 11 avr 2008) | 1 line

[FIX] xhtml: & -> &amp; is not done here automagically
------------------------------------------------------------------------
r12477 | sylvieg | 2008-04-10 23:20:42 +0200 (jeu, 10 avr 2008) | 1 line

[FIX] in fact better to let blank
------------------------------------------------------------------------
r12476 | sylvieg | 2008-04-10 23:13:40 +0200 (jeu, 10 avr 2008) | 1 line

[FIX] get_admin_email check feauture on - better to use the prefs -> Are the callback registration still in use?
------------------------------------------------------------------------
r12475 | sylvieg | 2008-04-10 22:48:56 +0200 (jeu, 10 avr 2008) | 1 line

[FIX]prefs: better to use the contact_user because get_admin_email will always be null as contact_anon and feature_contacts are n
------------------------------------------------------------------------
r12466 | sylvieg | 2008-04-10 20:08:27 +0200 (jeu, 10 avr 2008) | 1 line

[FIX]fgal: when file already locked(somebody locks it and you did not refresh your screen), close the error from tiki-download window - because the list window has the message also
------------------------------------------------------------------------
r12465 | sylvieg | 2008-04-10 19:36:53 +0200 (jeu, 10 avr 2008) | 1 line

... not so hard to repalce L with an icon... will rollback if objection
------------------------------------------------------------------------
r12464 | sept_7 | 2008-04-10 19:11:17 +0200 (jeu, 10 avr 2008) | 2 lines

[FIX] add CSS style for nice overbox in filegals

------------------------------------------------------------------------
r12463 | sept_7 | 2008-04-10 18:47:05 +0200 (jeu, 10 avr 2008) | 2 lines

[ENH] filgals : better layout of headings and buttons

------------------------------------------------------------------------
r12462 | sylvieg | 2008-04-10 18:17:50 +0200 (jeu, 10 avr 2008) | 1 line

rollback + do not display locked by when in the root gallery
------------------------------------------------------------------------
r12461 | sept_7 | 2008-04-10 18:11:44 +0200 (jeu, 10 avr 2008) | 3 lines

[NEW] filegals : slide show in filegals
[ENH] filegals : better handling of modifications summary

------------------------------------------------------------------------
r12460 | Jyhem | 2008-04-10 18:03:02 +0200 (jeu, 10 avr 2008) | 1 line

[FIX] this was preventing italics
------------------------------------------------------------------------
r12459 | sept_7 | 2008-04-10 16:10:29 +0200 (jeu, 10 avr 2008) | 13 lines

[ENH] filegals : filegals->replace_file_gallery takes a unique argument which
  is an array returned by filegals->get_file_gallery_info...
[ENH] filegals : When saving the properties of a filegal show the modifications
as a tips at the top of the page. You need to unset "View inserted gallery") to
see it as I didn't find a nice way to pass the modification back to
tiki-list_file_gallery.php. 
I think this solve the « problem » of not having a "Save" button in each tabs :
 o when doing multiple modifications avoid multiple submits
 o and showing the modifications

Ok maybe it is not perfect as we display the internal property name, but it is not worst than the feature admin page ! ;p


------------------------------------------------------------------------
r12458 | Jyhem | 2008-04-10 15:59:52 +0200 (jeu, 10 avr 2008) | 1 line

[FIX] mass capitalization of 'translate' (thanks MarcLaporte)
------------------------------------------------------------------------
r12457 | marclaporte | 2008-04-10 01:24:58 +0200 (jeu, 10 avr 2008) | 1 line

sync db
------------------------------------------------------------------------
r12456 | sylvieg | 2008-04-10 01:18:13 +0200 (jeu, 10 avr 2008) | 1 line

[FIX]abbrevaition must not be hard coded but a language feature
------------------------------------------------------------------------
r12455 | sylvieg | 2008-04-09 23:16:18 +0200 (mer, 09 avr 2008) | 1 line

[FIX]fgal: fix the confirm unlock step
------------------------------------------------------------------------
r12454 | nyloth | 2008-04-09 22:45:10 +0200 (mer, 09 avr 2008) | 1 line

[ENH] wiki: when using images from filegals (e.g. using filegal manager), resize the image server-side if possible. This will generally imply less data to download from the user (i.e. speed up the page download) and a better image quality (browser resize algorithms are quick but bad).
------------------------------------------------------------------------
r12453 | amette | 2008-04-09 21:56:51 +0200 (mer, 09 avr 2008) | 2 lines

Fix linebreaks 'broken' by luciash

------------------------------------------------------------------------
r12452 | pkdille | 2008-04-09 21:16:12 +0200 (mer, 09 avr 2008) | 1 line

[FIX] text
------------------------------------------------------------------------
r12451 | ricks99 | 2008-04-09 20:22:46 +0200 (mer, 09 avr 2008) | 1 line

[UI] corrected oder of filter (filter, item, button) in heading, hide results table if no items to display, move select all box to heading and to left (as on other pages).
------------------------------------------------------------------------
r12450 | sylvieg | 2008-04-09 19:07:01 +0200 (mer, 09 avr 2008) | 1 line

[FIX]tracker plugin: manadge autoincrement field
------------------------------------------------------------------------
r12449 | ricks99 | 2008-04-09 18:50:35 +0200 (mer, 09 avr 2008) | 1 line

[UI] tell user if no records found, move select all to correct column (and hide if no records to display)
------------------------------------------------------------------------
r12447 | ricks99 | 2008-04-09 18:30:54 +0200 (mer, 09 avr 2008) | 1 line

[UI] add icons to alerts and notices
------------------------------------------------------------------------
r12446 | sylvieg | 2008-04-09 18:29:13 +0200 (mer, 09 avr 2008) | 1 line

[MOD]tracker export: can specifiy delimitors, separator, CR + default is ISO8859 no parsing tracker default sort + can sort on itemId
------------------------------------------------------------------------
r12445 | ricks99 | 2008-04-09 17:33:58 +0200 (mer, 09 avr 2008) | 1 line

[UI] use icons for alerts and notifications, move checkboxes to left column (as in other pages). move Select All to top of column
------------------------------------------------------------------------
r12444 | sylvieg | 2008-04-09 17:19:40 +0200 (mer, 09 avr 2008) | 1 line

notice
------------------------------------------------------------------------
r12443 | ricks99 | 2008-04-09 17:15:03 +0200 (mer, 09 avr 2008) | 1 line

[UI] tell users why the "use in" field is blank
------------------------------------------------------------------------
r12442 | ricks99 | 2008-04-09 16:52:21 +0200 (mer, 09 avr 2008) | 1 line

[UI] provide backlink to Administration: Modules page
------------------------------------------------------------------------
r12441 | sylvieg | 2008-04-09 16:50:46 +0200 (mer, 09 avr 2008) | 1 line

[FIX]vote: anonymous can vote only if cookies are allowed (otherwise they can vote how many times they want)
------------------------------------------------------------------------
r12440 | Jyhem | 2008-04-09 16:35:43 +0200 (mer, 09 avr 2008) | 1 line

[FIX] The flag names with '_' were not being translated because the translation file contains the name with _
------------------------------------------------------------------------
r12439 | sylvieg | 2008-04-09 16:31:07 +0200 (mer, 09 avr 2008) | 1 line

[FIX]forum: check tiki_p_forum_vote and not tiki_p_vote_comments for forum
------------------------------------------------------------------------
r12438 | sylvieg | 2008-04-09 15:52:26 +0200 (mer, 09 avr 2008) | 1 line

[FIX]traker: strip tracker plugin filter
------------------------------------------------------------------------
r12437 | sept_7 | 2008-04-09 14:36:22 +0200 (mer, 09 avr 2008) | 2 lines

[ENH] filgals : show permissions button

------------------------------------------------------------------------
r12436 | sept_7 | 2008-04-09 14:35:24 +0200 (mer, 09 avr 2008) | 2 lines

[ENH] filgals : show when the filgal is private

------------------------------------------------------------------------
r12435 | sept_7 | 2008-04-09 14:09:54 +0200 (mer, 09 avr 2008) | 2 lines

[ENH] filgals : clarification of the page edit_mode

------------------------------------------------------------------------
r12434 | sept_7 | 2008-04-09 13:59:08 +0200 (mer, 09 avr 2008) | 3 lines

[FIX] : filgals setting default sort order now works in edit_filgals
[ENH] : filegals edit now uses tabs for clarity

------------------------------------------------------------------------
r12433 | luciash | 2008-04-09 03:30:48 +0200 (mer, 09 avr 2008) | 1 line

[MOD] use span instead of div to have page id on one line with description by default
------------------------------------------------------------------------
r12432 | luciash | 2008-04-09 03:18:13 +0200 (mer, 09 avr 2008) | 1 line

[DEL] no more needed as default tpl is de-tablized
------------------------------------------------------------------------
r12431 | luciash | 2008-04-09 03:14:40 +0200 (mer, 09 avr 2008) | 1 line

[FIX] links to comments correctly open and show comzone and scroll down to comment threadId anchor, tables replaced by list
------------------------------------------------------------------------
r12430 | marclaporte | 2008-04-09 03:13:45 +0200 (mer, 09 avr 2008) | 1 line

[MOD] Changing default __Maximum number of records in listings__ from 10 to 25 like in BRANCH-1-9
------------------------------------------------------------------------
r12429 | luciash | 2008-04-09 02:15:53 +0200 (mer, 09 avr 2008) | 1 line

[FIX] tables replaced by more semantic tags (use divs instead of table), better flipping with keeping the hide/show state
------------------------------------------------------------------------
r12428 | luciash | 2008-04-09 01:24:54 +0200 (mer, 09 avr 2008) | 1 line

[FIX] links to comments correctly open and show comzone and scroll down to comment threadId anchor
------------------------------------------------------------------------
r12427 | luciash | 2008-04-09 01:24:22 +0200 (mer, 09 avr 2008) | 1 line

[FIX] links to comments correctly open and show comzone and scroll down to comment threadId anchor
------------------------------------------------------------------------
r12426 | marclaporte | 2008-04-09 01:19:25 +0200 (mer, 09 avr 2008) | 1 line

[ENH] Make the default pre-install screen clearer. Sorry about linebreak changes. Someone is using DOS formatting.
------------------------------------------------------------------------
r12425 | luciash | 2008-04-09 01:07:42 +0200 (mer, 09 avr 2008) | 1 line

[FIX] links to comments correctly open and show comzone and scroll down to comment threadId anchor
------------------------------------------------------------------------
r12424 | lphuberdeau | 2008-04-08 22:11:02 +0200 (mar, 08 avr 2008) | 2 lines

[MOD] Attempt to remove ambiguity in the translation module

------------------------------------------------------------------------
r12423 | nyloth | 2008-04-08 21:22:13 +0200 (mar, 08 avr 2008) | 1 line

[FIX] calendar: fix displayed date to correctly handle timezones (use tiki_date_format instead of date_format)
------------------------------------------------------------------------
r12422 | sylvieg | 2008-04-08 20:25:00 +0200 (mar, 08 avr 2008) | 1 line

[FIX]tracker: do not escape text and textarea for a csv export
------------------------------------------------------------------------
r12421 | lphuberdeau | 2008-04-08 19:02:28 +0200 (mar, 08 avr 2008) | 2 lines

[MOD] I was told font size is generally a little larger for arabic.

------------------------------------------------------------------------
r12420 | lphuberdeau | 2008-04-08 18:36:14 +0200 (mar, 08 avr 2008) | 2 lines

[FIX] Properly display page content right to left for arabic and hebrew

------------------------------------------------------------------------
r12419 | sylvieg | 2008-04-08 17:55:44 +0200 (mar, 08 avr 2008) | 1 line

[MOD]fgal: repeat the message that a file is locked by somebody else near the save button
------------------------------------------------------------------------
r12418 | sylvieg | 2008-04-08 17:46:16 +0200 (mar, 08 avr 2008) | 1 line

[FIX]fgal: add a confirmation step when admin unlocked a file that is not locked by himself
------------------------------------------------------------------------
r12417 | sylvieg | 2008-04-08 17:08:13 +0200 (mar, 08 avr 2008) | 1 line

[FIX]fgal: go on error if between the time the edit file pannel was loaded and the file was modified, the file has been locked by somebody
------------------------------------------------------------------------
r12416 | pkdille | 2008-04-08 17:05:02 +0200 (mar, 08 avr 2008) | 1 line

[MOD] admin content templates : move the tip section to the upper part of the screen + 2 capitalizations
------------------------------------------------------------------------
r12415 | sylvieg | 2008-04-08 16:54:24 +0200 (mar, 08 avr 2008) | 1 line

[FIX]fgal: block download if the file has been locked meanwhile->TODO: clode the download window
------------------------------------------------------------------------
r12414 | sylvieg | 2008-04-08 16:38:14 +0200 (mar, 08 avr 2008) | 1 line

[FIX]fgal: go on error if between the time the edit file pannel was loaded and the file was modified, the file has been locked by somebody
------------------------------------------------------------------------
r12413 | luciash | 2008-04-08 16:17:34 +0200 (mar, 08 avr 2008) | 1 line

[FIX] there's no "wrap" but "white-space" in CSS properties
------------------------------------------------------------------------
r12412 | sept_7 | 2008-04-08 16:13:52 +0200 (mar, 08 avr 2008) | 2 lines

[ENH] filegals : add link on galleryID = 0 

------------------------------------------------------------------------
r12411 | luciash | 2008-04-08 16:10:54 +0200 (mar, 08 avr 2008) | 1 line

[FIX] clear after floats
------------------------------------------------------------------------
r12410 | pkdille | 2008-04-08 15:58:27 +0200 (mar, 08 avr 2008) | 1 line

[MOD] search: put filter buttons in navbar div as anywhere else
------------------------------------------------------------------------
r12409 | sylvieg | 2008-04-08 15:39:24 +0200 (mar, 08 avr 2008) | 1 line

[FIX]fgal: block download if the file has been locked meanwhile->TODO: clode the download window
------------------------------------------------------------------------
r12407 | luciash | 2008-04-08 15:29:03 +0200 (mar, 08 avr 2008) | 1 line

[DEL] no more needed as default tpl is de-tablized
------------------------------------------------------------------------
r12406 | pkdille | 2008-04-08 15:25:31 +0200 (mar, 08 avr 2008) | 1 line

[FIX] calendar setup : Id property...
------------------------------------------------------------------------
r12405 | luciash | 2008-04-08 15:22:38 +0200 (mar, 08 avr 2008) | 1 line

[FIX] "de-tablexication" (use divs instead of table)
------------------------------------------------------------------------
r12404 | luciash | 2008-04-08 15:20:34 +0200 (mar, 08 avr 2008) | 1 line

[FIX] fullscreen condition adjustments
------------------------------------------------------------------------
r12403 | pkdille | 2008-04-08 15:01:39 +0200 (mar, 08 avr 2008) | 1 line

[FIX] calendar_setup: svn Id
------------------------------------------------------------------------
r12402 | pkdille | 2008-04-08 14:19:59 +0200 (mar, 08 avr 2008) | 1 line

[FIX] action calendar: action calendar should be useable without feature_calendar activated
------------------------------------------------------------------------
r12401 | luciash | 2008-04-08 13:14:27 +0200 (mar, 08 avr 2008) | 1 line

[FIX] {include file=tiki-page_bar.tpl} was missing
------------------------------------------------------------------------
r12400 | luciash | 2008-04-08 05:20:49 +0200 (mar, 08 avr 2008) | 1 line

[FIX] store the columns state in session var/cookie for tableless column switcher + some fixes
------------------------------------------------------------------------
r12399 | luciash | 2008-04-08 03:50:00 +0200 (mar, 08 avr 2008) | 1 line

[FIX] background image vertical lines tricks
------------------------------------------------------------------------
r12398 | luciash | 2008-04-08 02:04:57 +0200 (mar, 08 avr 2008) | 1 line

[FIX] workaround for MSIE right column under-run (IE6 has a bug which doesn't understand construction #foo.moo (which should match e.g. <div id="foo" class="moo">...</div>) so we have to use only .moo :-p (.marginright, .marginleft)
------------------------------------------------------------------------
r12397 | luciash | 2008-04-08 01:57:55 +0200 (mar, 08 avr 2008) | 1 line

[UPD] update to latest *lite CSS
------------------------------------------------------------------------
r12396 | sylvieg | 2008-04-07 23:53:16 +0200 (lun, 07 avr 2008) | 1 line

[FIX]wiki: do not replace & with &amp; for numeric character like &#177;
------------------------------------------------------------------------
r12395 | lphuberdeau | 2008-04-07 22:11:44 +0200 (lun, 07 avr 2008) | 1 line

[NEW] Watch page creation in given language (frontend)
------------------------------------------------------------------------
r12394 | lphuberdeau | 2008-04-07 21:43:12 +0200 (lun, 07 avr 2008) | 1 line

[NEW] Watch page creation in given language (backend)
------------------------------------------------------------------------
r12393 | Jyhem | 2008-04-07 20:08:39 +0200 (lun, 07 avr 2008) | 1 line

[FIX] mass capitalization
------------------------------------------------------------------------
r12392 | sylvieg | 2008-04-07 18:11:22 +0200 (lun, 07 avr 2008) | 1 line

[MOD]user: a little message when password has been changed
------------------------------------------------------------------------
r12391 | sylvieg | 2008-04-07 17:25:44 +0200 (lun, 07 avr 2008) | 1 line

[FIX]login: remind password send directly to tiki-change_password.php to avoid to have the passord in the url and the old password input
------------------------------------------------------------------------
r12390 | sylvieg | 2008-04-07 16:57:58 +0200 (lun, 07 avr 2008) | 1 line

[FIX]perms: rollback 12355+ move for IE7
------------------------------------------------------------------------
r12389 | Jyhem | 2008-04-07 16:52:25 +0200 (lun, 07 avr 2008) | 1 line

[FIX] mass capitalization
------------------------------------------------------------------------
r12388 | sylvieg | 2008-04-07 15:53:08 +0200 (lun, 07 avr 2008) | 1 line

[FIX]user: to be able to use also password reminder for 'admin' when login =email
------------------------------------------------------------------------
r12387 | Jyhem | 2008-04-07 15:38:09 +0200 (lun, 07 avr 2008) | 1 line

[FIX] mass capitalization
------------------------------------------------------------------------
r12386 | chibaguy | 2008-04-07 15:31:05 +0200 (lun, 07 avr 2008) | 1 line

Missing div closing tag added.
------------------------------------------------------------------------
r12385 | sampaioprimo | 2008-04-07 06:18:28 +0200 (lun, 07 avr 2008) | 2 lines

fix string translation

------------------------------------------------------------------------
r12384 | kokohuyb | 2008-04-07 00:28:53 +0200 (lun, 07 avr 2008) | 1 line

Updated translation
------------------------------------------------------------------------
r12383 | chibaguy | 2008-04-05 08:05:14 +0200 (sam, 05 avr 2008) | 1 line

Moved closing div tag that broke error page in no-table themes.
------------------------------------------------------------------------
r12382 | luciash | 2008-04-05 06:19:50 +0200 (sam, 05 avr 2008) | 1 line

[ENH] first implementation of shadowbox for images in file gallery (after click on thumbnails in browse image view mode)... please optimize
------------------------------------------------------------------------
r12381 | gregmartin | 2008-04-05 06:07:31 +0200 (sam, 05 avr 2008) | 1 line

Made a miinor edit to the help to explain the "page=>" option
------------------------------------------------------------------------
r12380 | gregmartin | 2008-04-05 05:40:37 +0200 (sam, 05 avr 2008) | 1 line

Added option to limit the number of blog entries displayed.  Updated help to reflect changes.
------------------------------------------------------------------------
r12379 | luciash | 2008-04-05 04:22:19 +0200 (sam, 05 avr 2008) | 1 line

[FIX] linked icon to browse image for details
------------------------------------------------------------------------
r12378 | luciash | 2008-04-05 04:02:09 +0200 (sam, 05 avr 2008) | 1 line

[REM] lightbox removed (replaced by shadowbox)
------------------------------------------------------------------------
r12377 | luciash | 2008-04-05 03:59:27 +0200 (sam, 05 avr 2008) | 1 line

[REM] lightbox removed (replaced by shadowbox)
------------------------------------------------------------------------
r12376 | luciash | 2008-04-05 03:52:35 +0200 (sam, 05 avr 2008) | 1 line

[ENH] smarty pagination
------------------------------------------------------------------------
r12375 | luciash | 2008-04-05 03:09:32 +0200 (sam, 05 avr 2008) | 1 line

[ENH] smarty pagination
------------------------------------------------------------------------
r12374 | luciash | 2008-04-05 02:46:39 +0200 (sam, 05 avr 2008) | 1 line

[FIX] Page 1/0 bugfix using nyloth's pagination smarty block
------------------------------------------------------------------------
r12373 | luciash | 2008-04-05 02:31:52 +0200 (sam, 05 avr 2008) | 1 line

[ENH] smarty pagination
------------------------------------------------------------------------
r12372 | luciash | 2008-04-05 00:52:58 +0200 (sam, 05 avr 2008) | 1 line

[FIX] Page 1/0 bugfix using nyloth's pagination smarty block
------------------------------------------------------------------------
r12371 | luciash | 2008-04-05 00:39:04 +0200 (sam, 05 avr 2008) | 1 line

[ENH] smarty pagination
------------------------------------------------------------------------
r12370 | sylvieg | 2008-04-05 00:16:57 +0200 (sam, 05 avr 2008) | 1 line

some tuning
------------------------------------------------------------------------
r12369 | luciash | 2008-04-05 00:01:20 +0200 (sam, 05 avr 2008) | 1 line

[FIX] Page 1/0 bugfix by adding nyloth's pagination
------------------------------------------------------------------------
r12368 | luciash | 2008-04-04 23:53:46 +0200 (ven, 04 avr 2008) | 1 line

[FIX] display "Page: 1/1" if at least one page of results in listing
------------------------------------------------------------------------
r12367 | sylvieg | 2008-04-04 23:52:00 +0200 (ven, 04 avr 2008) | 1 line

oops
------------------------------------------------------------------------
r12366 | sylvieg | 2008-04-04 23:46:30 +0200 (ven, 04 avr 2008) | 1 line

[FIX]approval: better message if no approved version
------------------------------------------------------------------------
r12365 | sylvieg | 2008-04-04 23:14:37 +0200 (ven, 04 avr 2008) | 1 line

[FIX]approval: approval step display the attachmnets to allow to delete them
------------------------------------------------------------------------
r12364 | sylvieg | 2008-04-04 22:49:42 +0200 (ven, 04 avr 2008) | 1 line

[FIX]approval: fix the creation of a new page that is stagged + no link to approved page if none + fix the history in the case of deleted staging at approval + approval step display the attachmnets to allow to delete them
------------------------------------------------------------------------
r12363 | luciash | 2008-04-04 22:45:04 +0200 (ven, 04 avr 2008) | 1 line

[FIX] Page 1/0 bugfix by adding nyloth's pagination
------------------------------------------------------------------------
r12362 | ricks99 | 2008-04-04 20:20:52 +0200 (ven, 04 avr 2008) | 1 line

[UI]fixed typo in error msg
------------------------------------------------------------------------
r12361 | ricks99 | 2008-04-04 19:10:13 +0200 (ven, 04 avr 2008) | 1 line

[UI] use icons for actions instead of text, remove find box if no items in listing
------------------------------------------------------------------------
r12360 | ricks99 | 2008-04-04 17:19:07 +0200 (ven, 04 avr 2008) | 1 line

[UI] remove find form, if there are no records to search
------------------------------------------------------------------------
r12359 | ricks99 | 2008-04-04 17:05:36 +0200 (ven, 04 avr 2008) | 1 line

[UI] Move send button to bottom (where it belongs)
------------------------------------------------------------------------
r12358 | ricks99 | 2008-04-04 16:38:49 +0200 (ven, 04 avr 2008) | 1 line

[MOD]turn on site identity for a new install (so that topbar, loog, and search are shown by default)
------------------------------------------------------------------------
r12357 | ricks99 | 2008-04-04 16:12:24 +0200 (ven, 04 avr 2008) | 1 line

[UI]Slightly better error messages to end-users. tell them what to look for and how to fix.
------------------------------------------------------------------------
r12356 | luciash | 2008-04-04 14:31:02 +0200 (ven, 04 avr 2008) | 2 lines

[REM] lightbox removed (replaced by shadowbox)
[MOD] mootools must be on (if mootools off, disable shadowbox checkbox and say so)
------------------------------------------------------------------------
r12355 | sylvieg | 2008-04-04 12:14:37 +0200 (ven, 04 avr 2008) | 1 line

[FIX]perms: why do we need these hidden inputs. There are creating a space in IE7
------------------------------------------------------------------------
r12354 | sylvieg | 2008-04-04 11:31:44 +0200 (ven, 04 avr 2008) | 1 line

[FIX]categ: apply also the excluded categs to the path itself to take away parent categ for example
------------------------------------------------------------------------
r12353 | marclaporte | 2008-04-04 00:35:52 +0200 (ven, 04 avr 2008) | 1 line

[FIX] Adding permission check to edit translation
------------------------------------------------------------------------
r12352 | sylvieg | 2008-04-03 22:06:49 +0200 (jeu, 03 avr 2008) | 1 line

2 same lines
------------------------------------------------------------------------
r12351 | ricks99 | 2008-04-03 21:17:59 +0200 (jeu, 03 avr 2008) | 1 line

[UI] regroup items in table to reduce number of columns (avoid ultra-wide table), use icons instead of text for actions.
------------------------------------------------------------------------
r12350 | sylvieg | 2008-04-03 21:13:07 +0200 (jeu, 03 avr 2008) | 1 line

[FIX]user: when admin creates a user with 'login is email', set the email also in the database to have remind password working
------------------------------------------------------------------------
r12349 | sylvieg | 2008-04-03 21:11:36 +0200 (jeu, 03 avr 2008) | 1 line

[FIX]prefs: some cleaning to have an homegeneous interface - just a beginning
------------------------------------------------------------------------
r12348 | sylvieg | 2008-04-03 19:05:20 +0200 (jeu, 03 avr 2008) | 1 line

[FIX]MyTiki: if user preferences is desactivated - but a user can still change password let him go in the admin part of user prefs
------------------------------------------------------------------------
r12347 | sylvieg | 2008-04-03 18:06:37 +0200 (jeu, 03 avr 2008) | 1 line

[MOD]register: if you ask for email, use this as label instead of username
------------------------------------------------------------------------
r12346 | sylvieg | 2008-04-03 18:00:13 +0200 (jeu, 03 avr 2008) | 1 line

[MOD]register: if not ajax and passwords have minumum length... a little warning
------------------------------------------------------------------------
r12345 | luciash | 2008-04-03 17:33:23 +0200 (jeu, 03 avr 2008) | 1 line

[FIX] backport from templates/header.tpl
------------------------------------------------------------------------
r12344 | sylvieg | 2008-04-03 17:32:23 +0200 (jeu, 03 avr 2008) | 1 line

prefs
------------------------------------------------------------------------
r12343 | gregmartin | 2008-04-03 16:56:20 +0200 (jeu, 03 avr 2008) | 1 line

Cleaning up the help & comments.
------------------------------------------------------------------------
r12342 | nyloth | 2008-04-03 15:32:47 +0200 (jeu, 03 avr 2008) | 1 line

[FIX] fix svn Id
------------------------------------------------------------------------
r12341 | sylvieg | 2008-04-03 15:21:44 +0200 (jeu, 03 avr 2008) | 1 line

[FIX]forum: replace the report form with a self_link not to have each moderator action on posts considered as reported + watch and notepad as self_link
------------------------------------------------------------------------
r12340 | amette | 2008-04-03 14:48:59 +0200 (jeu, 03 avr 2008) | 2 lines

Trackbacks were removed from Tiki, so better don't try to show them ;)

------------------------------------------------------------------------
r12339 | nyloth | 2008-04-03 14:45:21 +0200 (jeu, 03 avr 2008) | 1 line

[FIX] fgal: fix tooltip
------------------------------------------------------------------------
r12338 | nyloth | 2008-04-03 14:42:44 +0200 (jeu, 03 avr 2008) | 1 line

[FIX] fgal: fix comment
------------------------------------------------------------------------
r12337 | nyloth | 2008-04-03 14:41:17 +0200 (jeu, 03 avr 2008) | 1 line

[MOD] file galleries: when only name column is displayed (and not filename), show the filename if there is no name specified. Update tikineat and tikinewt to display this filename fallback in italic + remove some useless smarty comments.
------------------------------------------------------------------------
r12336 | nyloth | 2008-04-03 14:38:36 +0200 (jeu, 03 avr 2008) | 1 line

[ENH] fgal images lib: auto-detect best installed lib instead of looking at imagegals prefs
------------------------------------------------------------------------
r12335 | sylvieg | 2008-04-03 12:41:25 +0200 (jeu, 03 avr 2008) | 1 line

[FIX]pref: do not display flags/.gif
------------------------------------------------------------------------
r12334 | marclaporte | 2008-04-03 05:33:23 +0200 (jeu, 03 avr 2008) | 1 line

[FIX] Permission check to use Batch upload (Unzip all zip files) was missing. + added an extra br for cosmetic reasons.
------------------------------------------------------------------------
r12333 | marclaporte | 2008-04-03 05:26:30 +0200 (jeu, 03 avr 2008) | 1 line

[FIX] Cosmetic: Nicer confirmation message after file upload.
------------------------------------------------------------------------
r12332 | marclaporte | 2008-04-03 05:05:42 +0200 (jeu, 03 avr 2008) | 1 line

[MOD] Reducing the number of colums shown when listing the image galleries.
------------------------------------------------------------------------
r12331 | marclaporte | 2008-04-03 05:00:26 +0200 (jeu, 03 avr 2008) | 1 line

[MOD] Like in 1.9.x, turning off the voting on posts system by default, on creation of new forums. This is to make things simpler for new admins/users.
------------------------------------------------------------------------
r12330 | marclaporte | 2008-04-03 04:50:15 +0200 (jeu, 03 avr 2008) | 1 line

[MOD] Cleaner default for forums. Post per day is only interesting for high volume sites so it's now off by default. Listing number of topics AND posts is not necessary. I kept just posts.
------------------------------------------------------------------------
r12329 | marclaporte | 2008-04-03 04:33:06 +0200 (jeu, 03 avr 2008) | 1 line

[MOD] By default, on a clean install, all users should have easy access to all the typesof data in myTiki.
------------------------------------------------------------------------
r12328 | marclaporte | 2008-04-03 04:22:52 +0200 (jeu, 03 avr 2008) | 1 line

[FIX] __Registered users can change language__ setting should be re-added to tiki-admin-include-i18n.tpl from tiki-admin.php?page=login but until then, I am commenting out this line
------------------------------------------------------------------------
r12327 | marclaporte | 2008-04-03 04:13:56 +0200 (jeu, 03 avr 2008) | 1 line

[FIX] UI change to list wiki pages
------------------------------------------------------------------------
r12326 | marclaporte | 2008-04-03 04:13:05 +0200 (jeu, 03 avr 2008) | 1 line

[MOD] Like in 1.9, reducing the number of colums in wiki page listing, for cleaner, simpler default install.
------------------------------------------------------------------------
r12325 | marclaporte | 2008-04-03 03:58:06 +0200 (jeu, 03 avr 2008) | 1 line

[MOD] Turning off all the rankings for various features on a clean install. It makes things cleaner & simpler
------------------------------------------------------------------------
r12324 | marclaporte | 2008-04-03 03:56:12 +0200 (jeu, 03 avr 2008) | 1 line

[FIX] Search menu item now checks for permission
------------------------------------------------------------------------
r12323 | marclaporte | 2008-04-03 03:01:37 +0200 (jeu, 03 avr 2008) | 1 line

[DEL] Like in BRANCH-1-9, remove old unused script, tiki-create_md5.php is the right one.
------------------------------------------------------------------------
r12322 | sylvieg | 2008-04-03 00:48:52 +0200 (jeu, 03 avr 2008) | 1 line

[FIX]forum: do not show vote - if you can not vote
------------------------------------------------------------------------
r12321 | sylvieg | 2008-04-02 23:41:49 +0200 (mer, 02 avr 2008) | 1 line

[FIX]wiki: do not print the pageID in print mode
------------------------------------------------------------------------
r12320 | sylvieg | 2008-04-02 23:38:33 +0200 (mer, 02 avr 2008) | 1 line

sync
------------------------------------------------------------------------
r12319 | marclaporte | 2008-04-02 23:30:16 +0200 (mer, 02 avr 2008) | 1 line

[FIX] Inter-User message settings are now on their own panel
------------------------------------------------------------------------
r12318 | luciash | 2008-04-02 20:17:18 +0200 (mer, 02 avr 2008) | 1 line

rollback
------------------------------------------------------------------------
r12317 | sylvieg | 2008-04-02 20:12:32 +0200 (mer, 02 avr 2008) | 1 line

[FIX]register: can cumulate 'but need admin approval' + 'validate user by email'
------------------------------------------------------------------------
r12316 | sampaioprimo | 2008-04-02 18:26:48 +0200 (mer, 02 avr 2008) | 2 lines

merging translations from tiki 1.9

------------------------------------------------------------------------
r12315 | sylvieg | 2008-04-02 17:35:17 +0200 (mer, 02 avr 2008) | 1 line

[FIX]trackerfilter: inverse order of POST and GET to be able to sort the column in the result and to do another filter after sorting a column
------------------------------------------------------------------------
r12314 | nyloth | 2008-04-02 17:30:16 +0200 (mer, 02 avr 2008) | 1 line

[NEW] filegals: new thumbnail view for file galleries (with auto line-wrapping capability and hide/show informations under thumbnails). Update tikineat and tikinewt themes to fully support it.
------------------------------------------------------------------------
r12313 | ricks99 | 2008-04-02 15:53:29 +0200 (mer, 02 avr 2008) | 1 line

[UI]better grouping of a all "use in" into a single <tr> element, added tip on how to enable content template usage
------------------------------------------------------------------------
r12312 | ricks99 | 2008-04-02 15:31:44 +0200 (mer, 02 avr 2008) | 1 line

[UI] disabled template drop list if no templates available, remove find box if no html pages listed.
------------------------------------------------------------------------
r12311 | luciash | 2008-04-02 14:03:08 +0200 (mer, 02 avr 2008) | 1 line

[DEL] removing broken (no left and right columns appearing in FF) unmaintained theme
------------------------------------------------------------------------
r12310 | luciash | 2008-04-02 13:45:01 +0200 (mer, 02 avr 2008) | 1 line

[FIX] gradient for simple-amette module titles and h1
------------------------------------------------------------------------
r12309 | luciash | 2008-04-02 13:40:46 +0200 (mer, 02 avr 2008) | 1 line

[FIX] some padding fixes, left column support, column width fixes, gradient for module titles and h1, ...
------------------------------------------------------------------------
r12308 | luciash | 2008-04-02 12:35:49 +0200 (mer, 02 avr 2008) | 1 line

[FIX] rollback amette's accidental commit
------------------------------------------------------------------------
r12307 | luciash | 2008-04-02 12:34:06 +0200 (mer, 02 avr 2008) | 1 line

[FIX] rollback amette's accidental commit
------------------------------------------------------------------------
r12306 | luciash | 2008-04-02 12:20:19 +0200 (mer, 02 avr 2008) | 1 line

[FIX] better including of header and footer to tiki.tpl
------------------------------------------------------------------------
r12305 | luciash | 2008-04-02 10:38:51 +0200 (mer, 02 avr 2008) | 1 line

[FIX] make the link rel (e.g. for shadowbox) working again
------------------------------------------------------------------------
r12304 | amette | 2008-04-02 10:04:30 +0200 (mer, 02 avr 2008) | 2 lines

Added amette version of simple theme from http://amette.eu

------------------------------------------------------------------------
r12303 | amette | 2008-04-02 08:52:38 +0200 (mer, 02 avr 2008) | 2 lines

Unordered list for freetags to be accessible

------------------------------------------------------------------------
r12302 | chibaguy | 2008-04-02 04:09:03 +0200 (mer, 02 avr 2008) | 1 line

.editdate overlap fixed. Thanks, Petjal3.
------------------------------------------------------------------------
r12301 | ricks99 | 2008-04-01 23:21:24 +0200 (mar, 01 avr 2008) | 1 line

[UI] only show notes if needed and then show next to the actual option. fix 'wiki parse' option to allow maximum with for data entry.
------------------------------------------------------------------------
r12300 | sylvieg | 2008-04-01 22:28:30 +0200 (mar, 01 avr 2008) | 1 line

[FIX]tracker: plugin list respect perms
------------------------------------------------------------------------
r12299 | sylvieg | 2008-04-01 22:26:57 +0200 (mar, 01 avr 2008) | 1 line

no error if feature_categories is off and some categ field
------------------------------------------------------------------------
r12298 | sylvieg | 2008-04-01 22:22:22 +0200 (mar, 01 avr 2008) | 1 line

[MOD]forum: pagination + update icon moderator + fix wiki discussion forum
------------------------------------------------------------------------
r12297 | sylvieg | 2008-04-01 22:11:00 +0200 (mar, 01 avr 2008) | 1 line

[MOD]forum: pagination + update icon moderator + fix wiki discussion forum
------------------------------------------------------------------------
r12296 | sylvieg | 2008-04-01 19:55:13 +0200 (mar, 01 avr 2008) | 1 line

[FIX]poll: limit anonymous vote to one vote per session (better than nothing and better than IP filter
------------------------------------------------------------------------
r12295 | sylvieg | 2008-04-01 18:10:37 +0200 (mar, 01 avr 2008) | 1 line

[FIX]forum: to have moderator action on selected working on view thread
------------------------------------------------------------------------
r12294 | sylvieg | 2008-04-01 17:44:58 +0200 (mar, 01 avr 2008) | 1 line

[FIX]fgal: fix remove gal
------------------------------------------------------------------------
r12293 | sylvieg | 2008-04-01 17:38:17 +0200 (mar, 01 avr 2008) | 1 line

[FIX]forum: the message ... your post will be approved.. was always showing up
------------------------------------------------------------------------
r12292 | sylvieg | 2008-04-01 17:01:53 +0200 (mar, 01 avr 2008) | 1 line

[FIX]tiki_p_search for those who did a fresh install when the bug tiki_p_search gives admin perms on tiki was there
------------------------------------------------------------------------
r12291 | sylvieg | 2008-04-01 16:35:15 +0200 (mar, 01 avr 2008) | 1 line

html
------------------------------------------------------------------------
r12290 | sylvieg | 2008-04-01 16:06:48 +0200 (mar, 01 avr 2008) | 1 line

[FIX]reverse one line 12278 to have back [http://foo.com}foo] - luciash?
------------------------------------------------------------------------
r12289 | Jyhem | 2008-04-01 15:56:56 +0200 (mar, 01 avr 2008) | 1 line

[FIX] typo
------------------------------------------------------------------------
r12288 | pkdille | 2008-03-31 22:23:50 +0200 (lun, 31 mar 2008) | 1 line

[MOD] + [ADD] wiki listpages: put comment field under page name + new pref wiki_list_comment_len to give the admin the opportunity to limit the length of the comment field (limited by db design to 200 chars)
------------------------------------------------------------------------
r12287 | luciash | 2008-03-31 21:34:22 +0200 (lun, 31 mar 2008) | 1 line

[FIX] updated img syntax help
------------------------------------------------------------------------
r12286 | luciash | 2008-03-31 21:24:46 +0200 (lun, 31 mar 2008) | 1 line

[FIX] better to escape "}", added title support for the {img} syntax when link is used
------------------------------------------------------------------------
r12284 | luciash | 2008-03-31 17:40:32 +0200 (lun, 31 mar 2008) | 1 line

[ADD] help for rel attribute on external links and images (rel is used e.g. to mark links which should open in shadowbox)
------------------------------------------------------------------------
r12283 | luciash | 2008-03-31 17:19:17 +0200 (lun, 31 mar 2008) | 1 line

[ADD] support for rel attribute on img wiki syntax: example: {img src='show_image.php?id=3&thumb=1' link='show_image.php?id=3&scalesize=0&nocount=y' rel='shadowbox[gallery];type=img'}
------------------------------------------------------------------------
r12282 | luciash | 2008-03-31 16:47:50 +0200 (lun, 31 mar 2008) | 1 line

[FIX] shadowbox: first display description if not empty, then image name, then filename...
------------------------------------------------------------------------
r12281 | luciash | 2008-03-31 16:25:56 +0200 (lun, 31 mar 2008) | 1 line

[FIX] shadowbox: adding type=img parameter (because of showing the images via php it behaves as iframe by default) to get correct dimensions of the bounding box
------------------------------------------------------------------------
r12280 | luciash | 2008-03-31 15:53:09 +0200 (lun, 31 mar 2008) | 1 line

[FIX] shadowbox: missing path for loading animation gif
------------------------------------------------------------------------
r12279 | luciash | 2008-03-31 15:10:31 +0200 (lun, 31 mar 2008) | 1 line

[FIX] shadowbox for image galleries doesn't need lightbox feature on
------------------------------------------------------------------------
r12278 | luciash | 2008-03-31 15:05:32 +0200 (lun, 31 mar 2008) | 1 line

[ADD] support for rel attribute on external links wiki syntax: [URL|description|relation|nocache], example: [http://tikiwiki.org|tw.o|shadowbox]
------------------------------------------------------------------------
r12277 | nyloth | 2008-03-31 14:35:53 +0200 (lun, 31 mar 2008) | 1 line

[FIX] images lib: fix typo
------------------------------------------------------------------------
r12276 | nyloth | 2008-03-31 14:09:57 +0200 (lun, 31 mar 2008) | 1 line

[SVN] add svn 'tests' properties to specific files that should be handled differently when doing some code checks (e.g. 'check-syntax:php5-only' means that the code syntax should not be tested for php4)
------------------------------------------------------------------------
r12275 | nyloth | 2008-03-31 14:05:08 +0200 (lun, 31 mar 2008) | 1 line

[SVN] add svn 'tests' properties to specific files that should be handled differently when doing some code checks (e.g. 'check-syntax:php5-only' means that the code syntax should not be tested for php4)
------------------------------------------------------------------------
r12274 | amette | 2008-03-31 04:30:37 +0200 (lun, 31 mar 2008) | 2 lines

Table-free layout

------------------------------------------------------------------------
r12273 | luciash | 2008-03-31 01:50:06 +0200 (lun, 31 mar 2008) | 1 line

[FIX] don't display div tags in title tooltip
------------------------------------------------------------------------
r12272 | kokohuyb | 2008-03-31 01:04:42 +0200 (lun, 31 mar 2008) | 1 line

Updated translation
------------------------------------------------------------------------
r12271 | luciash | 2008-03-31 00:44:29 +0200 (lun, 31 mar 2008) | 1 line

[ADD] start of the shadowbox implementation
------------------------------------------------------------------------
r12270 | luciash | 2008-03-30 22:06:05 +0200 (dim, 30 mar 2008) | 1 line

[MOD] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion -- $Header: $ CVS keyword is obsolete, use $Id: $ instead
------------------------------------------------------------------------
r12269 | ricks99 | 2008-03-30 20:50:47 +0200 (dim, 30 mar 2008) | 1 line

[UI] only show diff selctor if there is a history > 1
------------------------------------------------------------------------
r12268 | ricks99 | 2008-03-30 20:38:41 +0200 (dim, 30 mar 2008) | 1 line

[UI]display meaningful message if no questions, instead of showing a blank question and answer div
------------------------------------------------------------------------
r12267 | lphuberdeau | 2008-03-30 18:05:17 +0200 (dim, 30 mar 2008) | 1 line

[FIX] Only display translate option if edit permission is granted.
------------------------------------------------------------------------
r12266 | ricks99 | 2008-03-30 17:57:10 +0200 (dim, 30 mar 2008) | 1 line

[UI] remove find table if no records in list
------------------------------------------------------------------------
r12265 | ricks99 | 2008-03-30 17:52:26 +0200 (dim, 30 mar 2008) | 1 line

[MOD] add anti-bot support to submit directory link for anonymous users
------------------------------------------------------------------------
r12264 | luciash | 2008-03-30 17:49:28 +0200 (dim, 30 mar 2008) | 1 line

[SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion
------------------------------------------------------------------------
r12263 | luciash | 2008-03-30 17:37:15 +0200 (dim, 30 mar 2008) | 1 line

[ADD] shadowbox
------------------------------------------------------------------------
r12262 | luciash | 2008-03-30 17:28:00 +0200 (dim, 30 mar 2008) | 1 line

[SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion (not set on third party lib files)
------------------------------------------------------------------------
r12261 | luciash | 2008-03-30 17:15:01 +0200 (dim, 30 mar 2008) | 1 line

[SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion (not set on third party lib files)
------------------------------------------------------------------------
r12260 | luciash | 2008-03-30 17:03:01 +0200 (dim, 30 mar 2008) | 1 line

[MOD] $Header: $ CVS keyword is deprecated, use $Id: $ instead
------------------------------------------------------------------------
r12259 | luciash | 2008-03-30 17:01:47 +0200 (dim, 30 mar 2008) | 1 line

[SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion
------------------------------------------------------------------------
r12258 | luciash | 2008-03-30 16:57:53 +0200 (dim, 30 mar 2008) | 1 line

[MOD] $Header: $ CVS keyword is deprecated, use $Id: $ instead
------------------------------------------------------------------------
r12257 | luciash | 2008-03-30 16:56:52 +0200 (dim, 30 mar 2008) | 1 line

[SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion (not set on image files)
------------------------------------------------------------------------
r12256 | luciash | 2008-03-30 16:50:28 +0200 (dim, 30 mar 2008) | 1 line

[MOD] $Header: $ CVS keyword is deprecated, use $Id: $ instead
------------------------------------------------------------------------
r12255 | luciash | 2008-03-30 16:49:23 +0200 (dim, 30 mar 2008) | 1 line

[SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion
------------------------------------------------------------------------
r12254 | luciash | 2008-03-30 16:40:50 +0200 (dim, 30 mar 2008) | 1 line

[MOD] $Header: $ CVS keyword is deprecated, use $Id: $ instead
------------------------------------------------------------------------
r12253 | luciash | 2008-03-30 16:37:20 +0200 (dim, 30 mar 2008) | 1 line

[SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion
------------------------------------------------------------------------
r12252 | luciash | 2008-03-30 16:28:52 +0200 (dim, 30 mar 2008) | 1 line

[MOD] $Header: $ CVS keyword is deprecated, use $Id: $ instead
------------------------------------------------------------------------
r12251 | luciash | 2008-03-30 16:25:59 +0200 (dim, 30 mar 2008) | 1 line

[SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion
------------------------------------------------------------------------
r12250 | luciash | 2008-03-30 16:23:05 +0200 (dim, 30 mar 2008) | 1 line

[SVN] $Header: $ CVS keyword is deprecated, use $Id: $ instead
------------------------------------------------------------------------
r12249 | luciash | 2008-03-30 16:22:12 +0200 (dim, 30 mar 2008) | 1 line

[SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion
------------------------------------------------------------------------
r12248 | luciash | 2008-03-30 16:10:58 +0200 (dim, 30 mar 2008) | 1 line

[SVN] $Header: $ CVS keyword is deprecated, use $Id: $ instead
------------------------------------------------------------------------
r12247 | luciash | 2008-03-30 16:10:09 +0200 (dim, 30 mar 2008) | 1 line

[SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion
------------------------------------------------------------------------
r12246 | luciash | 2008-03-30 15:41:44 +0200 (dim, 30 mar 2008) | 1 line

[MOD] (forgotten replace) $Header: $ CVS keyword is deprecated, use $Id: $ instead
------------------------------------------------------------------------
r12245 | luciash | 2008-03-30 15:38:13 +0200 (dim, 30 mar 2008) | 1 line

[MOD] (forgotten replace) $Header: $ CVS keyword is deprecated, use $Id: $ instead
------------------------------------------------------------------------
r12244 | luciash | 2008-03-30 15:32:53 +0200 (dim, 30 mar 2008) | 1 line

[SVN] $Header: $ CVS keyword is deprecated, use $Id: $ instead
------------------------------------------------------------------------
r12243 | luciash | 2008-03-30 15:24:31 +0200 (dim, 30 mar 2008) | 1 line

[SVN] $Header: $ CVS keyword is deprecated, use $Id: $ instead
------------------------------------------------------------------------
r12242 | luciash | 2008-03-30 15:22:01 +0200 (dim, 30 mar 2008) | 1 line

[SVN] $Header: $ CVS keyword is deprecated, use $Id: $ instead
------------------------------------------------------------------------
r12241 | luciash | 2008-03-30 15:15:43 +0200 (dim, 30 mar 2008) | 1 line

[SVN] $Header: $ CVS keyword is deprecated, use $Id: $ instead
------------------------------------------------------------------------
r12240 | luciash | 2008-03-30 15:12:49 +0200 (dim, 30 mar 2008) | 1 line

[SVN] $Header: $ CVS keyword is deprecated, use $Id: $ instead
------------------------------------------------------------------------
r12239 | luciash | 2008-03-30 15:10:42 +0200 (dim, 30 mar 2008) | 1 line

[SVN] $Header: $ CVS keyword is deprecated, use $Id: $ instead
------------------------------------------------------------------------
r12238 | sylvieg | 2008-03-30 00:14:16 +0100 (dim, 30 mar 2008) | 1 line

[FIX]perm: tiki_p_search on new install was giving admin perm
------------------------------------------------------------------------
r12237 | ricks99 | 2008-03-29 20:44:23 +0100 (sam, 29 mar 2008) | 1 line

[UI] remove find table if no records in list
------------------------------------------------------------------------
r12236 | ricks99 | 2008-03-29 20:42:30 +0100 (sam, 29 mar 2008) | 1 line

[UI]remove the remove zone table unless there are zones. disable the droplist if there are no zones to select. move the Create Zone field closer to the Select Zone option
------------------------------------------------------------------------
r12235 | ricks99 | 2008-03-29 20:28:47 +0100 (sam, 29 mar 2008) | 1 line

[UI] remove find table if no records. if no records, say so instead of showing a blank list.
------------------------------------------------------------------------
r12234 | ricks99 | 2008-03-29 20:24:45 +0100 (sam, 29 mar 2008) | 1 line

[UI] remove find table if no records. if no records, say so instead of showing a blank list.
------------------------------------------------------------------------
r12233 | ricks99 | 2008-03-29 20:20:06 +0100 (sam, 29 mar 2008) | 2 lines

[UI] if no records, say so instead of showing a blank list.

------------------------------------------------------------------------
r12232 | ricks99 | 2008-03-29 20:17:41 +0100 (sam, 29 mar 2008) | 1 line

[UI] remove find table if no records. if no records, say so instead of showing a blank list.
------------------------------------------------------------------------
r12231 | ricks99 | 2008-03-29 20:12:18 +0100 (sam, 29 mar 2008) | 1 line

[UI] remove select all if no records in table
------------------------------------------------------------------------
r12230 | ricks99 | 2008-03-29 20:10:51 +0100 (sam, 29 mar 2008) | 1 line

[UI] remove find table if no records in list
------------------------------------------------------------------------
r12229 | ricks99 | 2008-03-29 20:01:41 +0100 (sam, 29 mar 2008) | 1 line

[UI] remove find table and filter field if no records in list
------------------------------------------------------------------------
r12228 | ricks99 | 2008-03-29 19:59:26 +0100 (sam, 29 mar 2008) | 1 line

[UI] if no records, say so instead of showing a blank list.
------------------------------------------------------------------------
r12227 | ricks99 | 2008-03-29 19:57:02 +0100 (sam, 29 mar 2008) | 1 line

[UI] if there are no articles, say so, instead of showing a blank page
------------------------------------------------------------------------
r12226 | ricks99 | 2008-03-29 19:52:50 +0100 (sam, 29 mar 2008) | 1 line

[UI] remove find table if no records in list, display message if no records, remove buttons to switch db/file if no current attachments
------------------------------------------------------------------------
r12225 | ricks99 | 2008-03-29 19:48:32 +0100 (sam, 29 mar 2008) | 1 line

[UI] remove find table if no records in list, remove form to select existing questions if there are none to select
------------------------------------------------------------------------
r12224 | ricks99 | 2008-03-29 19:41:21 +0100 (sam, 29 mar 2008) | 1 line

[UI] remove find table if no records in list
------------------------------------------------------------------------
r12223 | ricks99 | 2008-03-29 19:37:20 +0100 (sam, 29 mar 2008) | 1 line

[UI] if no blogs available, disable drop list to select a home blog
------------------------------------------------------------------------
r12222 | ricks99 | 2008-03-29 19:24:34 +0100 (sam, 29 mar 2008) | 1 line

[UI] remove find table if no records in list
------------------------------------------------------------------------
r12221 | marclaporte | 2008-03-29 18:09:02 +0100 (sam, 29 mar 2008) | 1 line

[ENH] Adding some contextual links to the online documentation, as suggested by Val Cummins
------------------------------------------------------------------------
r12220 | pkdille | 2008-03-29 07:50:21 +0100 (sam, 29 mar 2008) | 1 line

[FIX] tikinewt: typo
------------------------------------------------------------------------
r12219 | sylvieg | 2008-03-28 19:07:38 +0100 (ven, 28 mar 2008) | 1 line

[FIX]rollback anto-bot at regsitration + use the antibot tpl
------------------------------------------------------------------------
r12218 | sylvieg | 2008-03-28 17:26:56 +0100 (ven, 28 mar 2008) | 1 line

[FIX]rollback anto-bot at regsitration + use the antibot tpl
------------------------------------------------------------------------
r12217 | sylvieg | 2008-03-28 14:55:35 +0100 (ven, 28 mar 2008) | 1 line

do not remove .svn when clear the cache
------------------------------------------------------------------------
r12216 | sylvieg | 2008-03-28 13:59:08 +0100 (ven, 28 mar 2008) | 1 line

[FIX]search: ambigity on hits since column name change
------------------------------------------------------------------------
r12215 | luciash | 2008-03-28 03:59:51 +0100 (ven, 28 mar 2008) | 1 line

[FIX] correct colspan + pagination
------------------------------------------------------------------------
r12214 | luciash | 2008-03-28 03:08:43 +0100 (ven, 28 mar 2008) | 1 line

ok, enough testing...
------------------------------------------------------------------------
r12213 | luciash | 2008-03-28 02:45:51 +0100 (ven, 28 mar 2008) | 1 line

just a test, simplified index.php
------------------------------------------------------------------------
r12212 | luciash | 2008-03-28 01:42:18 +0100 (ven, 28 mar 2008) | 1 line

will Header work as keyword too ?
------------------------------------------------------------------------
r12211 | luciash | 2008-03-28 01:40:39 +0100 (ven, 28 mar 2008) | 1 line

testing URL keyword addition
------------------------------------------------------------------------
r12210 | luciash | 2008-03-28 01:36:43 +0100 (ven, 28 mar 2008) | 1 line

test commit with Id property set via Subclipse (should be same as command svn propset svn:keywords "Id" tests/index.php)
------------------------------------------------------------------------
r12209 | sylvieg | 2008-03-27 23:57:16 +0100 (jeu, 27 mar 2008) | 1 line

[FIX]tracker: some config do not like javascript without an ; end
------------------------------------------------------------------------
r12208 | sylvieg | 2008-03-27 18:24:56 +0100 (jeu, 27 mar 2008) | 1 line

[FIX]comments: escape needed
------------------------------------------------------------------------
r12207 | nyloth | 2008-03-27 16:57:40 +0100 (jeu, 27 mar 2008) | 1 line

[FIX] imagegals: fix imagick detection when v2.x of image magick is installed
------------------------------------------------------------------------
r12206 | marclaporte | 2008-03-27 16:37:32 +0100 (jeu, 27 mar 2008) | 1 line

[DOC] database can also be created directly in cPanel
------------------------------------------------------------------------
r12205 | nyloth | 2008-03-27 16:13:28 +0100 (jeu, 27 mar 2008) | 1 line

[NEW] filegals: add an image preview when the mouse is over the filename of an image in the listing
------------------------------------------------------------------------
r12204 | nyloth | 2008-03-27 16:12:15 +0100 (jeu, 27 mar 2008) | 1 line

[NEW] filegals: new action 'Display' for images
------------------------------------------------------------------------
r12203 | nyloth | 2008-03-27 16:09:11 +0100 (jeu, 27 mar 2008) | 1 line

[ENH] filegals: improve and clean tiki-download_file + add a 'max' argument to be able to reduce an image with a max height or width of 'max' without loosing the aspect ratio.
------------------------------------------------------------------------
r12202 | nyloth | 2008-03-27 16:05:31 +0100 (jeu, 27 mar 2008) | 1 line

[MOD] prefs: use imagick by default instead of gd, because imagick is far better and because the code is able to fallback to gd if imagick is not detected.
------------------------------------------------------------------------
r12201 | nyloth | 2008-03-27 16:03:04 +0100 (jeu, 27 mar 2008) | 1 line

[ENH] lib/images: use a new abstract class to avoid duplication of code for image libraries + new Image methods get_from_file(), resizemax() and resizethumb() + code cleaning , some bugfixes and optimizations.
------------------------------------------------------------------------
r12200 | kokohuyb | 2008-03-26 21:54:07 +0100 (mer, 26 mar 2008) | 1 line


------------------------------------------------------------------------
r12199 | kokohuyb | 2008-03-26 21:46:36 +0100 (mer, 26 mar 2008) | 1 line


------------------------------------------------------------------------
r12198 | sylvieg | 2008-03-26 20:16:36 +0100 (mer, 26 mar 2008) | 1 line

[FIX]tracker: when exporting a tracker do not put the link for an item link field
------------------------------------------------------------------------
r12197 | Jyhem | 2008-03-26 15:21:56 +0100 (mer, 26 mar 2008) | 1 line

[DEL] Useless duplicate feature: admin already has the ability to change users' passwords
------------------------------------------------------------------------
r12196 | sylvieg | 2008-03-26 14:45:47 +0100 (mer, 26 mar 2008) | 1 line

[MOD]comment: handle popup with " + parse popup + display orphan if a comment has no parent it is supposed to have ( can happen if a comment is deleted while somebody is answering it: TODO warn the reply is orphan at save)
------------------------------------------------------------------------
r12195 | sampaioprimo | 2008-03-26 04:18:47 +0100 (mer, 26 mar 2008) | 1 line

[DEL] removed brtiki theme started by brazilian tiki team two years ago but never finished
------------------------------------------------------------------------
r12194 | bluestrain | 2008-03-26 01:33:54 +0100 (mer, 26 mar 2008) | 3 lines

[FIX] update help_doclink function to use proper prefs syntax to build 
help URLS-DT

------------------------------------------------------------------------
r12193 | fr_rodo | 2008-03-25 23:54:03 +0100 (mar, 25 mar 2008) | 1 line


------------------------------------------------------------------------
r12192 | kokohuyb | 2008-03-25 23:42:02 +0100 (mar, 25 mar 2008) | 1 line

Updated translation
------------------------------------------------------------------------
r12191 | kokohuyb | 2008-03-25 23:38:25 +0100 (mar, 25 mar 2008) | 1 line

Updated translation
------------------------------------------------------------------------
r12190 | fr_rodo | 2008-03-25 23:18:22 +0100 (mar, 25 mar 2008) | 1 line

Initial import.
------------------------------------------------------------------------
r12189 | sylvieg | 2008-03-25 23:14:14 +0100 (mar, 25 mar 2008) | 1 line

[MOD]comments: self_link + pagination + add object column
------------------------------------------------------------------------
r12188 | alain_desilets | 2008-03-25 22:03:55 +0100 (mar, 25 mar 2008) | 3 lines

- Minor UI improvement for multi language admin panel.
- Fixed a bug with diff of two files (always appeared as 
though the diff was for translation purposes).
------------------------------------------------------------------------
r12187 | kokohuyb | 2008-03-25 21:28:41 +0100 (mar, 25 mar 2008) | 1 line

Updated translation
------------------------------------------------------------------------
r12186 | kokohuyb | 2008-03-25 21:22:04 +0100 (mar, 25 mar 2008) | 1 line

Updated translation
------------------------------------------------------------------------
r12185 | xavidp | 2008-03-25 21:20:36 +0100 (mar, 25 mar 2008) | 1 line

updated with translated strings from finished 1.9.10.1, and several more translsted from the install and update script in 1.10
------------------------------------------------------------------------
r12184 | kokohuyb | 2008-03-25 21:16:37 +0100 (mar, 25 mar 2008) | 1 line

Updated translation
------------------------------------------------------------------------
r12183 | sampaioprimo | 2008-03-25 19:38:53 +0100 (mar, 25 mar 2008) | 2 lines

minor fix: right help url for feature Search engine friendly url

------------------------------------------------------------------------
r12182 | sylvieg | 2008-03-25 19:36:05 +0100 (mar, 25 mar 2008) | 1 line

[FIX]forum: send the attachments of a topic also
------------------------------------------------------------------------
r12181 | sylvieg | 2008-03-25 19:04:01 +0100 (mar, 25 mar 2008) | 1 line

[FIX]forum: move attachment processing before notification to receive the attached files in the notification
------------------------------------------------------------------------
r12180 | Jyhem | 2008-03-25 18:09:46 +0100 (mar, 25 mar 2008) | 1 line

[FIX] Syntax compatible with mysql 4.0
------------------------------------------------------------------------
r12179 | amette | 2008-03-25 17:45:41 +0100 (mar, 25 mar 2008) | 2 lines

Closing " was missing, broke form

------------------------------------------------------------------------
r12178 | Jyhem | 2008-03-25 17:01:40 +0100 (mar, 25 mar 2008) | 1 line

[FIX] This should allow admin section to appear immediately for admin after a fresh install
------------------------------------------------------------------------
r12177 | nyloth | 2008-03-25 15:52:21 +0100 (mar, 25 mar 2008) | 1 line

[MERGE] get remaining cvs commits from ricks99 into svn : [UI] added update-from-it icon.
------------------------------------------------------------------------
r12176 | nyloth | 2008-03-25 15:47:23 +0100 (mar, 25 mar 2008) | 1 line

[MERGE] get remaining cvs commits from kerrnel22 into svn : [FIX] Scheduled and cached version checking now generate the correct responses.
------------------------------------------------------------------------
r12175 | lphuberdeau | 2008-03-25 14:31:09 +0100 (mar, 25 mar 2008) | 2 lines

[FIX] Debug information remaining

------------------------------------------------------------------------
r12174 | lphuberdeau | 2008-03-25 14:30:43 +0100 (mar, 25 mar 2008) | 2 lines

[FIX] TikiLib DB problem. My fault... during merge

------------------------------------------------------------------------
r12173 | nyloth | 2008-03-25 02:37:38 +0100 (mar, 25 mar 2008) | 1 line

[FIX] tikineat: indentation
------------------------------------------------------------------------
r12172 | lphuberdeau | 2008-03-25 01:36:18 +0100 (mar, 25 mar 2008) | 1 line

[MERGE] PHP4 compatibility
------------------------------------------------------------------------
r12171 | lphuberdeau | 2008-03-25 01:34:57 +0100 (mar, 25 mar 2008) | 1 line

[MERGE] Fix for share page
------------------------------------------------------------------------
r12170 | lphuberdeau | 2008-03-25 01:31:11 +0100 (mar, 25 mar 2008) | 1 line

[MERGE] Manual merge of fix to structures import
------------------------------------------------------------------------
r12169 | lphuberdeau | 2008-03-25 01:28:50 +0100 (mar, 25 mar 2008) | 1 line

[MERGE] Manual merge of changes related to multilingual made to CVS after the transition to SVN
------------------------------------------------------------------------
r12168 | illori | 2008-03-25 01:10:03 +0100 (mar, 25 mar 2008) | 1 line

[FIX] remove useless .cvsignore file
------------------------------------------------------------------------
r12167 | illori | 2008-03-25 01:06:42 +0100 (mar, 25 mar 2008) | 1 line

[FIX] remove useless .cvsignore file
------------------------------------------------------------------------
r12166 | illori | 2008-03-25 01:03:53 +0100 (mar, 25 mar 2008) | 1 line

[FIX] remove useless .cvsignore file
------------------------------------------------------------------------
r12165 | illori | 2008-03-25 01:00:49 +0100 (mar, 25 mar 2008) | 1 line

[FIX] remove useless .cvsignore file
------------------------------------------------------------------------
r12164 | illori | 2008-03-25 00:58:40 +0100 (mar, 25 mar 2008) | 1 line

[FIX] remove useless .cvsignore file
------------------------------------------------------------------------
r12163 | nyloth | 2008-03-25 00:32:39 +0100 (mar, 25 mar 2008) | 1 line

[MOD] SVN Migration: add 'svn:externals' property to lib in order to include third_party libs in a checkout of tiki
------------------------------------------------------------------------
r12162 | nyloth | 2008-03-25 00:30:23 +0100 (mar, 25 mar 2008) | 1 line

[MOD] SVN Migration: reorganize the directories structure of the repository after the import made by cvs2svn
------------------------------------------------------------------------
r12161 | nyloth | 2008-03-25 00:26:12 +0100 (mar, 25 mar 2008) | 1 line

[MOD] SVN Migration: reorganize the directories structure of the repository after the import made by cvs2svn
------------------------------------------------------------------------
r12160 | sylvieg | 2008-03-24 21:55:55 +0100 (lun, 24 mar 2008) | 1 line

[FIX] lang in installer
------------------------------------------------------------------------
r12159 | sylvieg | 2008-03-24 15:53:23 +0100 (lun, 24 mar 2008) | 1 line

[MOD] list in admin system the list of directories to save to help backup procedure: some directories could be still missing
------------------------------------------------------------------------
r12158 | sylvieg | 2008-03-24 14:50:01 +0100 (lun, 24 mar 2008) | 1 line

[MOD]user: option to activate the antibot at registration time
------------------------------------------------------------------------
r12157 | sylvieg | 2008-03-24 14:42:46 +0100 (lun, 24 mar 2008) | 1 line

[FIX]intaller with lang=xx
------------------------------------------------------------------------
r12156 | sylvieg | 2008-03-22 13:21:04 +0100 (sam, 22 mar 2008) | 2 lines

[MOD]user: show also the button validate for a registration with usr email confirmation

------------------------------------------------------------------------
r12155 | sylvieg | 2008-03-22 13:13:54 +0100 (sam, 22 mar 2008) | 2 lines

[MOD]trackerlist: new parameter stickypopup (useful if popup with links you want to click)

------------------------------------------------------------------------
r12154 | pkdille | 2008-03-22 09:16:30 +0100 (sam, 22 mar 2008) | 2 lines

[FIX] admin categs: xhtml (div not closed breaks the layout with tikinewt)

------------------------------------------------------------------------
r12153 | pkdille | 2008-03-22 09:13:53 +0100 (sam, 22 mar 2008) | 2 lines

Some code indexing before fixing

------------------------------------------------------------------------
r12152 | mose | 2008-03-22 06:12:48 +0100 (sam, 22 mar 2008) | 2 lines

[MOD] intertiki: adding concept of shared cookie to make auth possible to be shared across subdomains of same domain

------------------------------------------------------------------------
r12151 | sylvieg | 2008-03-22 00:06:51 +0100 (sam, 22 mar 2008) | 2 lines

self_link_pagination pour tiki-list_articles

------------------------------------------------------------------------
r12150 | sylvieg | 2008-03-21 22:50:39 +0100 (ven, 21 mar 2008) | 2 lines

[FIX]tracker: an item list field is displayed with the type of the linked field - mean a item list field refering a parse/textarea field will be parsed

------------------------------------------------------------------------
r12149 | kerrnel22 | 2008-03-21 19:29:50 +0100 (ven, 21 mar 2008) | 2 lines

[FIX] A couple of incorrect variable names in the Version Tracker.  Corrected.

------------------------------------------------------------------------
r12148 | ricks99 | 2008-03-21 13:23:53 +0100 (ven, 21 mar 2008) | 2 lines

[UI]better layout of the module text, only show lang preference note if that option is enabled, otherwise show all.

------------------------------------------------------------------------
r12147 | ricks99 | 2008-03-21 12:00:45 +0100 (ven, 21 mar 2008) | 2 lines

[UI]added info icon, for out-of-sync transation, re-orged translation page to show list of pages only when they exist

------------------------------------------------------------------------
r12146 | pkdille | 2008-03-21 00:26:00 +0100 (ven, 21 mar 2008) | 2 lines

[MOD] list pages: try to win some horizontal space by cutting some words (eg: language) and put titles on column head links

------------------------------------------------------------------------
r12145 | pkdille | 2008-03-20 23:29:24 +0100 (jeu, 20 mar 2008) | 2 lines

[MOD] pagination links: give to page nums a class in order to have a css selector and be able to change the font

------------------------------------------------------------------------
r12144 | pkdille | 2008-03-20 22:56:56 +0100 (jeu, 20 mar 2008) | 2 lines

[MOD] messages: give button bar the same look and css behavior as on other grids

------------------------------------------------------------------------
r12143 | kerrnel22 | 2008-03-20 20:41:15 +0100 (jeu, 20 mar 2008) | 2 lines

[MOD] Altered instructions for release to incorporate changes to version checker.

------------------------------------------------------------------------
r12142 | kerrnel22 | 2008-03-20 20:35:09 +0100 (jeu, 20 mar 2008) | 2 lines

[FIX] Tiki version tracking fixed.

------------------------------------------------------------------------
r12140 | sylvieg | 2008-03-20 20:32:20 +0100 (jeu, 20 mar 2008) | 2 lines

[FIX]quote: replyto fix

------------------------------------------------------------------------
r12139 | sylvieg | 2008-03-20 20:31:07 +0100 (jeu, 20 mar 2008) | 2 lines

[FIX]quote: replyto fix

------------------------------------------------------------------------
r12138 | jyhem | 2008-03-20 18:03:31 +0100 (jeu, 20 mar 2008) | 2 lines

[FIX] restore ability of admin to change user passwords

------------------------------------------------------------------------
r12137 | sylvieg | 2008-03-20 17:46:00 +0100 (jeu, 20 mar 2008) | 2 lines

[FIX]login: do not overwrite  if it is the admin who validates

------------------------------------------------------------------------
r12136 | sylvieg | 2008-03-20 17:34:50 +0100 (jeu, 20 mar 2008) | 2 lines

[MOD]login: use navbar instead of tip

------------------------------------------------------------------------
r12135 | sylvieg | 2008-03-20 17:31:29 +0100 (jeu, 20 mar 2008) | 2 lines

[MOD]user: add a button in admin->users to validate a user with registration 'but need user validation'

------------------------------------------------------------------------
r12134 | nyloth | 2008-03-20 17:12:04 +0100 (jeu, 20 mar 2008) | 2 lines

[ENH] search admin pannel: add a link to also refresh files indexation

------------------------------------------------------------------------
r12133 | sylvieg | 2008-03-20 17:03:30 +0100 (jeu, 20 mar 2008) | 2 lines

pagination

------------------------------------------------------------------------
r12132 | sylvieg | 2008-03-20 16:57:20 +0100 (jeu, 20 mar 2008) | 2 lines

selflink

------------------------------------------------------------------------
r12131 | nyloth | 2008-03-20 16:33:27 +0100 (jeu, 20 mar 2008) | 2 lines

[FIX] search: words searched are now explicitely changed to lower case to be compared to the index which is also in lower case + fix comparison with search_min_wordlength + better handle binary files and UTF-8 issues (also clean the UTF-8 string with HTMLPurifier) + fix the call to parse_data for wiki pages with HTML content

------------------------------------------------------------------------
r12130 | pkdille | 2008-03-20 14:19:19 +0100 (jeu, 20 mar 2008) | 2 lines

[FIX] listpages: when sefurl is active, rewrite rules have to be to.... thks Sylvie

------------------------------------------------------------------------
r12129 | sylvieg | 2008-03-20 13:33:52 +0100 (jeu, 20 mar 2008) | 2 lines

html

------------------------------------------------------------------------
r12128 | pkdille | 2008-03-20 06:39:14 +0100 (jeu, 20 mar 2008) | 2 lines

[FIX] lispages: fix link to view page

------------------------------------------------------------------------
r12127 | luciash | 2008-03-20 01:02:19 +0100 (jeu, 20 mar 2008) | 2 lines

[NEW] dir for possible Tiki modifications of the Shadowbox JS

------------------------------------------------------------------------
r12125 | luciash | 2008-03-20 00:59:28 +0100 (jeu, 20 mar 2008) | 2 lines

[NEW] Shadowbox 1.0 Code (http://mjijackson.com/shadowbox/) as unpacked from the released zip package

------------------------------------------------------------------------
r12108 | pkdille | 2008-03-19 22:26:19 +0100 (mer, 19 mar 2008) | 2 lines

[MOD] pagehistory: table should have a common class to look as any other data table

------------------------------------------------------------------------
r12107 | pkdille | 2008-03-19 21:41:33 +0100 (mer, 19 mar 2008) | 2 lines

[MOD] tikineat + tikinewt: removing dotted links especially for FF and for tabs

------------------------------------------------------------------------
r12106 | sylvieg | 2008-03-19 21:31:32 +0100 (mer, 19 mar 2008) | 2 lines

reset cycle

------------------------------------------------------------------------
r12105 | sylvieg | 2008-03-19 19:08:39 +0100 (mer, 19 mar 2008) | 2 lines

[FIX]file: 2 download/locked were possible

------------------------------------------------------------------------
r12104 | sylvieg | 2008-03-19 18:59:07 +0100 (mer, 19 mar 2008) | 2 lines

[FIX]system log: because the new perm can be added only after clearing the cache - need to test admin perm also

------------------------------------------------------------------------
r12103 | luciash | 2008-03-19 18:01:02 +0100 (mer, 19 mar 2008) | 2 lines

[FIX] little typo

------------------------------------------------------------------------
r12102 | luciash | 2008-03-19 16:22:58 +0100 (mer, 19 mar 2008) | 2 lines

[ENH] better matching wysiwyg jini style icon

------------------------------------------------------------------------
r12101 | sylvieg | 2008-03-19 16:06:29 +0100 (mer, 19 mar 2008) | 2 lines

[FIX]forum: do not display the last post box if no post

------------------------------------------------------------------------
r12100 | luciash | 2008-03-19 15:31:12 +0100 (mer, 19 mar 2008) | 2 lines

[FIX] correct average file size in stats (thanks to ripero user on IRC)

------------------------------------------------------------------------
r12099 | sylvieg | 2008-03-19 15:06:46 +0100 (mer, 19 mar 2008) | 2 lines

[MOD]tracker: trackerlist plugin can also have popupfields the the popup param

------------------------------------------------------------------------
r12098 | sylvieg | 2008-03-19 15:00:42 +0100 (mer, 19 mar 2008) | 2 lines

[MOD]wysiwyg: avoid duplication of the bar value by deleting the prefs to use the default in prefs (thx nyloth) TODO: the refresh session needs to be fixed

------------------------------------------------------------------------
r12097 | sylvieg | 2008-03-19 14:32:42 +0100 (mer, 19 mar 2008) | 2 lines

[FIX]tracker: can also reedit the user tracker in the plugin

------------------------------------------------------------------------
r12096 | jyhem | 2008-03-19 14:17:26 +0100 (mer, 19 mar 2008) | 2 lines

[FIX] Don't display password in server logs, proxy logs, browser history

------------------------------------------------------------------------
r12095 | sylvieg | 2008-03-19 14:03:56 +0100 (mer, 19 mar 2008) | 2 lines

[FIX]tracker: tracker plugin with param view=user to fill the user tracker

------------------------------------------------------------------------
r12094 | jyhem | 2008-03-19 13:32:35 +0100 (mer, 19 mar 2008) | 2 lines

[FIX] Avoid crashing (white page) when a string is passed as argument

------------------------------------------------------------------------
r12093 | chibaguy | 2008-03-19 06:44:50 +0100 (mer, 19 mar 2008) | 2 lines

Searchbar must be floated right because menu is at left in the same horizontal space. But to avoid overlapping fullscreenbutton, a right margin is added to searchbar when needed (when searchbar and fullscreenbutton aren't separated by vertical space created by logo, ad, etc.). Also textarea width is removed as it causes zero width sometimes in Opera.

------------------------------------------------------------------------
r12092 | chibaguy | 2008-03-19 06:42:21 +0100 (mer, 19 mar 2008) | 2 lines

Searchbar must be floated right because menu is at left in the same horizontal space. But to avoid overlapping fullscreenbutton, a right margin is added to searchbar when needed (when searchbar and fullscreenbutton aren't separated by vertical space created by logo, ad, etc.).

------------------------------------------------------------------------
r12091 | chibaguy | 2008-03-19 06:41:14 +0100 (mer, 19 mar 2008) | 2 lines

Layout added for no logo but banner ad.

------------------------------------------------------------------------
r12090 | luciash | 2008-03-19 03:07:49 +0100 (mer, 19 mar 2008) | 2 lines

[FIX] db error (there's no sort_mode by status but by flag)

------------------------------------------------------------------------
r12089 | luciash | 2008-03-19 02:44:52 +0100 (mer, 19 mar 2008) | 2 lines

[FIX] no need for $maxRecords = $maxRecords, ceiling no more needed

------------------------------------------------------------------------
r12088 | luciash | 2008-03-19 01:07:19 +0100 (mer, 19 mar 2008) | 2 lines

oops, forgot to commit before [NEW] png icon with indexed palette as others 32x32 for the admin anchors bar

------------------------------------------------------------------------
r12086 | luciash | 2008-03-19 01:05:19 +0100 (mer, 19 mar 2008) | 2 lines

oops, forgot to commit before, thanks pkdille :) [FIX] png icon with indexed palette as others 32x32 to correct bg transparency color for MSIE

------------------------------------------------------------------------
r12085 | pkdille | 2008-03-18 22:18:42 +0100 (mar, 18 mar 2008) | 2 lines

[FIX] print pages: fix cvs "header" tag

------------------------------------------------------------------------
r12084 | sylvieg | 2008-03-18 22:16:51 +0100 (mar, 18 mar 2008) | 2 lines

[MOD]tracker: mv the popup from tracker view to item value view for reuse

------------------------------------------------------------------------
r12083 | pkdille | 2008-03-18 22:04:27 +0100 (mar, 18 mar 2008) | 2 lines

[FIX] tikinewt: Fullscreen link is on right side (if activated) in header -->  putting search module on left side + cleaning margins from some tabbed grids

------------------------------------------------------------------------
r12082 | pkdille | 2008-03-18 21:55:54 +0100 (mar, 18 mar 2008) | 2 lines

[FIX] tikinewt: left and right columns should not appear if there's no module, even if pref is "always show column"

------------------------------------------------------------------------
r12081 | pkdille | 2008-03-18 21:21:34 +0100 (mar, 18 mar 2008) | 2 lines

[FIX] tikinewt header: fixing tikitabs mechanism which needs to be in body tag + language in xhtml declaration + merging some diffs with default header

------------------------------------------------------------------------
r12080 | pkdille | 2008-03-18 21:08:46 +0100 (mar, 18 mar 2008) | 2 lines

[FIX] add missing messages.png in 32x32px

------------------------------------------------------------------------
r12078 | sylvieg | 2008-03-18 19:19:08 +0100 (mar, 18 mar 2008) | 2 lines

[FIX]calendar: use the short time prefs instead of %H:%M in the popup

------------------------------------------------------------------------
r12077 | nyloth | 2008-03-18 17:25:25 +0100 (mar, 18 mar 2008) | 2 lines

[FIX] file galleries: tikineat css for filegal explorer should not aplly to other trees (such as categories tree)

------------------------------------------------------------------------
r12076 | sylvieg | 2008-03-18 17:08:23 +0100 (mar, 18 mar 2008) | 2 lines

[MOD]pagination: display not the first last or fastmove only if there are not equal to the next or prev offset + do not display pagination if all is diplayed (max=-1) or only one page

------------------------------------------------------------------------
r12075 | sylvieg | 2008-03-18 14:33:08 +0100 (mar, 18 mar 2008) | 2 lines

[FIX]tracker: do not print pagination if list all tracker in plugin

------------------------------------------------------------------------
r12074 | nyloth | 2008-03-18 09:48:44 +0100 (mar, 18 mar 2008) | 2 lines

[FIX] file galleries: fix typo

------------------------------------------------------------------------
r12073 | sylvieg | 2008-03-17 23:39:19 +0100 (lun, 17 mar 2008) | 2 lines

sync

------------------------------------------------------------------------
r12072 | kerrnel22 | 2008-03-17 23:23:23 +0100 (lun, 17 mar 2008) | 2 lines

[FIX] When tabs enabled, damian was causing the tabs to appear over top of drop-down menus and pop up calendars.  Corrected the z-index for tabs, so now things appear correctly.

------------------------------------------------------------------------
r12071 | pkdille | 2008-03-17 23:05:43 +0100 (lun, 17 mar 2008) | 2 lines

[FIX] admin features: xhtml

------------------------------------------------------------------------
r12070 | sylvieg | 2008-03-17 22:10:11 +0100 (lun, 17 mar 2008) | 2 lines

rollback

------------------------------------------------------------------------
r12069 | pkdille | 2008-03-17 21:50:37 +0100 (lun, 17 mar 2008) | 2 lines

[FIX] tabs: tabs list should be in a tabs class instead of a page-bar id div

------------------------------------------------------------------------
r12068 | sylvieg | 2008-03-17 21:37:12 +0100 (lun, 17 mar 2008) | 2 lines

[FIX]tracker: reset the offset for each new search

------------------------------------------------------------------------
r12067 | sylvieg | 2008-03-17 21:32:29 +0100 (lun, 17 mar 2008) | 2 lines

[MOD]trackerlist plugin: use the smarty pagination

------------------------------------------------------------------------
r12065 | jyhem | 2008-03-17 18:20:21 +0100 (lun, 17 mar 2008) | 2 lines

[MOD] Improve display of first step of installation and error message

------------------------------------------------------------------------
r12064 | nyloth | 2008-03-17 18:09:03 +0100 (lun, 17 mar 2008) | 2 lines

[MOD] file galleries: simplify contextual menus code

------------------------------------------------------------------------
r12063 | leyan | 2008-03-17 00:11:14 +0100 (lun, 17 mar 2008) | 2 lines

Including Hcal microformat into Rss feeds for calendars

------------------------------------------------------------------------
r12062 | luciash | 2008-03-16 23:21:40 +0100 (dim, 16 mar 2008) | 2 lines

[FIX] save png icon with correct bg color for MSIE

------------------------------------------------------------------------
r12061 | luciash | 2008-03-16 23:16:28 +0100 (dim, 16 mar 2008) | 2 lines

[ENH] made better matching i18n icon

------------------------------------------------------------------------
r12060 | luciash | 2008-03-16 22:15:23 +0100 (dim, 16 mar 2008) | 2 lines

[ENH] score icon: better looking stars

------------------------------------------------------------------------
r12059 | luciash | 2008-03-16 21:52:59 +0100 (dim, 16 mar 2008) | 2 lines

[FIX] copyright icon

------------------------------------------------------------------------
r12057 | marclaporte | 2008-03-16 21:20:36 +0100 (dim, 16 mar 2008) | 2 lines

[FIX] Avoid that RSS & Cookies quickags re-appear at each upgrade

------------------------------------------------------------------------
r12056 | luciash | 2008-03-16 21:02:40 +0100 (dim, 16 mar 2008) | 2 lines

[FIX] feature check for admin sections list + change for matching multimedia icon

------------------------------------------------------------------------
r12053 | luciash | 2008-03-16 19:52:39 +0100 (dim, 16 mar 2008) | 2 lines

[FIX] 32x32 icons version for admin anchors bar + link to messages admin

------------------------------------------------------------------------
r12052 | luciash | 2008-03-16 19:43:15 +0100 (dim, 16 mar 2008) | 2 lines

[FIX] save png icon with correct bg color for MSIE

------------------------------------------------------------------------
r12051 | luciash | 2008-03-16 19:16:29 +0100 (dim, 16 mar 2008) | 2 lines

[FIX] save png ads icon with correct bg color for MSIE + 32x32 version for admin anchors bar

------------------------------------------------------------------------
r12049 | luciash | 2008-03-16 18:43:16 +0100 (dim, 16 mar 2008) | 2 lines

[ENH] moving User Messages config to its own admin page (http://dev.tikiwiki.org/bug959)

------------------------------------------------------------------------
r12046 | luciash | 2008-03-16 18:00:32 +0100 (dim, 16 mar 2008) | 2 lines

[FIX] oops, correct path to icons filenames

------------------------------------------------------------------------
r12045 | luciash | 2008-03-16 17:57:53 +0100 (dim, 16 mar 2008) | 2 lines

[ENH] moving Site Ads and Banners to its own admin page (TODO: add more, such as Google Adsense code there too)

------------------------------------------------------------------------
r12042 | luciash | 2008-03-16 17:53:08 +0100 (dim, 16 mar 2008) | 2 lines

[ENH] consistency: matching icons for admin > ads, categories and messages (modified from jin3 iconset)

------------------------------------------------------------------------
r12038 | sylvieg | 2008-03-16 15:10:56 +0100 (dim, 16 mar 2008) | 2 lines

[FIX]lightbox: display name/filenam/description fucntion of the setting at the bottom og the lightbox box

------------------------------------------------------------------------
r12037 | sylvieg | 2008-03-16 14:56:22 +0100 (dim, 16 mar 2008) | 2 lines

[FIX]lightbox: a message to tell if the library is not installed+link to the doc - thx nyloth

------------------------------------------------------------------------
r12036 | sylvieg | 2008-03-16 13:57:15 +0100 (dim, 16 mar 2008) | 2 lines

icon

------------------------------------------------------------------------
r12035 | nyloth | 2008-03-16 02:02:41 +0100 (dim, 16 mar 2008) | 2 lines

[FIX] file galleries: fix display of files contextual menu on IE6 and IE7 by using a new CSS file 'css/ie6.css' that handles CSS destinated to IE6 only. This way, main CSS remains clean for modern browsers (FF3, FF2, IE7) that do not need IE6 hacks.

------------------------------------------------------------------------
r12033 | nyloth | 2008-03-16 02:00:38 +0100 (dim, 16 mar 2008) | 2 lines

[ENH] integrator: support the use of a web proxy + remove useless comments in code

------------------------------------------------------------------------
r12032 | nyloth | 2008-03-16 01:07:13 +0100 (dim, 16 mar 2008) | 4 lines

[NEW] file galleries: filegal explorer and path can now be disabled (by gallery) + new perms 'tiki_p_view_fgal_explorer' (Can view file galleries explorer) and 'tiki_p_view_fgal_path' (Can view file galleries path) to limit usage of explorer and / or path to some groups of users only (only registered users will have those perms by default).

[FIX] file galleries: do not leave edition mode when saving new gallery params and 'viewitem' checkbox is not checked.

------------------------------------------------------------------------
r12031 | sylvieg | 2008-03-15 23:30:50 +0100 (sam, 15 mar 2008) | 2 lines

[FIX]banning: the param user can not be null in the security checking

------------------------------------------------------------------------
r12030 | sylvieg | 2008-03-15 23:21:48 +0100 (sam, 15 mar 2008) | 2 lines

[FIX]tell a friend: change also the reply-to

------------------------------------------------------------------------
r12029 | sylvieg | 2008-03-15 23:12:13 +0100 (sam, 15 mar 2008) | 2 lines

[MOD]tell a friend: propose the user email - to send with this email instead of site email

------------------------------------------------------------------------
r12028 | sylvieg | 2008-03-15 22:11:16 +0100 (sam, 15 mar 2008) | 2 lines

[MOD]gal: new perm tiki_p_list_iamge_galleries + anonymous can upload with antibot + delete the old watches in tiki_mail_events ->not to read the watches

------------------------------------------------------------------------
r12027 | chibaguy | 2008-03-15 10:15:26 +0100 (sam, 15 mar 2008) | 2 lines

TikiWiki version info, etc. moved from tiki-top_bar.tpl.

------------------------------------------------------------------------
r12025 | chibaguy | 2008-03-15 10:11:08 +0100 (sam, 15 mar 2008) | 2 lines

Contains horizontal menu and search form. Other content moved.

------------------------------------------------------------------------
r12024 | chibaguy | 2008-03-15 10:09:15 +0100 (sam, 15 mar 2008) | 2 lines

clearfix class added to tiki-top and siteheader divs.

------------------------------------------------------------------------
r12023 | pkdille | 2008-03-15 07:44:57 +0100 (sam, 15 mar 2008) | 2 lines

[FIX] view calendar: xhtml

------------------------------------------------------------------------
r12022 | pkdille | 2008-03-15 07:28:15 +0100 (sam, 15 mar 2008) | 2 lines

[MOD] tikineat: no need to keep right margin (breaks the border)

------------------------------------------------------------------------
r12021 | pkdille | 2008-03-15 07:10:03 +0100 (sam, 15 mar 2008) | 2 lines

[FIX] user contact prefs: xhtml + switching tab div from id=page-bar to class=tabs

------------------------------------------------------------------------
r12020 | sylvieg | 2008-03-14 23:35:40 +0100 (ven, 14 mar 2008) | 2 lines

[FIX]tracker: when using plugin tracker: comme back to the place you were and not at the beginning of the page

------------------------------------------------------------------------
r12019 | sylvieg | 2008-03-14 23:05:15 +0100 (ven, 14 mar 2008) | 2 lines

[FIX]tracker: trim the spaces in tracker fields to avoid misbehavior with 'Yes, No'

------------------------------------------------------------------------
r12018 | sylvieg | 2008-03-14 22:50:47 +0100 (ven, 14 mar 2008) | 2 lines

language: add an example of custom.php language- as this feature exists in 1.10. Is it the best way to have a custom.php_example file or a readme?

------------------------------------------------------------------------
r12016 | sylvieg | 2008-03-14 22:21:02 +0100 (ven, 14 mar 2008) | 2 lines

[FIX]tracker: to respect compatibility 1.9, sort fields on the order of param field only if param sort=y

------------------------------------------------------------------------
r12015 | pkdille | 2008-03-14 21:34:48 +0100 (ven, 14 mar 2008) | 2 lines

[MOD] tikineat: some section rearranging

------------------------------------------------------------------------
r12014 | pkdille | 2008-03-14 21:29:43 +0100 (ven, 14 mar 2008) | 2 lines

[MOD] tikineat: no need to have a left margin for tab bar

------------------------------------------------------------------------
r12013 | pkdille | 2008-03-14 21:23:26 +0100 (ven, 14 mar 2008) | 2 lines

[MOD] adminusers: there is a css class for tab bars

------------------------------------------------------------------------
r12012 | sylvieg | 2008-03-14 20:57:47 +0100 (ven, 14 mar 2008) | 2 lines

[FIX]tracker: show header even if not-show-empty-field

------------------------------------------------------------------------
r12011 | sylvieg | 2008-03-14 20:51:58 +0100 (ven, 14 mar 2008) | 2 lines

[FIX]group: default category is 0 not ''- can do a sql error

------------------------------------------------------------------------
r12010 | sylvieg | 2008-03-14 20:49:52 +0100 (ven, 14 mar 2008) | 2 lines

[FIX]tracker: terminology

------------------------------------------------------------------------
r12009 | pkdille | 2008-03-14 14:30:28 +0100 (ven, 14 mar 2008) | 2 lines

[FIX] tikineat: fix hover on some action icons

------------------------------------------------------------------------
r12008 | ricks99 | 2008-03-14 13:04:16 +0100 (ven, 14 mar 2008) | 2 lines

[UI]remove find box if there are no objects. display no records message in list, if no objects to display instead of an empty table.

------------------------------------------------------------------------
r12007 | ricks99 | 2008-03-14 12:10:58 +0100 (ven, 14 mar 2008) | 2 lines

[UI]remove find box if there are no objects. display no records message in list, if no objects to display instead of an empty table. moved tree note to match the field location.

------------------------------------------------------------------------
r12006 | chibaguy | 2008-03-14 09:19:10 +0100 (ven, 14 mar 2008) | 2 lines

Updated to match default template update.

------------------------------------------------------------------------
r12005 | chibaguy | 2008-03-14 09:17:42 +0100 (ven, 14 mar 2008) | 2 lines

Unneeded table removed. Icons moved to page top so they don't separate text sections.

------------------------------------------------------------------------
r12003 | chibaguy | 2008-03-14 09:13:57 +0100 (ven, 14 mar 2008) | 2 lines

Site logo and banner layout changed from ul to divs.

------------------------------------------------------------------------
r12002 | chibaguy | 2008-03-14 09:12:53 +0100 (ven, 14 mar 2008) | 2 lines

Accessibility "jump to" links added.

------------------------------------------------------------------------
r12001 | chibaguy | 2008-03-14 09:11:00 +0100 (ven, 14 mar 2008) | 2 lines

Selector sections better organized; deprecated selectors removed; updated.

------------------------------------------------------------------------
r12000 | ricks99 | 2008-03-14 01:02:48 +0100 (ven, 14 mar 2008) | 2 lines

[UI]remove find box if there are no objects. display no records message in list, if no objects to display instead of an empty table.

------------------------------------------------------------------------
r11999 | ricks99 | 2008-03-14 00:49:49 +0100 (ven, 14 mar 2008) | 2 lines

[UI]remove find box if there are no objects. display no records message in list, if no objects to display instead of an empty table.

------------------------------------------------------------------------
r11998 | ricks99 | 2008-03-14 00:47:21 +0100 (ven, 14 mar 2008) | 2 lines

[UI] remove find box if no items.

------------------------------------------------------------------------
r11997 | ricks99 | 2008-03-14 00:38:25 +0100 (ven, 14 mar 2008) | 2 lines

[UI] vertical alignment of ojbects to include box, use icons instead of text for USE,

------------------------------------------------------------------------
r11996 | sylvieg | 2008-03-13 23:52:52 +0100 (jeu, 13 mar 2008) | 2 lines

[FIX]notification: do not loose admin notifications created in 1.9

------------------------------------------------------------------------
r11995 | sylvieg | 2008-03-13 22:14:04 +0100 (jeu, 13 mar 2008) | 2 lines

[FIX]db: always name index,key... to avoid duplication

------------------------------------------------------------------------
r11994 | sylvieg | 2008-03-13 22:00:48 +0100 (jeu, 13 mar 2008) | 2 lines

[MOD]watch: cleaning - replace hash with an autoincrement id

------------------------------------------------------------------------
r11993 | nyloth | 2008-03-13 21:12:44 +0100 (jeu, 13 mar 2008) | 2 lines

[FIX] file galleries: fix file download when not an image

------------------------------------------------------------------------
r11992 | pkdille | 2008-03-13 20:42:55 +0100 (jeu, 13 mar 2008) | 2 lines

[MOD] tikineat: fix (delete) some non-sense margins

------------------------------------------------------------------------
r11991 | sylvieg | 2008-03-13 17:54:36 +0100 (jeu, 13 mar 2008) | 2 lines

global

------------------------------------------------------------------------
r11990 | sylvieg | 2008-03-13 17:48:33 +0100 (jeu, 13 mar 2008) | 2 lines

oops

------------------------------------------------------------------------
r11989 | sylvieg | 2008-03-13 17:43:46 +0100 (jeu, 13 mar 2008) | 2 lines

[MOD]intertiki: to be able to create locally a user from only login or email by looking the missing info on the master: usefull to create mailing list on a slave

------------------------------------------------------------------------
r11988 | ricks99 | 2008-03-13 16:24:44 +0100 (jeu, 13 mar 2008) | 2 lines

[UI]remove find box if there are no objects. display no records message in list, if no objects to display instead of an empty table.

------------------------------------------------------------------------
r11987 | nyloth | 2008-03-13 00:08:20 +0100 (jeu, 13 mar 2008) | 2 lines

[FIX] please test before commit ;-)

------------------------------------------------------------------------
r11986 | nyloth | 2008-03-13 00:01:33 +0100 (jeu, 13 mar 2008) | 2 lines

[FIX] file galleries: fix upload new file version under IE6

------------------------------------------------------------------------
r11985 | sylvieg | 2008-03-12 23:52:52 +0100 (mer, 12 mar 2008) | 2 lines

some

------------------------------------------------------------------------
r11984 | sylvieg | 2008-03-12 22:02:19 +0100 (mer, 12 mar 2008) | 2 lines

[MOD]article: put also the 'tell a friend' button in the bar

------------------------------------------------------------------------
r11983 | pkdille | 2008-03-12 21:05:46 +0100 (mer, 12 mar 2008) | 2 lines

[FIX] module since last visit new: fix bad xhtml code

------------------------------------------------------------------------
r11982 | pkdille | 2008-03-12 20:42:28 +0100 (mer, 12 mar 2008) | 2 lines

[FIX] header:  is a pref

------------------------------------------------------------------------
r11981 | sept_7 | 2008-03-12 18:51:49 +0100 (mer, 12 mar 2008) | 6 lines

[ENH] add a new library for image manipulation which use gd or imagick (both
old and new version) the code is selected at runtime. Example of usage in
tiki-download_file.php.

Have fun

------------------------------------------------------------------------
r11843 | ricks99 | 2008-03-12 16:10:01 +0100 (mer, 12 mar 2008) | 2 lines

[MOD]When creating the default HomePage, populate it with welcome text and useful links for a new installation

------------------------------------------------------------------------
r11842 | ricks99 | 2008-03-12 14:04:41 +0100 (mer, 12 mar 2008) | 2 lines

[MOD] when suggesting an faq, the question field is required. no more empty suggstions

------------------------------------------------------------------------
r11841 | nyloth | 2008-03-12 13:59:34 +0100 (mer, 12 mar 2008) | 2 lines

[FIX] use for instead of foreach in recursive functions, to be sure to have a separate array iterator cursor for each execution of the function

------------------------------------------------------------------------
r11840 | ricks99 | 2008-03-12 13:49:49 +0100 (mer, 12 mar 2008) | 2 lines

[MOD] added antibot support to the suggest an faq feature for anonymous users.

------------------------------------------------------------------------
r11839 | sylvieg | 2008-03-11 23:58:15 +0100 (mar, 11 mar 2008) | 2 lines

[MOD]tellAFriend: add antibot

------------------------------------------------------------------------
r11838 | lphuberdeau | 2008-03-11 23:01:15 +0100 (mar, 11 mar 2008) | 2 lines

[NEW] Quantification of the translation up-to-date-ness.

------------------------------------------------------------------------
r11837 | alain_desilets | 2008-03-11 22:14:42 +0100 (mar, 11 mar 2008) | 2 lines

- Caption improvement to translation dialog.

------------------------------------------------------------------------
r11836 | sylvieg | 2008-03-11 21:52:29 +0100 (mar, 11 mar 2008) | 2 lines

[FIX]comment: stronger code: edit_reply must also open the comments div

------------------------------------------------------------------------
r11835 | nkoth | 2008-03-11 21:06:32 +0100 (mar, 11 mar 2008) | 2 lines

[FIX] remember original loginfrom page properly (after situation like entering wrong password)

------------------------------------------------------------------------
r11834 | sylvieg | 2008-03-11 17:59:59 +0100 (mar, 11 mar 2008) | 2 lines

[MOD]tracker: extension of auto-increment field to use the itemId instead of creating a number

------------------------------------------------------------------------
r11833 | alain_desilets | 2008-03-11 17:37:54 +0100 (mar, 11 mar 2008) | 2 lines

- Minor tweak to language preferences dialog.

------------------------------------------------------------------------
r11832 | marclaporte | 2008-03-11 16:44:21 +0100 (mar, 11 mar 2008) | 2 lines

[MOD] Add precision that mysqli requires mysql 4.1+  Thanks nyloth :-)

------------------------------------------------------------------------
r11831 | nyloth | 2008-03-11 16:17:55 +0100 (mar, 11 mar 2008) | 2 lines

[FIX] filegals manager: use '&amp;' instead of '&' in templates URL + always set a 'y' value to filegals_manager in URL, instead of an empty value, to be fully compliant with smarty query cleaning

------------------------------------------------------------------------
r11830 | nyloth | 2008-03-11 15:37:38 +0100 (mar, 11 mar 2008) | 2 lines

[ENH] file galleries: when uploading a new version of a file, the user can now optionally add a comment just after the upload through a text input placed under the 'upload success' message.

------------------------------------------------------------------------
r11829 | nyloth | 2008-03-11 15:34:25 +0100 (mar, 11 mar 2008) | 2 lines

[MOD] default prefs values: remove INSERT queries into tiki_preferences from db/tiki_1.9to1.10.sql because defaults are already handled by lib/setup/prefs.php

------------------------------------------------------------------------
r11828 | sylvieg | 2008-03-11 11:49:54 +0100 (mar, 11 mar 2008) | 2 lines

[FIX]tracker: fix next button with filter on field

------------------------------------------------------------------------
r11827 | marclaporte | 2008-03-11 07:13:33 +0100 (mar, 11 mar 2008) | 2 lines

[MOD] Default calendar view is now month instead of week

------------------------------------------------------------------------
r11826 | marclaporte | 2008-03-11 06:27:02 +0100 (mar, 11 mar 2008) | 2 lines

[MOD] Renaming __mysql old__ to __mysql classic__ and renaming __MySQL 4.1+__ to __MySQL Improved__ because you can be using mysql 4.1+ but not have mysqli installed/available

------------------------------------------------------------------------
r11825 | marclaporte | 2008-03-11 04:39:31 +0100 (mar, 11 mar 2008) | 2 lines

[MOD] feature_tabs now activated by default because it looks so much better

------------------------------------------------------------------------
r11824 | marclaporte | 2008-03-11 04:33:32 +0100 (mar, 11 mar 2008) | 2 lines

[MOD] Basic enabled profile: 1- turning off communication center 2- turning on trackers 3- removing redundant permissions for admin (tiki_p_admin includes them all)

------------------------------------------------------------------------
r11823 | ricks99 | 2008-03-11 00:35:34 +0100 (mar, 11 mar 2008) | 2 lines

[UI] Adding icons, editorial updates, layout changes, only.

------------------------------------------------------------------------
r11822 | sylvieg | 2008-03-10 23:37:44 +0100 (lun, 10 mar 2008) | 2 lines

[FIX]tracker: a sort_mode on itemId must be prefixed with the table name as ambigious

------------------------------------------------------------------------
r11821 | sylvieg | 2008-03-10 21:36:05 +0100 (lun, 10 mar 2008) | 2 lines

[MOD]wysiwyg: restore default toolbar option

------------------------------------------------------------------------
r11820 | sylvieg | 2008-03-10 21:15:22 +0100 (lun, 10 mar 2008) | 2 lines

oops

------------------------------------------------------------------------
r11819 | sylvieg | 2008-03-10 20:39:56 +0100 (lun, 10 mar 2008) | 2 lines

[MOD]wiki: new listing sortmode setting

------------------------------------------------------------------------
r11818 | sylvieg | 2008-03-10 19:16:59 +0100 (lun, 10 mar 2008) | 2 lines

notice

------------------------------------------------------------------------
r11817 | sylvieg | 2008-03-10 19:04:42 +0100 (lun, 10 mar 2008) | 2 lines

[FIX]forum: a discuss must not check the duplication of topic (as not created) to be able to give more than on answer

------------------------------------------------------------------------
r11816 | sylvieg | 2008-03-10 18:45:18 +0100 (lun, 10 mar 2008) | 2 lines

[MOD]site_identity: if site menu and phplayers not activated, use css menu: TODO: include the cssmenu_horiz.css automatically

------------------------------------------------------------------------
r11815 | sylvieg | 2008-03-10 17:47:41 +0100 (lun, 10 mar 2008) | 2 lines

[FIX]perm: enable tiki_p_search in basic install for anonymous

------------------------------------------------------------------------
r11814 | sylvieg | 2008-03-10 17:26:29 +0100 (lun, 10 mar 2008) | 2 lines

[MOD]perm: new perm tiki_p_clean_cache to allow editor to clean cache

------------------------------------------------------------------------
r11813 | marclaporte | 2008-03-10 16:43:36 +0100 (lun, 10 mar 2008) | 2 lines

[FIX] Like in 1.9.x, adding two tips in admin panel about the necessity to set the sender email for email validations to work

------------------------------------------------------------------------
r11812 | marclaporte | 2008-03-10 16:11:21 +0100 (lun, 10 mar 2008) | 2 lines

[MOD] While most features should be off by default, protecting emails against spammers should be on

------------------------------------------------------------------------
r11811 | nyloth | 2008-03-10 16:05:41 +0100 (lun, 10 mar 2008) | 2 lines

[FIX] styles: try to avoid inline styles, italic tags and so on...

------------------------------------------------------------------------
r11810 | nkoth | 2008-03-10 06:43:16 +0100 (lun, 10 mar 2008) | 2 lines

[MOD] allow for setting of theme=!thisstyle.css param for modules (negation behavior), in addition to theme=thisstyle.css which was already working before.

------------------------------------------------------------------------
r11809 | pkdille | 2008-03-09 23:00:17 +0100 (dim, 09 mar 2008) | 2 lines

[FIX] list file gal: putting double quotes to avoid single quotes escaping in string after translation (eg: in french)

------------------------------------------------------------------------
r11808 | sylvieg | 2008-03-09 22:40:00 +0100 (dim, 09 mar 2008) | 2 lines

[MOD]sefurl

------------------------------------------------------------------------
r11807 | sylvieg | 2008-03-09 22:23:59 +0100 (dim, 09 mar 2008) | 2 lines

[FIX]tracker: categorie en dropdown simple or multiple in view tracker and view item also: TODO: take away the code duplication

------------------------------------------------------------------------
r11806 | luciash | 2008-03-09 12:01:22 +0100 (dim, 09 mar 2008) | 2 lines

[FIX] don't style as .tabcontent when tabs not enabled on admin > look'n'feel

------------------------------------------------------------------------
r11805 | pkdille | 2008-03-09 08:39:12 +0100 (dim, 09 mar 2008) | 2 lines

[LANG] french translation set: get_strings + clean some unused strings + add some new translations

------------------------------------------------------------------------
r11804 | sylvieg | 2008-03-08 23:20:58 +0100 (sam, 08 mar 2008) | 2 lines

[FIX]tracker: add an empty option for category dropdown

------------------------------------------------------------------------
r11803 | sylvieg | 2008-03-08 23:06:47 +0100 (sam, 08 mar 2008) | 2 lines

[MOD]tracker: new param to a categ field 'd' for dropdown 1 select and m for dropdown multiple

------------------------------------------------------------------------
r11802 | sylvieg | 2008-03-08 22:12:23 +0100 (sam, 08 mar 2008) | 2 lines

[MOD]log: feature to log (email/subject) in Tiki Logs - php mail error will be logged automatically

------------------------------------------------------------------------
r11801 | sylvieg | 2008-03-08 20:52:27 +0100 (sam, 08 mar 2008) | 2 lines

[MOD]poll: show the top voted polls in a button+ respect link on h1

------------------------------------------------------------------------
r11800 | nyloth | 2008-03-08 20:37:47 +0100 (sam, 08 mar 2008) | 2 lines

[ENH] file galleries explorer: keep tree expanded galleries status + expand current gallery

------------------------------------------------------------------------
r11799 | sylvieg | 2008-03-08 20:36:47 +0100 (sam, 08 mar 2008) | 2 lines

[FIX]poll: do not show the find box if listing only one poll

------------------------------------------------------------------------
r11798 | nyloth | 2008-03-08 20:34:17 +0100 (sam, 08 mar 2008) | 2 lines

[FIX] translation: remove line break in {tr}

------------------------------------------------------------------------
r11797 | sylvieg | 2008-03-08 18:56:39 +0100 (sam, 08 mar 2008) | 2 lines

[FIX] change number label to label: number to avoid to manage plural/singular

------------------------------------------------------------------------
r11796 | pkdille | 2008-03-08 18:33:44 +0100 (sam, 08 mar 2008) | 2 lines

[FIX] blog post: fix the conditions for switching (or not) to the wysiwyg editor

------------------------------------------------------------------------
r11795 | nkoth | 2008-03-07 23:30:13 +0100 (ven, 07 mar 2008) | 2 lines

[FIX] pattern not matching @version: setting in css files properly

------------------------------------------------------------------------
r11794 | sylvieg | 2008-03-07 20:41:03 +0100 (ven, 07 mar 2008) | 2 lines

[FIX]freetag: do not display the module freetag in listpages

------------------------------------------------------------------------
r11793 | sylvieg | 2008-03-07 19:03:25 +0100 (ven, 07 mar 2008) | 2 lines

[FIX]module: smarty assign only when needed

------------------------------------------------------------------------
r11792 | sylvieg | 2008-03-07 17:42:49 +0100 (ven, 07 mar 2008) | 2 lines

[FIX]quicktag: fix smarty error when quicktags over

------------------------------------------------------------------------
r11791 | sylvieg | 2008-03-07 17:32:46 +0100 (ven, 07 mar 2008) | 2 lines

notice

------------------------------------------------------------------------
r11790 | sylvieg | 2008-03-07 17:27:14 +0100 (ven, 07 mar 2008) | 2 lines

[FIX]categ: fix last categorized objects module

------------------------------------------------------------------------
r11789 | sylvieg | 2008-03-07 17:14:10 +0100 (ven, 07 mar 2008) | 2 lines

[FIX]wiki: do not show authors in module if not shown in view page

------------------------------------------------------------------------
r11788 | sylvieg | 2008-03-07 16:33:02 +0100 (ven, 07 mar 2008) | 2 lines

[FIX]wiki: when approving, if the approved page does not exist, create it

------------------------------------------------------------------------
r11787 | sampaioprimo | 2008-03-06 21:31:30 +0100 (jeu, 06 mar 2008) | 2 lines

[MOD] make parent field optional on gallery listing

------------------------------------------------------------------------
r11786 | sampaioprimo | 2008-03-06 20:45:43 +0100 (jeu, 06 mar 2008) | 2 lines

[FIX] option default scale for all galleries working

------------------------------------------------------------------------
r11785 | marclaporte | 2008-03-06 18:51:25 +0100 (jeu, 06 mar 2008) | 2 lines

[MOD] On tikigod style, making site header clickable to home page

------------------------------------------------------------------------
r11784 | marclaporte | 2008-03-06 18:50:24 +0100 (jeu, 06 mar 2008) | 2 lines

[MOD] Cosmetic: hiding the wikitext 1 pixel border. The padding was strange and result was inconsistent cross browser. It's cleaner now

------------------------------------------------------------------------
r11783 | marclaporte | 2008-03-06 18:48:37 +0100 (jeu, 06 mar 2008) | 2 lines

[FIX] link to internal documentation

------------------------------------------------------------------------
r11782 | sylvieg | 2008-03-06 18:47:15 +0100 (jeu, 06 mar 2008) | 2 lines

[FIX]tracker: item list truncation: truncate the source and not the html to avoid breaking html - still not the best

------------------------------------------------------------------------
r11781 | marclaporte | 2008-03-06 18:22:11 +0100 (jeu, 06 mar 2008) | 2 lines

[DEL] Removing custom tiki.tpl file for tikigod theme because it doens't add much and make need to maintain it

------------------------------------------------------------------------
r11780 | sylvieg | 2008-03-06 17:29:46 +0100 (jeu, 06 mar 2008) | 2 lines

[MOD]staging: new option: delete staging page at approval + new option: If not in the group, edit is always redirected to the staging page edit + attachments are moved from staging to approved + tiki_edit_categorized changes tiki_p_wiki_attach

------------------------------------------------------------------------
r11779 | sylvieg | 2008-03-06 15:58:32 +0100 (jeu, 06 mar 2008) | 2 lines

notice

------------------------------------------------------------------------
r11778 | sylvieg | 2008-03-06 15:55:01 +0100 (jeu, 06 mar 2008) | 2 lines

[MOD]wiki: option lastmodif to the authors style only to have the date

------------------------------------------------------------------------
r11777 | sylvieg | 2008-03-06 14:49:01 +0100 (jeu, 06 mar 2008) | 2 lines

[FIX]default group was the first letter: strange php behavior if ['x']='aaa' t['x']['y'] is set...

------------------------------------------------------------------------
r11776 | marclaporte | 2008-03-06 14:29:16 +0100 (jeu, 06 mar 2008) | 2 lines

[MOD] Switching back default value of https login to allowed so people that do have https, may use it upon install. Thanks Nyloth :-)

------------------------------------------------------------------------
r11775 | marclaporte | 2008-03-06 01:44:13 +0100 (jeu, 06 mar 2008) | 2 lines

[DEL] Like in 1.9.x, removing the htmlarea WYSIWYG editor from module section. It was unreliable here.

------------------------------------------------------------------------
r11774 | marclaporte | 2008-03-06 01:26:13 +0100 (jeu, 06 mar 2008) | 2 lines

[FIX] Fixing several links to doc.tikiwiki.org

------------------------------------------------------------------------
r11773 | marclaporte | 2008-03-06 00:33:05 +0100 (jeu, 06 mar 2008) | 2 lines

[FIX] Fixing several links to doc.tikiwiki.org

------------------------------------------------------------------------
r11772 | marclaporte | 2008-03-06 00:07:09 +0100 (jeu, 06 mar 2008) | 2 lines

[MOD] changes to default install security settings. 1- forced password change is now to never (-1). If you want it, just set the number of days. 2- https is turned off because most people don't have SSL on their hosting by default. If you need, turn it on.

------------------------------------------------------------------------
r11771 | sylvieg | 2008-03-05 23:33:30 +0100 (mer, 05 mar 2008) | 2 lines

[MOD]perm: new perm tiki_p_search (to control the search box in site_identity for site where nothing is seen when not logged in

------------------------------------------------------------------------
r11770 | sylvieg | 2008-03-05 23:09:47 +0100 (mer, 05 mar 2008) | 2 lines

[FIX]plugin regex: was moved to -dist but a merge put it back

------------------------------------------------------------------------
r11769 | sylvieg | 2008-03-05 23:07:42 +0100 (mer, 05 mar 2008) | 2 lines

typo

------------------------------------------------------------------------
r11768 | sylvieg | 2008-03-05 23:01:12 +0100 (mer, 05 mar 2008) | 2 lines

[FIX]plugin snarf: was moved to -dist but a merge but it back

------------------------------------------------------------------------
r11767 | sampaioprimo | 2008-03-05 22:58:09 +0100 (mer, 05 mar 2008) | 3 lines

[FIX] consistency: use the new icon for popout window and put the
scale icon between the two arrow icons

------------------------------------------------------------------------
r11766 | tombombadilom | 2008-03-05 20:12:46 +0100 (mer, 05 mar 2008) | 2 lines

*** empty log message ***

------------------------------------------------------------------------
r11765 | sylvieg | 2008-03-05 20:06:23 +0100 (mer, 05 mar 2008) | 2 lines

[FIX]intertiki: check the password on the master if slave

------------------------------------------------------------------------
r11764 | marclaporte | 2008-03-05 16:55:07 +0100 (mer, 05 mar 2008) | 2 lines

[FIX] Removing dead code and updating some links to doc.tikiwiki.org

------------------------------------------------------------------------
r11763 | marclaporte | 2008-03-05 16:37:21 +0100 (mer, 05 mar 2008) | 2 lines

[FIX] fixing links to online documentation

------------------------------------------------------------------------
r11762 | marclaporte | 2008-03-05 16:11:49 +0100 (mer, 05 mar 2008) | 2 lines

[FIX] On default install, no longer show bunch of logos/icons and debug information

------------------------------------------------------------------------
r11761 | marclaporte | 2008-03-05 16:00:09 +0100 (mer, 05 mar 2008) | 2 lines

[MOD] 1- Multilingual is no longer activated by default on clean install. 2- Cleaner URL when linking to doc.tikiwiki.org

------------------------------------------------------------------------
r11760 | sylvieg | 2008-03-05 15:52:52 +0100 (mer, 05 mar 2008) | 2 lines

[FIX]tracker: to see the other value in edit item for a field dropdown with other

------------------------------------------------------------------------
r11759 | marclaporte | 2008-03-05 15:35:36 +0100 (mer, 05 mar 2008) | 2 lines

Like in 1.9.x, on new installs, turning __Display modules to all groups always__ off as this is not intuitive behavior for a default setting and was causing support requests. I can't really imagine a use case to turn this on.

------------------------------------------------------------------------
r11758 | marclaporte | 2008-03-05 15:28:18 +0100 (mer, 05 mar 2008) | 2 lines

[DB] sync db

------------------------------------------------------------------------
r11757 | marclaporte | 2008-03-05 15:25:11 +0100 (mer, 05 mar 2008) | 2 lines

Like in 1.9.x, on new installs, removing (from default menu) links for DSN and External wikis, which are less used features and which are accessible by tiki-admin.php

------------------------------------------------------------------------
r11756 | marclaporte | 2008-03-05 15:23:32 +0100 (mer, 05 mar 2008) | 2 lines

[FIX] Menu item for cache should only appear if feature is on.

------------------------------------------------------------------------
r11755 | marclaporte | 2008-03-05 15:06:44 +0100 (mer, 05 mar 2008) | 2 lines

[MOD] Action log no longer activated by default on a clean install.

------------------------------------------------------------------------
r11754 | marclaporte | 2008-03-05 15:05:15 +0100 (mer, 05 mar 2008) | 2 lines

[FIX] fix link to doc.tikiwiki.org

------------------------------------------------------------------------
r11753 | marclaporte | 2008-03-05 14:52:21 +0100 (mer, 05 mar 2008) | 2 lines

[MOD] Turning off some features on a clean install (purifier, because it's new and potentially not super stable, hotwords because most people don't need) and activating quicktags over text area because this is more intuitive. Also, links to external site open a new window by default.

------------------------------------------------------------------------
r11752 | marclaporte | 2008-03-05 14:38:25 +0100 (mer, 05 mar 2008) | 2 lines

[FIX] fixing links to the online documentation

------------------------------------------------------------------------
r11751 | marclaporte | 2008-03-05 14:01:01 +0100 (mer, 05 mar 2008) | 2 lines

[DB] sync db

------------------------------------------------------------------------
r11750 | marclaporte | 2008-03-05 13:58:40 +0100 (mer, 05 mar 2008) | 2 lines

[FIX] Adding drop tables for mypages and translation bits on clean install, to be consistent with the rest of the script.

------------------------------------------------------------------------
r11749 | marclaporte | 2008-03-05 13:45:36 +0100 (mer, 05 mar 2008) | 2 lines

[MOD] Turning off some features on a clean install (wiki dump, similar pages, sandbox and export) and activating warn on edit. These seem more sensible default settings.

------------------------------------------------------------------------
r11748 | marclaporte | 2008-03-05 13:39:32 +0100 (mer, 05 mar 2008) | 2 lines

[FIX] clearer dev instructions

------------------------------------------------------------------------
r11747 | marclaporte | 2008-03-05 12:57:48 +0100 (mer, 05 mar 2008) | 2 lines

[FIX] Better wording for install script

------------------------------------------------------------------------
r11746 | nyloth | 2008-03-05 10:49:27 +0100 (mer, 05 mar 2008) | 2 lines

[FIX] tikineat: apply a white background on popups to avoid transparent background that seems to appear sometimes.

------------------------------------------------------------------------
r11745 | luciash | 2008-03-05 03:25:13 +0100 (mer, 05 mar 2008) | 2 lines

[FIX] don't style as .tabcontent when tabs not enabled on admin > look'n'feel

------------------------------------------------------------------------
r11744 | luciash | 2008-03-05 03:14:44 +0100 (mer, 05 mar 2008) | 2 lines

[FIX] don't style as .tabcontent when tabs not enabled on admin > look'n'feel

------------------------------------------------------------------------
r11743 | luciash | 2008-03-05 00:07:04 +0100 (mer, 05 mar 2008) | 2 lines

[REM] reducing useles definitions, [FIX] tiki tabs containing tables in trackers

------------------------------------------------------------------------
r11742 | luciash | 2008-03-04 23:57:10 +0100 (mar, 04 mar 2008) | 2 lines

[FIX] tabs are .tabs, not a #page-bar

------------------------------------------------------------------------
r11741 | nyloth | 2008-03-04 23:32:29 +0100 (mar, 04 mar 2008) | 2 lines

[MOD] tikineat: update css to support hover styles on input image icons

------------------------------------------------------------------------
r11740 | nyloth | 2008-03-04 23:31:57 +0100 (mar, 04 mar 2008) | 2 lines

[ENH][FIX] make massive move and massive delete also working for subgals + remove useless commented code

------------------------------------------------------------------------
r11739 | nyloth | 2008-03-04 23:31:20 +0100 (mar, 04 mar 2008) | 2 lines

[ENH] smarty icon function is now able to return input tags of type image, instead of img tags only, by using _tag='input_image' + new _confirm param to specify a text to use in a popup requesting the user to confirm it's action (yet only available with javascript)

------------------------------------------------------------------------
r11738 | nyloth | 2008-03-04 23:28:12 +0100 (mar, 04 mar 2008) | 2 lines

[NEW] new 'move_file_gallery' function to move a gallery in another gallery

------------------------------------------------------------------------
r11737 | pkdille | 2008-03-04 22:26:14 +0100 (mar, 04 mar 2008) | 2 lines

[MOD] list file gallery: delete one useless table around "comment" button and harmonize the css classes from this button with some others on other pages

------------------------------------------------------------------------
r11736 | luciash | 2008-03-04 22:11:41 +0100 (mar, 04 mar 2008) | 2 lines

[ENH] enhanced look of the tiki tabs

------------------------------------------------------------------------
r11735 | sylvieg | 2008-03-04 21:48:30 +0100 (mar, 04 mar 2008) | 2 lines

[FIX]feature_siteidentity is moved to the look pannel

------------------------------------------------------------------------
r11734 | lphuberdeau | 2008-03-04 19:51:16 +0100 (mar, 04 mar 2008) | 2 lines

[FIX] Encoding problem causing page not found errors

------------------------------------------------------------------------
r11733 | sylvieg | 2008-03-04 19:45:55 +0100 (mar, 04 mar 2008) | 2 lines

[MOD]freetag: new perm to unassign freetags

------------------------------------------------------------------------
r11732 | sept_7 | 2008-03-04 18:05:11 +0100 (mar, 04 mar 2008) | 2 lines

[FIX] smarty function query searchs in _REQUEST and then _POST+_GET

------------------------------------------------------------------------
r11731 | chriscramer | 2008-03-04 17:43:35 +0100 (mar, 04 mar 2008) | 2 lines

give equation plugin access to its working directories

------------------------------------------------------------------------
r11730 | lphuberdeau | 2008-03-04 17:32:30 +0100 (mar, 04 mar 2008) | 2 lines

[MOD] Display equivalent translations instead of saying all translations are OK

------------------------------------------------------------------------
r11729 | chriscramer | 2008-03-04 17:25:38 +0100 (mar, 04 mar 2008) | 2 lines

equation displaying plugin for wiki pages

------------------------------------------------------------------------
r11725 | sept_7 | 2008-03-04 16:48:27 +0100 (mar, 04 mar 2008) | 2 lines

[MOD] Small cleanup and enhancement to htmldiff

------------------------------------------------------------------------
r11724 | sept_7 | 2008-03-04 16:47:50 +0100 (mar, 04 mar 2008) | 2 lines

[FIX] typo in tiki-js.js in function tikitabs

------------------------------------------------------------------------
r11723 | lphuberdeau | 2008-03-04 16:45:04 +0100 (mar, 04 mar 2008) | 2 lines

[FIX] Add a permission for translation detach to prevent google from breaking links

------------------------------------------------------------------------
r11722 | lphuberdeau | 2008-03-04 16:22:26 +0100 (mar, 04 mar 2008) | 2 lines

[NEW] Multilingual-aware structures

------------------------------------------------------------------------
r11721 | luciash | 2008-03-04 16:13:51 +0100 (mar, 04 mar 2008) | 2 lines

[FIX] backport from simple theme: activate content display of first tiki tab onload by default

------------------------------------------------------------------------
r11720 | sept_7 | 2008-03-04 15:43:24 +0100 (mar, 04 mar 2008) | 2 lines

[FIX] fix FCKEditor configuration after Nyloth rewrite of filegals ;p

------------------------------------------------------------------------
r11719 | sept_7 | 2008-03-04 15:41:48 +0100 (mar, 04 mar 2008) | 3 lines

[ENH] If filegals_manager is set allow to navigate in objectpermissions and
      upload_file within the filegals_manager

------------------------------------------------------------------------
r11718 | sept_7 | 2008-03-04 15:28:39 +0100 (mar, 04 mar 2008) | 2 lines

[CLN] use parent::parentclass instead of $this->parentclass

------------------------------------------------------------------------
r11717 | sept_7 | 2008-03-04 15:25:50 +0100 (mar, 04 mar 2008) | 3 lines

[ENH] Use proper way to modify the class of the element.
      Use className instead of setAttribute("class","newclass")

------------------------------------------------------------------------
r11716 | luciash | 2008-03-04 04:51:38 +0100 (mar, 04 mar 2008) | 2 lines

[ENH] support for classic Tiki tabs

------------------------------------------------------------------------
r11715 | chibaguy | 2008-03-04 03:09:18 +0100 (mar, 04 mar 2008) | 2 lines

Right column display fixed for IE7. Siteheader logo and banner display improved.

------------------------------------------------------------------------
r11714 | chibaguy | 2008-03-04 03:07:47 +0100 (mar, 04 mar 2008) | 2 lines

Extra div tags removed.

------------------------------------------------------------------------
r11713 | luciash | 2008-03-04 01:27:09 +0100 (mar, 04 mar 2008) | 2 lines

[ENH] matching icon for admin > module

------------------------------------------------------------------------
r11710 | nyloth | 2008-03-04 00:20:42 +0100 (mar, 04 mar 2008) | 2 lines

[FIX] filegals: fix test to always allow new file upload

------------------------------------------------------------------------
r11709 | luciash | 2008-03-04 00:11:56 +0100 (mar, 04 mar 2008) | 2 lines

[FIX] make the rest of panels flippable

------------------------------------------------------------------------
r11708 | sampaioprimo | 2008-03-03 21:32:51 +0100 (lun, 03 mar 2008) | 2 lines

[ENH] script now works with PHP4

------------------------------------------------------------------------
r11707 | nyloth | 2008-03-03 21:29:50 +0100 (lun, 03 mar 2008) | 2 lines

[FIX] missed to commit template updates for look and feel pannel

------------------------------------------------------------------------
r11706 | nyloth | 2008-03-03 21:28:48 +0100 (lun, 03 mar 2008) | 2 lines

[FIX] new javascript detection setup script

------------------------------------------------------------------------
r11704 | nyloth | 2008-03-03 21:28:12 +0100 (lun, 03 mar 2008) | 2 lines

[FIX] missing file for asynchronous upload

------------------------------------------------------------------------
r11702 | nyloth | 2008-03-03 21:25:47 +0100 (lun, 03 mar 2008) | 2 lines

[MOD] file upload: File replacement is now only displayed in the 'file properties' page when the new javascript upload action is not available in the file listing. This may be moved later in another specific place (e.g. simple popup) for non-javascript browsers since it is not really a 'property' of the file. + remove unused commented code

------------------------------------------------------------------------
r11701 | nyloth | 2008-03-03 21:25:23 +0100 (lun, 03 mar 2008) | 2 lines

[MOD] filegal: completely hide browsing tree and gallery path area if both are empty

------------------------------------------------------------------------
r11700 | nyloth | 2008-03-03 21:25:00 +0100 (lun, 03 mar 2008) | 2 lines

[FIX][ENH] filegal: add a 'fileChangedMessage' tip after successful file upload/replacement from file listing + xhtml typo

------------------------------------------------------------------------
r11699 | nyloth | 2008-03-03 21:24:39 +0100 (lun, 03 mar 2008) | 5 lines

[NEW] filegals: New 'Upload New Version' action (+icon) available in files listing (tested with both FF and IE6). It will directly open a file selector, automatically upload the file after selection and that replace the current file with the uploaded one (if javascript is detected ... else will be a link to the edit file page with the old way to upload (until a better no-javascript solution is developped) )
	+ clean a bit actions contextual menu template (remove useless code and params)
	+ use new _menu_text and _menu_icon params for icons
	+ remove css classes on links (they should not be used because icons have their own css classes)

------------------------------------------------------------------------
r11697 | nyloth | 2008-03-03 21:23:58 +0100 (lun, 03 mar 2008) | 4 lines

[NEW] contextual actions menus: New Look & Feel prefs to more finely tune contextual menus look:
	* Use context menus for actions (icons),
	* Use context menus for actions (text)

------------------------------------------------------------------------
r11696 | nyloth | 2008-03-03 21:23:27 +0100 (lun, 03 mar 2008) | 2 lines

[ENH] smarty self_link block: now able to use _menu_text and _menu_icon params of smarty icon + update tikineat css for new actions contextual menus with text (tested with both FF and IE6, with or without javascript versions)

------------------------------------------------------------------------
r11695 | nyloth | 2008-03-03 21:22:47 +0100 (lun, 03 mar 2008) | 4 lines

[NEW] smarty icon function: new params available to produce menu items instead of simple icons :
	* _menu_text: if set to 'y', will use the 'title' argument as text after the icon and place the whole content between div tags with a 'icon_menu' class (not compatible with '_notag' param set to 'y'),
	* _menu_icon: if set to 'n', will not show icon image when _menu_text is 'y'.

------------------------------------------------------------------------
r11694 | nyloth | 2008-03-03 21:22:19 +0100 (lun, 03 mar 2008) | 2 lines

[ENH] smarty show_sort function: use smarty_function_icon to generate html code of icons

------------------------------------------------------------------------
r11693 | nyloth | 2008-03-03 21:21:22 +0100 (lun, 03 mar 2008) | 3 lines

[FIX][ENH] file indexation: Reduce a bit the file indexation process by removing non-alphanum characters in the parsed data instead of ascii non-printable characters (there will be less strings to index, less insert to do in database and then consume less cpu and disk).
	+ Also index 'filename' and 'comment' fields for files

------------------------------------------------------------------------
r11692 | nyloth | 2008-03-03 21:20:19 +0100 (lun, 03 mar 2008) | 4 lines

[FIX] javascript auto-detection: fix undefined tiki_cookie_jar error + add prefs defaults for fgal_asynchronous_indexing, use_context_menu_icon, use_context_menu_text, javascript_enabled

[NEW] asynchronous file indexation: New smarty function 'reindex_file_pixel' to easily use asynchronous indexation in smarty templates.

------------------------------------------------------------------------
r11690 | nyloth | 2008-03-03 21:18:11 +0100 (lun, 03 mar 2008) | 8 lines

[NEW] filegals: tiki-list_file_gallery.php is now able to directly process a new file upload

[ENH] filegals: New Asynchronous indexation for uploads done in file listing, in order to dramatically reduce the amount of time the user has to wait before beeing able to continue his navigation ('fgal_asynchronous_indexing' pref). PHP is not natively able to finish a file indexation (that can be very long) after the page has been sent to the user's browser or after a connection close. This uses a small trick proposed by someone in php manual's comments by doing the indexation as a server background job called by a small transparent gif pixel on the page.

( If anybody has a better solution to be sure indexation is made but that there is no long process visible to the user, feel free to update this ;) )

	+ filegallib's get_archives() is now using 'get_files' function of tikilib (code factorisation)

------------------------------------------------------------------------
r11689 | nyloth | 2008-03-03 21:16:54 +0100 (lun, 03 mar 2008) | 2 lines

[ENH] tikilib: Add a new 'parent_is_file' argument for the 'get_files' function of $tikilib ($parent_is_file use $galleryId param as $fileId (to return only archives of the file))

------------------------------------------------------------------------
r11688 | nyloth | 2008-03-03 21:16:13 +0100 (lun, 03 mar 2008) | 2 lines

[FIX] filegals: Fix files archives panel that was not displaying columns anymore since fgal revamp + keep only archives table to have a lighter interface / code

------------------------------------------------------------------------
r11687 | sylvieg | 2008-03-03 20:02:32 +0100 (lun, 03 mar 2008) | 2 lines

[FIX]traslation: fix translation of message as 'HI {}'

------------------------------------------------------------------------
r11686 | sylvieg | 2008-03-03 17:35:40 +0100 (lun, 03 mar 2008) | 2 lines

[FIX]blog: open the comments zone whatever is in the cookie jar when cliking on show comment

------------------------------------------------------------------------
r11685 | sylvieg | 2008-03-03 17:15:03 +0100 (lun, 03 mar 2008) | 2 lines

[FIX]blog: use the user heading - not the defaulet one

------------------------------------------------------------------------
r11684 | sylvieg | 2008-03-03 15:51:33 +0100 (lun, 03 mar 2008) | 2 lines

[FIX]forum: rollback: better for an admin to see the post topic - never knoews

------------------------------------------------------------------------
r11683 | sylvieg | 2008-03-03 15:45:06 +0100 (lun, 03 mar 2008) | 2 lines

[FIX]forum: in a discuss forum, a user with no tiki_p_forum_post_topic can post the topic associated with the page

------------------------------------------------------------------------
r11682 | sylvieg | 2008-03-03 15:21:28 +0100 (lun, 03 mar 2008) | 2 lines

[FIX]forum: do not show port topic in the wiki discuss forum as topic are very specific

------------------------------------------------------------------------
r11681 | sylvieg | 2008-03-03 14:53:42 +0100 (lun, 03 mar 2008) | 2 lines

[FIX]wiki: listpages needs not to display categories that have no tiki_p_view_categories

------------------------------------------------------------------------
r11680 | sylvieg | 2008-03-03 14:31:45 +0100 (lun, 03 mar 2008) | 2 lines

[FIX]pattern in eregi is not enclosed with delimiter

------------------------------------------------------------------------
r11679 | sept_7 | 2008-03-03 14:10:27 +0100 (lun, 03 mar 2008) | 8 lines

[ENH] Tikitabs : use classes tabactive/tabinactive for tikitabs instead of hard coded values in tiki-js.js

For style mainteners : use class tabactive or tabinactive instead of style to
set the active/inactive tabs.
  <span id="tab1" class="tabmark tabactive"></span> for active tab
and
  <span id="tab2" class="tabmark tabinactive"></span> for inactive

------------------------------------------------------------------------
r11678 | pkdille | 2008-03-02 23:39:15 +0100 (dim, 02 mar 2008) | 2 lines

[MOD] tiki-mods: move tip section to where it is usually

------------------------------------------------------------------------
r11677 | pkdille | 2008-03-02 22:44:35 +0100 (dim, 02 mar 2008) | 2 lines

[FIX] xhtml

------------------------------------------------------------------------
r11676 | sylvieg | 2008-03-02 22:29:52 +0100 (dim, 02 mar 2008) | 2 lines

[FIX]wiki: the set button for discuss was missing

------------------------------------------------------------------------
r11675 | lphuberdeau | 2008-03-02 21:53:48 +0100 (dim, 02 mar 2008) | 2 lines

[FIX] Proper conversion of user permissions

------------------------------------------------------------------------
r11674 | lphuberdeau | 2008-03-02 21:47:03 +0100 (dim, 02 mar 2008) | 2 lines

[FIX] Apply permission add to users_objectpermissions

------------------------------------------------------------------------
r11673 | lphuberdeau | 2008-03-02 21:32:28 +0100 (dim, 02 mar 2008) | 2 lines

[FIX] Upgrade not visible on first load.

------------------------------------------------------------------------
r11672 | leyan | 2008-03-02 21:28:17 +0100 (dim, 02 mar 2008) | 2 lines

[MOD] Includes the site identity feature checkbox that was removed from the include feature panel. (still required for custom site header, logo, etc.)

------------------------------------------------------------------------
r11671 | lphuberdeau | 2008-03-02 21:20:54 +0100 (dim, 02 mar 2008) | 2 lines

[MOD] Copyright year and BETA label in installer

------------------------------------------------------------------------
r11670 | leyan | 2008-03-02 21:18:17 +0100 (dim, 02 mar 2008) | 2 lines

[FIX] Corrected top-bar feature check (spelling mistake)

------------------------------------------------------------------------
r11669 | lphuberdeau | 2008-03-02 20:37:27 +0100 (dim, 02 mar 2008) | 2 lines

[REL] Version number updates.

------------------------------------------------------------------------
r11668 | lphuberdeau | 2008-03-02 20:24:48 +0100 (dim, 02 mar 2008) | 2 lines

[MOD] Updating the release procedure

------------------------------------------------------------------------
r11667 | lphuberdeau | 2008-03-02 20:23:05 +0100 (dim, 02 mar 2008) | 2 lines

[REL] Updating SQL

------------------------------------------------------------------------
r11666 | lphuberdeau | 2008-03-02 20:20:51 +0100 (dim, 02 mar 2008) | 2 lines

[FIX] Parse error

------------------------------------------------------------------------
r11665 | lphuberdeau | 2008-03-02 20:13:55 +0100 (dim, 02 mar 2008) | 2 lines

[MOD] Customized display based on current database

------------------------------------------------------------------------
r11664 | nkoth | 2008-03-02 16:16:59 +0100 (dim, 02 mar 2008) | 2 lines

[KIL] remove notheme series of theme which white screens

------------------------------------------------------------------------
r11663 | mystic_ca | 2008-03-02 15:24:18 +0100 (dim, 02 mar 2008) | 2 lines

[FIX] Tracker item #1592

------------------------------------------------------------------------
r11662 | chibaguy | 2008-03-02 15:11:01 +0100 (dim, 02 mar 2008) | 2 lines

*litecss-based variation of Tikineat theme; also uses %/em for font sizes.

------------------------------------------------------------------------
r11660 | chibaguy | 2008-03-02 15:08:35 +0100 (dim, 02 mar 2008) | 2 lines

*litecss-based variation of Tikineat theme, including module templates that use divs and uls and ols instead of tables.

------------------------------------------------------------------------
r11589 | pkdille | 2008-03-02 09:05:04 +0100 (dim, 02 mar 2008) | 2 lines

[MOD] rss lists on tikineat: some customizations

------------------------------------------------------------------------
r11588 | pkdille | 2008-03-02 07:27:05 +0100 (dim, 02 mar 2008) | 2 lines

[FIX] general admin panel: prefs missing

------------------------------------------------------------------------
r11587 | leyan | 2008-03-01 23:51:08 +0100 (sam, 01 mar 2008) | 2 lines

[MOD] Reorganized admin features panel checkboxes for 1.10RC1

------------------------------------------------------------------------
r11586 | lphuberdeau | 2008-03-01 23:21:59 +0100 (sam, 01 mar 2008) | 2 lines

[FIX] Missing object type check, causing confusion with other translated objects.

------------------------------------------------------------------------
r11585 | lphuberdeau | 2008-03-01 23:06:06 +0100 (sam, 01 mar 2008) | 2 lines

[MOD] Removing unused feature

------------------------------------------------------------------------
r11584 | lphuberdeau | 2008-03-01 22:08:51 +0100 (sam, 01 mar 2008) | 2 lines

[MOD] Minor UI changes on installer.

------------------------------------------------------------------------
r11583 | lphuberdeau | 2008-03-01 21:34:40 +0100 (sam, 01 mar 2008) | 2 lines

[FIX] Add registration code and registration passcode to the OpenID registration page.

------------------------------------------------------------------------
r11582 | leyan | 2008-03-01 21:17:46 +0100 (sam, 01 mar 2008) | 2 lines

Added french language for swith language module

------------------------------------------------------------------------
r11581 | leyan | 2008-03-01 19:33:03 +0100 (sam, 01 mar 2008) | 4 lines

Cleaned code around hcalendar microformat for tiki calendar according to comments from Andy (microformats.org). See
http://microformats.org/wiki/hcalendar-examples-in-wild#examples_with_some_problems
"Hidden, data hidden using CSS."

------------------------------------------------------------------------
r11580 | lphuberdeau | 2008-03-01 18:13:01 +0100 (sam, 01 mar 2008) | 2 lines

[FIX] Adding feature checks

------------------------------------------------------------------------
r11579 | leyan | 2008-03-01 18:12:54 +0100 (sam, 01 mar 2008) | 2 lines

Adding feature checks.

------------------------------------------------------------------------
r11578 | pkdille | 2008-03-01 18:05:53 +0100 (sam, 01 mar 2008) | 2 lines

[FIX] my tiki: xhtml code cleaning

------------------------------------------------------------------------
r11577 | lphuberdeau | 2008-03-01 17:07:37 +0100 (sam, 01 mar 2008) | 2 lines

[FIX] Adding permission and feature checks

------------------------------------------------------------------------
r11576 | nyloth | 2008-03-01 11:11:27 +0100 (sam, 01 mar 2008) | 2 lines

[FIX] filegals: also need to format values in the dynamic 'Other Sorts' column

------------------------------------------------------------------------
r11575 | nyloth | 2008-03-01 01:55:58 +0100 (sam, 01 mar 2008) | 2 lines

[FIX] 1.9 to 1.10 sql: do not insert modules on existing installations that have already configured the modules they want.

------------------------------------------------------------------------
r11574 | nyloth | 2008-03-01 01:47:57 +0100 (sam, 01 mar 2008) | 2 lines

[MOD] filegals: code cleaning + factorization (tiki-file_galleries is now useless and redirects to tiki-list_file_gallery to have the same features and behavior like the browsing tree). New templates have been created for duplication and edition of galleries for an easier maintenance in the future.

------------------------------------------------------------------------
r11571 | sylvieg | 2008-03-01 00:15:46 +0100 (sam, 01 mar 2008) | 2 lines

notice

------------------------------------------------------------------------
r11570 | sylvieg | 2008-02-29 23:53:26 +0100 (ven, 29 fév 2008) | 2 lines

notice

------------------------------------------------------------------------
r11569 | sylvieg | 2008-02-29 23:19:26 +0100 (ven, 29 fév 2008) | 2 lines

typo

------------------------------------------------------------------------
r11568 | nyloth | 2008-02-29 22:55:12 +0100 (ven, 29 fév 2008) | 2 lines

[FIX] filegals tree flip: use an empty string, not the null value, to behave correctly

------------------------------------------------------------------------
r11567 | pkdille | 2008-02-29 22:05:16 +0100 (ven, 29 fév 2008) | 2 lines

[MOD] admin rss modules: one tip section is enough

------------------------------------------------------------------------
r11565 | jyhem | 2008-02-29 20:30:41 +0100 (ven, 29 fév 2008) | 2 lines

[ENH] Less differences in databases upgraded from 1.9 and clean installs (using diffsql.sh)

------------------------------------------------------------------------
r11564 | jyhem | 2008-02-29 19:52:49 +0100 (ven, 29 fév 2008) | 2 lines

[ENH] Displays usage when called incorrectly

------------------------------------------------------------------------
r11563 | pkdille | 2008-02-29 16:51:23 +0100 (ven, 29 fév 2008) | 2 lines

[FIX] tracker items: deleting button "Items list" and renaming "View this tracker items". One button was to much, both had same target.

------------------------------------------------------------------------
r11562 | pkdille | 2008-02-29 16:47:08 +0100 (ven, 29 fév 2008) | 2 lines

[MOD] tracker items: indenting some code before modifying

------------------------------------------------------------------------
r11561 | sylvieg | 2008-02-29 16:36:35 +0100 (ven, 29 fév 2008) | 2 lines

[MOD]wiki: new param last_modif_pages url to be able to link to tiki-listpages

------------------------------------------------------------------------
r11560 | sylvieg | 2008-02-29 15:58:45 +0100 (ven, 29 fév 2008) | 2 lines

[FIX]topbar: do not display topbar if feature_topbar is n even if feature_topbar_xx is y

------------------------------------------------------------------------
r11559 | nyloth | 2008-02-29 15:27:23 +0100 (ven, 29 fév 2008) | 2 lines

[FIX] flip js function: handle the 'null' case (better)

------------------------------------------------------------------------
r11558 | nyloth | 2008-02-29 13:33:37 +0100 (ven, 29 fév 2008) | 2 lines

[FIX] file galleries: get back the one-click 'download+lock' icon and add a javascript version that will also update 'locked by' infos on the current page. Maybe this icon should be optionnal because it can also be done by downloading the file and then locking it. Any preferences ?

------------------------------------------------------------------------
r11557 | nyloth | 2008-02-29 13:29:57 +0100 (ven, 29 fév 2008) | 2 lines

[FIX] file galleries: better handle URL arguments when showing or hiding tree without javascript

------------------------------------------------------------------------
r11556 | nyloth | 2008-02-29 13:27:43 +0100 (ven, 29 fév 2008) | 2 lines

[FIX] flip js function: handle the 'null' case

------------------------------------------------------------------------
r11555 | nyloth | 2008-02-29 10:27:22 +0100 (ven, 29 fév 2008) | 2 lines

[MOD] file galleries: keep browsing tree status in non-javascript mode (after sorting columns or other actions)

------------------------------------------------------------------------
r11554 | nyloth | 2008-02-29 10:23:25 +0100 (ven, 29 fév 2008) | 2 lines

[MOD] file galleries: 'Other Sort' renamed in 'Other Sorts'

------------------------------------------------------------------------
r11553 | nyloth | 2008-02-29 10:21:13 +0100 (ven, 29 fév 2008) | 2 lines

[MOD] file galleries: add an 'Other Sorts' tooltip on the icon

------------------------------------------------------------------------
r11552 | nyloth | 2008-02-29 10:08:14 +0100 (ven, 29 fév 2008) | 2 lines

[MOD] AJAX links: use new javascript_enabled pref to automatically disable AJAX links when JavaScript has not been detected.

------------------------------------------------------------------------
r11551 | nyloth | 2008-02-29 09:27:31 +0100 (ven, 29 fév 2008) | 2 lines

[ENH] file galleries: improve the 'no-javascript' version

------------------------------------------------------------------------
r11550 | nyloth | 2008-02-29 09:20:03 +0100 (ven, 29 fév 2008) | 2 lines

[ENH] tikineat theme: enhence a bit more the full php version of the browsing tree

------------------------------------------------------------------------
r11549 | nyloth | 2008-02-29 09:15:19 +0100 (ven, 29 fév 2008) | 2 lines

[ENH] fgal browsing tree: phplayers or javascript are not mandatory features anymore. If one of them are not enabled, it will render the tree using full PHP

------------------------------------------------------------------------
r11548 | nyloth | 2008-02-29 09:12:07 +0100 (ven, 29 fév 2008) | 2 lines

[ENH] New pref 'javascript_enabled' that will be automatically filled to 'y' or 'n' depending on weither JavaScript has been detected on client browser. This allows to remove NOSCRIPT tags and only return the correct code (with javascript or not) to the user's browser). Note that if javascript is detected, it will consider it is enabled during the whole session (e.g. until the user log off).

------------------------------------------------------------------------
r11547 | chibaguy | 2008-02-29 06:03:19 +0100 (ven, 29 fév 2008) | 2 lines

Fixed title display when nonums eq y. (if statements in wrong order.)

------------------------------------------------------------------------
r11546 | chibaguy | 2008-02-29 05:56:59 +0100 (ven, 29 fév 2008) | 2 lines

Enable nonums for changed items

------------------------------------------------------------------------
r11545 | pkdille | 2008-02-28 22:02:58 +0100 (jeu, 28 fév 2008) | 2 lines

[FIX] adminusers: when userpreferences are disabled, no need to show icon to change user preferences + some xhtml cleaning

------------------------------------------------------------------------
r11544 | sylvieg | 2008-02-28 20:21:10 +0100 (jeu, 28 fév 2008) | 2 lines

[MOD]actionlog: add the name of the deleted file

------------------------------------------------------------------------
r11543 | nyloth | 2008-02-28 18:49:14 +0100 (jeu, 28 fév 2008) | 2 lines

[FIX] switch lang: users should be able to change their language (e.g. through modules) if only change_language is enabled (even if tiki user preferences is disabled) + no need to update prefs array if already done by set_user_preference() function.

------------------------------------------------------------------------
r11542 | sept_7 | 2008-02-28 18:16:58 +0100 (jeu, 28 fév 2008) | 2 lines

[FIX] filgals : fix the empty column

------------------------------------------------------------------------
r11541 | sylvieg | 2008-02-28 17:26:00 +0100 (jeu, 28 fév 2008) | 2 lines

[MOD]actionlog: record removed files

------------------------------------------------------------------------
r11540 | sylvieg | 2008-02-28 15:57:13 +0100 (jeu, 28 fév 2008) | 2 lines

[FIX]tracker: send a notification if a file is attached or edit in a tracker item

------------------------------------------------------------------------
r11539 | nyloth | 2008-02-28 14:35:30 +0100 (jeu, 28 fév 2008) | 2 lines

[ENH] file galleries: add a javascript icon to show/hide the gallery explorer + small fix to avoid an empty information column + fix tiki flip javascript function when style is empty (better to use an empty string instead of the 'block' value to get back to the html element's default value

------------------------------------------------------------------------
r11536 | nyloth | 2008-02-28 13:56:33 +0100 (jeu, 28 fév 2008) | 2 lines

[FIX] forums: fix the 'was queued' message

------------------------------------------------------------------------
r11535 | pkdille | 2008-02-28 11:39:57 +0100 (jeu, 28 fév 2008) | 2 lines

[FIX] translation

------------------------------------------------------------------------
r11534 | sylvieg | 2008-02-27 23:12:27 +0100 (mer, 27 fév 2008) | 2 lines

[FIX]admin: a link to admin->general as homepage depends on setting in this page

------------------------------------------------------------------------
r11533 | nyloth | 2008-02-27 22:51:28 +0100 (mer, 27 fév 2008) | 2 lines

[MOD] file galleries: move 'information' icons in the same column as 'Other Sorts' to gain some space + put actions column after the dynamically added one + back to 'onClick' instead of 'onMouseOver' for actions, since there is less risks for a user to use actions of another file

------------------------------------------------------------------------
r11532 | nyloth | 2008-02-27 22:47:21 +0100 (mer, 27 fév 2008) | 2 lines

[ENH] fgal action icons: strip html to reduce space between icons

------------------------------------------------------------------------
r11531 | nyloth | 2008-02-27 22:45:33 +0100 (mer, 27 fév 2008) | 2 lines

[FIX] filegals_manager URLs: use &amp; instead of &

------------------------------------------------------------------------
r11530 | sylvieg | 2008-02-27 20:10:13 +0100 (mer, 27 fév 2008) | 2 lines

[MOD]wiki: be able to use category=name in the url

------------------------------------------------------------------------
r11529 | sylvieg | 2008-02-27 17:43:43 +0100 (mer, 27 fév 2008) | 2 lines

[FIX]fgal: show at least the actions button if javascript is not on

------------------------------------------------------------------------
r11528 | pkdille | 2008-02-27 17:36:44 +0100 (mer, 27 fév 2008) | 2 lines

[ENH] mime icons: htm file type icon (same as html)

------------------------------------------------------------------------
r11526 | sylvieg | 2008-02-27 17:32:51 +0100 (mer, 27 fév 2008) | 2 lines

[FIX]fgal: action appears on mouseover - onclick is not obvious

------------------------------------------------------------------------
r11525 | sylvieg | 2008-02-27 17:11:25 +0100 (mer, 27 fév 2008) | 2 lines

[FIX]fgal: respect perm

------------------------------------------------------------------------
r11524 | sept_7 | 2008-02-27 17:02:25 +0100 (mer, 27 fév 2008) | 2 lines

[FIX] get_files : small fix after nyloth revamp

------------------------------------------------------------------------
r11523 | sylvieg | 2008-02-27 16:54:12 +0100 (mer, 27 fév 2008) | 2 lines

notice

------------------------------------------------------------------------
r11522 | sylvieg | 2008-02-27 16:48:27 +0100 (mer, 27 fév 2008) | 2 lines

[FIX]fgal: header has the other one - to have the square in fmsc.css correctly working

------------------------------------------------------------------------
r11520 | nyloth | 2008-02-27 16:19:12 +0100 (mer, 27 fév 2008) | 48 lines

[NEW][ENH] Complete revamping of file galleries

Most important IHM modifications are:

	* New gallery explorer (like windows one),

	* New subgal path (like breadcrumbs / directory path),

	* New wrench icon + contextual menu for actions on files and subgals to replace the old 'Actions' column (it can be disabled in admin > look & feel > other options > Use context menus for actions ),

	* New 'Other Sort' icon and column on the right (only if some fields are configured to be displayed in popup) to allow the user to sort on popup fields too (the 'Other Sort' icon will display the list of available fields with links to sort on them. It will dynamically replace the empty 'Other Sort' column by the selected one),

	* Merge files and subgals tables (like most common filemanagers),

	* Galleries now have only one feature-full display configuration (used for both files and subgals), were you can choose, for each field, between :
		- hide field,
		- show field as a column,
		- show field in the "informations" tooltip/popup,
		- show in both areas,
		(for "locked by" field, there is also a show as an 'icon' option),

	* Use new AJAX-enabled pagination, sort and other links,

	* Now handle subgals size (and sort on subgal size),

	* Add an option to limit the number of displayed rows,

	* Some tikineat theme improvements on filegals and icons hover for IE


Most important Code modifications are:

	* Rewrite of get_files() function to handle subgals too (and more options),

	* Modify some db field names to make it easier to handle files and subgals the same way (e.g. all 'downloads' fields are now named 'hits' fields),

	* many factorization and code cleaning,

	* now check permissions when retrieving files and subgals list from DB with new perms functions (this simplifies perms check and fix total number of items to count only items visible to user),

	* New smarty tree function to make tiki trees using phplayers and tiki famfamfam icons,

	* smarty block self_link : new param '_script' to specify another script than the current one (this disable AJAX for this link when the current script is different),

	* smarty query function now handles 'form_input' as '_type' param to return hidden fields needed for forms to keep current URL args,

	* smarty iconify modifier now benefits from icon function and accepts a second param to put an alt/title text for the icon

------------------------------------------------------------------------
r11495 | sylvieg | 2008-02-27 15:47:06 +0100 (mer, 27 fév 2008) | 2 lines

[FIX]change_categ: keep the uri - to remember you are in a structure when categorizing

------------------------------------------------------------------------
r11494 | lphuberdeau | 2008-02-27 15:26:55 +0100 (mer, 27 fév 2008) | 2 lines

[MOD] Link to tag translation UI and allow foreign tags (required to know if tags need translation)

------------------------------------------------------------------------
r11493 | marclaporte | 2008-02-27 07:32:56 +0100 (mer, 27 fév 2008) | 2 lines

[DEL] removing old sql stuff from db/ dir that has no more use

------------------------------------------------------------------------
r11492 | marclaporte | 2008-02-27 07:23:44 +0100 (mer, 27 fév 2008) | 2 lines

sync db

------------------------------------------------------------------------
r11491 | marclaporte | 2008-02-27 07:22:29 +0100 (mer, 27 fév 2008) | 2 lines

[DOC] Documenting the convert sql script

------------------------------------------------------------------------
r11490 | marclaporte | 2008-02-27 04:04:30 +0100 (mer, 27 fév 2008) | 2 lines

[MOD] Removing the part about using mod-application_menu module as it's too complicated for many users. Much better to use the point & click menu builder

------------------------------------------------------------------------
r11489 | franck | 2008-02-27 01:10:21 +0100 (mer, 27 fév 2008) | 2 lines

Live Support: [RFE] Add IP next to requestor

------------------------------------------------------------------------
r11488 | franck | 2008-02-27 01:09:14 +0100 (mer, 27 fév 2008) | 2 lines

Maps: [FIX] works on 1.10

------------------------------------------------------------------------
r11487 | sylvieg | 2008-02-26 22:12:55 +0100 (mar, 26 fév 2008) | 2 lines

[MOD]categ: can batch upload categories

------------------------------------------------------------------------
r11486 | pkdille | 2008-02-26 21:46:29 +0100 (mar, 26 fév 2008) | 2 lines

[MOD] forum list: changing style from sections (class "third"). Putting out from code center alignment

------------------------------------------------------------------------
r11485 | lphuberdeau | 2008-02-26 20:52:41 +0100 (mar, 26 fév 2008) | 2 lines

[MOD] New clean-up method to replace the disabled one.

------------------------------------------------------------------------
r11484 | lphuberdeau | 2008-02-26 20:35:01 +0100 (mar, 26 fév 2008) | 2 lines

[FIX] Remove tags that were removed from the list (really means the table requires clean-up)

------------------------------------------------------------------------
r11483 | nkoth | 2008-02-26 20:05:04 +0100 (mar, 26 fév 2008) | 2 lines

[FIX] typo

------------------------------------------------------------------------
r11482 | lphuberdeau | 2008-02-26 19:57:43 +0100 (mar, 26 fév 2008) | 2 lines

[FIX] Tag removal was broken if the same word existed in multiple languages

------------------------------------------------------------------------
r11481 | lphuberdeau | 2008-02-26 19:47:17 +0100 (mar, 26 fév 2008) | 2 lines

[MOD] Allow translation UI to clear language info from a file

------------------------------------------------------------------------
r11480 | nkoth | 2008-02-26 19:27:49 +0100 (mar, 26 fév 2008) | 2 lines

[FIX] avoid double appearance of tags while editing staging page (due to transfer of tags from approved page)

------------------------------------------------------------------------
r11479 | nkoth | 2008-02-26 18:37:07 +0100 (mar, 26 fév 2008) | 2 lines

[MOD] add admin perm tiki_p_admin_freetags

------------------------------------------------------------------------
r11478 | sylvieg | 2008-02-26 18:02:51 +0100 (mar, 26 fév 2008) | 2 lines

[FIX]tracker: send email to a user field (not creator, not modif) at item creation (ex: filed assign to)

------------------------------------------------------------------------
r11477 | lphuberdeau | 2008-02-26 17:33:43 +0100 (mar, 26 fév 2008) | 2 lines

[FIX] Appropriate permission checks.

------------------------------------------------------------------------
r11476 | lphuberdeau | 2008-02-26 17:24:27 +0100 (mar, 26 fév 2008) | 2 lines

[MOD] Find translated tags on page translation and fix duplications in translation UI when not object bounded

------------------------------------------------------------------------
r11475 | nkoth | 2008-02-26 15:55:10 +0100 (mar, 26 fév 2008) | 2 lines

[MOD] allow showing of tags of all objects (not just specific object) [FIX] tags for third language and onwards was not showing [MOD] make list of languages to be shown to be "show these" rather than "add to" method, which fixes languages forgotted problem, and is also more usable. [MOD] add perm check (which is probably too strong, but needs further  refinement).

------------------------------------------------------------------------
r11474 | nkoth | 2008-02-26 15:39:44 +0100 (mar, 26 fév 2008) | 2 lines

[MOD] allow same tag in multiple languages (e.g. same word exist in english and french) to be saved. However, do not create new lang specific tag if universal tag exists [MOD] show only pages in same lang through get_similar [MOD] allow getting of tags from all objects (not just specifc object)

------------------------------------------------------------------------
r11473 | sylvieg | 2008-02-25 23:09:00 +0100 (lun, 25 fév 2008) | 2 lines

[FIX]bookmark: display an error if feature bookmark is not set in the module

------------------------------------------------------------------------
r11470 | sylvieg | 2008-02-25 17:27:57 +0100 (lun, 25 fév 2008) | 2 lines

notice

------------------------------------------------------------------------
r11469 | sylvieg | 2008-02-24 21:58:12 +0100 (dim, 24 fév 2008) | 2 lines

[FIX]tracker: escape ou {wiki} the value but not both (value for ' must not be transform into &#039;) + come back to the pvalue to not parse twice

------------------------------------------------------------------------
r11468 | pkdille | 2008-02-24 07:29:17 +0100 (dim, 24 fév 2008) | 2 lines

[MOD] tikineat: force cursor to pointer for linkbut elements. Mainly needed on tiki-browse_freetags for "Clear" button.

------------------------------------------------------------------------
r11466 | jyhem | 2008-02-22 11:38:01 +0100 (ven, 22 fév 2008) | 2 lines

[NEW] Tracker items of type 'static text' now accept options for wikiparsing and list display truncating

------------------------------------------------------------------------
r11465 | marclaporte | 2008-02-22 06:34:31 +0100 (ven, 22 fév 2008) | 2 lines

[FIX] Typical user doesn't need to see this info when running the script. And those who do will read the source of the script.

------------------------------------------------------------------------
r11464 | lphuberdeau | 2008-02-21 19:49:07 +0100 (jeu, 21 fév 2008) | 2 lines

[SEC] Porting fix from 1.9 for input sanitization

------------------------------------------------------------------------
r11463 | ricks99 | 2008-02-21 17:21:52 +0100 (jeu, 21 fév 2008) | 2 lines

[UI] only show find form when there are items. when showing find results, provide ui feedback showing number of hits, so users know they are viewing a subset of all available records.

------------------------------------------------------------------------
r11462 | nkoth | 2008-02-21 07:14:03 +0100 (jeu, 21 fév 2008) | 2 lines

[MOD] make it getMissingTranslationBits possible to return max one per page

------------------------------------------------------------------------
r11461 | nkoth | 2008-02-21 06:11:23 +0100 (jeu, 21 fév 2008) | 2 lines

[FIX] typo - closing p tag did not have /

------------------------------------------------------------------------
r11460 | nkoth | 2008-02-21 06:02:27 +0100 (jeu, 21 fév 2008) | 2 lines

[FIX] perms checking of staging/approved page, etc... should happen before blocking of users that are only allowed to make new staging translations from broader changing of translation sets.

------------------------------------------------------------------------
r11459 | lphuberdeau | 2008-02-20 17:04:14 +0100 (mer, 20 fév 2008) | 2 lines

[FIX] Adding tag language to tiki.sql

------------------------------------------------------------------------
r11458 | franck | 2008-02-20 04:36:54 +0100 (mer, 20 fév 2008) | 2 lines

Live support: FIX: polling, remove sound and other fixes

------------------------------------------------------------------------
r11457 | nkoth | 2008-02-20 03:13:24 +0100 (mer, 20 fév 2008) | 2 lines

[FIX] link typo

------------------------------------------------------------------------
r11456 | nkoth | 2008-02-20 02:22:18 +0100 (mer, 20 fév 2008) | 2 lines

[FIX] remove perm check for non existent tiki_p_interactive_translation as tiki_p_edit_languages should suffice

------------------------------------------------------------------------
r11455 | nkoth | 2008-02-20 02:19:48 +0100 (mer, 20 fév 2008) | 2 lines

[FIX] remove perm check for non-existent tiki_p_interactive translation since tiki_p_edit_languages should be enough, [FIX] translation of "on" and "off" single word may not work in some languages

------------------------------------------------------------------------
r11454 | nkoth | 2008-02-20 01:37:53 +0100 (mer, 20 fév 2008) | 2 lines

[FIX] make circle for interactive translation work for links with title/alt that are also translated

------------------------------------------------------------------------
r11453 | nkoth | 2008-02-20 01:06:22 +0100 (mer, 20 fév 2008) | 2 lines

[FIX] must attempt translation to site default if target language not specified and user has no lang set (i.e. using site default)

------------------------------------------------------------------------
r11452 | jyhem | 2008-02-19 21:11:03 +0100 (mar, 19 fév 2008) | 2 lines

[FIX] Correct a capitalisation inconsistency

------------------------------------------------------------------------
r11451 | lphuberdeau | 2008-02-18 21:23:49 +0100 (lun, 18 fév 2008) | 2 lines

[MOD] Tag translation support

------------------------------------------------------------------------
r11450 | lphuberdeau | 2008-02-18 20:03:12 +0100 (lun, 18 fév 2008) | 2 lines

[NEW] Tag translation UI (not functional yet)

------------------------------------------------------------------------
r11447 | lphuberdeau | 2008-02-18 17:03:27 +0100 (lun, 18 fév 2008) | 2 lines

[MOD] Restrict tag suggestion to universal tags or tags in the current page language

------------------------------------------------------------------------
r11446 | lphuberdeau | 2008-02-18 16:21:25 +0100 (lun, 18 fév 2008) | 2 lines

[MOD] Save tag language

------------------------------------------------------------------------
r11445 | lphuberdeau | 2008-02-18 15:03:29 +0100 (lun, 18 fév 2008) | 2 lines

[NEW] Adding preference to support multilingual freetags

------------------------------------------------------------------------
r11444 | lphuberdeau | 2008-02-18 14:36:18 +0100 (lun, 18 fév 2008) | 2 lines

[MOD] Adding language field on tags

------------------------------------------------------------------------
r11443 | nyloth | 2008-02-18 12:00:40 +0100 (lun, 18 fév 2008) | 2 lines

[FIX] trackers: correctly check status perms (you may have those perms for a specific tracker but not the 'general' perm)

------------------------------------------------------------------------
r11442 | sylvieg | 2008-02-17 03:34:03 +0100 (dim, 17 fév 2008) | 2 lines

[FIX]login: ... but need the ldap to be tested in not in tiki

------------------------------------------------------------------------
r11441 | sylvieg | 2008-02-17 03:27:13 +0100 (dim, 17 fév 2008) | 2 lines

[FIX]login: if ldap auth - and if Create user if not in Tiki, let the user identified in tiki to log in

------------------------------------------------------------------------
r11440 | sylvieg | 2008-02-16 23:40:31 +0100 (sam, 16 fév 2008) | 2 lines

global

------------------------------------------------------------------------
r11439 | nkoth | 2008-02-16 22:00:44 +0100 (sam, 16 fév 2008) | 2 lines

[FIX] show "update from it" text only if user has perm to edit current page

------------------------------------------------------------------------
r11438 | marclaporte | 2008-02-16 20:46:26 +0100 (sam, 16 fév 2008) | 2 lines

[FIX] {maketoc} 1-Making heading of maketoc translatable 2-Use the same caps/no caps combination as what is already in all the language.php translation files.

------------------------------------------------------------------------
r11437 | marclaporte | 2008-02-16 20:31:48 +0100 (sam, 16 fév 2008) | 2 lines

[FIX] translation

------------------------------------------------------------------------
r11436 | luciash | 2008-02-16 11:36:22 +0100 (sam, 16 fév 2008) | 2 lines

[FIX] consistency fix: s/TikiWiki/Tikiwiki/

------------------------------------------------------------------------
r11435 | luciash | 2008-02-16 09:54:46 +0100 (sam, 16 fév 2008) | 2 lines

[MOD] s/TikiWiki/Tikiwiki/

------------------------------------------------------------------------
r11434 | luciash | 2008-02-16 09:52:27 +0100 (sam, 16 fév 2008) | 2 lines

[MOD] s/TikiWiki/Tikiwiki/ [ADD] cvs header tag

------------------------------------------------------------------------
r11433 | luciash | 2008-02-16 09:10:27 +0100 (sam, 16 fév 2008) | 2 lines

[MOD] s/TikiWiki/Tikiwiki/ and else instead of new if with conditioning the same

------------------------------------------------------------------------
r11432 | luciash | 2008-02-16 09:02:10 +0100 (sam, 16 fév 2008) | 2 lines

 [FIX] center tag was no XHTML

------------------------------------------------------------------------
r11430 | ricks99 | 2008-02-15 21:51:58 +0100 (ven, 15 fév 2008) | 2 lines

[UI] Improve first-time user experience, icons for visual cues, direct links for admin menu options, textual edits.

------------------------------------------------------------------------
r11429 | nyloth | 2008-02-15 16:40:25 +0100 (ven, 15 fév 2008) | 2 lines

[MOD] use userlink instead of escape to allow user real name

------------------------------------------------------------------------
r11428 | sylvieg | 2008-02-15 15:59:49 +0100 (ven, 15 fév 2008) | 2 lines

typo

------------------------------------------------------------------------
r11427 | sylvieg | 2008-02-15 15:56:24 +0100 (ven, 15 fév 2008) | 2 lines

[FIX]intertiki: if import pref+info from main is on, when changing on slave, copy back to main because otherwise the info/pref will be copied from main to slave at the next login

------------------------------------------------------------------------
r11426 | sylvieg | 2008-02-15 15:32:25 +0100 (ven, 15 fév 2008) | 2 lines

[FIX]intertiki: copu the avatar only if import pref is on

------------------------------------------------------------------------
r11425 | nyloth | 2008-02-15 15:18:45 +0100 (ven, 15 fév 2008) | 2 lines

[FIX] show 'The file is locked by...' even if it's not by the current user

------------------------------------------------------------------------
r11424 | nyloth | 2008-02-15 14:52:29 +0100 (ven, 15 fév 2008) | 13 lines

[MOD] galleries file listing: some UI changes (pagination, ajax, locking, archives, user real names)

 * use pagination_links & self_links to enable AJAX and clean the code,

 * rename 'Edit' action by 'Properties' action, to be more intuitive for users,
 * handle lock/unlock operations in filegals listing instead of file properties page (with a dedicated icon, so removing the 'download & lock' one which was a bit confusing and didn't allow to unlock),
 * add a 'Locked by...' info on the top of file properties page,

 * rename 'Archive' into 'Archives' since the user should not expect the action of archiving the file, but simply browsing the existing archives,
 * add gray/disabled 'Archives' icons when archives are handled in the filegal but the file has no archives,

 * put some 'username' smarty modifier instead of 'escape', in order to allow displaying real user names

------------------------------------------------------------------------
r11420 | nyloth | 2008-02-15 14:29:29 +0100 (ven, 15 fév 2008) | 2 lines

[ENH] pagination links: new offset_arg param (Name of the URL argument that contains the offset. Defaults to 'offset')

------------------------------------------------------------------------
r11419 | pkdille | 2008-02-14 23:25:23 +0100 (jeu, 14 fév 2008) | 2 lines

[MOD] diffsql: change mysqldump options in order to have one value per line when tables are populated. This way, it is easier to see the differences.

------------------------------------------------------------------------
r11418 | pkdille | 2008-02-14 22:41:39 +0100 (jeu, 14 fév 2008) | 2 lines

[FIX] converting this file from dos to unix format

------------------------------------------------------------------------
r11417 | pkdille | 2008-02-14 22:10:36 +0100 (jeu, 14 fév 2008) | 2 lines

[MOD] tikineat: make rss lists look nicer

------------------------------------------------------------------------
r11416 | nyloth | 2008-02-14 21:51:15 +0100 (jeu, 14 fév 2008) | 2 lines

[ENH] file galleries listing: use smarty pagination_links

------------------------------------------------------------------------
r11415 | nyloth | 2008-02-14 21:48:11 +0100 (jeu, 14 fév 2008) | 2 lines

[ENH] smarty self_link: add an _alt param for the icon's alt attribute + better handle _alt and _title + add quotes around param values

------------------------------------------------------------------------
r11414 | nyloth | 2008-02-14 21:45:41 +0100 (jeu, 14 fév 2008) | 2 lines

[ENH] smarty icon: remove empty arguments in the IMG tag

------------------------------------------------------------------------
r11413 | nyloth | 2008-02-14 20:47:48 +0100 (jeu, 14 fév 2008) | 2 lines

[ENH] file galleries listing: use self_link to enable AJAX and sorting icons + cleaning code.

------------------------------------------------------------------------
r11412 | lphuberdeau | 2008-02-14 20:47:15 +0100 (jeu, 14 fév 2008) | 2 lines

[FIX] Default change done right

------------------------------------------------------------------------
r11411 | lphuberdeau | 2008-02-14 19:55:13 +0100 (jeu, 14 fév 2008) | 2 lines

[MOD] Making unsuccessful_login default to 5

------------------------------------------------------------------------
r11410 | sylvieg | 2008-02-14 12:10:14 +0100 (jeu, 14 fév 2008) | 2 lines

[FIX]shoutbox: antibot also in tiki-shoutbox.php

------------------------------------------------------------------------
r11409 | nyloth | 2008-02-14 11:42:00 +0100 (jeu, 14 fév 2008) | 2 lines

[MOD] pagination_links: use smarty 'icon' to allow theme icon sets

------------------------------------------------------------------------
r11408 | nyloth | 2008-02-14 11:41:25 +0100 (jeu, 14 fév 2008) | 2 lines

[MOD] pagination_links: use smarty 'icon' to allow theme icon sets

------------------------------------------------------------------------
r11407 | sylvieg | 2008-02-14 11:41:13 +0100 (jeu, 14 fév 2008) | 2 lines

sync

------------------------------------------------------------------------
r11406 | sylvieg | 2008-02-14 11:38:12 +0100 (jeu, 14 fév 2008) | 2 lines

[FIX] db upgrade/tiki.sql were different resulting an anonymous was not able to post in shoutbox

------------------------------------------------------------------------
r11405 | nyloth | 2008-02-14 11:25:11 +0100 (jeu, 14 fév 2008) | 2 lines

[MOD] syslog: use smarty pagination_links.

------------------------------------------------------------------------
r11404 | nyloth | 2008-02-14 11:03:43 +0100 (jeu, 14 fév 2008) | 2 lines

[ENH] pagination links: also support next/prev fast moves with icons

------------------------------------------------------------------------
r11401 | nyloth | 2008-02-13 23:29:14 +0100 (mer, 13 fév 2008) | 10 lines

[ENH] pagination links: new options + move 'direct pagination' in "look & feel admin page > General Layout options" (same for "Display menus as folders")

New options for Pagination links:
 * Use relative (next / previous) pagination links
 * Max. number of links around the current item (for direct pagination only)
 * Max. number of links after the first or before the last item (for direct pagination only)
 * Display 'First' and 'Last' links
 * Display fast move links (by 10 percent of the total number of pages)
 * Use Icons

------------------------------------------------------------------------
r11400 | sept_7 | 2008-02-13 17:58:41 +0100 (mer, 13 fév 2008) | 2 lines

[FIX] typo oops, very sorry :(

------------------------------------------------------------------------
r11399 | sept_7 | 2008-02-13 17:53:25 +0100 (mer, 13 fév 2008) | 2 lines

[MOD] allow to pass a different sort in the parameters

------------------------------------------------------------------------
r11398 | sylvieg | 2008-02-13 16:12:56 +0100 (mer, 13 fév 2008) | 2 lines

oops

------------------------------------------------------------------------
r11397 | sylvieg | 2008-02-13 16:04:47 +0100 (mer, 13 fév 2008) | 2 lines

[MOD]tracker: new auto-increment option: initial value, prepend, append

------------------------------------------------------------------------
r11396 | sept_7 | 2008-02-13 15:09:20 +0100 (mer, 13 fév 2008) | 2 lines

[MOD] add numerical sort : nasc numerical ascendant, ndesc...

------------------------------------------------------------------------
r11395 | lphuberdeau | 2008-02-12 21:56:47 +0100 (mar, 12 fév 2008) | 2 lines

[MOD] Restrict the listed pages to add in the edit-translation UI to those that can actually be added.

------------------------------------------------------------------------
r11394 | lphuberdeau | 2008-02-12 21:15:30 +0100 (mar, 12 fév 2008) | 2 lines

[MOD] Ask google not to detach the pages

------------------------------------------------------------------------
r11393 | sylvieg | 2008-02-12 21:07:52 +0100 (mar, 12 fév 2008) | 2 lines

[MOD]calendar: possibility to delete the events older than n days for all or one calendar

------------------------------------------------------------------------
r11392 | sylvieg | 2008-02-12 20:20:18 +0100 (mar, 12 fév 2008) | 2 lines

[MOD]calendar: possibility to delete the events older than n days

------------------------------------------------------------------------
r11391 | lphuberdeau | 2008-02-12 19:19:09 +0100 (mar, 12 fév 2008) | 2 lines

[FIX] {tr} tags would show in the message

------------------------------------------------------------------------
r11390 | lphuberdeau | 2008-02-12 19:08:02 +0100 (mar, 12 fév 2008) | 2 lines

[FIX] Handle properly versions that get deleted.

------------------------------------------------------------------------
r11389 | lphuberdeau | 2008-02-12 16:41:23 +0100 (mar, 12 fév 2008) | 2 lines

[MOD] Use different save buttons when in translation mode and allow partial translations.

------------------------------------------------------------------------
r11388 | lphuberdeau | 2008-02-12 16:15:56 +0100 (mar, 12 fév 2008) | 2 lines

[MOD] Adding text to explain the UI for additional languages you can read.

------------------------------------------------------------------------
r11387 | mose | 2008-02-12 00:32:29 +0100 (mar, 12 fév 2008) | 2 lines

[FIX] adminlogin:fixed ldap version pref that could not be changed

------------------------------------------------------------------------
r11385 | sylvieg | 2008-02-11 16:06:12 +0100 (lun, 11 fév 2008) | 2 lines

[FIX]do not link to my test

------------------------------------------------------------------------
r11384 | sylvieg | 2008-02-11 15:56:03 +0100 (lun, 11 fév 2008) | 2 lines

[FIX]fckeditor: replace the tiki check for browser compatibility with the fckeditor check for compatibility - to autoamatically follows the fck release improvment ==> fck works on safari

------------------------------------------------------------------------
r11383 | nkoth | 2008-02-11 04:27:47 +0100 (lun, 11 fév 2008) | 2 lines

[FIX] interactive translation causing bad html due to creation of spans within a, or nested spans (probably more to fix) [MOD] allow tr tag and tra to accept param to exclude from interactive translation

------------------------------------------------------------------------
r11382 | sylvieg | 2008-02-11 01:07:05 +0100 (lun, 11 fév 2008) | 2 lines

[FIX]tracker: some escape

------------------------------------------------------------------------
r11381 | nkoth | 2008-02-10 21:49:56 +0100 (dim, 10 fév 2008) | 2 lines

[FIX] put back interactive translation feature (previously removed in 1.9 [not available there] and removal was accidentally merged into 1.10)

------------------------------------------------------------------------
r11380 | sylvieg | 2008-02-10 20:54:38 +0100 (dim, 10 fév 2008) | 2 lines

auto_query_args is not working as expected

------------------------------------------------------------------------
r11379 | sylvieg | 2008-02-10 20:43:08 +0100 (dim, 10 fév 2008) | 2 lines

[MOD]tracker: hook not to have categories on 2 colonnes

------------------------------------------------------------------------
r11378 | marclaporte | 2008-02-10 20:08:19 +0100 (dim, 10 fév 2008) | 2 lines

eliminate duplicate

------------------------------------------------------------------------
r11377 | sylvieg | 2008-02-10 19:55:54 +0100 (dim, 10 fév 2008) | 2 lines

oops

------------------------------------------------------------------------
r11376 | sylvieg | 2008-02-10 19:15:11 +0100 (dim, 10 fév 2008) | 2 lines

[MOD]tracker: filter on tracker link

------------------------------------------------------------------------
r11375 | sylvieg | 2008-02-10 19:10:28 +0100 (dim, 10 fév 2008) | 2 lines

global

------------------------------------------------------------------------
r11374 | sylvieg | 2008-02-10 19:06:44 +0100 (dim, 10 fév 2008) | 2 lines

[FIX]tracker: keep only unique values in item link

------------------------------------------------------------------------
r11373 | sylvieg | 2008-02-10 19:01:45 +0100 (dim, 10 fév 2008) | 2 lines

global

------------------------------------------------------------------------
r11372 | sylvieg | 2008-02-09 23:08:57 +0100 (sam, 09 fév 2008) | 2 lines

[FIX]search: if search find a page with a redirect and if the snippet is parsed - do not do the redirect

------------------------------------------------------------------------
r11371 | sylvieg | 2008-02-09 00:13:20 +0100 (sam, 09 fév 2008) | 2 lines

[MOD]some more sefurl on wikipage

------------------------------------------------------------------------
r11369 | sylvieg | 2008-02-08 22:57:00 +0100 (ven, 08 fév 2008) | 2 lines

notice

------------------------------------------------------------------------
r11368 | sylvieg | 2008-02-08 22:41:10 +0100 (ven, 08 fév 2008) | 2 lines

notice

------------------------------------------------------------------------
r11367 | sylvieg | 2008-02-08 20:34:33 +0100 (ven, 08 fév 2008) | 2 lines

[MOD]wiki: can dispaly the page_id in listpage

------------------------------------------------------------------------
r11366 | sylvieg | 2008-02-08 19:42:48 +0100 (ven, 08 fév 2008) | 2 lines

[FIX]fckeditor: rewrite the url only in the local server, you can have add an image from another tikiwiki/img/wiki_up

------------------------------------------------------------------------
r11365 | ricks99 | 2008-02-08 19:12:17 +0100 (ven, 08 fév 2008) | 2 lines

[UI Fix] do not show up/down buttons for first/last modules.

------------------------------------------------------------------------
r11364 | sylvieg | 2008-02-08 18:53:16 +0100 (ven, 08 fév 2008) | 2 lines

[FIX]img: rewrite the url img/wiki_up only only when local url - it can be an absolute url to another mulitiki img

------------------------------------------------------------------------
r11363 | sylvieg | 2008-02-08 18:30:40 +0100 (ven, 08 fév 2008) | 2 lines

[FIX]fckeditor: rewrite the url only in the local server, you can have add an image from another tikiwiki/img/wiki_up

------------------------------------------------------------------------
r11362 | sylvieg | 2008-02-08 18:00:41 +0100 (ven, 08 fév 2008) | 2 lines

[FIX]fckeditor: rewrite the url only in the local server, you can have add an image from another tikiwiki/img/wiki_up

------------------------------------------------------------------------
r11361 | jyhem | 2008-02-08 14:56:55 +0100 (ven, 08 fév 2008) | 2 lines

[FIX] mass capitalization

------------------------------------------------------------------------
r11360 | jyhem | 2008-02-08 10:31:51 +0100 (ven, 08 fév 2008) | 2 lines

[FIX] mass capitalization

------------------------------------------------------------------------
r11359 | jyhem | 2008-02-08 10:10:41 +0100 (ven, 08 fév 2008) | 2 lines

[FIX] mass capitalization

------------------------------------------------------------------------
r11358 | chibaguy | 2008-02-08 06:03:51 +0100 (ven, 08 fév 2008) | 2 lines

First-page, last-page icon file paths fixed.

------------------------------------------------------------------------
r11357 | chibaguy | 2008-02-08 05:57:11 +0100 (ven, 08 fév 2008) | 2 lines

Missing div closing tag added.

------------------------------------------------------------------------
r11356 | chibaguy | 2008-02-08 05:36:44 +0100 (ven, 08 fév 2008) | 2 lines

Fixes unclosed div problem.

------------------------------------------------------------------------
r11355 | sylvieg | 2008-02-08 00:05:42 +0100 (ven, 08 fév 2008) | 2 lines

rollback - need to find the good regexp

------------------------------------------------------------------------
r11354 | sylvieg | 2008-02-07 23:26:55 +0100 (jeu, 07 fév 2008) | 2 lines

[FIX]fck: do not rewrite the img url if it is an absolute url

------------------------------------------------------------------------
r11353 | lphuberdeau | 2008-02-07 22:59:14 +0100 (jeu, 07 fév 2008) | 2 lines

[MOD] Force to use 'sh' explicitly on fixperms and setup.

------------------------------------------------------------------------
r11352 | sylvieg | 2008-02-07 20:38:45 +0100 (jeu, 07 fév 2008) | 2 lines

[FIX]tracker: additional export option to save in a server local file + save some queries if rating is not used for the tracker

------------------------------------------------------------------------
r11351 | sylvieg | 2008-02-07 20:37:14 +0100 (jeu, 07 fév 2008) | 2 lines

[FIX]IE7: do not like a form in a form

------------------------------------------------------------------------
r11350 | nyloth | 2008-02-07 15:51:06 +0100 (jeu, 07 fév 2008) | 2 lines

[FIX] view tracker item: add missing initialization of auto_query_args, which is needed to avoid submitting forms again and again when ajax is enabled

------------------------------------------------------------------------
r11349 | nyloth | 2008-02-07 15:47:18 +0100 (jeu, 07 fév 2008) | 2 lines

[ENH] smarty query function: also handle array values in URL for PHP4.

------------------------------------------------------------------------
r11348 | nyloth | 2008-02-07 15:46:05 +0100 (jeu, 07 fév 2008) | 2 lines

[FIX] galaxia: fix typo

------------------------------------------------------------------------
r11347 | lphuberdeau | 2008-02-07 14:26:40 +0100 (jeu, 07 fév 2008) | 2 lines

[FIX] Minor issue when version 1 is the oldest change

------------------------------------------------------------------------
r11346 | jyhem | 2008-02-07 13:57:28 +0100 (jeu, 07 fév 2008) | 2 lines

[FIX] Handle split perms for people who upgrade from 1.10 to 1.10

------------------------------------------------------------------------
r11345 | sylvieg | 2008-02-07 12:33:25 +0100 (jeu, 07 fév 2008) | 2 lines

[FIX]missing prefs - txk chibaguy

------------------------------------------------------------------------
r11344 | sept_7 | 2008-02-07 10:29:21 +0100 (jeu, 07 fév 2008) | 2 lines

[MOD] use return instead of echo

------------------------------------------------------------------------
r11343 | sylvieg | 2008-02-06 23:03:11 +0100 (mer, 06 fév 2008) | 2 lines

[FIX]pagination: to have the text in the middle for the pages lists even if first or last

------------------------------------------------------------------------
r11342 | nkoth | 2008-02-06 21:55:53 +0100 (mer, 06 fév 2008) | 2 lines

[FIX] when user is registering, set his language preference to default set in admin...login.

------------------------------------------------------------------------
r11341 | sylvieg | 2008-02-06 21:51:56 +0100 (mer, 06 fév 2008) | 2 lines

[FIX]tracker: translate the value of a drop down/radio field

------------------------------------------------------------------------
r11340 | sylvieg | 2008-02-06 20:18:19 +0100 (mer, 06 fév 2008) | 2 lines

[FIX]tracker: translate the options of a drop down only a display to have the English value in database and not translated value

------------------------------------------------------------------------
r11339 | sylvieg | 2008-02-06 18:42:10 +0100 (mer, 06 fév 2008) | 2 lines

rollback the split of perm until a suitable solution if found

------------------------------------------------------------------------
r11338 | sylvieg | 2008-02-06 18:03:34 +0100 (mer, 06 fév 2008) | 2 lines

trace

------------------------------------------------------------------------
r11337 | sylvieg | 2008-02-06 17:37:04 +0100 (mer, 06 fév 2008) | 2 lines

missing perms - thx Jyhem

------------------------------------------------------------------------
r11336 | sylvieg | 2008-02-06 15:11:46 +0100 (mer, 06 fév 2008) | 2 lines

[FIX]contact: do not show the quick edit box in the contact page

------------------------------------------------------------------------
r11335 | sylvieg | 2008-02-06 15:06:19 +0100 (mer, 06 fév 2008) | 2 lines

[FIX]contact: port the antibot for anonymous + remember subject+body if error

------------------------------------------------------------------------
r11334 | jyhem | 2008-02-06 10:35:11 +0100 (mer, 06 fév 2008) | 2 lines

[FIX] mass capitalization (minor tabs improvement)

------------------------------------------------------------------------
r11333 | pkdille | 2008-02-06 09:58:48 +0100 (mer, 06 fév 2008) | 2 lines

[MOD] view forum thread: Add an already used style to the "reported post" message. The "reported_note" class is only used for this message and exists nowhere else (should have been added in transitionnal style). I vote for deleting this class in template. Any opinion about this ?

------------------------------------------------------------------------
r11332 | nkoth | 2008-02-06 04:59:33 +0100 (mer, 06 fév 2008) | 2 lines

[FIX] bug tracker item 1525: default version as second item not showing

------------------------------------------------------------------------
r11331 | nkoth | 2008-02-06 03:38:47 +0100 (mer, 06 fév 2008) | 2 lines

[FIX] make detect browser language totally case insensitive, even in presence of new custom lang capitalization, e.g. en-US or anything.

------------------------------------------------------------------------
r11330 | lphuberdeau | 2008-02-06 03:25:27 +0100 (mer, 06 fév 2008) | 2 lines

[FIX] The way source version number was fetched was incorrect (again). It now matches the theory.

------------------------------------------------------------------------
r11329 | nkoth | 2008-02-06 02:52:21 +0100 (mer, 06 fév 2008) | 2 lines

[FIX] make priority of language detected from browser follow that defined in RFC 4647

------------------------------------------------------------------------
r11328 | nkoth | 2008-02-06 00:43:50 +0100 (mer, 06 fév 2008) | 2 lines

[FIX] needs critical translation message was not appearing on pages needing staging but not edited yet. Also append contents of edit comment from staging to approved, instead of replacing with [approved by ....]

------------------------------------------------------------------------
r11327 | sylvieg | 2008-02-05 22:32:15 +0100 (mar, 05 fév 2008) | 2 lines

[MOD]categ: API can do a OR or and AND between categories

------------------------------------------------------------------------
r11326 | sylvieg | 2008-02-05 22:17:32 +0100 (mar, 05 fév 2008) | 2 lines

[FIX]wiki: do not create a where clause if empty

------------------------------------------------------------------------
r11325 | sylvieg | 2008-02-05 20:15:52 +0100 (mar, 05 fév 2008) | 2 lines

[MOD]sort: show the default sort_mode with an icon if set

------------------------------------------------------------------------
r11324 | lphuberdeau | 2008-02-05 20:07:39 +0100 (mar, 05 fév 2008) | 2 lines

[MOD] Improve the messages displayed.

------------------------------------------------------------------------
r11323 | lphuberdeau | 2008-02-05 19:36:32 +0100 (mar, 05 fév 2008) | 2 lines

[MOD] Adding an index on source_translation_bit. Quite a lot of search queries are made on it.

------------------------------------------------------------------------
r11322 | jyhem | 2008-02-05 19:01:50 +0100 (mar, 05 fév 2008) | 2 lines

[FIX] some translations

------------------------------------------------------------------------
r11321 | lphuberdeau | 2008-02-05 18:22:56 +0100 (mar, 05 fév 2008) | 2 lines

[MOD] Default language selection to site language.

------------------------------------------------------------------------
r11320 | lphuberdeau | 2008-02-05 18:15:14 +0100 (mar, 05 fév 2008) | 2 lines

[MOD] Adding language parameter on page creation links.

------------------------------------------------------------------------
r11319 | lphuberdeau | 2008-02-05 18:14:40 +0100 (mar, 05 fév 2008) | 2 lines

[FIX] Notice caused in some situations.

------------------------------------------------------------------------
r11318 | pkdille | 2008-02-05 18:06:42 +0100 (mar, 05 fév 2008) | 2 lines

[FIX] view forum thread: fix default sort values

------------------------------------------------------------------------
r11317 | pkdille | 2008-02-05 18:05:30 +0100 (mar, 05 fév 2008) | 2 lines

[FIX] view forum thread: fix the actions when report feature is active

------------------------------------------------------------------------
r11316 | lphuberdeau | 2008-02-05 17:39:10 +0100 (mar, 05 fév 2008) | 2 lines

[MOD] Attempt to make the message more obvious.

------------------------------------------------------------------------
r11315 | lphuberdeau | 2008-02-05 17:33:24 +0100 (mar, 05 fév 2008) | 2 lines

[MOD] Allow to set a pivot_language parameter on the module to restrict the length of the lists shown to the users.

------------------------------------------------------------------------
r11314 | lphuberdeau | 2008-02-05 17:32:26 +0100 (mar, 05 fév 2008) | 2 lines

[FIX] Best/Worst page source version look-up has to be directional.

------------------------------------------------------------------------
r11313 | jyhem | 2008-02-05 17:14:45 +0100 (mar, 05 fév 2008) | 2 lines

[FIX] mass capitalization

------------------------------------------------------------------------
r11312 | marclaporte | 2008-02-05 17:09:32 +0100 (mar, 05 fév 2008) | 2 lines

[FIX]Nicer error message when not root (ported from BRANCH-1-9)

------------------------------------------------------------------------
r11311 | lphuberdeau | 2008-02-05 16:12:46 +0100 (mar, 05 fév 2008) | 2 lines

[MOD] Display translation link in critical translation alert.

------------------------------------------------------------------------
r11310 | lphuberdeau | 2008-02-05 15:21:23 +0100 (mar, 05 fév 2008) | 2 lines

[FIX] Best/Worst page history lookup for diff version were inverted.

------------------------------------------------------------------------
r11309 | sylvieg | 2008-02-05 15:17:55 +0100 (mar, 05 fév 2008) | 2 lines

[FIX]tracker: fix trackerfilter if not in displaylist mode

------------------------------------------------------------------------
r11308 | sylvieg | 2008-02-05 15:04:54 +0100 (mar, 05 fév 2008) | 2 lines

oops

------------------------------------------------------------------------
r11307 | ricks99 | 2008-02-05 03:16:06 +0100 (mar, 05 fév 2008) | 2 lines

[FIX]Lost edit protection no longer produces false alert when resizing the edit area.

------------------------------------------------------------------------
r11306 | sylvieg | 2008-02-04 23:11:30 +0100 (lun, 04 fév 2008) | 2 lines

[MOD]tracker: integrate filter on the initial for a field

------------------------------------------------------------------------
r11305 | jyhem | 2008-02-04 18:14:51 +0100 (lun, 04 fév 2008) | 2 lines

[FIX] mass capitalization

------------------------------------------------------------------------
r11304 | sylvieg | 2008-02-04 17:53:36 +0100 (lun, 04 fév 2008) | 2 lines

[FIX]tracker: roll back rick's last commit: the option text was disappearing when changing option

------------------------------------------------------------------------
r11303 | jyhem | 2008-02-04 17:50:25 +0100 (lun, 04 fév 2008) | 2 lines

[FIX] Obvious intervertion of texts

------------------------------------------------------------------------
r11302 | sylvieg | 2008-02-04 17:14:35 +0100 (lun, 04 fév 2008) | 2 lines

[FIX]wiki: do not add bl=n if best language is not activated

------------------------------------------------------------------------
r11301 | sylvieg | 2008-02-04 15:36:26 +0100 (lun, 04 fév 2008) | 2 lines

sync

------------------------------------------------------------------------
r11300 | sylvieg | 2008-02-04 15:21:59 +0100 (lun, 04 fév 2008) | 2 lines

xhtml

------------------------------------------------------------------------
r11299 | sylvieg | 2008-02-04 15:01:08 +0100 (lun, 04 fév 2008) | 2 lines

[MOD]tracker: new plugin: Displays a button to link to a page with a tracker plugin with prefilled tracker fields

------------------------------------------------------------------------
r11296 | marclaporte | 2008-02-04 02:50:02 +0100 (lun, 04 fév 2008) | 2 lines

[FIX]Link to calendar documentation

------------------------------------------------------------------------
r11295 | lphuberdeau | 2008-02-04 00:21:51 +0100 (lun, 04 fév 2008) | 2 lines

[FIX] Ran the DB convert script.

------------------------------------------------------------------------
r11294 | sylvieg | 2008-02-02 14:00:30 +0100 (sam, 02 fév 2008) | 2 lines

[MOD]tracker plugin: to be able to prefill some fields

------------------------------------------------------------------------
r11293 | nkoth | 2008-02-02 00:58:18 +0100 (sam, 02 fév 2008) | 2 lines

[FIX] for approval and staging feature to work properly, one has to use real commit time of rollbacks instead of time of original commit for lastModif

------------------------------------------------------------------------
r11292 | sylvieg | 2008-02-01 23:46:15 +0100 (ven, 01 fév 2008) | 2 lines

[FIX]tracker list: check local perm not global

------------------------------------------------------------------------
r11291 | sylvieg | 2008-02-01 22:21:58 +0100 (ven, 01 fév 2008) | 2 lines

notice

------------------------------------------------------------------------
r11290 | sylvieg | 2008-02-01 19:43:19 +0100 (ven, 01 fév 2008) | 2 lines

[MOD]shoutbox: Anonymous can post with the antibot if available

------------------------------------------------------------------------
r11289 | ricks99 | 2008-02-01 18:06:09 +0100 (ven, 01 fév 2008) | 2 lines

New: showavatars=y, show the avatar for the last visitors.

------------------------------------------------------------------------
r11288 | sylvieg | 2008-02-01 17:27:45 +0100 (ven, 01 fév 2008) | 2 lines

[FIX]tracker list: tiki_p_admin_trackers can see all

------------------------------------------------------------------------
r11287 | sylvieg | 2008-02-01 16:49:10 +0100 (ven, 01 fév 2008) | 2 lines

[FIX]trackerlist: show only the user item if tiki_p_view_trackers is no and only writer can edit his items -> TODO put this filter in list_items

------------------------------------------------------------------------
r11286 | nkoth | 2008-02-01 16:41:47 +0100 (ven, 01 fév 2008) | 2 lines

[FIX] show correct site language setting (not user overridden one)

------------------------------------------------------------------------
r11285 | marclaporte | 2008-02-01 14:24:46 +0100 (ven, 01 fév 2008) | 2 lines

[ENH] Improving our release procedures to include the new security testing script.

------------------------------------------------------------------------
r11284 | nkoth | 2008-02-01 02:07:18 +0100 (ven, 01 fév 2008) | 2 lines

[FIX] proper checking of category perms

------------------------------------------------------------------------
r11283 | nkoth | 2008-02-01 01:53:53 +0100 (ven, 01 fév 2008) | 2 lines

[FIX] more perms cleaning

------------------------------------------------------------------------
r11282 | nkoth | 2008-02-01 01:31:38 +0100 (ven, 01 fév 2008) | 2 lines

[FIX] do not show empty brackets if language is not set yet

------------------------------------------------------------------------
r11281 | nkoth | 2008-02-01 01:16:57 +0100 (ven, 01 fév 2008) | 2 lines

[FIX] perm checking not correct [MOD] allow users with edit perms on staging but not approval page to start new translation but not edit existing

------------------------------------------------------------------------
r11280 | lphuberdeau | 2008-01-31 23:58:06 +0100 (jeu, 31 jan 2008) | 2 lines

[MOD] Limit the amount of visible languages in edit translation.

------------------------------------------------------------------------
r11279 | nkoth | 2008-01-31 22:55:56 +0100 (jeu, 31 jan 2008) | 2 lines

[FIX] show name and link to approved page even if translation not in sync bit info is coming from staging pages

------------------------------------------------------------------------
r11278 | nkoth | 2008-01-31 22:39:29 +0100 (jeu, 31 jan 2008) | 2 lines

[FIX] more robust check that staging page exists in template for display of link

------------------------------------------------------------------------
r11277 | nkoth | 2008-01-31 20:42:49 +0100 (jeu, 31 jan 2008) | 2 lines

[MOD] allow setting of pref to set number of freetags to show in suggested tags

------------------------------------------------------------------------
r11276 | marclaporte | 2008-01-31 20:37:40 +0100 (jeu, 31 jan 2008) | 2 lines

[DEL] phpopentracker was never implemented

------------------------------------------------------------------------
r11275 | marclaporte | 2008-01-31 20:35:12 +0100 (jeu, 31 jan 2008) | 2 lines

[FIX] fix plugin documentation

------------------------------------------------------------------------
r11274 | sylvieg | 2008-01-31 19:27:21 +0100 (jeu, 31 jan 2008) | 2 lines

[MOD]categ: display the categ name in the delete confirm+different alt for yellow/green key

------------------------------------------------------------------------
r11273 | nkoth | 2008-01-31 18:51:10 +0100 (jeu, 31 jan 2008) | 2 lines

[MOD] UI improvements, escaping with url instead of smarty default, and  link to edit staging page if looking at approved page.

------------------------------------------------------------------------
r11272 | nkoth | 2008-01-31 18:24:11 +0100 (jeu, 31 jan 2008) | 2 lines

[MOD] temporary solution for reading of critical bits in staging/approval situation (just use critical info from the staging page if exists)

------------------------------------------------------------------------
r11271 | nkoth | 2008-01-31 18:03:30 +0100 (jeu, 31 jan 2008) | 2 lines

[MOD] temporary solution for approval/staging pages, i.e. simply use info from staging pages.

------------------------------------------------------------------------
r11270 | lphuberdeau | 2008-01-31 16:26:34 +0100 (jeu, 31 jan 2008) | 2 lines

[MOD] Make sure language is set before the translate UI can be used.

------------------------------------------------------------------------
r11269 | nkoth | 2008-01-31 16:15:57 +0100 (jeu, 31 jan 2008) | 2 lines

[FIX] variable name $info clash

------------------------------------------------------------------------
r11268 | lphuberdeau | 2008-01-31 16:09:12 +0100 (jeu, 31 jan 2008) | 2 lines

[NEW] Copy tags from source page when performing translation. Form is pre-filled.

------------------------------------------------------------------------
r11267 | sylvieg | 2008-01-31 13:00:08 +0100 (jeu, 31 jan 2008) | 2 lines

[FIX]remember: fix the cookie with a user name with a dot - thx bmcm

------------------------------------------------------------------------
r11266 | nkoth | 2008-01-31 04:03:41 +0100 (jeu, 31 jan 2008) | 2 lines

[MOD] staging page approve process includes adding of translation bits/flags

------------------------------------------------------------------------
r11265 | sylvieg | 2008-01-30 22:22:42 +0100 (mer, 30 jan 2008) | 2 lines

notice

------------------------------------------------------------------------
r11264 | sylvieg | 2008-01-30 21:38:35 +0100 (mer, 30 jan 2008) | 2 lines

another place to change the user tracker selection

------------------------------------------------------------------------
r11263 | sylvieg | 2008-01-30 21:33:33 +0100 (mer, 30 jan 2008) | 2 lines

need a table

------------------------------------------------------------------------
r11262 | nkoth | 2008-01-30 21:13:15 +0100 (mer, 30 jan 2008) | 2 lines

[MOD] when new staging page is created for the first time, it should inherit the translation set of the approved page, if other corresponding staging pages exist.

------------------------------------------------------------------------
r11261 | sylvieg | 2008-01-30 20:34:41 +0100 (mer, 30 jan 2008) | 2 lines

[FIX]tracker: pick the user tracker of the Registered group is no other group has a user tracker

------------------------------------------------------------------------
r11260 | sylvieg | 2008-01-30 19:58:12 +0100 (mer, 30 jan 2008) | 2 lines

[FIX]tracker: when looking the user tracker, do not look only in the default group but in the default group and the other groups - otherwise it is hard to manage when user tracker is on registered and more than one group per user

------------------------------------------------------------------------
r11259 | sylvieg | 2008-01-30 19:55:37 +0100 (mer, 30 jan 2008) | 2 lines

[FIX]tracker: when looking the user tracker, do not look only in the default group but in the default group and the other groups - otherwise it is hard to manage when user tracker is on registered and more than one group per user

------------------------------------------------------------------------
r11258 | sylvieg | 2008-01-30 19:47:50 +0100 (mer, 30 jan 2008) | 2 lines

oops

------------------------------------------------------------------------
r11257 | sylvieg | 2008-01-30 19:36:50 +0100 (mer, 30 jan 2008) | 2 lines

[FIX]icon: assign a default width and height to avaoid a getimagesize in smarty:TODO have these defaults set per theme

------------------------------------------------------------------------
r11255 | nkoth | 2008-01-30 19:26:05 +0100 (mer, 30 jan 2008) | 2 lines

[FIX] must update page lang in the translation tables (not just page tables) on approve

------------------------------------------------------------------------
r11254 | marclaporte | 2008-01-30 18:45:48 +0100 (mer, 30 jan 2008) | 2 lines

[NEW] New superscript plugin, same as SUB

------------------------------------------------------------------------
r11252 | nyloth | 2008-01-30 18:23:51 +0100 (mer, 30 jan 2008) | 2 lines

[FIX] remove useless style

------------------------------------------------------------------------
r11251 | nyloth | 2008-01-30 18:13:09 +0100 (mer, 30 jan 2008) | 2 lines

[MOD] tikineat style: add an effect using CSS border color, background color and opacity when the mouse is over an icon.

------------------------------------------------------------------------
r11250 | nkoth | 2008-01-30 18:11:52 +0100 (mer, 30 jan 2008) | 2 lines

[MOD] to propagate removal and addition of translation links to staging pages when applied to approved copies

------------------------------------------------------------------------
r11249 | nyloth | 2008-01-30 18:11:06 +0100 (mer, 30 jan 2008) | 2 lines

[MOD] icons: set the default class 'icon' for all icons

------------------------------------------------------------------------
r11248 | sylvieg | 2008-01-30 17:45:30 +0100 (mer, 30 jan 2008) | 2 lines

[FIX] seems sometimes ['u_info']['group'] contains only the group name or all the group info

------------------------------------------------------------------------
r11247 | nkoth | 2008-01-30 17:18:59 +0100 (mer, 30 jan 2008) | 2 lines

[FIX] language of original page should transfer to staging copy on first creation

------------------------------------------------------------------------
r11246 | sylvieg | 2008-01-30 16:53:54 +0100 (mer, 30 jan 2008) | 2 lines

[FIX]user the function get_user_default group instead of a query to optimise on the current session values if possible

------------------------------------------------------------------------
r11245 | nyloth | 2008-01-30 16:33:53 +0100 (mer, 30 jan 2008) | 2 lines

[MOD] replace html_image and img tags for most tikiwiki icons (those in pics/icons/) with the new smarty icon function.

------------------------------------------------------------------------
r11244 | nyloth | 2008-01-30 16:30:48 +0100 (mer, 30 jan 2008) | 2 lines

[FIX] smarty icon: small fix in 'alt' auto-detection + use alt as title if title is not set

------------------------------------------------------------------------
r11243 | nkoth | 2008-01-30 05:38:41 +0100 (mer, 30 jan 2008) | 2 lines

[MOD] translating of staging pages should be controlled/inherited from approved versions

------------------------------------------------------------------------
r11242 | nkoth | 2008-01-30 04:32:53 +0100 (mer, 30 jan 2008) | 2 lines

[MOD] explicitly set bl=n for urls to view pages from translation interface

------------------------------------------------------------------------
r11241 | nkoth | 2008-01-30 04:25:57 +0100 (mer, 30 jan 2008) | 2 lines

[MOD] when saving or cancelling edit of translated page, explicitly set best language to 'n'

------------------------------------------------------------------------
r11240 | nkoth | 2008-01-30 04:20:24 +0100 (mer, 30 jan 2008) | 2 lines

[MOD] clear bl if bl is 'n' in query string for backward compatibility

------------------------------------------------------------------------
r11239 | nkoth | 2008-01-30 03:19:43 +0100 (mer, 30 jan 2008) | 2 lines

[MOD] translating of staging pages should be controlled/inherited from approved versions

------------------------------------------------------------------------
r11238 | nkoth | 2008-01-30 02:52:10 +0100 (mer, 30 jan 2008) | 2 lines

[MOD] translating of staging pages should be controlled/inherited from approved versions

------------------------------------------------------------------------
r11234 | lphuberdeau | 2008-01-30 02:26:56 +0100 (mer, 30 jan 2008) | 2 lines

[FIX] Language name vanishes when performing some actions on the page.

------------------------------------------------------------------------
r11233 | nkoth | 2008-01-30 02:09:48 +0100 (mer, 30 jan 2008) | 2 lines

[MOD] more UI improvements

------------------------------------------------------------------------
r11232 | nkoth | 2008-01-30 02:06:41 +0100 (mer, 30 jan 2008) | 2 lines

[FIX] now that translate link is in drop-down, should show drop-down even with only one lang

------------------------------------------------------------------------
r11231 | nkoth | 2008-01-30 01:58:10 +0100 (mer, 30 jan 2008) | 2 lines

[MOD] allow for user to set no language (use site default)

------------------------------------------------------------------------
r11230 | sylvieg | 2008-01-30 00:02:15 +0100 (mer, 30 jan 2008) | 2 lines

[FIX]tracker: notification on tracker are sent in user language/pref

------------------------------------------------------------------------
r11229 | lphuberdeau | 2008-01-29 23:38:25 +0100 (mar, 29 jan 2008) | 2 lines

[FIX] Weird problem with variable getting overwritten. assign_by_ref is bad.

------------------------------------------------------------------------
r11228 | lphuberdeau | 2008-01-29 23:17:01 +0100 (mar, 29 jan 2008) | 2 lines

[FIX] Missing condition in template

------------------------------------------------------------------------
r11227 | marclaporte | 2008-01-29 22:37:34 +0100 (mar, 29 jan 2008) | 2 lines

[FIX] typo

------------------------------------------------------------------------
r11226 | nyloth | 2008-01-29 20:53:15 +0100 (mar, 29 jan 2008) | 2 lines

[MOD] quicktags: use smarty icon instead of IMG tags to handle theme icons if exists.

------------------------------------------------------------------------
r11225 | nyloth | 2008-01-29 20:51:48 +0100 (mar, 29 jan 2008) | 4 lines

[ENH] self_link smarty block: now handle Tikiwiki icons through the _icon param.

Note: It is also possible to use the _icon_class param to specify the CSS class of the icon. If _icon is used and a content is found between the self_link starting and ending tags, the content will be used as the tooltip to display when the mouse is over the link

------------------------------------------------------------------------
r11224 | nyloth | 2008-01-29 20:51:12 +0100 (mar, 29 jan 2008) | 9 lines

[NEW] icon smarty function: display a Tikiwiki icon, using theme icons if they exists.

params will be used as params for the IMG tag (e.g. border, class, ...), except special params starting with '_' :
  - _id: short name (i.e. 'page_edit') or relative file path (i.e. 'pics/icons/page_edit.png'). [required]
  - _type: type of URL to use (e.g. 'absolute_uri', 'absolute_path'). Defaults to a relative URL.
  - _notag: if set to 'y', will only return the URL (which also handles theme icons).

Usage example : {icon _id='page_edit'}

------------------------------------------------------------------------
r11222 | nyloth | 2008-01-29 20:48:19 +0100 (mar, 29 jan 2008) | 2 lines

[FIX] initials_filter_links: remove useless call to extract().

------------------------------------------------------------------------
r11221 | lphuberdeau | 2008-01-29 20:34:40 +0100 (mar, 29 jan 2008) | 2 lines

[MOD] Change label to reduce confusion between page and site language

------------------------------------------------------------------------
r11220 | lphuberdeau | 2008-01-29 20:27:30 +0100 (mar, 29 jan 2008) | 2 lines

[MOD] Make translation diff zone smaller and scrollable to help with large pages.

------------------------------------------------------------------------
r11219 | sylvieg | 2008-01-29 20:01:20 +0100 (mar, 29 jan 2008) | 2 lines

[MOD]forum: use a specific tpl for the notification subject to be able to customize it

------------------------------------------------------------------------
r11217 | luciash | 2008-01-29 19:46:11 +0100 (mar, 29 jan 2008) | 2 lines

[FIX] removed closing of a div which wasn't open

------------------------------------------------------------------------
r11216 | luciash | 2008-01-29 19:19:16 +0100 (mar, 29 jan 2008) | 2 lines

[FIX] font scaling in MSIE (it must be the other way around actually - percents for body, not ems - to scale the fonts properly in MSIE when using View > Text Size from menu)

------------------------------------------------------------------------
r11215 | lphuberdeau | 2008-01-29 19:15:29 +0100 (mar, 29 jan 2008) | 2 lines

[MOD] Adding list of pages that could be updated from the current one.

------------------------------------------------------------------------
r11214 | sylvieg | 2008-01-29 18:51:02 +0100 (mar, 29 jan 2008) | 2 lines

[FIX]tracker: update radio field description

------------------------------------------------------------------------
r11213 | sylvieg | 2008-01-29 18:48:14 +0100 (mar, 29 jan 2008) | 2 lines

oops

------------------------------------------------------------------------
r11212 | sylvieg | 2008-01-29 18:31:00 +0100 (mar, 29 jan 2008) | 2 lines

[FIX]tracker: fix default value in drop down in tracker plugin + use the same trick (2 times the same value) for default in radio field

------------------------------------------------------------------------
r11211 | lphuberdeau | 2008-01-29 16:28:16 +0100 (mar, 29 jan 2008) | 2 lines

[NEW] Adding a translation module to indicate the status of related pages.

------------------------------------------------------------------------
r11208 | luciash | 2008-01-29 15:28:43 +0100 (mar, 29 jan 2008) | 2 lines

[MOD] little enhancements

------------------------------------------------------------------------
r11207 | luciash | 2008-01-29 14:20:27 +0100 (mar, 29 jan 2008) | 2 lines

[MOD] use the new pagination_links smarty block function

------------------------------------------------------------------------
r11206 | nyloth | 2008-01-29 13:38:36 +0100 (mar, 29 jan 2008) | 2 lines

[ENH] quicktags admin: use smarty self_link & pagination_links. AJAX now works (closes bug #754). Also factorize a bit columns code and put icons in the first column.

------------------------------------------------------------------------
r11205 | nyloth | 2008-01-29 13:26:40 +0100 (mar, 29 jan 2008) | 2 lines

[FIX] do not pass repeat argument as a reference

------------------------------------------------------------------------
r11204 | nyloth | 2008-01-29 13:19:27 +0100 (mar, 29 jan 2008) | 2 lines

[FIX] list of orphan pages : max number of rows was not working anymore (thx luciash) + reduce code and enhance feature by using generic find.tpl.

------------------------------------------------------------------------
r11203 | nyloth | 2008-01-29 13:12:30 +0100 (mar, 29 jan 2008) | 2 lines

[FIX] smarty query function: url arguments explicitely specified when using smarty query-based functions where not keeped

------------------------------------------------------------------------
r11202 | nyloth | 2008-01-29 13:10:20 +0100 (mar, 29 jan 2008) | 2 lines

[FIX] add missing argument repeat when calling some smarty functions (thx sylvieg).

------------------------------------------------------------------------
r11201 | nkoth | 2008-01-29 04:13:39 +0100 (mar, 29 jan 2008) | 2 lines

[MOD] get snippet as well (in case titles are not used)

------------------------------------------------------------------------
r11200 | nkoth | 2008-01-29 03:58:11 +0100 (mar, 29 jan 2008) | 2 lines

[MOD] redirect to get request after reporting post

------------------------------------------------------------------------
r11199 | nkoth | 2008-01-29 03:42:31 +0100 (mar, 29 jan 2008) | 2 lines

[FIX] bizarre situation where there could only have been one reported post in each forum!

------------------------------------------------------------------------
r11198 | nkoth | 2008-01-29 03:32:28 +0100 (mar, 29 jan 2008) | 2 lines

[MOD] add button to report post

------------------------------------------------------------------------
r11197 | nkoth | 2008-01-29 03:22:12 +0100 (mar, 29 jan 2008) | 2 lines

[MOD] add message to say that post has been reported already

------------------------------------------------------------------------
r11196 | sylvieg | 2008-01-29 00:50:58 +0100 (mar, 29 jan 2008) | 2 lines

[FIX] tracker: ask only one multilingual value in tracker plugin for a multilingual field, the current language one. Perhaps the tracker plugin needs one option all the languages or only the current one

------------------------------------------------------------------------
r11195 | sylvieg | 2008-01-28 23:14:58 +0100 (lun, 28 jan 2008) | 2 lines

[MOD]menu: sefurl for phplayer menus

------------------------------------------------------------------------
r11194 | sylvieg | 2008-01-28 22:46:33 +0100 (lun, 28 jan 2008) | 2 lines

icon +{cycle}

------------------------------------------------------------------------
r11193 | sylvieg | 2008-01-28 22:37:59 +0100 (lun, 28 jan 2008) | 2 lines

[MOD]cache: a tip to explain where the cache is used

------------------------------------------------------------------------
r11192 | sylvieg | 2008-01-28 22:17:08 +0100 (lun, 28 jan 2008) | 2 lines

[FIX]lang: use &bl=y and not &bl to have the switch_lang working

------------------------------------------------------------------------
r11191 | lphuberdeau | 2008-01-28 20:03:05 +0100 (lun, 28 jan 2008) | 2 lines

[NEW] Display translation information in page history.

------------------------------------------------------------------------
r11190 | mose | 2008-01-28 18:38:21 +0100 (lun, 28 jan 2008) | 2 lines

[FIX] imagegals: fixed the next-prev glitch

------------------------------------------------------------------------
r11189 | pkdille | 2008-01-28 18:08:51 +0100 (lun, 28 jan 2008) | 2 lines

[MOD] tiki forums: changing sort links for nyloth's smarty plugin

------------------------------------------------------------------------
r11188 | sylvieg | 2008-01-28 17:51:17 +0100 (lun, 28 jan 2008) | 2 lines

[FIX]tracker: multilingual fields must get languages from prefs and not tiki_languages taht is only use if language use DB. PS: the feature seesm to work ... since nyloth prefs modif

------------------------------------------------------------------------
r11187 | lphuberdeau | 2008-01-28 17:46:03 +0100 (lun, 28 jan 2008) | 2 lines

[NEW] Allow users to specify multiple languages they can read as a user preference. Used by "best language" feature.

------------------------------------------------------------------------
r11186 | pkdille | 2008-01-28 17:44:11 +0100 (lun, 28 jan 2008) | 2 lines

[MOD] tiki-forums: change pagination for nyloth's smarty plugin

------------------------------------------------------------------------
r11185 | nyloth | 2008-01-28 16:39:07 +0100 (lun, 28 jan 2008) | 2 lines

[ENH] tiki-listpages: use smarty self_link & initials_filter_links + simplify call to pagination links.

------------------------------------------------------------------------
r11184 | nyloth | 2008-01-28 16:38:37 +0100 (lun, 28 jan 2008) | 2 lines

[FIX] tikilib: list_pages is now able to take care of filter, find and initial params at the same time.

------------------------------------------------------------------------
r11183 | sylvieg | 2008-01-28 16:15:57 +0100 (lun, 28 jan 2008) | 2 lines

[FIX]tracker: do not make sense to show 'filter tracker items' in view tracker if the field links to a tracker with only one item per user

------------------------------------------------------------------------
r11182 | nyloth | 2008-01-28 15:35:25 +0100 (lun, 28 jan 2008) | 2 lines

[ENH] list trackers: use smarty self_link to reduce code and allow ajax on sorting links.

------------------------------------------------------------------------
r11181 | nyloth | 2008-01-28 15:11:36 +0100 (lun, 28 jan 2008) | 2 lines

[FIX] initials_filter_links: auto remove offset and reloff url arguments for initials links, because we must have the first page of results when changing the initial filter

------------------------------------------------------------------------
r11180 | nyloth | 2008-01-28 15:01:50 +0100 (lun, 28 jan 2008) | 2 lines

[MOD] view trackers: now use initials_filter_links smarty function and allow ajax on those links too.

------------------------------------------------------------------------
r11179 | nyloth | 2008-01-28 15:00:37 +0100 (lun, 28 jan 2008) | 2 lines

[NEW] initials_filter_links smarty function to generate A to Z filter links through smarty.

------------------------------------------------------------------------
r11177 | nyloth | 2008-01-28 14:57:55 +0100 (lun, 28 jan 2008) | 2 lines

[ENH] pagination links: better use smarty query function.

------------------------------------------------------------------------
r11175 | nyloth | 2008-01-28 13:36:12 +0100 (lun, 28 jan 2008) | 2 lines

[FIX] query & self_link: Only keep params explicitely specified when calling this function or specified in the $auto_query_args global var (has to be defined in php files). This is to avoid including unwanted params (like actions : remove, save...).

------------------------------------------------------------------------
r11174 | nyloth | 2008-01-28 13:34:30 +0100 (lun, 28 jan 2008) | 2 lines

[FIX] ajax_href: avoid doing things twice

------------------------------------------------------------------------
r11173 | nyloth | 2008-01-28 13:33:35 +0100 (lun, 28 jan 2008) | 2 lines

[FIX] self_link: avoid doing things twice + complete function comments

------------------------------------------------------------------------
r11172 | nkoth | 2008-01-25 22:06:40 +0100 (ven, 25 jan 2008) | 2 lines

[MOD] remove unnecessary (i.e. default) parameters from url

------------------------------------------------------------------------
r11171 | nyloth | 2008-01-25 18:23:32 +0100 (ven, 25 jan 2008) | 2 lines

[KIL] removing very old and buggy cpaint ajax lib and chat feature. cpaint has now been replaced in tiki by xajax lib and chat feature is a release blocker for 1.10. If anyone wants to keep the existing chat feature, ask me for a mod.

------------------------------------------------------------------------
r11170 | nyloth | 2008-01-25 17:17:35 +0100 (ven, 25 jan 2008) | 2 lines

[FIX] freetags: remove old cpaint code that does not work anymore and breaks freetags when ajax feature is enabled.

------------------------------------------------------------------------
r11169 | nyloth | 2008-01-25 16:26:02 +0100 (ven, 25 jan 2008) | 2 lines

[MOD] freetags normalization: allow all chars - including accents -  by default on new installations (does not affect upgrades)

------------------------------------------------------------------------
r11168 | sylvieg | 2008-01-25 15:45:21 +0100 (ven, 25 jan 2008) | 2 lines

[FIX]tracker: fix computed field using item list field in the tracker view

------------------------------------------------------------------------
r11167 | sylvieg | 2008-01-25 15:34:28 +0100 (ven, 25 jan 2008) | 2 lines

[MOD]tracker: for an item list field: move the insert new item to the right+add magnifier icon + do not display insert item if tracker has only one item per user and if the item is already there - aim: people was clicking on add new item instead on the field when the field was empty

------------------------------------------------------------------------
r11166 | nyloth | 2008-01-25 15:31:39 +0100 (ven, 25 jan 2008) | 2 lines

[FIX] smarty query function: was using the wrong global var.

------------------------------------------------------------------------
r11165 | nyloth | 2008-01-25 15:27:41 +0100 (ven, 25 jan 2008) | 2 lines

[NEW] use self_link smarty block in tiki_view_tracker's sorting links to handle AJAX and add sorting icons and clean code + remove duplicated code

------------------------------------------------------------------------
r11164 | nyloth | 2008-01-25 15:27:04 +0100 (ven, 25 jan 2008) | 12 lines

[NEW] self_link smarty block: add a link (with A tag) to the current page on a text. The generated link uses other smarty functions like query and show_sort to handle AJAX, sorting fields, and sorting icons. This block is very useful to handle table columns sorting links (with no pain ;) )

Params are the same as smarty 'query' function + some special params starting with an underscore:
  _sort_field : name of the field used for sorting,
  _sort_arg : name of the URL argument that contains the field to use for sorting. Defaults to 'sort',
  _ajax : if set to 'n', will force disabling AJAX even if the ajax feature is enabled,
  _tag : if set to 'n', will only return an URL, not the full A tag + text (AJAX and sorting features are not available in this case),
  _class : CSS class to use for the A tag

Example :
  {self_link _class='tableheading' _sort_arg='sort_mode' _sort_field='f_22'}My Column{/self_link}

------------------------------------------------------------------------
r11162 | nyloth | 2008-01-25 15:26:13 +0100 (ven, 25 jan 2008) | 14 lines

[NEW] query smarty function: now handle a special param '_type', to specify the type of the returned URL :

  * absolute_uri: return absolute URL.
     example: http://www.example.com/my_tiki/tiki-something.php?offset=0&amp;sort_mode=f_22_asc

  * absolute_path: return absolute URL path.
     example: /my_tiki/tiki-something.php?offset=0&amp;sort_mode=f_22_asc

  * relative: return relative URL path.
     example: tiki-something.php?offset=0&amp;sort_mode=f_22_asc

  * arguments: return URL arguments [default].
     example: offset=0&amp;sort_mode=f_22_asc

------------------------------------------------------------------------
r11161 | nyloth | 2008-01-25 15:25:23 +0100 (ven, 25 jan 2008) | 2 lines

[FIX] show_sort smarty function: use return instead of echo, to be able to use the function outside smarty.

------------------------------------------------------------------------
r11160 | nyloth | 2008-01-25 11:33:45 +0100 (ven, 25 jan 2008) | 2 lines

[FIX] trackers: use requested itemId if reloff is not specified, to be able to display an item directly, without coming from the item list (thx sylvie). This implies that reloff url argument is needed to display navigation links in trackers.

------------------------------------------------------------------------
r11159 | ricks99 | 2008-01-24 22:49:14 +0100 (jeu, 24 jan 2008) | 2 lines

ui improvements: wiki disucussion option -- if forum is isabled, don't allow selection (link to enable). if no forums are available, don't present an empty drop list (link to create new forum)

------------------------------------------------------------------------
r11158 | sylvieg | 2008-01-24 22:22:50 +0100 (jeu, 24 jan 2008) | 2 lines

notice

------------------------------------------------------------------------
r11157 | lphuberdeau | 2008-01-24 22:15:16 +0100 (jeu, 24 jan 2008) | 2 lines

[MOD] Adding the translate link below the language list.

------------------------------------------------------------------------
r11156 | sylvieg | 2008-01-24 21:59:32 +0100 (jeu, 24 jan 2008) | 2 lines

[MOD]tracker: if the value is empty put a space to have a link to the item

------------------------------------------------------------------------
r11155 | lphuberdeau | 2008-01-24 21:55:48 +0100 (jeu, 24 jan 2008) | 2 lines

[NEW] Adding "critical translation request"

------------------------------------------------------------------------
r11154 | sylvieg | 2008-01-24 21:47:16 +0100 (jeu, 24 jan 2008) | 2 lines

[MOD]tracker: if the value is empty put a space to have a link to the item

------------------------------------------------------------------------
r11153 | nyloth | 2008-01-24 21:00:21 +0100 (jeu, 24 jan 2008) | 2 lines

[MOD] direct pagination: enabled by default on new installations (does not affect upgrades)

------------------------------------------------------------------------
r11152 | sylvieg | 2008-01-24 20:18:21 +0100 (jeu, 24 jan 2008) | 2 lines

[FIX]tracker: fix multi joins in an item list field

------------------------------------------------------------------------
r11151 | ricks99 | 2008-01-24 20:13:37 +0100 (jeu, 24 jan 2008) | 2 lines

ui improvements: change to vertical talbe to avoid squishing content, only allow feeds for enabled features (and provide links to features), minor edit/rewite on notices, only provide rss links when actually enabled.

------------------------------------------------------------------------
r11150 | lphuberdeau | 2008-01-24 20:09:37 +0100 (jeu, 24 jan 2008) | 2 lines

[NEW] Adding multi-lingual content tracking (back-end)

------------------------------------------------------------------------
r11149 | sept_7 | 2008-01-24 19:40:57 +0100 (jeu, 24 jan 2008) | 2 lines

[FIX] tracker : if field is auto-increment AND mandatory, dont bloc the item submission

------------------------------------------------------------------------
r11148 | sylvieg | 2008-01-24 19:27:21 +0100 (jeu, 24 jan 2008) | 2 lines

[MOD]tracker: add the antibot feature in the tracker plugin

------------------------------------------------------------------------
r11147 | sept_7 | 2008-01-24 19:17:33 +0100 (jeu, 24 jan 2008) | 2 lines

[FIX] tracker : auto detect sort mode (numerical or not) by field type

------------------------------------------------------------------------
r11146 | sylvieg | 2008-01-24 19:16:17 +0100 (jeu, 24 jan 2008) | 2 lines

notice

------------------------------------------------------------------------
r11145 | sylvieg | 2008-01-24 18:21:55 +0100 (jeu, 24 jan 2008) | 2 lines

missing global

------------------------------------------------------------------------
r11144 | lphuberdeau | 2008-01-24 17:14:38 +0100 (jeu, 24 jan 2008) | 2 lines

[NEW] Adding table for translation sync

------------------------------------------------------------------------
r11143 | sylvieg | 2008-01-24 17:13:14 +0100 (jeu, 24 jan 2008) | 2 lines

[FIX]css: sort alphabetically the css

------------------------------------------------------------------------
r11142 | lphuberdeau | 2008-01-24 16:31:19 +0100 (jeu, 24 jan 2008) | 2 lines

[FIX] Would always use most recent version instead of selected one

------------------------------------------------------------------------
r11141 | lphuberdeau | 2008-01-24 16:29:03 +0100 (jeu, 24 jan 2008) | 2 lines

[MOD] Minor improvements

------------------------------------------------------------------------
r11140 | sylvieg | 2008-01-24 16:26:17 +0100 (jeu, 24 jan 2008) | 2 lines

[MOD]categ: can filter on a OR of categories

------------------------------------------------------------------------
r11139 | lphuberdeau | 2008-01-24 14:43:54 +0100 (jeu, 24 jan 2008) | 2 lines

[FIX] Page exists validation done at an unexpected moment.

------------------------------------------------------------------------
r11138 | luciash | 2008-01-24 09:38:19 +0100 (jeu, 24 jan 2008) | 2 lines

[ENH] optional param for main column to toggleCols function - TODO: save to cookie to store the swapped state

------------------------------------------------------------------------
r11137 | luciash | 2008-01-24 09:24:54 +0100 (jeu, 24 jan 2008) | 2 lines

[FIX] make swapping left / right columns working properly using the new function from tiki-js.js

------------------------------------------------------------------------
r11136 | luciash | 2008-01-24 09:22:49 +0100 (jeu, 24 jan 2008) | 2 lines

[ADD] function for swapping left / right columns in tableless layouts (e.g. for simple theme) - TODO: save to cookie to store the swapped state, main column id (now id="col1") as a param to make it optional

------------------------------------------------------------------------
r11135 | sylvieg | 2008-01-23 22:50:19 +0100 (mer, 23 jan 2008) | 2 lines

[MOD]tracker: put a link to edit on the id - hoping that the style will distinct the position and the id

------------------------------------------------------------------------
r11134 | nyloth | 2008-01-23 22:12:31 +0100 (mer, 23 jan 2008) | 2 lines

[FIX] trackers item listing: try to keep ratings on one line when there is enough place in the cell + align ratings vertically.

------------------------------------------------------------------------
r11133 | sylvieg | 2008-01-23 22:01:39 +0100 (mer, 23 jan 2008) | 2 lines

[FIX]tracker: do not parse the email if export

------------------------------------------------------------------------
r11132 | sylvieg | 2008-01-23 21:38:53 +0100 (mer, 23 jan 2008) | 2 lines

notice

------------------------------------------------------------------------
r11131 | sylvieg | 2008-01-23 20:31:57 +0100 (mer, 23 jan 2008) | 2 lines

[FIX]tracker: when exporting write little by little

------------------------------------------------------------------------
r11130 | sept_7 | 2008-01-23 19:33:41 +0100 (mer, 23 jan 2008) | 2 lines

[FIX] pagination_links : avoid double execution of the block function

------------------------------------------------------------------------
r11129 | nyloth | 2008-01-23 19:05:44 +0100 (mer, 23 jan 2008) | 2 lines

[ENH] pagination links: small fixes, [MOD] ajax: when feature is enabled, now auto-activate ajax in smarty

------------------------------------------------------------------------
r11128 | nyloth | 2008-01-23 17:52:24 +0100 (mer, 23 jan 2008) | 2 lines

[FIX] pagination links: small fixes for listpages maxrecords and some special cases for offsets

------------------------------------------------------------------------
r11127 | sylvieg | 2008-01-23 16:29:40 +0100 (mer, 23 jan 2008) | 2 lines

[FIX]tracker: {section} does not work if the keys are not consecutives ->replace with {foreach} - fix if the first field is only visible by admin for a simple user

------------------------------------------------------------------------
r11126 | nyloth | 2008-01-23 16:29:31 +0100 (mer, 23 jan 2008) | 2 lines

[FIX] pagination links: some small fixes for step > 1

------------------------------------------------------------------------
r11125 | sylvieg | 2008-01-23 15:58:28 +0100 (mer, 23 jan 2008) | 2 lines

notice

------------------------------------------------------------------------
r11124 | nyloth | 2008-01-23 15:18:52 +0100 (mer, 23 jan 2008) | 29 lines

[NEW] New smarty block 'pagination_links' to remove duplicated code of pagination links in many places.

Compared to previous pagination links code, text is now replaced by images by default, first/last links are added, and direct pagination is now done "a la google".

The block is used this way in templates files : {pagination_links params}optional_url_here{/pagination_links}

And available params are:
  - cant: Total number of items. [required]
  - offset: Current offset. Defaults to 0.
  - reloff: Current relative offset (to keep the original offset unchanged). If not specified, reloff is not used and offset is changed.
  - itemname: Untranslated string to use as the item name. Defaults to 'Page'.
  - noimg: If set to 'y', will use text instead of images for next/prev links. Only images mode supports first/last links. Defaults to 'n'.
  - class: CSS class to use for the whole div. Defaults to 'mini'.
  - template: template (.tpl file) used for AJAX_href links. Special value 'auto',
       to get the template that has the same name of the current script (by changing the file extension from .php to .tpl)
       and set htmlelement to 'tiki-center' as a default.
  - htmlelement: htmlelement used for AJAX_hred links.
  - step: number to add to an offset to go to the next item. Defaults to 1.
  - clean: remove empty arguments from generated URLs (to reduce URL lenght). Defaults to 'y'.
  - next: show (or not) next (and last) links. Defaults to 'y' if next elements exists.
  - prev: show (or not) previous (and first) links. Defaults to 'y' if previous elements exists.
  - usedots: Defaults to 'y'. Only used when 'direct_pagination' pref is set to 'y'.
      Instead of displaying one link for each item, only display some items like this
      (dots are not replaced by links, it's just a separation text):
      1 2 3 ... k-2 k-1 k k+1 k+2 ...  n-2 n-1 n

For the moment, only those places have been changed (more to come) :
	list_trackers, listpages, view_tracker_item, lastchanges, listpages, view_tracker, view_tracker_item

------------------------------------------------------------------------
r11122 | sylvieg | 2008-01-23 00:31:03 +0100 (mer, 23 jan 2008) | 2 lines

[MOD]fgal: split the show_modified into show date and show last user

------------------------------------------------------------------------
r11121 | sylvieg | 2008-01-22 23:27:16 +0100 (mar, 22 jan 2008) | 2 lines

[MOD]fgal: split the show_modified into show date and show last user

------------------------------------------------------------------------
r11120 | sylvieg | 2008-01-22 22:30:55 +0100 (mar, 22 jan 2008) | 2 lines

[FIX]tracker: rating+html

------------------------------------------------------------------------
r11119 | sylvieg | 2008-01-22 21:35:26 +0100 (mar, 22 jan 2008) | 2 lines

xhtml

------------------------------------------------------------------------
r11118 | lphuberdeau | 2008-01-22 20:28:33 +0100 (mar, 22 jan 2008) | 2 lines

[MOD] More UI improvements.

------------------------------------------------------------------------
r11117 | sylvieg | 2008-01-22 20:22:03 +0100 (mar, 22 jan 2008) | 2 lines

[FIX]tracker: big deduplication of code - use the same tpl to display a tracker field value

------------------------------------------------------------------------
r11116 | lphuberdeau | 2008-01-22 19:54:51 +0100 (mar, 22 jan 2008) | 2 lines

[MOD] UI improvements in tiki-edit_translation.php

------------------------------------------------------------------------
r11115 | lphuberdeau | 2008-01-22 18:19:54 +0100 (mar, 22 jan 2008) | 2 lines

[MOD] Make sure pages don't get overwritten

------------------------------------------------------------------------
r11114 | sylvieg | 2008-01-22 17:59:07 +0100 (mar, 22 jan 2008) | 2 lines

[FIX]actionlog: display the categ names

------------------------------------------------------------------------
r11113 | sylvieg | 2008-01-22 17:58:23 +0100 (mar, 22 jan 2008) | 2 lines

notice

------------------------------------------------------------------------
r11112 | lphuberdeau | 2008-01-22 17:58:15 +0100 (mar, 22 jan 2008) | 2 lines

[MOD] Load source text when creating a new translation.

------------------------------------------------------------------------
r11111 | sylvieg | 2008-01-22 17:05:09 +0100 (mar, 22 jan 2008) | 2 lines

[FIX]tracker: 'an editable by admin only' must be seen

------------------------------------------------------------------------
r11110 | sylvieg | 2008-01-22 16:55:33 +0100 (mar, 22 jan 2008) | 2 lines

[FIX]tracker: do not show hidden fields in the list of fields that can be filtered

------------------------------------------------------------------------
r11109 | lphuberdeau | 2008-01-22 16:25:28 +0100 (mar, 22 jan 2008) | 2 lines

[FIX] Preserve diff when using preview

------------------------------------------------------------------------
r11108 | sylvieg | 2008-01-21 23:48:38 +0100 (lun, 21 jan 2008) | 2 lines

[FIX]categ: missing button on forum in browse categ

------------------------------------------------------------------------
r11107 | lphuberdeau | 2008-01-21 18:08:08 +0100 (lun, 21 jan 2008) | 2 lines

[NEW] Adding a page history from different translation in edit-page (access from page history)

------------------------------------------------------------------------
r11105 | pkdille | 2008-01-21 14:45:42 +0100 (lun, 21 jan 2008) | 2 lines

[FIX] print: one time should be enough ;-)

------------------------------------------------------------------------
r11104 | nyloth | 2008-01-21 10:47:16 +0100 (lun, 21 jan 2008) | 2 lines

[NEW] pdf export: Enable pdf export in wiki pages and structures (yet only works if mozilla2ps mod is installed).

------------------------------------------------------------------------
r11102 | sept_7 | 2008-01-21 10:13:01 +0100 (lun, 21 jan 2008) | 9 lines

[MOD] : adding a smarty function to display an icon to show the sort order of a list.

Exemple of code :
<a href="{$smarty.server.PHP_SELF}?{query sort="date_pub_asc,date_pub_desc}">{tr}Beginning of Publication{/tr}{show_sort sort=sort var=date_pub}</a>

show_sort takes two arguments :
  sort : the variable name on wich the sort if done
	var  : the prefix of the value of the sort

------------------------------------------------------------------------
r11100 | sept_7 | 2008-01-21 10:05:58 +0100 (lun, 21 jan 2008) | 2 lines

[FIX] Update to the logic for the value replacement of {query}

------------------------------------------------------------------------
r11099 | luciash | 2008-01-21 06:28:30 +0100 (lun, 21 jan 2008) | 2 lines

[MOD] move favicon setting from general to look & feel, [ADD] apply and reset button

------------------------------------------------------------------------
r11098 | luciash | 2008-01-21 04:15:34 +0100 (lun, 21 jan 2008) | 2 lines

[FIX] rollback of id="morelinks" to make the div flipping work again

------------------------------------------------------------------------
r11097 | sylvieg | 2008-01-21 04:01:25 +0100 (lun, 21 jan 2008) | 2 lines

[FIX]tracker: useless part of the query that was putting mysql 4.4.7 (ok with 5) into a loop

------------------------------------------------------------------------
r11096 | nyloth | 2008-01-20 22:25:20 +0100 (dim, 20 jan 2008) | 2 lines

[FIX] mods: mod_server is a pref, thus using the new prefs array.

------------------------------------------------------------------------
r11095 | pkdille | 2008-01-20 22:18:25 +0100 (dim, 20 jan 2008) | 2 lines

[MOD] mime icons: change some icons for famfamfam set icons

------------------------------------------------------------------------
r11094 | nyloth | 2008-01-20 21:54:38 +0100 (dim, 20 jan 2008) | 2 lines

[FIX] forums: fix number of posts in a forum (now query the database instead of reading a wrong counter to avoid risks of future mistakes - this one could be wrong, for example, when moving threads from a forum to another) + do not show (or query database for) forum's last post info when there is no posts anymore in the forum.

------------------------------------------------------------------------
r11093 | pkdille | 2008-01-20 21:00:50 +0100 (dim, 20 jan 2008) | 2 lines

[FIX] smarty modifier iconify: Works now also with file extensions with less (or more) than exactely 3 chars

------------------------------------------------------------------------
r11092 | marclaporte | 2008-01-20 16:38:06 +0100 (dim, 20 jan 2008) | 2 lines

[FIX] Copied from BRANCH-1-9 -> Cleanup of some of the documentation & info shipped within the application. Pointing to web version or to setup.sh generated instruction to avoid to have to maintain information in many places.

------------------------------------------------------------------------
r11091 | nyloth | 2008-01-19 15:01:00 +0100 (sam, 19 jan 2008) | 2 lines

[ENH] smarty query function: also handle variables passed through POST method (many forms use it) + simply use _POST and _GET arrays to avoid the call to TikiLib::htmldecode.

------------------------------------------------------------------------
r11090 | sylvieg | 2008-01-19 14:25:26 +0100 (sam, 19 jan 2008) | 2 lines

[FIX] avoid notice on load_adverage when open_basedir is not set to read /proc/loadavg

------------------------------------------------------------------------
r11089 | nyloth | 2008-01-19 13:38:46 +0100 (sam, 19 jan 2008) | 2 lines

[FIX] fix my last commit on setup_smarty by moving down the part of the code that changes smarty template name when there is a template file specific to the style in use.

------------------------------------------------------------------------
r11088 | nyloth | 2008-01-19 12:04:40 +0100 (sam, 19 jan 2008) | 2 lines

[FIX] smarty query function: add code for PHP4 compatibility (dont forget to return value for PHP4...).

------------------------------------------------------------------------
r11087 | nyloth | 2008-01-19 00:17:29 +0100 (sam, 19 jan 2008) | 2 lines

[FIX] smarty query function: add code for PHP4 compatibility (http_build_query also was a PHP5 only function).

------------------------------------------------------------------------
r11086 | nyloth | 2008-01-18 23:48:26 +0100 (ven, 18 jan 2008) | 2 lines

[FIX] smarty query function: use TikiLib::htmldecode() instead of htmlspecialchars_decode() to be PHP5 and PHP4 compatible.

------------------------------------------------------------------------
r11085 | nyloth | 2008-01-18 23:46:09 +0100 (ven, 18 jan 2008) | 2 lines

[ENH] TikiLib::htmldecode method accepts a new argument to specify the translation table to use (HTML_ENTITIES or HTML_SPECIALCHARS). It is now also able to replace PHP5.1 htmlspecialchars_decode's function.

------------------------------------------------------------------------
r11084 | sylvieg | 2008-01-18 23:26:12 +0100 (ven, 18 jan 2008) | 2 lines

[FIX]tracker: do not generate a subquery if no filter

------------------------------------------------------------------------
r11083 | sylvieg | 2008-01-18 23:00:48 +0100 (ven, 18 jan 2008) | 2 lines

more option for wikiplugin files

------------------------------------------------------------------------
r11080 | sylvieg | 2008-01-18 17:58:20 +0100 (ven, 18 jan 2008) | 2 lines

[MOD]fgal: some additional param for files plugin

------------------------------------------------------------------------
r11079 | nyloth | 2008-01-18 17:56:15 +0100 (ven, 18 jan 2008) | 2 lines

[NEW] forum export: add an export to PDF icon (currently only used by mozilla2ps's export method, but also intended to be used with html2pdf mod or other methods)

------------------------------------------------------------------------
r11078 | nyloth | 2008-01-18 17:45:34 +0100 (ven, 18 jan 2008) | 2 lines

[MOD] export to PDF: handle mozilla2ps mod if installed.

------------------------------------------------------------------------
r11076 | nyloth | 2008-01-18 14:58:44 +0100 (ven, 18 jan 2008) | 2 lines

[MOD] php sessions handling: accept a PHPSESSID argument in URL, but only when the request comes from the tiki server itself (for security reasons). This is used by features that need to query the server to retrieve tiki's generated html and images to keep user informations and export exactly what the user can see.

------------------------------------------------------------------------
r11075 | nyloth | 2008-01-18 14:55:51 +0100 (ven, 18 jan 2008) | 2 lines

[FIX] Allows to fetch all templates, including main ones (tiki.tpl or tiki-print.tpl). Tiki_Smarty's fetch and display methods now have a similar behavior, as in original Smarty methods + set the smarty var 'print_page' to 'y' if we are using tiki-print.tpl

------------------------------------------------------------------------
r11074 | nyloth | 2008-01-18 14:13:24 +0100 (ven, 18 jan 2008) | 9 lines

[NEW] modules: Mini Tiki Action Calendar Module (using newly factorized tikicalendarlib methods).

Features :
  * Displays a mini calendar for the current month,
  * Allows a module argument 'items' to filter on some tiki items types (e.g. items=wiki,forum). For example, this module could then be used as a mini calendar for a tikiwiki blog website (with items=blog),
  * A link on each day (if there is at least one 'action' for this day) allows the user to go in Tiki Action Calendar using the day view on the choosed day,
  * A mouseover box details what has been done each day,
  * For the moment, a green background color with a bottom border is used for the 'focus' day, and the usual focus background color is used for 'today'.

------------------------------------------------------------------------
r11071 | nyloth | 2008-01-18 14:00:31 +0100 (ven, 18 jan 2008) | 2 lines

[MOD] action calendar: move reusable code to new tikicalendarlib::getCalendar() and tikicalendarlib::getTikiItems() methods in order to clean and factorize code easier + remove useless smarty assignations

------------------------------------------------------------------------
r11070 | nyloth | 2008-01-18 13:59:38 +0100 (ven, 18 jan 2008) | 2 lines

[FIX] translated strings: rewrite strings use to have them correctly parsed by get_strings.php without needing to repeat them in a comment. + cast a string to an integer to avoid a call to ereg_replace()

------------------------------------------------------------------------
r11069 | nyloth | 2008-01-18 13:58:29 +0100 (ven, 18 jan 2008) | 2 lines

[FIX] smarty jscalendar function: remove unused var (firstDayofWeek)

------------------------------------------------------------------------
r11068 | nyloth | 2008-01-18 13:57:49 +0100 (ven, 18 jan 2008) | 2 lines

[FIX] votes: comment votes array initialization in session vars, since the session may not already be available at this stage. Leaved as a comment to move it elsewhere if really used.

------------------------------------------------------------------------
r11067 | nyloth | 2008-01-18 13:57:05 +0100 (ven, 18 jan 2008) | 2 lines

[MOD] print mode: do not include most of footer data (i.e. PHP errors, debug console, PHP layers, CVS up info)

------------------------------------------------------------------------
r11066 | nyloth | 2008-01-18 13:56:32 +0100 (ven, 18 jan 2008) | 2 lines

[FIX] forum printing: do not include the PHPSESSID var in the URL at the page bottom.

------------------------------------------------------------------------
r11065 | nyloth | 2008-01-18 13:55:31 +0100 (ven, 18 jan 2008) | 2 lines

[MOD] forum printing: use a more generic 'display' var instead of 'print' (which will also be used to export as PDF) + hide more icons in print/export mode (e.g. Save to notepad, Mail to, Watch, ...) + allow PDF export by installing a Mod that define an appropriate function (coming soon).

------------------------------------------------------------------------
r11064 | ricks99 | 2008-01-18 03:19:30 +0100 (ven, 18 jan 2008) | 2 lines

give link to create content templates, if permission

------------------------------------------------------------------------
r11063 | sylvieg | 2008-01-18 00:52:44 +0100 (ven, 18 jan 2008) | 2 lines

[FIX]forum: when searching in a specific forum - show it and stay in this mode --- bad implemantation but without an unified way to identify an object...

------------------------------------------------------------------------
r11062 | sylvieg | 2008-01-17 22:30:39 +0100 (jeu, 17 jan 2008) | 2 lines

[FIX]tracker: keep status selction+sort while navigating from view tracker and view item

------------------------------------------------------------------------
r11061 | sylvieg | 2008-01-17 20:07:32 +0100 (jeu, 17 jan 2008) | 2 lines

[FIX]module: modules feature setting are in module page

------------------------------------------------------------------------
r11060 | ricks99 | 2008-01-17 19:55:22 +0100 (jeu, 17 jan 2008) | 2 lines

if post-level comments are disabled globally, disable the option

------------------------------------------------------------------------
r11059 | sylvieg | 2008-01-17 19:52:03 +0100 (jeu, 17 jan 2008) | 2 lines

open rewrite rules for more page names possibilities - tw must check the page name not apache - still some page names with problem: # & + (due to apache) and  . / (just in case) - thx nkoth for advice

------------------------------------------------------------------------
r11058 | sylvieg | 2008-01-17 19:38:08 +0100 (jeu, 17 jan 2008) | 2 lines

[FIX]module: move button fixed

------------------------------------------------------------------------
r11057 | sylvieg | 2008-01-17 18:52:22 +0100 (jeu, 17 jan 2008) | 2 lines

[FIX]some prefs

------------------------------------------------------------------------
r11056 | sylvieg | 2008-01-17 18:47:01 +0100 (jeu, 17 jan 2008) | 2 lines

[FIX]blog: do not omit the name and description of the blog if a title and description has already been given in admin->rss

------------------------------------------------------------------------
r11055 | ricks99 | 2008-01-17 17:23:46 +0100 (jeu, 17 jan 2008) | 2 lines

lost edit protetion. edit session countdown timer in browser status bar (if allowed by user browser) and alert appears with 1 minute remaining

------------------------------------------------------------------------
r11054 | marclaporte | 2008-01-17 17:02:01 +0100 (jeu, 17 jan 2008) | 2 lines

[FIX] Typo for Default number of rows (forum replies). (extra changes to line breaks seems to be because someone committed the file in DOS or something)

------------------------------------------------------------------------
r11053 | tombombadilom | 2008-01-17 16:53:26 +0100 (jeu, 17 jan 2008) | 2 lines

add xajax support

------------------------------------------------------------------------
r11052 | sylvieg | 2008-01-17 16:47:11 +0100 (jeu, 17 jan 2008) | 2 lines

[FIX]newsletters: take the included groups and the including groups for a group subscription + eliminate double when using other newsletters

------------------------------------------------------------------------
r11051 | ricks99 | 2008-01-17 16:18:44 +0100 (jeu, 17 jan 2008) | 2 lines

lost edit protection alert no longer incorrectly shows when switching from wysiwyg to normal. added alert for admin quicktags. edit page now shows active session time.

------------------------------------------------------------------------
r11050 | marclaporte | 2008-01-17 16:17:22 +0100 (jeu, 17 jan 2008) | 2 lines

[MOD] Removing cookie & RSS quicktags because 1- this is not something you do often 2- It's usually done in modules. 3- To simplify interface.   This change affects new installs only. People needing this will use the edit help.

------------------------------------------------------------------------
r11049 | sylvieg | 2008-01-17 15:47:58 +0100 (jeu, 17 jan 2008) | 2 lines

[FIX]newsletter: do not compute the subscribers if you want only to have the newsletter name + fix cant in list_newsletters + some display improvments

------------------------------------------------------------------------
r11048 | pkdille | 2008-01-17 15:03:29 +0100 (jeu, 17 jan 2008) | 2 lines

[MOD] Tiki calendar: Label capitalization

------------------------------------------------------------------------
r11047 | pkdille | 2008-01-17 14:51:30 +0100 (jeu, 17 jan 2008) | 2 lines

[MOD] capitalization

------------------------------------------------------------------------
r11046 | sylvieg | 2008-01-17 14:36:16 +0100 (jeu, 17 jan 2008) | 2 lines

[FIX]menu: link to edit also on the name

------------------------------------------------------------------------
r11045 | pkdille | 2008-01-17 14:16:09 +0100 (jeu, 17 jan 2008) | 2 lines

[MOD] some french translations

------------------------------------------------------------------------
r11044 | ricks99 | 2008-01-17 13:25:46 +0100 (jeu, 17 jan 2008) | 2 lines

in Quick URL, only show objects for features that are enabled. if disabled, don't show the option.

------------------------------------------------------------------------
r11043 | pkdille | 2008-01-17 11:39:38 +0100 (jeu, 17 jan 2008) | 2 lines

[FIX] tiki calendar: fix changing label title when the change is in a tracker

------------------------------------------------------------------------
r11039 | sylvieg | 2008-01-16 23:01:22 +0100 (mer, 16 jan 2008) | 2 lines

css

------------------------------------------------------------------------
r11038 | sylvieg | 2008-01-16 22:53:41 +0100 (mer, 16 jan 2008) | 2 lines

[FIX]tracker: can export a large number of items without memory exhaustion + can display itemId, status, date and parse textarea

------------------------------------------------------------------------
r11037 | sylvieg | 2008-01-16 20:17:45 +0100 (mer, 16 jan 2008) | 2 lines

wrong link

------------------------------------------------------------------------
r11036 | sylvieg | 2008-01-16 19:21:47 +0100 (mer, 16 jan 2008) | 2 lines

[FIX]install: each time some sqls are run, put the reset session on=>TODO fix this reset sesion

------------------------------------------------------------------------
r11035 | sylvieg | 2008-01-16 19:03:44 +0100 (mer, 16 jan 2008) | 2 lines

[FIX]installer: support new password cryptage

------------------------------------------------------------------------
r11034 | sylvieg | 2008-01-16 17:33:18 +0100 (mer, 16 jan 2008) | 2 lines

[FIX] missing pref

------------------------------------------------------------------------
r11033 | sylvieg | 2008-01-16 16:50:48 +0100 (mer, 16 jan 2008) | 2 lines

[FIX]tracker: fields has been changed to fieldIf for more generecity

------------------------------------------------------------------------
r11032 | sylvieg | 2008-01-16 15:56:07 +0100 (mer, 16 jan 2008) | 2 lines

[MOD]trackerlist: fix showcreated + new showlastmodif

------------------------------------------------------------------------
r11031 | sylvieg | 2008-01-16 14:48:10 +0100 (mer, 16 jan 2008) | 2 lines

[FIX]login: fix remind password on username

------------------------------------------------------------------------
r11030 | sylvieg | 2008-01-16 12:15:41 +0100 (mer, 16 jan 2008) | 2 lines

[FIX]modules: rollback- no style info in tpl

------------------------------------------------------------------------
r11029 | ricks99 | 2008-01-16 03:40:53 +0100 (mer, 16 jan 2008) | 2 lines

only show objects that are available. if none, don't show.

------------------------------------------------------------------------
r11028 | sylvieg | 2008-01-15 23:47:28 +0100 (mar, 15 jan 2008) | 2 lines

[FIX]tracker: fields only viewed by creator and admin are 1) showed while creating a new item 2)not showed in tracker list

------------------------------------------------------------------------
r11027 | nkoth | 2008-01-15 22:06:59 +0100 (mar, 15 jan 2008) | 2 lines

[FIX] language set in html tag should reflect language of content

------------------------------------------------------------------------
r11026 | sylvieg | 2008-01-15 20:23:10 +0100 (mar, 15 jan 2008) | 2 lines

[FIX]tracker: do not strip the google code as it contains javascript code

------------------------------------------------------------------------
r11025 | sylvieg | 2008-01-15 18:58:08 +0100 (mar, 15 jan 2008) | 2 lines

[FIX]tracker: images in mode view item were distorded

------------------------------------------------------------------------
r11024 | sylvieg | 2008-01-15 17:14:17 +0100 (mar, 15 jan 2008) | 2 lines

[MOD]abbreviations are hard to translate and depend on the context

------------------------------------------------------------------------
r11023 | pkdille | 2008-01-15 12:01:07 +0100 (mar, 15 jan 2008) | 2 lines

[FIX] view forum: show archived posts checkbox should not appear if feature not activated

------------------------------------------------------------------------
r11021 | pkdille | 2008-01-15 09:26:08 +0100 (mar, 15 jan 2008) | 2 lines

[FIX] Application Menu: lang_use_db is a feature not a permission

------------------------------------------------------------------------
r11018 | sylvieg | 2008-01-15 00:36:01 +0100 (mar, 15 jan 2008) | 2 lines

[MOD]tracker: option to export only tpl visible fields

------------------------------------------------------------------------
r11017 | sylvieg | 2008-01-14 23:33:53 +0100 (lun, 14 jan 2008) | 2 lines

some tuning

------------------------------------------------------------------------
r11016 | sylvieg | 2008-01-14 21:50:21 +0100 (lun, 14 jan 2008) | 2 lines

[FIX]divers fixes in tracker filter+export

------------------------------------------------------------------------
r11015 | sylvieg | 2008-01-14 21:36:17 +0100 (lun, 14 jan 2008) | 2 lines

[FIX]divers fixes in tracker filter+export

------------------------------------------------------------------------
r11014 | sylvieg | 2008-01-14 21:10:46 +0100 (lun, 14 jan 2008) | 2 lines

[FIX]divers fixes in tracker filter+export

------------------------------------------------------------------------
r11013 | sylvieg | 2008-01-14 19:51:02 +0100 (lun, 14 jan 2008) | 2 lines

[MOD]tracker: export can filter on items

------------------------------------------------------------------------
r11012 | sylvieg | 2008-01-14 17:21:04 +0100 (lun, 14 jan 2008) | 2 lines

[FIX]tracker: filter check the hidden setting: todo if only visible by creator and admin, do not reject the field

------------------------------------------------------------------------
r11011 | sylvieg | 2008-01-14 16:57:00 +0100 (lun, 14 jan 2008) | 2 lines

[FIX]tracker filter: can choose the choice format independly for field type (except categ) + default format is function field type + less queries

------------------------------------------------------------------------
r11010 | sylvieg | 2008-01-14 13:44:11 +0100 (lun, 14 jan 2008) | 2 lines

[FIX]tracker: use tracker_item_field_value to have more fields type displayed

------------------------------------------------------------------------
r11009 | sylvieg | 2008-01-13 20:36:09 +0100 (dim, 13 jan 2008) | 2 lines

[FIX]categ: fix object with categ with perm

------------------------------------------------------------------------
r11008 | pkdille | 2008-01-12 17:28:37 +0100 (sam, 12 jan 2008) | 2 lines

[MOD] tikineat: changing alignement from buttons

------------------------------------------------------------------------
r11007 | pkdille | 2008-01-12 14:07:43 +0100 (sam, 12 jan 2008) | 2 lines

[FIX] admin intergrator: fix xhtml

------------------------------------------------------------------------
r11006 | sylvieg | 2008-01-12 13:08:03 +0100 (sam, 12 jan 2008) | 2 lines

oops

------------------------------------------------------------------------
r11005 | sylvieg | 2008-01-12 00:14:45 +0100 (sam, 12 jan 2008) | 2 lines

some useful functions

------------------------------------------------------------------------
r11004 | pkdille | 2008-01-12 00:09:46 +0100 (sam, 12 jan 2008) | 2 lines

[FIX] print pages: fixing adding pages which was broken. Capitalizing button labels

------------------------------------------------------------------------
r11003 | sylvieg | 2008-01-12 00:09:19 +0100 (sam, 12 jan 2008) | 2 lines

[FIX]tracker: rewrite the export feature to avoid duplication of code

------------------------------------------------------------------------
r11002 | pkdille | 2008-01-12 00:07:41 +0100 (sam, 12 jan 2008) | 2 lines

[MOD] indenting code before debugging - no changes

------------------------------------------------------------------------
r11001 | pkdille | 2008-01-11 23:11:43 +0100 (ven, 11 jan 2008) | 2 lines

[FIX] admin themes does not (no more ?) exist. Fix wrong link

------------------------------------------------------------------------
r11000 | sylvieg | 2008-01-11 23:10:34 +0100 (ven, 11 jan 2008) | 2 lines

[FIX]tracker: better in admin panel to link to admin tracker when clicking on the name

------------------------------------------------------------------------
r10999 | sylvieg | 2008-01-11 22:55:34 +0100 (ven, 11 jan 2008) | 2 lines

if you strip a tpl , the header must be after the {strip}

------------------------------------------------------------------------
r10998 | pkdille | 2008-01-11 22:31:12 +0100 (ven, 11 jan 2008) | 2 lines

[MOD] multiple print: change name in Application Menu (42) from "Print" to "Multiple Print"

------------------------------------------------------------------------
r10997 | sylvieg | 2008-01-11 18:39:06 +0100 (ven, 11 jan 2008) | 2 lines

[FIX]wiki: target in another window only if the img link is external (beginning with xx:// or www.xxx

------------------------------------------------------------------------
r10996 | sylvieg | 2008-01-11 17:05:55 +0100 (ven, 11 jan 2008) | 2 lines

[FIX]categ: with tiki_p_admin_categories you see all the objects with perms - object_has_one_permission check on the groups and you are not necessarily in the good one

------------------------------------------------------------------------
r10995 | nyloth | 2008-01-11 16:47:49 +0100 (ven, 11 jan 2008) | 2 lines

[MOD] forums: add a 'Show archived posts' filter (in view_forum) + put action icons on the left in tiki-forums.

------------------------------------------------------------------------
r10994 | sylvieg | 2008-01-11 15:16:01 +0100 (ven, 11 jan 2008) | 2 lines

[FIX]rss: block the redirect interpretation if a changed page has a redirect

------------------------------------------------------------------------
r10993 | sylvieg | 2008-01-11 15:04:50 +0100 (ven, 11 jan 2008) | 2 lines

css

------------------------------------------------------------------------
r10992 | sylvieg | 2008-01-11 13:12:29 +0100 (ven, 11 jan 2008) | 2 lines

[FIX]mod change_categ: to have no side effect when using multiple times the module in the same page

------------------------------------------------------------------------
r10991 | sylvieg | 2008-01-11 00:09:21 +0100 (ven, 11 jan 2008) | 2 lines

[MOD]tracker: tiki-view_tracker_item.php?user=yyyyy&view=+user to be able to go to the user item of any user via default group - NB: if the item has not been created before, a no item error will occur

------------------------------------------------------------------------
r10990 | sylvieg | 2008-01-10 23:29:01 +0100 (jeu, 10 jan 2008) | 2 lines

[MOD]tracker: tiki-view_tracker_item.php?group=xxxx&user=yyyyy&view=+user to be able to go to the user item of any user - NB: if the item has not been created before, a no item error will occur

------------------------------------------------------------------------
r10989 | pkdille | 2008-01-10 22:34:38 +0100 (jeu, 10 jan 2008) | 2 lines

[MOD] get_strings + some french translations

------------------------------------------------------------------------
r10988 | pkdille | 2008-01-10 21:44:40 +0100 (jeu, 10 jan 2008) | 2 lines

[FIX] share page : fix the permission which was deleted in the 1.9 to 1.10 sql script and not replaced by tiki_p_assign_perm_wiki_page. Do you think this 'feature' needs a separate permission or feature ? Let's talk about it. Capitalization from all fields.

------------------------------------------------------------------------
r10987 | jyhem | 2008-01-10 19:00:00 +0100 (jeu, 10 jan 2008) | 2 lines

[FIX] mass capitalization

------------------------------------------------------------------------
r10986 | sylvieg | 2008-01-10 17:36:40 +0100 (jeu, 10 jan 2008) | 2 lines

[FIX]prefs: lastUpdatePrefs is a numeric

------------------------------------------------------------------------
r10985 | lphuberdeau | 2008-01-10 16:17:17 +0100 (jeu, 10 jan 2008) | 2 lines

[MOD] Improve I18N workflow to create new translations

------------------------------------------------------------------------
r10984 | lphuberdeau | 2008-01-09 16:24:29 +0100 (mer, 09 jan 2008) | 2 lines

[MOD] Update I18N support administration as per CLWEP/CodeFest2008

------------------------------------------------------------------------
r10983 | sylvieg | 2008-01-09 15:48:57 +0100 (mer, 09 jan 2008) | 2 lines

[FIX]admin: seems that tiki_version is not in prefs anymore????

------------------------------------------------------------------------
r10982 | franck | 2008-01-09 05:04:11 +0100 (mer, 09 jan 2008) | 2 lines

Live Support: bug fixes

------------------------------------------------------------------------
r10981 | nkoth | 2008-01-08 19:13:38 +0100 (mar, 08 jan 2008) | 2 lines

[FIX] account validation/activation did not work

------------------------------------------------------------------------
r10980 | sylvieg | 2008-01-08 17:08:35 +0100 (mar, 08 jan 2008) | 2 lines

[MOD]tracker: export also created and lastModif date

------------------------------------------------------------------------
r10979 | nyloth | 2008-01-08 17:01:46 +0100 (mar, 08 jan 2008) | 6 lines

[NEW] forums: two new features:

* Topics archiving : this feature can be enabled in forums admin panels and allows forum admins to hide complete topics from the list of topics without having to delete them. This can be done either on the topics list of a forum, or on the view_forum_thread page,

* Thread printing : users are now able to print a thread. There is two different icons to do this : one to print the current page only, the other to print the whole thread (i.e. not limited to a max of posts).

------------------------------------------------------------------------
r10974 | sylvieg | 2008-01-08 00:07:29 +0100 (mar, 08 jan 2008) | 2 lines

[FIX]group: defcat needs to be 0 by default on some config

------------------------------------------------------------------------
r10973 | sylvieg | 2008-01-08 00:01:48 +0100 (mar, 08 jan 2008) | 2 lines

[MOD]freetag: can specify different colors for the cloud from the admin panel + can specify the characters of the canonical form of a tag

------------------------------------------------------------------------
r10972 | sylvieg | 2008-01-07 18:02:22 +0100 (lun, 07 jan 2008) | 2 lines

xhtml

------------------------------------------------------------------------
r10971 | sylvieg | 2008-01-07 16:18:25 +0100 (lun, 07 jan 2008) | 2 lines

[FIX]tracker filter: if in line mode, display directly the filters and not the button

------------------------------------------------------------------------
r10970 | sylvieg | 2008-01-07 16:13:26 +0100 (lun, 07 jan 2008) | 2 lines

[MOD]freetag: the admin can delete tag assigment in the module freetag

------------------------------------------------------------------------
r10969 | sylvieg | 2008-01-06 23:31:24 +0100 (dim, 06 jan 2008) | 2 lines

[MOD]trackerfilter: additional parameter line to display all the filter on the same line

------------------------------------------------------------------------
r10968 | evanprodromou | 2008-01-06 21:15:35 +0100 (dim, 06 jan 2008) | 6 lines

Combine conversion and import scripts into one script that converts as
it imports.

Rename the file and class to make it clearer what it does. Change the driver
script to use the new names.

------------------------------------------------------------------------
r10966 | evanprodromou | 2008-01-06 20:39:40 +0100 (dim, 06 jan 2008) | 2 lines

Add MW import tool (moved from HEAD -- oops!)

------------------------------------------------------------------------
r10964 | sylvieg | 2008-01-06 17:24:55 +0100 (dim, 06 jan 2008) | 2 lines

[FIX]tracker: export item lists field

------------------------------------------------------------------------
r10963 | sylvieg | 2008-01-06 16:24:58 +0100 (dim, 06 jan 2008) | 2 lines

[FIX]tracker: rss does not show up fields that have restriction view

------------------------------------------------------------------------
r10962 | sylvieg | 2008-01-06 16:15:50 +0100 (dim, 06 jan 2008) | 2 lines

[FIX]tracker: the rss must use list_items that interprets the field value to have the textarea parsed, the computed computed...

------------------------------------------------------------------------
r10961 | sylvieg | 2008-01-06 13:41:43 +0100 (dim, 06 jan 2008) | 2 lines

[MOD]tracker: extract from the tpl the filter part -> preparing a merge with the trackerfilter code

------------------------------------------------------------------------
r10959 | nkoth | 2008-01-06 00:46:05 +0100 (dim, 06 jan 2008) | 2 lines

[MOD] implement hCalendar microformats

------------------------------------------------------------------------
r10957 | lphuberdeau | 2008-01-05 23:25:42 +0100 (sam, 05 jan 2008) | 2 lines

[NEW] Adding basic importer from MediaWiki, not completed

------------------------------------------------------------------------
r10953 | sylvieg | 2008-01-05 22:30:40 +0100 (sam, 05 jan 2008) | 2 lines

[MOD]freetag: with freetag format allows space (the separator) - inclosed the tag with space between double-quotes

------------------------------------------------------------------------
r10951 | sylvieg | 2008-01-04 20:05:46 +0100 (ven, 04 jan 2008) | 2 lines

[MOD]trackerFilter: new option: displayList that allows to display the non filter list the first time + put the filter box in a show/hide box

------------------------------------------------------------------------
r10950 | sylvieg | 2008-01-04 16:22:11 +0100 (ven, 04 jan 2008) | 2 lines

oops

------------------------------------------------------------------------
r10949 | sylvieg | 2008-01-04 15:11:58 +0100 (ven, 04 jan 2008) | 2 lines

[MOD]wiki: new pref wiki_watch_minor to send or not a notification on minor save

------------------------------------------------------------------------
r10948 | sylvieg | 2008-01-04 00:37:28 +0100 (ven, 04 jan 2008) | 2 lines

[FIX]wiki: in the doc, minor does not send notification->so do it

------------------------------------------------------------------------
r10947 | sylvieg | 2008-01-03 22:41:46 +0100 (jeu, 03 jan 2008) | 2 lines

[MOD]trackerfilter: can filter on text by giving the value in a text input- the text can be a part of the field value(format t) or the exzact value(format T)

------------------------------------------------------------------------
r10946 | sylvieg | 2008-01-03 18:41:18 +0100 (jeu, 03 jan 2008) | 2 lines

[FIX]group: when deseclecting the default group, do not create an empty group

------------------------------------------------------------------------
r10945 | sylvieg | 2008-01-03 18:23:19 +0100 (jeu, 03 jan 2008) | 2 lines

[FIX]group: when deseclecting the default group, do not create an empty group

------------------------------------------------------------------------
r10943 | sylvieg | 2008-01-03 00:28:17 +0100 (jeu, 03 jan 2008) | 2 lines

[MOD]tracker: trackerlist can filter one more than one field - see doc.tw.org

------------------------------------------------------------------------
r10942 | pkdille | 2008-01-02 23:59:20 +0100 (mer, 02 jan 2008) | 2 lines

[FIX] html fix

------------------------------------------------------------------------
r10941 | pkdille | 2008-01-02 22:49:23 +0100 (mer, 02 jan 2008) | 2 lines

[MOD] some french translations

------------------------------------------------------------------------
r10940 | pkdille | 2008-01-02 22:44:29 +0100 (mer, 02 jan 2008) | 2 lines

typo

------------------------------------------------------------------------
r10939 | pkdille | 2008-01-02 22:31:43 +0100 (mer, 02 jan 2008) | 2 lines

[MOD] map download: clean CR in translated text

------------------------------------------------------------------------
r10938 | pkdille | 2008-01-02 22:12:51 +0100 (mer, 02 jan 2008) | 2 lines

[MOD] calendar edit item: other organisation of help field. Just text.

------------------------------------------------------------------------
r10937 | sylvieg | 2008-01-02 19:10:09 +0100 (mer, 02 jan 2008) | 2 lines

[FIX]blog: do not show view button if blog does not exist

------------------------------------------------------------------------
r10936 | jyhem | 2008-01-02 17:11:41 +0100 (mer, 02 jan 2008) | 2 lines

[FIX] mass capitalization

------------------------------------------------------------------------
r10935 | sylvieg | 2008-01-02 16:53:47 +0100 (mer, 02 jan 2008) | 2 lines

sync

------------------------------------------------------------------------
r10934 | sylvieg | 2008-01-02 16:47:21 +0100 (mer, 02 jan 2008) | 2 lines

[MOD]login: move the message that is displayed when email must be confirmed to a tpl for easier customisation

------------------------------------------------------------------------
r10932 | sylvieg | 2008-01-02 15:19:56 +0100 (mer, 02 jan 2008) | 2 lines

[MOD]freetags: try to improve usability by adding a choice 'all tags' 'one tag' 'last tag'

------------------------------------------------------------------------
r10931 | pkdille | 2008-01-02 10:48:24 +0100 (mer, 02 jan 2008) | 2 lines

[NEW] freetags: new feature "freetags_preload_random_search" which gives the ability to ac/de-activate the search on one random tag when arriving on tiki_browse_freetags.php grid

------------------------------------------------------------------------
r10930 | nkoth | 2008-01-01 01:14:01 +0100 (mar, 01 jan 2008) | 2 lines

[FIX] bgu 1471: Special Characters with tilde ~ don't seem to work when wysiwyg is on.

------------------------------------------------------------------------
r10929 | rischconsulting | 2007-12-31 21:15:46 +0100 (lun, 31 déc 2007) | 9 lines

Parse_data modified to properly parse special characters.  The following lines were modified:
if (!$simple_wiki and $prefs['feature_wysiwyg'] == 'n') {
                $this->parse_htmlchar($data);

replaced with

if (!$simple_wiki and $_SESSION['wysiwyg'] == 'n') {
	$this->parse_htmlchar($data);

------------------------------------------------------------------------
r10928 | sylvieg | 2007-12-31 14:00:22 +0100 (lun, 31 déc 2007) | 2 lines

[MOD]freetag: better layout - separate the find box from the result

------------------------------------------------------------------------
r10927 | pkdille | 2007-12-30 21:42:03 +0100 (dim, 30 déc 2007) | 2 lines

[MOD] webmail: typo - capitalization

------------------------------------------------------------------------
r10926 | nkoth | 2007-12-30 03:13:29 +0100 (dim, 30 déc 2007) | 2 lines

clean up adodb sessions in case garbage collection is not working

------------------------------------------------------------------------
r10925 | nkoth | 2007-12-30 02:45:59 +0100 (dim, 30 déc 2007) | 2 lines

[FIX] sorry about that. last commit wrong.

------------------------------------------------------------------------
r10924 | nkoth | 2007-12-30 02:42:10 +0100 (dim, 30 déc 2007) | 2 lines

[FIX] allow freetags to be removed by clearing the freetags box on edit (previously no action was taken if no tags remain)

------------------------------------------------------------------------
r10923 | sylvieg | 2007-12-29 19:31:57 +0100 (sam, 29 déc 2007) | 2 lines

message a little more explicit

------------------------------------------------------------------------
r10922 | sylvieg | 2007-12-29 19:24:56 +0100 (sam, 29 déc 2007) | 2 lines

[MOD]categ: display the categId of the current category. To fiond the  categID is not obvious - and it is needed for plugin like trackerlist filter

------------------------------------------------------------------------
r10921 | jyhem | 2007-12-29 18:51:18 +0100 (sam, 29 déc 2007) | 2 lines

[MOD] Now handles strings with single quotes

------------------------------------------------------------------------
r10920 | jyhem | 2007-12-29 17:30:58 +0100 (sam, 29 déc 2007) | 2 lines

[FIX] typo

------------------------------------------------------------------------
r10919 | pkdille | 2007-12-28 00:33:10 +0100 (ven, 28 déc 2007) | 2 lines

[MOD] some french translations

------------------------------------------------------------------------
r10918 | pkdille | 2007-12-28 00:21:38 +0100 (ven, 28 déc 2007) | 2 lines

[FIX] typo

------------------------------------------------------------------------
r10917 | pkdille | 2007-12-27 22:46:42 +0100 (jeu, 27 déc 2007) | 2 lines

[MOD] wikiplugins: some work on the help functions.

------------------------------------------------------------------------
r10916 | pkdille | 2007-12-27 21:58:43 +0100 (jeu, 27 déc 2007) | 2 lines

[MOD] edit wiki help: some more structure for the wiki plugins help table

------------------------------------------------------------------------
r10915 | pkdille | 2007-12-27 17:10:53 +0100 (jeu, 27 déc 2007) | 2 lines

[FIX] forum import: fix some html mistakes

------------------------------------------------------------------------
r10914 | pkdille | 2007-12-27 14:20:18 +0100 (jeu, 27 déc 2007) | 2 lines

[MOD] french translation file: cleanup unused and add some translations

------------------------------------------------------------------------
r10913 | nkoth | 2007-12-27 06:34:59 +0100 (jeu, 27 déc 2007) | 2 lines

[FIX] error in "logic" of previous commit to allow theme=xxxx.css

------------------------------------------------------------------------
r10912 | nkoth | 2007-12-27 00:28:01 +0100 (jeu, 27 déc 2007) | 2 lines

[FIX] avoid duplicate comment queue items with similar hash

------------------------------------------------------------------------
r10911 | nkoth | 2007-12-27 00:16:50 +0100 (jeu, 27 déc 2007) | 2 lines

[FIX] allow the changing of status/summary/etc... without changing of the title/data (related to previous commit re hash fix)

------------------------------------------------------------------------
r10910 | nkoth | 2007-12-26 23:59:49 +0100 (mer, 26 déc 2007) | 2 lines

[FIX] hash must be updated on comment update, otherwise bugs will occur, e.g. user gets stuck on forum topic edit after saving, or other problems caused by more than one comment with same hash.

------------------------------------------------------------------------
r10909 | nkoth | 2007-12-26 22:27:02 +0100 (mer, 26 déc 2007) | 2 lines

[MOD] allow plus addressing in email address being validated (common in gmail nowadays). TODO?: make email regex more IETF RFC compliant

------------------------------------------------------------------------
r10908 | pkdille | 2007-12-26 18:27:37 +0100 (mer, 26 déc 2007) | 2 lines

[MOD] get_strings:new param tagunused to tag each unused translation with "// ## UNUSED". This gives the possibility, after sorting from the entire language file to easily cleanup some double or triple translations which are very close (eg after mass capitalization)

------------------------------------------------------------------------
r10907 | pkdille | 2007-12-26 11:08:06 +0100 (mer, 26 déc 2007) | 2 lines

[MOD] typo

------------------------------------------------------------------------
r10906 | pkdille | 2007-12-26 10:08:11 +0100 (mer, 26 déc 2007) | 2 lines

typo

------------------------------------------------------------------------
r10905 | sylvieg | 2007-12-25 18:22:56 +0100 (mar, 25 déc 2007) | 2 lines

[FIX]freetag: DIRTY patch: freetag is tagging the object without creating a valid tiki-object ((no href, no name) - so if freetaging occurs on object that does not exist in tiki_object, no way to delete the tagg after. usually tiki-edipage creates the object via the categorize stuff but if the page has been created with import - there is no tiki_object line ->TODO update freetag module + lib to transfer href+name+description

------------------------------------------------------------------------
r10904 | sylvieg | 2007-12-25 18:18:03 +0100 (mar, 25 déc 2007) | 2 lines

[FIX]freetag: use the icon instead od del

------------------------------------------------------------------------
r10903 | sylvieg | 2007-12-25 15:42:01 +0100 (mar, 25 déc 2007) | 2 lines

[FIX]check the group hase the right case

------------------------------------------------------------------------
r10902 | sylvieg | 2007-12-25 15:28:13 +0100 (mar, 25 déc 2007) | 2 lines

[FIX]modules: modules can be used many taime ->index must have ord

------------------------------------------------------------------------
r10901 | sylvieg | 2007-12-24 21:34:13 +0100 (lun, 24 déc 2007) | 2 lines

notice+use effectively the cache

------------------------------------------------------------------------
r10900 | sylvieg | 2007-12-24 21:32:33 +0100 (lun, 24 déc 2007) | 2 lines

[MOD]multiple print: split the print structure and print pages for usability+ collect only one structure

------------------------------------------------------------------------
r10899 | sylvieg | 2007-12-24 21:15:23 +0100 (lun, 24 déc 2007) | 2 lines

html cleaning

------------------------------------------------------------------------
r10898 | sylvieg | 2007-12-24 20:39:50 +0100 (lun, 24 déc 2007) | 2 lines

missing escape

------------------------------------------------------------------------
r10897 | sylvieg | 2007-12-24 15:59:47 +0100 (lun, 24 déc 2007) | 2 lines

[FIX]tracker: un dropdown with other was bugging the filter + use default calender start/end date

------------------------------------------------------------------------
r10896 | sylvieg | 2007-12-24 00:18:49 +0100 (lun, 24 déc 2007) | 2 lines

[FIX]newsletter: if enter only a txt part to a newsletter, copy the txt to the html to at least do not show an empty newsletter for html mail reader

------------------------------------------------------------------------
r10895 | sylvieg | 2007-12-24 00:07:41 +0100 (lun, 24 déc 2007) | 2 lines

more explicit msg for the txt version of the newsletter

------------------------------------------------------------------------
r10894 | sylvieg | 2007-12-23 22:52:52 +0100 (dim, 23 déc 2007) | 2 lines

notice

------------------------------------------------------------------------
r10893 | mose | 2007-12-23 18:11:21 +0100 (dim, 23 déc 2007) | 2 lines

[NEW] release-check : porting from 1.9

------------------------------------------------------------------------
r10892 | sylvieg | 2007-12-23 13:11:22 +0100 (dim, 23 déc 2007) | 2 lines

[FIX]trackerlist: new param sort that enables to follow or not the fields order given by the param - introduce for compatibility with 1.9 - please people using already this feature in 1.10 add sort=y

------------------------------------------------------------------------
r10891 | sylvieg | 2007-12-23 12:21:08 +0100 (dim, 23 déc 2007) | 2 lines

[FIX]intertiki: users_details transfer mroe info as dble click than user_info

------------------------------------------------------------------------
r10890 | jyhem | 2007-12-23 02:27:09 +0100 (dim, 23 déc 2007) | 2 lines

[FIX] Typo

------------------------------------------------------------------------
r10889 | jyhem | 2007-12-23 02:10:30 +0100 (dim, 23 déc 2007) | 2 lines

[FIX] Some corrections, mostly typos

------------------------------------------------------------------------
r10888 | pkdille | 2007-12-23 00:46:44 +0100 (dim, 23 déc 2007) | 2 lines

[MOD] translation: some more french translations

------------------------------------------------------------------------
r10887 | pkdille | 2007-12-23 00:28:32 +0100 (dim, 23 déc 2007) | 2 lines

[FIX] typo

------------------------------------------------------------------------
r10886 | pkdille | 2007-12-22 23:32:26 +0100 (sam, 22 déc 2007) | 2 lines

[MOD] trasnaltion: get_strings + some translations on french file

------------------------------------------------------------------------
r10885 | nkoth | 2007-12-22 23:07:47 +0100 (sam, 22 déc 2007) | 2 lines

[FIX] prevent forum pruning from removing comments also

------------------------------------------------------------------------
r10884 | nkoth | 2007-12-22 22:59:41 +0100 (sam, 22 déc 2007) | 2 lines

[FIX] clean up auto-pruning of forums by age, which before was insanely risky. Also, remove forum posts by calling the function instead of directly.

------------------------------------------------------------------------
r10883 | nkoth | 2007-12-22 22:01:31 +0100 (sam, 22 déc 2007) | 2 lines

[FIX] removing comments of object being removed is not as simple as wiping out records from tiki_comments db table. Need to call proper function.

------------------------------------------------------------------------
r10882 | nkoth | 2007-12-22 19:52:58 +0100 (sam, 22 déc 2007) | 2 lines

[MOD] Make links to wiki pages from comments and forum survive page renames

------------------------------------------------------------------------
r10881 | pkdille | 2007-12-22 12:14:20 +0100 (sam, 22 déc 2007) | 2 lines

[MOD] some french translations

------------------------------------------------------------------------
r10880 | mose | 2007-12-22 02:56:52 +0100 (sam, 22 déc 2007) | 2 lines

[SEC] various security fixes, ported from 1.9 branch. quick protection if you cannot upgrade is disable edit css, games feature, galaxia, and erase tiki-listmovies.php

------------------------------------------------------------------------
r10879 | sylvieg | 2007-12-21 20:37:47 +0100 (ven, 21 déc 2007) | 2 lines

[FIX]html_select_date use the default start_year, end_year prefs

------------------------------------------------------------------------
r10878 | pkdille | 2007-12-21 10:12:34 +0100 (ven, 21 déc 2007) | 2 lines

[MOD] Some french translations improving

------------------------------------------------------------------------
r10875 | nkoth | 2007-12-20 01:21:49 +0100 (jeu, 20 déc 2007) | 2 lines

[FIX] The original option of combining freetags on approval makes it very difficult to remove freetags. Instead, to copy any new freetags in approved into tags field of staging when editing.

------------------------------------------------------------------------
r10874 | nkoth | 2007-12-20 00:27:09 +0100 (jeu, 20 déc 2007) | 2 lines

[MOD] allow specifying of forumId(s) in most read topics

------------------------------------------------------------------------
r10873 | nkoth | 2007-12-19 23:55:24 +0100 (mer, 19 déc 2007) | 2 lines

[MOD] add redirect back to parent at the end of forum post/edit so that request is a GET instead of POST to allow bookmarking and better browser handling

------------------------------------------------------------------------
r10872 | sylvieg | 2007-12-19 23:50:15 +0100 (mer, 19 déc 2007) | 2 lines

[FIX]categ: tiki_p_admin_categ musr give all the perms - so until we fix all this perms setting - one more query for lazy people that set only admin perm

------------------------------------------------------------------------
r10871 | ricks99 | 2007-12-19 23:32:26 +0100 (mer, 19 déc 2007) | 2 lines

disable lost edit protetion when viewing categories

------------------------------------------------------------------------
r10870 | nkoth | 2007-12-19 23:31:15 +0100 (mer, 19 déc 2007) | 2 lines

[FIX] when editing forum reply or comment, must show contents even if "forum replies are empty" feature is on.

------------------------------------------------------------------------
r10869 | nkoth | 2007-12-19 21:47:59 +0100 (mer, 19 déc 2007) | 2 lines

[MOD] return parentId as well (useful in flat forums)

------------------------------------------------------------------------
r10868 | nkoth | 2007-12-19 21:43:01 +0100 (mer, 19 déc 2007) | 2 lines

[MOD] add column for date of post for mytiki forum thread lists

------------------------------------------------------------------------
r10867 | nkoth | 2007-12-19 21:25:16 +0100 (mer, 19 déc 2007) | 2 lines

[MOD] return title of parent comment as well in info about user comments (useful in flat forums)

------------------------------------------------------------------------
r10866 | marclaporte | 2007-12-19 20:58:44 +0100 (mer, 19 déc 2007) | 2 lines

[DOC] Adding some notes to htaccess file, like in 1.9.x

------------------------------------------------------------------------
r10865 | sylvieg | 2007-12-19 19:50:44 +0100 (mer, 19 déc 2007) | 2 lines

[FIX]modules: missing overlib init

------------------------------------------------------------------------
r10864 | marclaporte | 2007-12-19 18:14:47 +0100 (mer, 19 déc 2007) | 2 lines

typo

------------------------------------------------------------------------
r10863 | marclaporte | 2007-12-19 17:54:07 +0100 (mer, 19 déc 2007) | 2 lines

[FIX] Cosmetic: removing leading space in upcoming event module.

------------------------------------------------------------------------
r10862 | sylvieg | 2007-12-19 17:34:59 +0100 (mer, 19 déc 2007) | 2 lines

[FIX]article perm: to have the same behavior in tiki-view_article and in tiki-read_article: If a user has tiki_p_read_article but not tiki_p_read_topic - if the article has a topic but the topic has no special perm - then the user can read the article - as told in doc.tw.org

------------------------------------------------------------------------
r10861 | sylvieg | 2007-12-19 17:11:26 +0100 (mer, 19 déc 2007) | 2 lines

[FIX]article: do not add a hit if you can read the article

------------------------------------------------------------------------
r10860 | sylvieg | 2007-12-19 17:00:23 +0100 (mer, 19 déc 2007) | 2 lines

[FIX]article: display the key in green/or yellow like in other place

------------------------------------------------------------------------
r10859 | marclaporte | 2007-12-19 16:38:15 +0100 (mer, 19 déc 2007) | 2 lines

[DB] Merge up from 1.9.x of 2 database operations for upgrades. Please see http://doc.tikiwiki.org/Upgrade+1.9.x+to+1.10.y

------------------------------------------------------------------------
r10858 | nkoth | 2007-12-19 05:34:19 +0100 (mer, 19 déc 2007) | 2 lines

[FIX] finally, proper wiki_paragraph_formatting in presence of divs created by plugins

------------------------------------------------------------------------
r10857 | nkoth | 2007-12-19 05:24:26 +0100 (mer, 19 déc 2007) | 2 lines

[FIX] wiki_paragraph_formatting_br should adding line break in the event of start of nested div from plugins

------------------------------------------------------------------------
r10856 | sylvieg | 2007-12-19 00:03:15 +0100 (mer, 19 déc 2007) | 2 lines

[FIX]trackerstat: big mixed up with isPublic and isHidden

------------------------------------------------------------------------
r10855 | pkdille | 2007-12-18 23:30:00 +0100 (mar, 18 déc 2007) | 2 lines

[FIX] html code: one more onClick

------------------------------------------------------------------------
r10854 | nkoth | 2007-12-18 21:02:40 +0100 (mar, 18 déc 2007) | 2 lines

[FIX] wiki_paragraph_formatting must close paragraph before end of div created by plugins, other bad XHTML will arise. [FIX] wiki_paragraph_formatting_add_br should not add line break if line is a closing div otherwise extra space will appear

------------------------------------------------------------------------
r10853 | pkdille | 2007-12-18 17:47:46 +0100 (mar, 18 déc 2007) | 2 lines

[LANG] some french translation fix

------------------------------------------------------------------------
r10852 | pkdille | 2007-12-18 16:51:46 +0100 (mar, 18 déc 2007) | 2 lines

[FIX] html code: onclick instead onClick

------------------------------------------------------------------------
r10851 | sylvieg | 2007-12-18 15:39:47 +0100 (mar, 18 déc 2007) | 2 lines

[FIX]update list of params in help

------------------------------------------------------------------------
r10850 | nkoth | 2007-12-18 15:08:59 +0100 (mar, 18 déc 2007) | 2 lines

[MOD] usability: after clicking save when editing forum, should still be editing same forum (instead of new forum)

------------------------------------------------------------------------
r10849 | nkoth | 2007-12-18 02:06:44 +0100 (mar, 18 déc 2007) | 2 lines

[NEW] allow theme=xxxxx.css parameter for modules. Works similar to the section=, and page=, parameters.

------------------------------------------------------------------------
r10848 | nkoth | 2007-12-17 20:07:24 +0100 (lun, 17 déc 2007) | 2 lines

[FIX] semaphore must be based on un-urlencoded page, otherwise will not be erased on pageedit cancel. [MOD] add better errortitle for page being edited message.

------------------------------------------------------------------------
r10847 | sylvieg | 2007-12-17 19:48:22 +0100 (lun, 17 déc 2007) | 2 lines

[FIX]comment: save in notepad seems not to exist in wiki?? -> do not show the button

------------------------------------------------------------------------
r10846 | sylvieg | 2007-12-17 19:20:46 +0100 (lun, 17 déc 2007) | 2 lines

[FIX]comment: the plain style do not show identation

------------------------------------------------------------------------
r10845 | nkoth | 2007-12-17 18:47:21 +0100 (lun, 17 déc 2007) | 2 lines

[FIX] in xhtml, id are not supposed to start with digit, but must be character

------------------------------------------------------------------------
r10844 | nkoth | 2007-12-17 18:29:32 +0100 (lun, 17 déc 2007) | 2 lines

[MOD] the new option to still add line breaks within paras when "use paragraph formatting" feature is on should add only when line is within para

------------------------------------------------------------------------
r10843 | nkoth | 2007-12-17 18:25:21 +0100 (lun, 17 déc 2007) | 2 lines

[FIX] divs created by plugins should not be enclosed by para (won't validate XHTML)

------------------------------------------------------------------------
r10842 | nkoth | 2007-12-17 17:12:38 +0100 (lun, 17 déc 2007) | 2 lines

[NEW] option to still add line breaks within paras when "use paragraph formatting" feature is on

------------------------------------------------------------------------
r10841 | sylvieg | 2007-12-17 15:42:20 +0100 (lun, 17 déc 2007) | 2 lines

notice

------------------------------------------------------------------------
r10840 | sylvieg | 2007-12-17 12:59:42 +0100 (lun, 17 déc 2007) | 2 lines

[FIX] do not export empty email

------------------------------------------------------------------------
r10839 | sylvieg | 2007-12-17 12:53:34 +0100 (lun, 17 déc 2007) | 2 lines

[MOD]newletter: can be able to export email

------------------------------------------------------------------------
r10838 | luciash | 2007-12-16 17:22:11 +0100 (dim, 16 déc 2007) | 2 lines

[FIX] if sort by filesize is set while browsing images it needs to be read from tiki_image_data table + corrected prev/next image browsing [bug1345] [bug1399]

------------------------------------------------------------------------
r10837 | nkoth | 2007-12-16 00:29:43 +0100 (dim, 16 déc 2007) | 2 lines

[FIX] query error due to bracket closing problem

------------------------------------------------------------------------
r10836 | nkoth | 2007-12-15 20:31:46 +0100 (sam, 15 déc 2007) | 2 lines

[FIX] set default language otherwise will be first in list (usu Arabic) which if accidentally saved looks really bad

------------------------------------------------------------------------
r10835 | nkoth | 2007-12-15 19:32:29 +0100 (sam, 15 déc 2007) | 2 lines

[MOS] augment help info

------------------------------------------------------------------------
r10834 | nkoth | 2007-12-15 19:24:06 +0100 (sam, 15 déc 2007) | 2 lines

[MOD] clean up prev commit

------------------------------------------------------------------------
r10833 | nkoth | 2007-12-15 19:22:39 +0100 (sam, 15 déc 2007) | 2 lines

[MOD] provide title of forum post/topic without the front part indicating the forum in case some templates want it this way

------------------------------------------------------------------------
r10832 | nkoth | 2007-12-15 18:59:40 +0100 (sam, 15 déc 2007) | 2 lines

[MOD] add forum rankings of "last replied to topics" vs. just "last topics"

------------------------------------------------------------------------
r10831 | luciash | 2007-12-15 05:31:28 +0100 (sam, 15 déc 2007) | 2 lines

[FIX] searchresults vs searchindex condition

------------------------------------------------------------------------
r10830 | luciash | 2007-12-15 03:44:51 +0100 (sam, 15 déc 2007) | 2 lines

[FIX] don't bother to count pages and display Page: 1/0 when no results

------------------------------------------------------------------------
r10829 | luciash | 2007-12-15 02:31:42 +0100 (sam, 15 déc 2007) | 2 lines

[FIX] don't bother to count pages and display Page: 1/0 when no results

------------------------------------------------------------------------
r10828 | nkoth | 2007-12-15 01:26:00 +0100 (sam, 15 déc 2007) | 2 lines

[MOD] allow user to set watch on follow-ups on his topic when posting new topic

------------------------------------------------------------------------
r10827 | sylvieg | 2007-12-14 17:44:42 +0100 (ven, 14 déc 2007) | 2 lines

function name change - thx marc

------------------------------------------------------------------------
r10826 | sylvieg | 2007-12-14 17:42:07 +0100 (ven, 14 déc 2007) | 2 lines

[MOD]article: csv import

------------------------------------------------------------------------
r10825 | sylvieg | 2007-12-14 17:00:38 +0100 (ven, 14 déc 2007) | 2 lines

[FIX] tracker plugin: take away -some accents- to have a better sort of countries

------------------------------------------------------------------------
r10824 | sylvieg | 2007-12-14 16:31:06 +0100 (ven, 14 déc 2007) | 2 lines

[FIX]tracker plugin: sort the countries when language is not en

------------------------------------------------------------------------
r10823 | marclaporte | 2007-12-14 15:45:08 +0100 (ven, 14 déc 2007) | 2 lines

[FIX]Grammar fix in French

------------------------------------------------------------------------
r10822 | pkdille | 2007-12-14 15:04:01 +0100 (ven, 14 déc 2007) | 2 lines

[MOD] view tracker: more logical to have first checkbox for selecting (in the alignment from "all" chekbox on table first row) and in second the cross to delete individual items

------------------------------------------------------------------------
r10821 | sylvieg | 2007-12-14 14:32:24 +0100 (ven, 14 déc 2007) | 2 lines

html

------------------------------------------------------------------------
r10820 | nkoth | 2007-12-14 00:33:28 +0100 (ven, 14 déc 2007) | 2 lines

[MOD] add admin of user defaults for My Tiki forum topics and replies

------------------------------------------------------------------------
r10819 | nkoth | 2007-12-14 00:24:48 +0100 (ven, 14 déc 2007) | 2 lines

[MOD] Show my forum topics, and my forum replies under My Tiki. (Not done for Mootools yet - help/instruction will be appreciated)

------------------------------------------------------------------------
r10818 | sylvieg | 2007-12-13 21:49:21 +0100 (jeu, 13 déc 2007) | 2 lines

[FIX]plugin tracker: must prefilled the selector fields even if not used un the tracker to be able to do join for displayed fields

------------------------------------------------------------------------
r10817 | sylvieg | 2007-12-13 20:37:18 +0100 (jeu, 13 déc 2007) | 2 lines

oops

------------------------------------------------------------------------
r10816 | sylvieg | 2007-12-13 20:35:54 +0100 (jeu, 13 déc 2007) | 2 lines

notice

------------------------------------------------------------------------
r10815 | sylvieg | 2007-12-13 19:53:57 +0100 (jeu, 13 déc 2007) | 2 lines

notice

------------------------------------------------------------------------
r10814 | sylvieg | 2007-12-13 16:51:19 +0100 (jeu, 13 déc 2007) | 2 lines

[FIX]tracker stat: header field

------------------------------------------------------------------------
r10813 | sylvieg | 2007-12-13 16:32:17 +0100 (jeu, 13 déc 2007) | 2 lines

[FIX]tracker stat: header field

------------------------------------------------------------------------
r10812 | sylvieg | 2007-12-13 15:47:58 +0100 (jeu, 13 déc 2007) | 2 lines

[FIX]tracker plugin: interpret items list in preview mode + item link shows additional fields

------------------------------------------------------------------------
r10811 | sylvieg | 2007-12-13 03:35:46 +0100 (jeu, 13 déc 2007) | 2 lines

[FIX]tracker: some checking about the vlue of status to not create cache that are never updated

------------------------------------------------------------------------
r10810 | sylvieg | 2007-12-13 03:02:20 +0100 (jeu, 13 déc 2007) | 2 lines

oops

------------------------------------------------------------------------
r10809 | sylvieg | 2007-12-13 02:57:25 +0100 (jeu, 13 déc 2007) | 2 lines

[FIX]tracker plugin: if checkbox field - and field is biot checked - put a value 'n' instead of '' to do the same than tiki-view_tracker to 1) can be able to repalce a value if (one otem per user/IP) 2) do not break stat

------------------------------------------------------------------------
r10808 | nkoth | 2007-12-13 00:45:51 +0100 (jeu, 13 déc 2007) | 2 lines

[MOD] allow anonymous users to provide a name when commenting or posting to forum. If provided, the name will be "Name Provided (not registered)" instead of "Anonymous".

------------------------------------------------------------------------
r10807 | sylvieg | 2007-12-13 00:36:59 +0100 (jeu, 13 déc 2007) | 2 lines

[FIX]stat: ispublic has moer value now

------------------------------------------------------------------------
r10806 | sylvieg | 2007-12-12 22:49:47 +0100 (mer, 12 déc 2007) | 2 lines

[FIX] rollback the filter on isPublic + IP back

------------------------------------------------------------------------
r10805 | sylvieg | 2007-12-12 22:46:27 +0100 (mer, 12 déc 2007) | 2 lines

[FIX]freetags: put the info at the top of the td

------------------------------------------------------------------------
r10804 | nkoth | 2007-12-12 22:23:57 +0100 (mer, 12 déc 2007) | 2 lines

[MOD] Instead of "possible file attack" message, use a more friendly "You are not allowed to upload this type of file"

------------------------------------------------------------------------
r10803 | nkoth | 2007-12-12 21:33:20 +0100 (mer, 12 déc 2007) | 2 lines

[FIX] preview of forum post sticks around on cancel, so need to do a clean cancel. Also, make cancel work when javascript is disabled/

------------------------------------------------------------------------
r10802 | sylvieg | 2007-12-12 19:18:57 +0100 (mer, 12 déc 2007) | 2 lines

better to use a fucntion for sefurl (dreamin about an object model)

------------------------------------------------------------------------
r10801 | sylvieg | 2007-12-12 18:34:41 +0100 (mer, 12 déc 2007) | 2 lines

[MOD]sefurl: job on the way

------------------------------------------------------------------------
r10800 | sylvieg | 2007-12-12 18:13:33 +0100 (mer, 12 déc 2007) | 2 lines

[MOD]tracker plugin: new param preview that allows to have a preview stage where the computed fields are computed

------------------------------------------------------------------------
r10799 | pkdille | 2007-12-12 18:05:45 +0100 (mer, 12 déc 2007) | 2 lines

[MOD] lastchanges: button highlighting

------------------------------------------------------------------------
r10798 | nkoth | 2007-12-12 18:00:27 +0100 (mer, 12 déc 2007) | 2 lines

[FIX] back to forums list was not showing when quickjump feature is off

------------------------------------------------------------------------
r10797 | pkdille | 2007-12-12 17:49:59 +0100 (mer, 12 déc 2007) | 2 lines

[FIX] + [MOD] user tasks: fix find tool which was not working. Put the find function on top of table as everywhere else in tiki, force vertical alignment for dropdown and go button to bottom, put empty trash button with linkbut buttons

------------------------------------------------------------------------
r10796 | nkoth | 2007-12-12 17:02:12 +0100 (mer, 12 déc 2007) | 2 lines

[FIX] when previewing a new reply to forum post, i.e. a new message vs reply to former reply, do not suddenly switch heading to "Reply to this..." from "Post new message"

------------------------------------------------------------------------
r10795 | nkoth | 2007-12-12 16:33:42 +0100 (mer, 12 déc 2007) | 2 lines

[FIX] even if "forum reply is blank" feature is on, previews should preserve reply content

------------------------------------------------------------------------
r10794 | sylvieg | 2007-12-12 15:36:10 +0100 (mer, 12 déc 2007) | 2 lines

[FIX]tracker: button to fields for a new created tracker

------------------------------------------------------------------------
r10793 | pkdille | 2007-12-12 15:26:01 +0100 (mer, 12 déc 2007) | 2 lines

[FIX] user tasks: little mistake

------------------------------------------------------------------------
r10792 | sylvieg | 2007-12-12 15:07:21 +0100 (mer, 12 déc 2007) | 2 lines

[FIX]tracker: show also the perm button if no perms to have an easy way to add perm

------------------------------------------------------------------------
r10791 | pkdille | 2007-12-12 11:21:25 +0100 (mer, 12 déc 2007) | 2 lines

[MOD] lastchanges : when available print real user name as a link

------------------------------------------------------------------------
r10790 | pkdille | 2007-12-12 08:58:18 +0100 (mer, 12 déc 2007) | 2 lines

[MOD] typo

------------------------------------------------------------------------
r10789 | nkoth | 2007-12-12 01:33:55 +0100 (mer, 12 déc 2007) | 2 lines

[MOD] make "new topic" button work even when javascript is off. Also, when canceling edit, if possible, not just hide form but scroll to top of page as well.

------------------------------------------------------------------------
r10788 | nkoth | 2007-12-12 01:09:41 +0100 (mer, 12 déc 2007) | 2 lines

[FIX] initialize tiki_cookie_jar always, to avoid those tiki_cookie_jar not defined javascript errors

------------------------------------------------------------------------
r10787 | pkdille | 2007-12-11 23:42:54 +0100 (mar, 11 déc 2007) | 2 lines

[MOD] userfiles: Fix two mistakes and change the horizontal space usage bar from table to div. Change the space usage text for admin user (which has in fact no space limit). Give to the other users their usage in Mb (not only the ratio)

------------------------------------------------------------------------
r10786 | nkoth | 2007-12-11 23:32:18 +0100 (mar, 11 déc 2007) | 2 lines

[MOD] more getting rid of calling forum posts comments

------------------------------------------------------------------------
r10785 | nkoth | 2007-12-11 23:28:15 +0100 (mar, 11 déc 2007) | 2 lines

[MOD] don't use the word "comment" to refer to forum posts

------------------------------------------------------------------------
r10784 | nkoth | 2007-12-11 23:22:28 +0100 (mar, 11 déc 2007) | 2 lines

[FIX] when user clicks on "edit new", or whatever that sets openpost, it should show post form.

------------------------------------------------------------------------
r10783 | nkoth | 2007-12-11 19:47:43 +0100 (mar, 11 déc 2007) | 2 lines

[MOD] add different subject for notifications of wiki page commented, instead of using the one for page changed

------------------------------------------------------------------------
r10782 | nkoth | 2007-12-11 19:35:04 +0100 (mar, 11 déc 2007) | 2 lines

[MOD] add different subject for notifications of wiki page commented, instead of using the one for page changed

------------------------------------------------------------------------
r10780 | jyhem | 2007-12-11 19:19:54 +0100 (mar, 11 déc 2007) | 2 lines

[MOD] Mass captilazation

------------------------------------------------------------------------
r10779 | nkoth | 2007-12-11 18:35:51 +0100 (mar, 11 déc 2007) | 2 lines

[FIX] cleanup html

------------------------------------------------------------------------
r10778 | sylvieg | 2007-12-11 18:28:28 +0100 (mar, 11 déc 2007) | 2 lines

[FIX]tracker: quick fix. The notification must be sent email per email not to have a receiver seen the list of emails: todo: use the langauge and the mail pref of the user

------------------------------------------------------------------------
r10777 | nkoth | 2007-12-11 18:15:35 +0100 (mar, 11 déc 2007) | 2 lines

[FIX] if not forum_mode, use defaultRows set in tiki-view_forum_thread.php and not the one here

------------------------------------------------------------------------
r10776 | nkoth | 2007-12-11 17:59:30 +0100 (mar, 11 déc 2007) | 2 lines

[FIX] labels

------------------------------------------------------------------------
r10775 | nkoth | 2007-12-11 17:41:24 +0100 (mar, 11 déc 2007) | 2 lines

[MOD] allow admin to set default rows to use for textareas in consistent manner using stuff in textareasize.php (help is appreciated to do for rest of features)

------------------------------------------------------------------------
r10774 | nkoth | 2007-12-11 17:05:31 +0100 (mar, 11 déc 2007) | 2 lines

[FIX] if prefs syntax is 1.9, should apply deprecated pref reapply, right?

------------------------------------------------------------------------
r10773 | pkdille | 2007-12-11 16:27:02 +0100 (mar, 11 déc 2007) | 2 lines

[MOD] my tiki: harmonizing all sections layout and limiting actions column width

------------------------------------------------------------------------
r10772 | nkoth | 2007-12-11 16:01:43 +0100 (mar, 11 déc 2007) | 2 lines

[MOD] do not show category for approved pages in category list if this is a staging page

------------------------------------------------------------------------
r10771 | sylvieg | 2007-12-11 15:54:59 +0100 (mar, 11 déc 2007) | 2 lines

[FIX]tracker plugin: unheader was creating and empty tr just below

------------------------------------------------------------------------
r10770 | pkdille | 2007-12-11 15:26:59 +0100 (mar, 11 déc 2007) | 2 lines

[FIX] browse image gallerry: one attribute closing missing

------------------------------------------------------------------------
r10769 | sylvieg | 2007-12-11 15:06:12 +0100 (mar, 11 déc 2007) | 2 lines

[FIX]fagl: unused param that was breaking the optional params list

------------------------------------------------------------------------
r10768 | pkdille | 2007-12-11 14:05:40 +0100 (mar, 11 déc 2007) | 2 lines

[MOD] navbar buttons: change the highlight behaviour. It is no more just the text string which is highlighted but the whole linkbut class. This is mainly noticeable in styles where there's a border and a padding around linkbut (hec theme for example)

------------------------------------------------------------------------
r10767 | pkdille | 2007-12-11 13:49:55 +0100 (mar, 11 déc 2007) | 2 lines

[MOD] browse freetags: indenting code before changing highlighting of navbar buttons - no code changes

------------------------------------------------------------------------
r10766 | sampaioprimo | 2007-12-11 13:30:12 +0100 (mar, 11 déc 2007) | 2 lines

translayion to pt-br

------------------------------------------------------------------------
r10765 | sylvieg | 2007-12-10 23:31:38 +0100 (lun, 10 déc 2007) | 2 lines

[FIX] do not ask for confirmation when clicking on the help show plugins

------------------------------------------------------------------------
r10764 | sylvieg | 2007-12-10 23:23:40 +0100 (lun, 10 déc 2007) | 2 lines

[FIX]user: need to see the assign button for the user admin (to at least put him in the group Admins to have plugin like GROUP working)

------------------------------------------------------------------------
r10763 | pkdille | 2007-12-10 22:29:18 +0100 (lun, 10 déc 2007) | 2 lines

[FIX] view blog: missing div closing for navbar

------------------------------------------------------------------------
r10762 | pkdille | 2007-12-10 22:28:08 +0100 (lun, 10 déc 2007) | 2 lines

[MOD] indenting code in order to find an html bug - no changes

------------------------------------------------------------------------
r10761 | pkdille | 2007-12-10 22:07:44 +0100 (lun, 10 déc 2007) | 2 lines

[MOD] blog : there's not need to print Description title and div if the blog desc is empty

------------------------------------------------------------------------
r10760 | sylvieg | 2007-12-10 22:01:21 +0100 (lun, 10 déc 2007) | 2 lines

[FIX]perm: anonymous were not able to see categorized objects

------------------------------------------------------------------------
r10759 | sylvieg | 2007-12-10 19:59:18 +0100 (lun, 10 déc 2007) | 2 lines

[FIX]tracker plugin: if no fields in the params, filter on public+ a div around radio option to be able to put option on different lines

------------------------------------------------------------------------
r10758 | jonnybradley | 2007-12-10 19:18:26 +0100 (lun, 10 déc 2007) | 2 lines

[FIX] : Don't write out the title attribute here as usually it has been specified already in the template (leading to no tooltip at all and non-compliance with xhtml)

------------------------------------------------------------------------
r10757 | jonnybradley | 2007-12-10 18:16:33 +0100 (lun, 10 déc 2007) | 2 lines

[FIX] : missing column (admin) on user_permissions insert (mysql version tested only)

------------------------------------------------------------------------
r10756 | nkoth | 2007-12-10 17:26:20 +0100 (lun, 10 déc 2007) | 2 lines

[MOD] add notice to user that new staging pages not approved before has to manually moved to cat for approved pages to approve for first time

------------------------------------------------------------------------
r10755 | sylvieg | 2007-12-10 17:14:00 +0100 (lun, 10 déc 2007) | 2 lines

[MOD]pref pref_syntax to have easy transition 1.9 to 1.10

------------------------------------------------------------------------
r10754 | sylvieg | 2007-12-10 16:18:38 +0100 (lun, 10 déc 2007) | 2 lines

[FIX]wikiHomePage name must changed in a rename page

------------------------------------------------------------------------
r10753 | sylvieg | 2007-12-10 15:34:55 +0100 (lun, 10 déc 2007) | 2 lines

notice

------------------------------------------------------------------------
r10752 | sylvieg | 2007-12-10 15:31:33 +0100 (lun, 10 déc 2007) | 2 lines

[FIX]rename page: view button more explicit

------------------------------------------------------------------------
r10751 | pkdille | 2007-12-09 22:26:51 +0100 (dim, 09 déc 2007) | 2 lines

[FIX] user preferences: Fix the case where the user changes his theme and selects "Site Default". Before this fix just after clicking "change preferences", tiki was without any style and needeed a second page reload.

------------------------------------------------------------------------
r10750 | nkoth | 2007-12-09 20:38:24 +0100 (dim, 09 déc 2007) | 2 lines

[MOD] improve queries in last commit to check for object type (even though the only object type now that have full name is wiki pages)

------------------------------------------------------------------------
r10749 | nkoth | 2007-12-09 20:17:57 +0100 (dim, 09 déc 2007) | 2 lines

[MOD] wiki rankings now allow categId param to filter by categories

------------------------------------------------------------------------
r10748 | nkoth | 2007-12-09 19:10:26 +0100 (dim, 09 déc 2007) | 2 lines

[MOD] wiki rankings should not show staging pages

------------------------------------------------------------------------
r10747 | pkdille | 2007-12-09 17:56:15 +0100 (dim, 09 déc 2007) | 2 lines

[FIX] mytiki-mootools: deleting an href which is not needed

------------------------------------------------------------------------
r10746 | pkdille | 2007-12-09 17:50:00 +0100 (dim, 09 déc 2007) | 2 lines

[FIX] my tiki: my tiki versus mootools requires also ajax feature to work

------------------------------------------------------------------------
r10745 | pkdille | 2007-12-09 17:47:05 +0100 (dim, 09 déc 2007) | 2 lines

[MOD] my tiki: code indenting, no changes

------------------------------------------------------------------------
r10744 | frank_p | 2007-12-09 17:04:07 +0100 (dim, 09 déc 2007) | 2 lines

[FIX] mouseover image not show

------------------------------------------------------------------------
r10743 | pkdille | 2007-12-09 09:58:18 +0100 (dim, 09 déc 2007) | 2 lines

[FIX] user preferences: Cleaning code in order to be XHTML 1.0 transitionnal valid. Debugging "Site Default" theme option

------------------------------------------------------------------------
r10742 | pkdille | 2007-12-09 09:55:30 +0100 (dim, 09 déc 2007) | 2 lines

[MOD] Indenting code before debugging - no changes

------------------------------------------------------------------------
r10741 | nkoth | 2007-12-08 22:54:38 +0100 (sam, 08 déc 2007) | 2 lines

[MOD] statistics table for objects now have links to the object

------------------------------------------------------------------------
r10740 | nkoth | 2007-12-08 22:09:31 +0100 (sam, 08 déc 2007) | 2 lines

[MOD] do not show in statistics tables those columns that have been set to view off

------------------------------------------------------------------------
r10739 | nkoth | 2007-12-08 21:27:34 +0100 (sam, 08 déc 2007) | 2 lines

[MOD] add table to show action statistics by object

------------------------------------------------------------------------
r10738 | nkoth | 2007-12-08 20:20:52 +0100 (sam, 08 déc 2007) | 2 lines

[MOD] add total number of users under users table

------------------------------------------------------------------------
r10737 | nkoth | 2007-12-08 18:59:57 +0100 (sam, 08 déc 2007) | 2 lines

[FIX] typo tiki_p_admin -> $tiki_p_admin

------------------------------------------------------------------------
r10736 | nkoth | 2007-12-08 18:15:43 +0100 (sam, 08 déc 2007) | 2 lines

clean up previous commit

------------------------------------------------------------------------
r10735 | nkoth | 2007-12-08 18:13:03 +0100 (sam, 08 déc 2007) | 2 lines

[MOD] pre-populate tags of original page if this is the first creation of a staging page.

------------------------------------------------------------------------
r10734 | nkoth | 2007-12-08 17:48:06 +0100 (sam, 08 déc 2007) | 2 lines

[MOD] pre-populate categories of original page if this is the first creation of a staging page.

------------------------------------------------------------------------
r10733 | pkdille | 2007-12-08 17:31:18 +0100 (sam, 08 déc 2007) | 2 lines

[MOD] get_strings + some french translations

------------------------------------------------------------------------
r10732 | pkdille | 2007-12-08 17:03:59 +0100 (sam, 08 déc 2007) | 2 lines

typo

------------------------------------------------------------------------
r10731 | marclaporte | 2007-12-08 16:45:02 +0100 (sam, 08 déc 2007) | 2 lines

[DOC] Updating links to the documentation

------------------------------------------------------------------------
r10730 | marclaporte | 2007-12-08 15:57:28 +0100 (sam, 08 déc 2007) | 2 lines

[REM] removing old sql stuff from db/ dir that has no more use

------------------------------------------------------------------------
r10729 | sylvieg | 2007-12-08 13:53:18 +0100 (sam, 08 déc 2007) | 2 lines

missing column

------------------------------------------------------------------------
r10728 | marclaporte | 2007-12-08 13:28:54 +0100 (sam, 08 déc 2007) | 2 lines

[REM] removing old sql stuff from db/ dir that has no more use

------------------------------------------------------------------------
r10727 | marclaporte | 2007-12-08 13:19:48 +0100 (sam, 08 déc 2007) | 2 lines

[DOC] Porting the improvements in the instructions from BRANCH-1-9, notably tips about shared hosting context.

------------------------------------------------------------------------
r10726 | sylvieg | 2007-12-08 12:57:54 +0100 (sam, 08 déc 2007) | 2 lines

[FIX]menu: some fix around sefurl

------------------------------------------------------------------------
r10725 | marclaporte | 2007-12-08 12:12:00 +0100 (sam, 08 déc 2007) | 2 lines

[DOC] Like in BRANCH-1-9, simplify/improve the installation documentation. Divided in FTP vs SSH section. Removed the SSH details because the ones in setup.sh are better.

------------------------------------------------------------------------
r10724 | sylvieg | 2007-12-08 12:01:28 +0100 (sam, 08 déc 2007) | 2 lines

notice

------------------------------------------------------------------------
r10723 | sylvieg | 2007-12-08 11:12:11 +0100 (sam, 08 déc 2007) | 2 lines

[MOD]forum: multiple checkbox for delete

------------------------------------------------------------------------
r10722 | sylvieg | 2007-12-08 10:27:38 +0100 (sam, 08 déc 2007) | 2 lines

[FIX] oops

------------------------------------------------------------------------
r10721 | mose | 2007-12-08 06:08:03 +0100 (sam, 08 déc 2007) | 2 lines

[REM] removing old sql stuff from db/ dir that has no more use

------------------------------------------------------------------------
r10720 | mose | 2007-12-08 05:58:15 +0100 (sam, 08 déc 2007) | 2 lines

[REM] removing debug/test/obsolete files that should not be here

------------------------------------------------------------------------
r10719 | mose | 2007-12-08 04:59:50 +0100 (sam, 08 déc 2007) | 2 lines

[REM] pdf-export: removed pdf generation feature, as it is misfunctionnal and unusable, and moving to mods 14Mb of code (pdf button is just commented out for now)

------------------------------------------------------------------------
r10718 | nkoth | 2007-12-08 02:57:31 +0100 (sam, 08 déc 2007) | 2 lines

[MOD] freetag listing to not include staging pages

------------------------------------------------------------------------
r10717 | nkoth | 2007-12-08 00:19:47 +0100 (sam, 08 déc 2007) | 2 lines

[FIX] make cycle advance work correctly across table row styles

------------------------------------------------------------------------
r10716 | nkoth | 2007-12-07 23:53:11 +0100 (ven, 07 déc 2007) | 2 lines

[FIX] make sure staging has edits after last edit time of approved page

------------------------------------------------------------------------
r10715 | nkoth | 2007-12-07 23:39:30 +0100 (ven, 07 déc 2007) | 2 lines

[FIX] should just commit final version if no versions in history found before last update of approved copy

------------------------------------------------------------------------
r10714 | pkdille | 2007-12-07 23:23:53 +0100 (ven, 07 déc 2007) | 2 lines

[FIX] quicktags: fixing some tags which where not closed or closed at the wrong place. Delete the comment in the javascript area which was (I guess) for the javascript compatibility with old browsers; should no more be usefull

------------------------------------------------------------------------
r10713 | pkdille | 2007-12-07 23:18:09 +0100 (ven, 07 déc 2007) | 2 lines

[FIX] freetag: script has to be in a td in order to allow html validation

------------------------------------------------------------------------
r10712 | pkdille | 2007-12-07 23:09:18 +0100 (ven, 07 déc 2007) | 2 lines

[FIX] edit help: lost td and tr

------------------------------------------------------------------------
r10711 | nkoth | 2007-12-07 23:00:11 +0100 (ven, 07 déc 2007) | 2 lines

[FIX] add missing if to table heading

------------------------------------------------------------------------
r10710 | nkoth | 2007-12-07 22:46:36 +0100 (ven, 07 déc 2007) | 2 lines

[FIX] usability - when creating staging copy page for first time, and cancelling, to go back to viewing original page.

------------------------------------------------------------------------
r10709 | sylvieg | 2007-12-07 22:44:37 +0100 (ven, 07 déc 2007) | 2 lines

trace

------------------------------------------------------------------------
r10708 | sylvieg | 2007-12-07 22:43:11 +0100 (ven, 07 déc 2007) | 2 lines

[FIX]structure: we always need the categories for the filter if feature categ on

------------------------------------------------------------------------
r10707 | nkoth | 2007-12-07 22:20:35 +0100 (ven, 07 déc 2007) | 2 lines

[FIX] clean up prev commit

------------------------------------------------------------------------
r10706 | nkoth | 2007-12-07 21:55:29 +0100 (ven, 07 déc 2007) | 2 lines

[FIX] show edit button visibility to edit staging page only with global edit perms

------------------------------------------------------------------------
r10705 | pkdille | 2007-12-07 21:48:41 +0100 (ven, 07 déc 2007) | 2 lines

[MOD] html: language attribute is deprecated (should be the last one)

------------------------------------------------------------------------
r10704 | pkdille | 2007-12-07 21:39:55 +0100 (ven, 07 déc 2007) | 2 lines

[MOD] html: language attribute is deprecated

------------------------------------------------------------------------
r10703 | pkdille | 2007-12-07 21:31:36 +0100 (ven, 07 déc 2007) | 2 lines

[MOD] html: language attribute is deprecated

------------------------------------------------------------------------
r10702 | jyhem | 2007-12-07 20:38:08 +0100 (ven, 07 déc 2007) | 2 lines

[FIX] some mass Capitalizations

------------------------------------------------------------------------
r10701 | jyhem | 2007-12-07 19:36:35 +0100 (ven, 07 déc 2007) | 2 lines

[FIX] some mass Capitalizations

------------------------------------------------------------------------
r10700 | sylvieg | 2007-12-07 18:25:24 +0100 (ven, 07 déc 2007) | 2 lines

[FIX]event module: an option to sync or not wuth the big calendar

------------------------------------------------------------------------
r10699 | sylvieg | 2007-12-07 17:53:20 +0100 (ven, 07 déc 2007) | 2 lines

[FIX]menu: sefurl in contextuel menu

------------------------------------------------------------------------
r10698 | sylvieg | 2007-12-07 16:40:24 +0100 (ven, 07 déc 2007) | 2 lines

[MOD]sefurl: a first step in sefurl - only on wiki page for tiki/css menus using the syntax (())

------------------------------------------------------------------------
r10697 | sylvieg | 2007-12-07 16:03:29 +0100 (ven, 07 déc 2007) | 2 lines

[MOD]event module: sync event module with calendar date when navigating on calendar

------------------------------------------------------------------------
r10696 | sylvieg | 2007-12-07 15:20:47 +0100 (ven, 07 déc 2007) | 2 lines

[FIX]old search: some pages without categorisation were missing, the max(categidin ('')) seems to return sometimes 0 and sometimeNULL

------------------------------------------------------------------------
r10695 | sylvieg | 2007-12-07 15:14:12 +0100 (ven, 07 déc 2007) | 2 lines

[FIX]old search: some pages without categorisation were missing, the max(categidin ('')) seems to return sometimes 0 and sometimeNULL

------------------------------------------------------------------------
r10694 | pkdille | 2007-12-07 13:55:20 +0100 (ven, 07 déc 2007) | 2 lines

[FIX] plugins: bad break tag

------------------------------------------------------------------------
r10693 | sylvieg | 2007-12-07 10:16:02 +0100 (ven, 07 déc 2007) | 2 lines

oops

------------------------------------------------------------------------
r10692 | mose | 2007-12-07 06:56:44 +0100 (ven, 07 déc 2007) | 2 lines

[MOD] categs: renaming tiki_p_edit_categories to tiki_p_edit_categorized and split tiki_p_view_categories with tiki_p_view_categorized. You need to uncomment line 1647 in db/tiki_1.9to1.10.sql before your first upgrade, and comment it afterwards (or do not bother and just attribute tiki_p_view_categories to the appropriate group, typically Anonymous)

------------------------------------------------------------------------
r10691 | nkoth | 2007-12-07 03:26:50 +0100 (ven, 07 déc 2007) | 2 lines

[FIX] one "else" perm=n left out I think.

------------------------------------------------------------------------
r10690 | sylvieg | 2007-12-07 00:21:16 +0100 (ven, 07 déc 2007) | 2 lines

[FIX]module: the creator must be included in contributor - just in case no history

------------------------------------------------------------------------
r10689 | nkoth | 2007-12-07 00:20:39 +0100 (ven, 07 déc 2007) | 2 lines

[FIX] if user is blank, use anonymous as user, to avoid query error.

------------------------------------------------------------------------
r10688 | sylvieg | 2007-12-06 23:55:49 +0100 (jeu, 06 déc 2007) | 2 lines

[FIX]calendar: if the viewlist mode is set in session, take it to have the previous fix working

------------------------------------------------------------------------
r10687 | sylvieg | 2007-12-06 23:12:42 +0100 (jeu, 06 déc 2007) | 2 lines

[FIX]calendar: in view list month - do not show events that are in the view calendar display but not in the period (ie: event the 12/31/07 for a viewlist on 01/08)

------------------------------------------------------------------------
r10686 | sylvieg | 2007-12-06 22:10:25 +0100 (jeu, 06 déc 2007) | 2 lines

obsolete links to doc

------------------------------------------------------------------------
r10685 | sylvieg | 2007-12-06 21:41:38 +0100 (jeu, 06 déc 2007) | 2 lines

[FIX]categ: force categ

------------------------------------------------------------------------
r10684 | sylvieg | 2007-12-06 20:15:05 +0100 (jeu, 06 déc 2007) | 2 lines

[FIX]structures: view link the page in the structure not to the page

------------------------------------------------------------------------
r10683 | sylvieg | 2007-12-06 20:03:23 +0100 (jeu, 06 déc 2007) | 2 lines

[MOD]category plugin: fix option one

------------------------------------------------------------------------
r10682 | sylvieg | 2007-12-06 19:32:21 +0100 (jeu, 06 déc 2007) | 2 lines

notice

------------------------------------------------------------------------
r10681 | sylvieg | 2007-12-06 19:31:49 +0100 (jeu, 06 déc 2007) | 2 lines

save one query

------------------------------------------------------------------------
r10680 | sylvieg | 2007-12-06 19:00:06 +0100 (jeu, 06 déc 2007) | 2 lines

[FIX]categ: fix default group categ + a more explicit message to explain what it is

------------------------------------------------------------------------
r10679 | sylvieg | 2007-12-06 17:57:34 +0100 (jeu, 06 déc 2007) | 2 lines

typo

------------------------------------------------------------------------
r10678 | sylvieg | 2007-12-06 17:53:00 +0100 (jeu, 06 déc 2007) | 2 lines

[FIX]modules: avoid path disclosure if add 2 times the same positioned/param module: easy fix->should warn the admin

------------------------------------------------------------------------
r10677 | nkoth | 2007-12-06 17:43:43 +0100 (jeu, 06 déc 2007) | 2 lines

[MOD] allow overiding of maxRecords

------------------------------------------------------------------------
r10676 | nkoth | 2007-12-06 17:38:27 +0100 (jeu, 06 déc 2007) | 2 lines

[MOD] add maxRecords to sanitization as integer

------------------------------------------------------------------------
r10675 | sylvieg | 2007-12-06 17:35:53 +0100 (jeu, 06 déc 2007) | 2 lines

avoid sql error if use 2 times the same module with the same position

------------------------------------------------------------------------
r10674 | nkoth | 2007-12-06 17:09:23 +0100 (jeu, 06 déc 2007) | 2 lines

[FIX] form anchor should be available even in non-forum mode

------------------------------------------------------------------------
r10673 | sylvieg | 2007-12-06 16:44:29 +0100 (jeu, 06 déc 2007) | 2 lines

[MOD]change_categ module: do not display the categorize drop down if no more categories to add in detail view

------------------------------------------------------------------------
r10672 | sylvieg | 2007-12-06 15:31:05 +0100 (jeu, 06 déc 2007) | 2 lines

[MOD]module: param creator ans contributor with also a value n

------------------------------------------------------------------------
r10671 | nkoth | 2007-12-06 15:14:11 +0100 (jeu, 06 déc 2007) | 2 lines

[MOD] more polls perms cleaning - decided to use new perm and to have polls perms as one type

------------------------------------------------------------------------
r10670 | nkoth | 2007-12-06 14:46:07 +0100 (jeu, 06 déc 2007) | 2 lines

[MOD] cleanup basic perms and feature check

------------------------------------------------------------------------
r10669 | sylvieg | 2007-12-06 13:09:41 +0100 (jeu, 06 déc 2007) | 2 lines

a lost div

------------------------------------------------------------------------
r10668 | nkoth | 2007-12-06 07:47:42 +0100 (jeu, 06 déc 2007) | 2 lines

[MOD] just some cleaning up of last commit

------------------------------------------------------------------------
r10667 | nkoth | 2007-12-06 07:28:16 +0100 (jeu, 06 déc 2007) | 2 lines

[MOD] show multiple top voted poll results at the same time if pollId not specified

------------------------------------------------------------------------
r10666 | nkoth | 2007-12-06 05:30:29 +0100 (jeu, 06 déc 2007) | 2 lines

[FIX] object type of poll should be considered active in active polls

------------------------------------------------------------------------
r10665 | sylvieg | 2007-12-05 22:34:12 +0100 (mer, 05 déc 2007) | 2 lines

[FIX]tell a friend: send one email at the time to preserve everybody to see all the emails

------------------------------------------------------------------------
r10664 | sylvieg | 2007-12-05 21:52:45 +0100 (mer, 05 déc 2007) | 2 lines

[FIX]switch lang with the url tiki-index.php without page param

------------------------------------------------------------------------
r10663 | sylvieg | 2007-12-05 20:01:43 +0100 (mer, 05 déc 2007) | 2 lines

[MOD]module change_category: 2 new param add and del to be able to add/del categories

------------------------------------------------------------------------
r10662 | jonnybradley | 2007-12-05 18:54:37 +0100 (mer, 05 déc 2007) | 3 lines

[FIX] header.tpl:
minor JS/HTML declaration fix

------------------------------------------------------------------------
r10661 | nkoth | 2007-12-05 17:42:24 +0100 (mer, 05 déc 2007) | 2 lines

[MOD] make robust to use of ((|#anchor)) where no pagename is specified, to use current page

------------------------------------------------------------------------
r10660 | sylvieg | 2007-12-05 17:06:28 +0100 (mer, 05 déc 2007) | 2 lines

html

------------------------------------------------------------------------
r10659 | sylvieg | 2007-12-05 17:04:43 +0100 (mer, 05 déc 2007) | 2 lines

html

------------------------------------------------------------------------
r10658 | sylvieg | 2007-12-05 16:56:37 +0100 (mer, 05 déc 2007) | 2 lines

[FIX] <i> in <option> is not allowed

------------------------------------------------------------------------
r10657 | nkoth | 2007-12-05 16:51:53 +0100 (mer, 05 déc 2007) | 2 lines

maintain compliance with XHTML 1.0 Transitional and the same behavior as tikilib.php and ALINK.

------------------------------------------------------------------------
r10656 | sylvieg | 2007-12-05 16:40:18 +0100 (mer, 05 déc 2007) | 2 lines

[MOD]module: 2 params to a module creator=y and contributor=y that displays a module in a wiki page if the current user is creator / contributor

------------------------------------------------------------------------
r10655 | nkoth | 2007-12-05 16:29:33 +0100 (mer, 05 déc 2007) | 2 lines

maintain compliance with XHTML 1.0 Transitional for anchors and the same behavior as tikilib.php.

------------------------------------------------------------------------
r10654 | sylvieg | 2007-12-05 14:58:20 +0100 (mer, 05 déc 2007) | 2 lines

[MOD]module change_category: new param to filter the proposed categories on the group name the user + new para display the path or the name of a category

------------------------------------------------------------------------
r10653 | luciash | 2007-12-05 14:54:32 +0100 (mer, 05 déc 2007) | 2 lines

[MOD] slightly increased text size

------------------------------------------------------------------------
r10652 | luciash | 2007-12-05 14:08:53 +0100 (mer, 05 déc 2007) | 2 lines

[DEL] Site Identity merged into Look & Feel admin section

------------------------------------------------------------------------
r10651 | sylvieg | 2007-12-05 10:28:04 +0100 (mer, 05 déc 2007) | 2 lines

[FIX]login: to be able as an admin to log in as a new user that never logged in before

------------------------------------------------------------------------
r10650 | mose | 2007-12-05 08:51:16 +0100 (mer, 05 déc 2007) | 2 lines

[MOD] wiki images: added a check on image uploaded to be sure they are images

------------------------------------------------------------------------
r10649 | mose | 2007-12-04 23:55:12 +0100 (mar, 04 déc 2007) | 2 lines

[MOVED] moved tail module to mods

------------------------------------------------------------------------
r10647 | nkoth | 2007-12-04 22:59:38 +0100 (mar, 04 déc 2007) | 2 lines

[MOD] document wiki reference to heading or anchor

------------------------------------------------------------------------
r10646 | sylvieg | 2007-12-04 22:14:54 +0100 (mar, 04 déc 2007) | 2 lines

[MOD]module cahnge_category: be able to select one or multiple caetgs in the simple display

------------------------------------------------------------------------
r10645 | sylvieg | 2007-12-04 21:33:19 +0100 (mar, 04 déc 2007) | 2 lines

[MOD]module subscribe_groups: an extension to the module subscribe_group where you can choose your group http://doc.tikiwiki.org/tiki-index.php?page=PluginSubscribeGroup%2FPluginSubscribeGroups

------------------------------------------------------------------------
r10642 | sylvieg | 2007-12-04 21:29:47 +0100 (mar, 04 déc 2007) | 2 lines

[MOD]module change_category: another design see http://doc.tikiwiki.org/tiki-index.php?page=Module+change_category

------------------------------------------------------------------------
r10641 | sylvieg | 2007-12-04 15:33:45 +0100 (mar, 04 déc 2007) | 2 lines

missing global

------------------------------------------------------------------------
r10640 | nyloth | 2007-12-04 12:10:28 +0100 (mar, 04 déc 2007) | 2 lines

[NEW] forums: new option "Do not prefix messages titles by 'Re: '" in forum admin panel, that applies to all forums.

------------------------------------------------------------------------
r10639 | nyloth | 2007-12-04 11:01:20 +0100 (mar, 04 déc 2007) | 2 lines

[FIX] forums: fix typo in perm name.

------------------------------------------------------------------------
r10638 | mose | 2007-12-04 06:56:06 +0100 (mar, 04 déc 2007) | 2 lines

[FIX] user_id: fixed multi-assign/removal in adminusers, the $user var is local to many userlib methods calling get_user_id(), it cannot be taken as global

------------------------------------------------------------------------
r10636 | nkoth | 2007-12-03 23:22:40 +0100 (lun, 03 déc 2007) | 2 lines

[MOD] when editing staging copy, show preview if out of sync with approved copy.

------------------------------------------------------------------------
r10635 | marclaporte | 2007-12-03 23:05:50 +0100 (lun, 03 déc 2007) | 2 lines

[FIX] Update mods server to new value

------------------------------------------------------------------------
r10634 | nyloth | 2007-12-03 21:34:29 +0100 (lun, 03 déc 2007) | 2 lines

[FIX] trackers: fix user vote removal (with a null value), especially on trackers ratings with the link on the '-' choice.

------------------------------------------------------------------------
r10633 | nyloth | 2007-12-03 20:49:14 +0100 (lun, 03 déc 2007) | 2 lines

[FIX] trackers: keep sorting and filters when using ratings in the tracker list

------------------------------------------------------------------------
r10632 | nyloth | 2007-12-03 20:48:04 +0100 (lun, 03 déc 2007) | 2 lines

[FIX] trackers: keep sorting and filters when using ratings in the tracker list

------------------------------------------------------------------------
r10631 | nyloth | 2007-12-03 20:40:20 +0100 (lun, 03 déc 2007) | 2 lines

[FIX] trackers: do not show item number and total if the total equals zero.

------------------------------------------------------------------------
r10630 | nyloth | 2007-12-03 20:38:13 +0100 (lun, 03 déc 2007) | 2 lines

[FIX] trackers: do not 'View inserted item' if there was errors or missing mandatory fields. In that case, don't leave the edit/insert page and show error message.

------------------------------------------------------------------------
r10629 | nyloth | 2007-12-03 20:17:32 +0100 (lun, 03 déc 2007) | 2 lines

[FIX] trackers: fix typo

------------------------------------------------------------------------
r10628 | nyloth | 2007-12-03 20:16:38 +0100 (lun, 03 déc 2007) | 2 lines

[FIX] trackers: fix 'itemChoices' in edition mode for users and groups field types.

------------------------------------------------------------------------
r10627 | nyloth | 2007-12-03 19:51:11 +0100 (lun, 03 déc 2007) | 2 lines

[FIX] trackers: when editing a field, use a textearea for description instead of a text input.

------------------------------------------------------------------------
r10626 | nyloth | 2007-12-03 19:43:14 +0100 (lun, 03 déc 2007) | 2 lines

[MOD] trackers: when editing a field, use a textearea for description instead of a text input.

------------------------------------------------------------------------
r10625 | nyloth | 2007-12-03 18:25:17 +0100 (lun, 03 déc 2007) | 2 lines

[MOD] trackers: better to go back to the tracker list after a duplication of tracker, instead of editing the new tracker.

------------------------------------------------------------------------
r10624 | nyloth | 2007-12-03 18:14:40 +0100 (lun, 03 déc 2007) | 2 lines

[FIX] trackers: when going to 'Duplicate tracker' tab from a tracker (not from the list), the name of the new tracker should not be set, and the tracker which will be duplicated should already be selected in the list to avoid mistakes

------------------------------------------------------------------------
r10623 | sylvieg | 2007-12-03 16:57:51 +0100 (lun, 03 déc 2007) | 2 lines

[FIX]module mod-change_categ: the filter on a categ was broken + reverse top to none as the meaning in uncategorise and not categorize in top that is impossible

------------------------------------------------------------------------
r10622 | nyloth | 2007-12-03 16:51:58 +0100 (lun, 03 déc 2007) | 2 lines

[FIX] trackers: handle 'isMultilangual' and 'itemChoices' fields info when duplicating a tracker.

------------------------------------------------------------------------
r10621 | nyloth | 2007-12-03 15:17:52 +0100 (lun, 03 déc 2007) | 2 lines

[FIX] trackers: when duplicating a tracker, the new tracker id has to be used, not only the name. Fixed by moving the code that handle duplication above the smarty assignation of the trackerId.

------------------------------------------------------------------------
r10619 | kerrnel22 | 2007-12-03 09:03:07 +0100 (lun, 03 déc 2007) | 2 lines

[FIX] If a user registers and validation is on, but User Mail is turned off, admin will never see the request.  Now it returns a message saying the registration can't be sent and that the feature is disabled.

------------------------------------------------------------------------
r10618 | kerrnel22 | 2007-12-03 03:49:40 +0100 (lun, 03 déc 2007) | 2 lines

[MOD] Updated this template to use the versioning settings to display the installed version.

------------------------------------------------------------------------
r10617 | kerrnel22 | 2007-12-03 03:45:26 +0100 (lun, 03 déc 2007) | 2 lines

[MOD] Added a 'display version' to better represent which Tiki is installed.  Accommodates pre-candidate HEAD releases. Also incorporated the stars list.  top_bar, bot_bar, and installer base templates have all been updated.

------------------------------------------------------------------------
r10616 | kerrnel22 | 2007-12-03 01:25:14 +0100 (lun, 03 déc 2007) | 2 lines

[MOD] Updated new location of versions array to keep current.  Suggested changed to tiki-top_bar and similar template files.

------------------------------------------------------------------------
r10615 | kerrnel22 | 2007-12-03 00:53:15 +0100 (lun, 03 déc 2007) | 2 lines

[MOD] Added Versioning.  Will alert admin user if a new version of Tiki is released. Added new Versioning class.

------------------------------------------------------------------------
r10613 | mose | 2007-12-02 22:49:40 +0100 (dim, 02 déc 2007) | 2 lines

[FIX] wiki: made wysiwyg link work even when you use ajax

------------------------------------------------------------------------
r10612 | nyloth | 2007-12-02 19:29:36 +0100 (dim, 02 déc 2007) | 2 lines

[FIX] translations: fix 'Old name' french translation

------------------------------------------------------------------------
r10611 | nyloth | 2007-12-02 19:00:00 +0100 (dim, 02 déc 2007) | 2 lines

[FIX] translations: fix french translations of 'event' (see http://www.academie-francaise.fr/langue/questions.html#evenement) + 2 new translations

------------------------------------------------------------------------
r10610 | marclaporte | 2007-12-02 17:24:03 +0100 (dim, 02 déc 2007) | 2 lines

[FIX] Fixing links to the documentation

------------------------------------------------------------------------
r10609 | sylvieg | 2007-12-02 13:56:05 +0100 (dim, 02 déc 2007) | 2 lines

oops

------------------------------------------------------------------------
r10608 | nyloth | 2007-12-02 04:17:08 +0100 (dim, 02 déc 2007) | 2 lines

[MOD] upcoming events module: better title depending on the number of events

------------------------------------------------------------------------
r10607 | nyloth | 2007-12-02 03:34:51 +0100 (dim, 02 déc 2007) | 2 lines

[FIX] RSS wikiplugin: need to htmldecode RSS titles + do not show empty parenthesis when author and date fields are required but retrieved empty + reindent code

------------------------------------------------------------------------
r10606 | nyloth | 2007-12-02 02:17:10 +0100 (dim, 02 déc 2007) | 2 lines

[FIX] trackers: do not show and handle 'autoCreateCategories' when categories feature is disabled + include_once categlib.php

------------------------------------------------------------------------
r10605 | sylvieg | 2007-12-01 23:56:34 +0100 (sam, 01 déc 2007) | 2 lines

[FIX]intertiki: import also un avatar file  with the prefs (NB: if the avatar is in library, only import the link not the data)

------------------------------------------------------------------------
r10604 | sylvieg | 2007-12-01 22:50:22 +0100 (sam, 01 déc 2007) | 2 lines

[FIX]intertiki: une option needs only a html escape not an url escape - to have an option value like test/tiki

------------------------------------------------------------------------
r10603 | nyloth | 2007-12-01 20:52:53 +0100 (sam, 01 déc 2007) | 2 lines

[FIX] tikidblib: don't add an underscore between the field and the sort order (asc/desc) when the sort order is missing and the field ends with an underscore

------------------------------------------------------------------------
r10602 | nyloth | 2007-12-01 19:34:51 +0100 (sam, 01 déc 2007) | 2 lines

[FIX] fckeditor: tune our default prefs and fck config to work with version 2.5 (and to enable all interesting buttons and new features of 2.5)

------------------------------------------------------------------------
r10561 | mose | 2007-12-01 16:33:25 +0100 (sam, 01 déc 2007) | 2 lines

[MOD] wiki: made optionnal the make structure button

------------------------------------------------------------------------
r10560 | redflo | 2007-12-01 01:52:07 +0100 (sam, 01 déc 2007) | 2 lines

Added file permission checks

------------------------------------------------------------------------
r10558 | nkoth | 2007-11-30 23:42:04 +0100 (ven, 30 nov 2007) | 2 lines

[MOD] field to store label for dynamic content (for tracker item 1431)

------------------------------------------------------------------------
r10557 | nkoth | 2007-11-30 22:56:48 +0100 (ven, 30 nov 2007) | 2 lines

[FIX] should not overwrite global $user var otherwise bugs will happen, including 1388

------------------------------------------------------------------------
r10556 | sylvieg | 2007-11-30 21:52:07 +0100 (ven, 30 nov 2007) | 2 lines

[MOD]banner: display url in list page

------------------------------------------------------------------------
r10555 | sylvieg | 2007-11-30 21:46:07 +0100 (ven, 30 nov 2007) | 2 lines

[MOD]banner: do not add automatically http:// to the url - because 1)it is bugged on https 2)if you want to do url on your site wihotu having the trouble when site url changes

------------------------------------------------------------------------
r10554 | mose | 2007-11-30 21:17:15 +0100 (ven, 30 nov 2007) | 2 lines

[MOVED] moving tiki.css to mods

------------------------------------------------------------------------
r10552 | sylvieg | 2007-11-30 19:33:03 +0100 (ven, 30 nov 2007) | 2 lines

like default params

------------------------------------------------------------------------
r10551 | nkoth | 2007-11-30 19:13:16 +0100 (ven, 30 nov 2007) | 2 lines

[FIX] add pref to control use of transition styles

------------------------------------------------------------------------
r10550 | sylvieg | 2007-11-30 18:15:22 +0100 (ven, 30 nov 2007) | 2 lines

better to use isset than @

------------------------------------------------------------------------
r10549 | mose | 2007-11-30 18:09:19 +0100 (ven, 30 nov 2007) | 2 lines

[FIX] groupadmin: fixed group creation query

------------------------------------------------------------------------
r10548 | nyloth | 2007-11-30 18:05:35 +0100 (ven, 30 nov 2007) | 2 lines

[FIX] trackers: correctly test if next/prev links have to be displayed.

------------------------------------------------------------------------
r10547 | nyloth | 2007-11-30 17:55:35 +0100 (ven, 30 nov 2007) | 2 lines

[FIX] trackers: remove some useless smarty comments from the previous commit

------------------------------------------------------------------------
r10546 | nyloth | 2007-11-30 17:53:15 +0100 (ven, 30 nov 2007) | 12 lines

[FIX] trackers: fix links to next/previous tracker items

- When the user doesn't comes from the first item of the list and correctly handle the item order (same as the list the user came from) when moving to next or previous item,

- Avoid the "Next" link when the item is the last of the list,

- Hide links when there is only one item or when the user doesn't come from the item list,

- Change the look of the links to use the pagination links and texts that are used in other places (e.g. wiki pages list). This adds the support of AJAX feature and direct pagination links feature,

- Rename "Back items list" into "items list", because the user does not necessarily come from the list, it was badly translated, other features are not using the "Back (something)" text

------------------------------------------------------------------------
r10545 | sylvieg | 2007-11-30 17:35:30 +0100 (ven, 30 nov 2007) | 2 lines

[FIX]tracjer: if option is 'd' do not ask for time in tiki-view_tracker

------------------------------------------------------------------------
r10544 | sylvieg | 2007-11-30 17:08:58 +0100 (ven, 30 nov 2007) | 2 lines

[MOD]tracker: add a class fieldId to be able to put some style on each column in tracker list

------------------------------------------------------------------------
r10543 | sylvieg | 2007-11-30 14:35:44 +0100 (ven, 30 nov 2007) | 2 lines

[MOD] document + in wiki help

------------------------------------------------------------------------
r10542 | sylvieg | 2007-11-30 00:13:35 +0100 (ven, 30 nov 2007) | 2 lines

bad strstr params

------------------------------------------------------------------------
r10541 | sylvieg | 2007-11-29 20:29:45 +0100 (jeu, 29 nov 2007) | 2 lines

official month abbrevs to overpass the substring of 3 of the pear lib - not sure about the day abbrev

------------------------------------------------------------------------
r10540 | sylvieg | 2007-11-29 20:22:09 +0100 (jeu, 29 nov 2007) | 2 lines

official month abbrevs to overpass the substring of 3 of the pear lib

------------------------------------------------------------------------
r10539 | sylvieg | 2007-11-29 19:53:44 +0100 (jeu, 29 nov 2007) | 2 lines

[FIX]date: even if you are in English, you have to translate- people can overloaded the trad to have janv. instead of Jan for instance

------------------------------------------------------------------------
r10538 | sylvieg | 2007-11-29 19:07:34 +0100 (jeu, 29 nov 2007) | 2 lines

[FIX]user: not to show star for users that do not exist anymore

------------------------------------------------------------------------
r10537 | sylvieg | 2007-11-29 15:31:10 +0100 (jeu, 29 nov 2007) | 2 lines

[FIX]calendar: put back the preview button

------------------------------------------------------------------------
r10536 | mose | 2007-11-29 06:19:13 +0100 (jeu, 29 nov 2007) | 2 lines

[FIX] edit css: avoid importing @imported css, so we can edit css as they are and not merged

------------------------------------------------------------------------
r10535 | mose | 2007-11-29 06:17:04 +0100 (jeu, 29 nov 2007) | 2 lines

[FIX] wysiwyg: fixing dir path for image manager in multitiki context

------------------------------------------------------------------------
r10534 | ricks99 | 2007-11-29 01:28:25 +0100 (jeu, 29 nov 2007) | 2 lines

use lowercase for valid xhtml

------------------------------------------------------------------------
r10533 | xavidp | 2007-11-29 01:25:57 +0100 (jeu, 29 nov 2007) | 2 lines

quotation marks added at the help text to avoid confusion with many flash content which doesn't work without them (youtube, slideshare, etc.)

------------------------------------------------------------------------
r10532 | sylvieg | 2007-11-29 00:53:48 +0100 (jeu, 29 nov 2007) | 2 lines

oops

------------------------------------------------------------------------
r10531 | marclaporte | 2007-11-29 00:38:46 +0100 (jeu, 29 nov 2007) | 2 lines

[FIX] typo & make string translatable

------------------------------------------------------------------------
r10530 | sylvieg | 2007-11-29 00:29:23 +0100 (jeu, 29 nov 2007) | 2 lines

[MOD]BOX: new param id - as this ... htmlpurifier eats the id= in a div

------------------------------------------------------------------------
r10529 | nkoth | 2007-11-28 23:24:51 +0100 (mer, 28 nov 2007) | 2 lines

[MOD] improve labeling of reinforce categories option

------------------------------------------------------------------------
r10528 | nkoth | 2007-11-28 23:14:47 +0100 (mer, 28 nov 2007) | 2 lines

[FIX] when reinforce categories is off, it is necessary to prevent users with not enough perms on certain cats wiping out cats set by users with more perms.

------------------------------------------------------------------------
r10527 | sylvieg | 2007-11-28 23:04:17 +0100 (mer, 28 nov 2007) | 2 lines

[MOD]banner: default max impressions to -1

------------------------------------------------------------------------
r10526 | sylvieg | 2007-11-28 22:58:37 +0100 (mer, 28 nov 2007) | 2 lines

[FIX]lang: overwrite lang in the rss if lang is set

------------------------------------------------------------------------
r10525 | sylvieg | 2007-11-28 22:43:43 +0100 (mer, 28 nov 2007) | 2 lines

[FIX]subscribe group: a div for more style

------------------------------------------------------------------------
r10524 | nkoth | 2007-11-28 22:43:34 +0100 (mer, 28 nov 2007) | 2 lines

[FIX] list of categories to categorize stuff in 1.10 should be based in tiki_p_edit_categories, not tiki_p_view_categories

------------------------------------------------------------------------
r10523 | mose | 2007-11-28 15:33:28 +0100 (mer, 28 nov 2007) | 2 lines

[FIX] pluginsplit: trying to fix a carriage return skipping when you use include plugin in combination with split plugin

------------------------------------------------------------------------
r10522 | sylvieg | 2007-11-28 15:19:07 +0100 (mer, 28 nov 2007) | 2 lines

[FIX]RSS: put the title of the site instead of tikiwiki logo

------------------------------------------------------------------------
r10521 | sylvieg | 2007-11-28 12:55:43 +0100 (mer, 28 nov 2007) | 2 lines

[FIX]tracker: when editing a tracker comment, go in the comment tab

------------------------------------------------------------------------
r10520 | sylvieg | 2007-11-28 12:18:02 +0100 (mer, 28 nov 2007) | 2 lines

better wording

------------------------------------------------------------------------
r10519 | kerrnel22 | 2007-11-28 09:01:46 +0100 (mer, 28 nov 2007) | 2 lines

[MOD] If a user clicks on themself, the private flag is ignored and the user's info page will now display. Can't see a reason this shouldn't be the case.

------------------------------------------------------------------------
r10518 | luciash | 2007-11-28 06:40:28 +0100 (mer, 28 nov 2007) | 2 lines

[REM] Site Identity merged to Look & Feel (http://dev.tikiwiki.org/AdminUIRevamp)

------------------------------------------------------------------------
r10517 | luciash | 2007-11-28 06:23:33 +0100 (mer, 28 nov 2007) | 2 lines

[MOD][ENH] merging Site Identity into Look & Feel admin section

------------------------------------------------------------------------
r10516 | mose | 2007-11-28 05:50:47 +0100 (mer, 28 nov 2007) | 2 lines

[FIX] imagegal module: calling wrong lib

------------------------------------------------------------------------
r10515 | luciash | 2007-11-28 04:28:02 +0100 (mer, 28 nov 2007) | 2 lines

[MOD] change theme > look & feel

------------------------------------------------------------------------
r10512 | nkoth | 2007-11-28 02:04:58 +0100 (mer, 28 nov 2007) | 2 lines

strip_tags for tag string before searching

------------------------------------------------------------------------
r10511 | luciash | 2007-11-28 00:44:31 +0100 (mer, 28 nov 2007) | 2 lines

[MOD] moving layout settings to themes section + UI enhancements (http://dev.tikiwiki.org/AdminUIRevamp)

------------------------------------------------------------------------
r10510 | nkoth | 2007-11-27 22:52:21 +0100 (mar, 27 nov 2007) | 2 lines

[MOD] change edit history comment to include name of approver

------------------------------------------------------------------------
r10509 | nkoth | 2007-11-27 21:53:18 +0100 (mar, 27 nov 2007) | 2 lines

[FIX] should show/hide edit button based on staging page when button refers to staging page

------------------------------------------------------------------------
r10508 | nkoth | 2007-11-27 20:39:55 +0100 (mar, 27 nov 2007) | 2 lines

[FIX] prevent confusion in renaming of pages that have staging

------------------------------------------------------------------------
r10507 | nkoth | 2007-11-27 20:08:14 +0100 (mar, 27 nov 2007) | 2 lines

[FIX] Show staged pages as out of sync always if out of sync category is not set

------------------------------------------------------------------------
r10506 | nkoth | 2007-11-27 19:06:52 +0100 (mar, 27 nov 2007) | 2 lines

[NEW] the rest of the feature_wikiapproval, as promised by today.

------------------------------------------------------------------------
r10503 | sylvieg | 2007-11-27 18:23:53 +0100 (mar, 27 nov 2007) | 2 lines

[MOD]rss: take away the hard coded img for a rss- path to img can be given in admin->rss

------------------------------------------------------------------------
r10502 | sept_7 | 2007-11-27 18:03:28 +0100 (mar, 27 nov 2007) | 15 lines

Adding a Smarty function too easely manipulate the URL query.

Syntax : {query var1="value1,value2,..." var2="v1,v2,..." var3=NULL}

The function will rewrite the query string by cycling through the different
values, or unset the variable if the value is NULL.

For example :
 {query sort="theme_asc,theme_desc}
 will rewrite the URI variable sort this way :
  theme_asc then theme_desc then theme_desc and so on

{query sort="NULL"}
  will unset the URI variable

------------------------------------------------------------------------
r10500 | sylvieg | 2007-11-27 17:46:00 +0100 (mar, 27 nov 2007) | 2 lines

[FIX]timezone: get rid of the UTC in default user pref - replace it with 'Site default' + if this option is checked, no local/user pref is considered, the timezone is this default for everybody

------------------------------------------------------------------------
r10498 | mose | 2007-11-27 16:09:45 +0100 (mar, 27 nov 2007) | 2 lines

[FIX] tell a friend: removed the link to tell a friend on wiki editpage

------------------------------------------------------------------------
r10497 | sylvieg | 2007-11-27 15:53:11 +0100 (mar, 27 nov 2007) | 2 lines

oops

------------------------------------------------------------------------
r10496 | sylvieg | 2007-11-27 15:31:25 +0100 (mar, 27 nov 2007) | 2 lines

notice

------------------------------------------------------------------------
r10495 | sylvieg | 2007-11-27 11:42:06 +0100 (mar, 27 nov 2007) | 2 lines

[FIX]only if feature_category is on

------------------------------------------------------------------------
r10494 | sylvieg | 2007-11-27 11:35:21 +0100 (mar, 27 nov 2007) | 2 lines

[FIX]group: categorize_list is not the right function to use as the group is not categorized itself - just need a list categs here

------------------------------------------------------------------------
r10493 | sylvieg | 2007-11-27 11:28:03 +0100 (mar, 27 nov 2007) | 2 lines

notice

------------------------------------------------------------------------
r10492 | sylvieg | 2007-11-27 11:17:31 +0100 (mar, 27 nov 2007) | 2 lines

[FIX]missing prefs default for feature_wikiapproval

------------------------------------------------------------------------
r10491 | sylvieg | 2007-11-27 11:08:28 +0100 (mar, 27 nov 2007) | 2 lines

[FIX]as feature_top_bar_version and date are set in site identity - do not check them in siteId is off

------------------------------------------------------------------------
r10490 | sampaioprimo | 2007-11-27 03:28:07 +0100 (mar, 27 nov 2007) | 2 lines

translation

------------------------------------------------------------------------
r10489 | mose | 2007-11-27 02:51:37 +0100 (mar, 27 nov 2007) | 2 lines

[FIX] freetags: added a tag cleanup when tag is unassigned to avoid systematic orphaning

------------------------------------------------------------------------
r10488 | nyloth | 2007-11-26 22:00:19 +0100 (lun, 26 nov 2007) | 2 lines

[FIX] forums: fix cycle in smarty on forum list

------------------------------------------------------------------------
r10487 | nyloth | 2007-11-26 21:27:40 +0100 (lun, 26 nov 2007) | 2 lines

[FIX] forums: do not use the 'threads' counter anymore

------------------------------------------------------------------------
r10486 | nyloth | 2007-11-26 21:25:52 +0100 (lun, 26 nov 2007) | 2 lines

[FIX] stats: change 'threads' into 'replies' to be coherent with what's really done in the code.

------------------------------------------------------------------------
r10485 | sylvieg | 2007-11-26 20:38:38 +0100 (lun, 26 nov 2007) | 2 lines

html

------------------------------------------------------------------------
r10484 | sylvieg | 2007-11-26 20:32:34 +0100 (lun, 26 nov 2007) | 2 lines

missing div

------------------------------------------------------------------------
r10483 | nyloth | 2007-11-26 19:56:13 +0100 (lun, 26 nov 2007) | 2 lines

[FIX] forums list: get the number of topics dynamically for each forum displayed in the list, not from the hard counter 'threads', because the counter can be easily wrong + reduce a bit old queries overhead

------------------------------------------------------------------------
r10482 | mose | 2007-11-26 19:26:48 +0100 (lun, 26 nov 2007) | 2 lines

[FIX] batch import users, avoid the last line is silently skipped, and better error handling

------------------------------------------------------------------------
r10481 | sylvieg | 2007-11-26 18:14:12 +0100 (lun, 26 nov 2007) | 2 lines

[FIX]calendar: end date when editing an event was lost

------------------------------------------------------------------------
r10480 | nyloth | 2007-11-26 18:07:27 +0100 (lun, 26 nov 2007) | 2 lines

[FIX] forums: cant should contain all topics regardless of the pagination, but only if the user can see them

------------------------------------------------------------------------
r10479 | nyloth | 2007-11-26 17:31:12 +0100 (lun, 26 nov 2007) | 2 lines

[FIX] forums: avoid a useless query to count the forums topics

------------------------------------------------------------------------
r10478 | sylvieg | 2007-11-26 17:30:04 +0100 (lun, 26 nov 2007) | 2 lines

[FIX]article: give a permission denied and not article not found if it is the case

------------------------------------------------------------------------
r10477 | sylvieg | 2007-11-26 17:21:07 +0100 (lun, 26 nov 2007) | 2 lines

[FIX]article: give a permission denied if can not edit topic

------------------------------------------------------------------------
r10476 | ntavares | 2007-11-26 17:15:30 +0100 (lun, 26 nov 2007) | 2 lines

i18n : massive translation

------------------------------------------------------------------------
r10475 | sylvieg | 2007-11-26 17:01:16 +0100 (lun, 26 nov 2007) | 2 lines

oops: tiki_p_read_topic restricts tiki_p_read_article and is not parallel as said in doc.tw.org

------------------------------------------------------------------------
r10474 | sylvieg | 2007-11-26 16:43:38 +0100 (lun, 26 nov 2007) | 2 lines

temporary fix until better decision: the tiki_p_topic_read is a cms perms - no more a topic perm

------------------------------------------------------------------------
r10473 | sylvieg | 2007-11-26 16:27:17 +0100 (lun, 26 nov 2007) | 2 lines

[FIX]article: the read article must check local perms + perms already checked in get_article->please test

------------------------------------------------------------------------
r10472 | sylvieg | 2007-11-26 16:25:43 +0100 (lun, 26 nov 2007) | 2 lines

[FIX]article: get_article must also check the topic perm

------------------------------------------------------------------------
r10471 | sylvieg | 2007-11-26 16:18:22 +0100 (lun, 26 nov 2007) | 2 lines

[MOD]articles: in list add 2 buttons - a view(some themes have no obvious link) + a assign perm button

------------------------------------------------------------------------
r10470 | sylvieg | 2007-11-26 15:44:21 +0100 (lun, 26 nov 2007) | 2 lines

[FIX] better fix for the expire date (for bissextile year)

------------------------------------------------------------------------
r10469 | sylvieg | 2007-11-26 15:41:03 +0100 (lun, 26 nov 2007) | 2 lines

[FIX] better fix for the expire date (for bissextile year)

------------------------------------------------------------------------
r10468 | nyloth | 2007-11-26 15:00:33 +0100 (lun, 26 nov 2007) | 2 lines

[FIX] trackers: fix condition to hide status in item edition when the tracker is not using status + translate checkbox values in listing + fix a translation.

------------------------------------------------------------------------
r10467 | sylvieg | 2007-11-26 12:41:52 +0100 (lun, 26 nov 2007) | 2 lines

[FIX]article: expiration date was wrong because time return an integer not an array

------------------------------------------------------------------------
r10466 | luciash | 2007-11-26 06:25:30 +0100 (lun, 26 nov 2007) | 2 lines

[FIX] Apache error with .htaccess files [bug875]

------------------------------------------------------------------------
r10465 | sylvieg | 2007-11-25 23:46:37 +0100 (dim, 25 nov 2007) | 2 lines

icons

------------------------------------------------------------------------
r10464 | sylvieg | 2007-11-25 23:12:13 +0100 (dim, 25 nov 2007) | 2 lines

get rid on check_permission && check_page

------------------------------------------------------------------------
r10463 | sylvieg | 2007-11-25 22:42:35 +0100 (dim, 25 nov 2007) | 2 lines

get rid of check_admin

------------------------------------------------------------------------
r10462 | sylvieg | 2007-11-25 22:35:24 +0100 (dim, 25 nov 2007) | 2 lines

get rid of check_feature

------------------------------------------------------------------------
r10461 | sylvieg | 2007-11-25 22:19:59 +0100 (dim, 25 nov 2007) | 2 lines

[MOD]groups: possibility to export all the users of a group in a csv format + to assign users by a cvs import + give directly with a second click the group member list

------------------------------------------------------------------------
r10459 | mose | 2007-11-25 21:58:11 +0100 (dim, 25 nov 2007) | 2 lines

[MOD] wiki help: added a cache for list plugin description to avoid having them parsed at each edit

------------------------------------------------------------------------
r10458 | nyloth | 2007-11-25 19:21:21 +0100 (dim, 25 nov 2007) | 2 lines

[FIX] wikiplugin code: need to close the PRE tag

------------------------------------------------------------------------
r10457 | mose | 2007-11-25 18:03:29 +0100 (dim, 25 nov 2007) | 2 lines

[FIX] wikiplugin code: removed an extra end of div that breaks html

------------------------------------------------------------------------
r10456 | kerrnel22 | 2007-11-25 08:33:07 +0100 (dim, 25 nov 2007) | 2 lines

[FIX] Corrected feature and access check methods at start of script to adhere to 1.10 standard.

------------------------------------------------------------------------
r10455 | ntavares | 2007-11-25 04:05:42 +0100 (dim, 25 nov 2007) | 2 lines

smarty strings: descr->Description (all other are initial upper case)

------------------------------------------------------------------------
r10454 | ntavares | 2007-11-25 01:56:36 +0100 (dim, 25 nov 2007) | 2 lines

smarty strings: capitalization

------------------------------------------------------------------------
r10453 | nyloth | 2007-11-25 01:46:57 +0100 (dim, 25 nov 2007) | 2 lines

[FIX] code wikiplugin: remove broken option for geshi 1.0

------------------------------------------------------------------------
r10452 | nyloth | 2007-11-25 01:41:36 +0100 (dim, 25 nov 2007) | 2 lines

[FIX] code wikiplugin: small fixes for geshi 1.0 + notice

------------------------------------------------------------------------
r10451 | ntavares | 2007-11-25 01:17:21 +0100 (dim, 25 nov 2007) | 2 lines

smarty strings: remove HTML

------------------------------------------------------------------------
r10450 | ntavares | 2007-11-25 01:12:35 +0100 (dim, 25 nov 2007) | 2 lines

smarty strings: "quarter" typo

------------------------------------------------------------------------
r10449 | ntavares | 2007-11-25 00:53:22 +0100 (dim, 25 nov 2007) | 2 lines

smarty strings: fix typo "independant"

------------------------------------------------------------------------
r10448 | ntavares | 2007-11-25 00:46:57 +0100 (dim, 25 nov 2007) | 2 lines

remove HTML from strings, and split an expression for reuse

------------------------------------------------------------------------
r10447 | ntavares | 2007-11-24 23:54:43 +0100 (sam, 24 nov 2007) | 2 lines

smarty: forgotten string

------------------------------------------------------------------------
r10446 | sylvieg | 2007-11-24 23:17:01 +0100 (sam, 24 nov 2007) | 2 lines

oops

------------------------------------------------------------------------
r10445 | kerrnel22 | 2007-11-24 20:47:17 +0100 (sam, 24 nov 2007) | 2 lines

[FIX] Added a State of the Code section to documentation blurb explaining the limitations of the current version of this tool.

------------------------------------------------------------------------
r10444 | kerrnel22 | 2007-11-24 20:40:32 +0100 (sam, 24 nov 2007) | 2 lines

[FIX] Library now behaves as expected to enable forum importer to work.

------------------------------------------------------------------------
r10443 | kerrnel22 | 2007-11-24 20:39:28 +0100 (sam, 24 nov 2007) | 2 lines

[NEW] Initial version of Forum Import tool. Currently only imports tiki forums from an SQL file dump with escaped single quotes (\')

------------------------------------------------------------------------
r10440 | kerrnel22 | 2007-11-24 20:37:05 +0100 (sam, 24 nov 2007) | 2 lines

[MOD] Added link from admin forums page to import forum tool.

------------------------------------------------------------------------
r10439 | nyloth | 2007-11-24 18:12:43 +0100 (sam, 24 nov 2007) | 40 lines

[FIX][NEW] code wiki plugin: Rewrite {CODE} plugin to use GeSHI - Generic Syntax Highlighter (if installed !) + some fixes :

  Since GeSHI has been licensed under GPL only - which is incompatible with Tikiwiki's LGPL licence - you need to manually download (http://qbnz.com/highlighter) and copy GeSHI in your own tikiwiki's lib/geshi/ directory. You can also install the stable version of GeSHI with the Debian/Ubuntu package "php-geshi".

Comments by params:

  * "colors" param (i.e. language):

    - Now support color syntaxing for other languages than php (Use GeSHI when the colors param is specified (e.g. colors=php). Supported languages are extended to those supported by GeSHI (this includes php, html, sql, javascript, css, java, c, doxygen, delphi, ...) if it is installed (test if lib/geshi/class.geshi.php or lib/geshi/geshi.php or /usr/share/php-geshi/geshi.php exists),

    - In order to keep a way to use php's highlight_string function (which was used before for colors=php), colors=highlights can be used. This value was in the documentation but was not used before,

    - Do not support colors=phpcode which was in documentation but not handled in the code

  * "wrap" param:

    - Now also support text wrapping when using colors param,

    - Force wrapping in <pre> tag through a CSS hack (also supported in CSS 3),

    - If there is no wrapping, display a scrollbar (only if needed) to avoid truncating the text

  * "wiki" param:

    - Now also supports wiki parsing when using colors param

  * "ln" param:

    - Now also supports line numbering when using colors param (with GeSHI v.1.0.x only)

  * "caption" param: no change

Other comments:

  * Both stable and last development version (1.1.2alpha3) of GeSHI (http://qbnz.com/highlighter) are supported (the development version is better but does not handle "ln" param for the moment),

  * Remove backslashes on '$' signs, since they are apparently not evaluated somewhere but the plugin's output was not correct,

  * Use only PRE tags to reduce spaces at line beginning, line breaks and CSS problems

------------------------------------------------------------------------
r10438 | nyloth | 2007-11-24 16:28:43 +0100 (sam, 24 nov 2007) | 6 lines

[FIX] html entity decoding: factorization and fixes

  * New TikiLib::htmldecode function, that replaces all functions with the same behavior that were in many places in tiki (and sometimes broken),

  * New smarty tiki modifier : htmldecode, to use easily the above function in smarty templates

------------------------------------------------------------------------
r10436 | kerrnel22 | 2007-11-24 09:43:52 +0100 (sam, 24 nov 2007) | 2 lines

[NEW] Library for forum importer. Not working 100%, posting for debug help.

------------------------------------------------------------------------
r10434 | nkoth | 2007-11-24 01:35:15 +0100 (sam, 24 nov 2007) | 2 lines

[NEW] (wiki staging) sync status indication

------------------------------------------------------------------------
r10433 | nkoth | 2007-11-24 01:15:38 +0100 (sam, 24 nov 2007) | 2 lines

[FIX] fix last commit

------------------------------------------------------------------------
r10432 | nkoth | 2007-11-24 00:04:30 +0100 (sam, 24 nov 2007) | 2 lines

[NEW] edit button behavior in the case of wiki page staging in use.

------------------------------------------------------------------------
r10431 | sylvieg | 2007-11-24 00:03:46 +0100 (sam, 24 nov 2007) | 2 lines

[FIX]avatar: if the avatar is not square do not distord it

------------------------------------------------------------------------
r10429 | nkoth | 2007-11-23 23:09:55 +0100 (ven, 23 nov 2007) | 2 lines

[MOD] make corresponding function has_edit_permission to has_view_permission in categlib

------------------------------------------------------------------------
r10428 | ntavares | 2007-11-23 22:25:34 +0100 (ven, 23 nov 2007) | 2 lines

i18n: upstream from 1.9

------------------------------------------------------------------------
r10427 | nkoth | 2007-11-23 21:01:02 +0100 (ven, 23 nov 2007) | 2 lines

[MOD] allow get_page_from_history to access info for current version

------------------------------------------------------------------------
r10426 | nkoth | 2007-11-23 20:35:47 +0100 (ven, 23 nov 2007) | 2 lines

[NEW] wiki page staging - auto copy contents of original first time staging page is being edited

------------------------------------------------------------------------
r10425 | sampaioprimo | 2007-11-23 18:22:39 +0100 (ven, 23 nov 2007) | 2 lines

[NEW] plugin to display youtube videos in a wiki page

------------------------------------------------------------------------
r10423 | nyloth | 2007-11-23 17:24:35 +0100 (ven, 23 nov 2007) | 2 lines

[FIX] tracker notifications: fix date formating for item modifications + use prefs format (since this is also used for the notification 'Date' info)

------------------------------------------------------------------------
r10422 | nyloth | 2007-11-23 14:40:21 +0100 (ven, 23 nov 2007) | 2 lines

[FIX] trackers multilingual fields: really hide the multilingual whole row (not just its cells content) in tracker field edition when the field does not support multilingual content (use 'display' CSS attribute instead of 'visibility') + simplify 'chgTrkLingual()' javascript function.

------------------------------------------------------------------------
r10421 | nyloth | 2007-11-23 14:32:44 +0100 (ven, 23 nov 2007) | 2 lines

[FIX] tiki login: small fix to avoid another '?' when the URL was already specified with arguments.

------------------------------------------------------------------------
r10420 | nyloth | 2007-11-23 13:57:19 +0100 (ven, 23 nov 2007) | 2 lines

[NEW] tracker static field: add quicktags to the static field's textarea

------------------------------------------------------------------------
r10419 | sylvieg | 2007-11-23 13:39:26 +0100 (ven, 23 nov 2007) | 2 lines

[FIX]mod-events: popup + param popup to have or not the popup + translation

------------------------------------------------------------------------
r10418 | sylvieg | 2007-11-23 13:37:37 +0100 (ven, 23 nov 2007) | 2 lines

[FIX] use tra to have more translation

------------------------------------------------------------------------
r10417 | nkoth | 2007-11-23 00:17:17 +0100 (ven, 23 nov 2007) | 2 lines

[NEW] allow hide prefix used for page staging

------------------------------------------------------------------------
r10416 | nkoth | 2007-11-23 00:09:32 +0100 (ven, 23 nov 2007) | 2 lines

[MOD] hide prefix from html page title for staging pages

------------------------------------------------------------------------
r10415 | sylvieg | 2007-11-22 23:57:49 +0100 (jeu, 22 nov 2007) | 2 lines

[FIX]mod-event: mktime new sauce+why not just picking the day of the month?

------------------------------------------------------------------------
r10414 | nkoth | 2007-11-22 23:45:55 +0100 (jeu, 22 nov 2007) | 2 lines

[MOD] allow forcing a bounce of edit of approved pages to staging (feature_wikiapproval)

------------------------------------------------------------------------
r10413 | nkoth | 2007-11-22 23:42:23 +0100 (jeu, 22 nov 2007) | 2 lines

[MOD] allow hide prefix also in edit page for staging pages

------------------------------------------------------------------------
r10412 | nkoth | 2007-11-22 23:34:46 +0100 (jeu, 22 nov 2007) | 2 lines

spacing

------------------------------------------------------------------------
r10411 | sylvieg | 2007-11-22 23:29:21 +0100 (jeu, 22 nov 2007) | 2 lines

[MOD]list page: propose to create a page if perm and if the result of a find gave nothing

------------------------------------------------------------------------
r10410 | nkoth | 2007-11-22 22:54:31 +0100 (jeu, 22 nov 2007) | 2 lines

[FIX] out of sync indicator for staging/approve should be available for both staging/approved page.

------------------------------------------------------------------------
r10409 | nkoth | 2007-11-22 22:43:15 +0100 (jeu, 22 nov 2007) | 2 lines

[NEW] wiki page staging and approval. Initial stuff. More coming.

------------------------------------------------------------------------
r10408 | nyloth | 2007-11-22 20:58:45 +0100 (jeu, 22 nov 2007) | 13 lines

[NEW] tracker field types: add a multiple selection list to specify which items should be listed to the users when editing a tracker item of the concerned field types.

This has been done for those field types :
	* user selector,
	* group selector,
	* country selector

It allows, for example, to list only developpers in a list of users in charge of bugs in a bug tracker, or to list only a few countries with their flags.

It is possible to use this for every field type that generates a drop-down list of items (categories, ...).

Choosing no item at all will list all items to the user, for compatibility with old versions, because it's easier to use this way and because nobody should need an empty list.

------------------------------------------------------------------------
r10407 | nkoth | 2007-11-22 19:50:32 +0100 (jeu, 22 nov 2007) | 2 lines

[NEW] add prefs for new wiki page staging and approval feature

------------------------------------------------------------------------
r10406 | kerrnel22 | 2007-11-22 19:24:11 +0100 (jeu, 22 nov 2007) | 2 lines

[MOD] Added option to sort forum list by ascending creation date. Previously only descending was an option.

------------------------------------------------------------------------
r10405 | sylvieg | 2007-11-22 19:09:43 +0100 (jeu, 22 nov 2007) | 2 lines

prefs

------------------------------------------------------------------------
r10404 | sylvieg | 2007-11-22 19:09:11 +0100 (jeu, 22 nov 2007) | 2 lines

oops

------------------------------------------------------------------------
r10403 | kerrnel22 | 2007-11-22 19:08:52 +0100 (jeu, 22 nov 2007) | 2 lines

[FIX] Merge of cumulative 1.9.x fixes for Galaxia into 1.10 branch.

------------------------------------------------------------------------
r10402 | nkoth | 2007-11-22 18:53:03 +0100 (jeu, 22 nov 2007) | 2 lines

[MOD] change label for mandatory category feature

------------------------------------------------------------------------
r10401 | sylvieg | 2007-11-22 18:35:53 +0100 (jeu, 22 nov 2007) | 2 lines

rollback - sorry

------------------------------------------------------------------------
r10400 | sylvieg | 2007-11-22 18:09:02 +0100 (jeu, 22 nov 2007) | 2 lines

[MOD]broadcast: cahnge messaeg will be sent to message sent

------------------------------------------------------------------------
r10397 | sylvieg | 2007-11-22 17:54:07 +0100 (jeu, 22 nov 2007) | 2 lines

typo

------------------------------------------------------------------------
r10396 | sylvieg | 2007-11-22 17:51:51 +0100 (jeu, 22 nov 2007) | 2 lines

prefs

------------------------------------------------------------------------
r10395 | nkoth | 2007-11-22 17:47:53 +0100 (jeu, 22 nov 2007) | 2 lines

[FIX] show current value of categorypath_excluded pref added in last commit

------------------------------------------------------------------------
r10394 | nkoth | 2007-11-22 17:38:22 +0100 (jeu, 22 nov 2007) | 2 lines

[NEW] allow a way for site admin to exclude certain categories from categpath, useful when supplementary categories are used (such as "need update" and so on) which clutter up with multiple categpaths

------------------------------------------------------------------------
r10393 | nkoth | 2007-11-22 17:32:14 +0100 (jeu, 22 nov 2007) | 2 lines

[FIX] now that line break has been removed from categpath.tpl to fix the other problem, it needs to be somewhere to preserve old behavior in the case of multiple categpaths.

------------------------------------------------------------------------
r10389 | nkoth | 2007-11-21 23:42:49 +0100 (mer, 21 nov 2007) | 2 lines

[FIX] dblclickedit was never a pref - it is a smarty var assigned on specific places to indicate when x2 click to edit is possible (wiki page/slideshow)

------------------------------------------------------------------------
r10388 | nkoth | 2007-11-21 22:53:18 +0100 (mer, 21 nov 2007) | 2 lines

[FIX] oops. typo in prev commit

------------------------------------------------------------------------
r10387 | nkoth | 2007-11-21 22:49:55 +0100 (mer, 21 nov 2007) | 2 lines

[NEW] support for 'group theme', based on user's default_group; support for group default category

------------------------------------------------------------------------
r10386 | sylvieg | 2007-11-21 22:40:59 +0100 (mer, 21 nov 2007) | 2 lines

[MOD] function get_including_group + get_users filter on an array of groups

------------------------------------------------------------------------
r10385 | sylvieg | 2007-11-21 20:35:48 +0100 (mer, 21 nov 2007) | 2 lines

oops

------------------------------------------------------------------------
r10384 | sylvieg | 2007-11-21 20:31:21 +0100 (mer, 21 nov 2007) | 2 lines

avoid error if refresh

------------------------------------------------------------------------
r10383 | ntavares | 2007-11-21 20:28:41 +0100 (mer, 21 nov 2007) | 2 lines

restore add_group/change_group API compatibility from previous patch and be more verbose regarding $forcedcat

------------------------------------------------------------------------
r10382 | sylvieg | 2007-11-21 19:54:38 +0100 (mer, 21 nov 2007) | 2 lines

[FIX] also create the first page

------------------------------------------------------------------------
r10381 | ntavares | 2007-11-21 19:37:08 +0100 (mer, 21 nov 2007) | 2 lines

backward compatibility for default_cat "none" selection

------------------------------------------------------------------------
r10380 | ntavares | 2007-11-21 19:26:37 +0100 (mer, 21 nov 2007) | 2 lines

NEW support for 'group theme', based on user's default_group ;; support for group default category: (all) new content should be placed automatically in there, if no category specified

------------------------------------------------------------------------
r10379 | sylvieg | 2007-11-21 17:23:42 +0100 (mer, 21 nov 2007) | 2 lines

[FIX] also create the page when received a structure

------------------------------------------------------------------------
r10378 | sylvieg | 2007-11-21 16:26:25 +0100 (mer, 21 nov 2007) | 2 lines

sync

------------------------------------------------------------------------
r10377 | sylvieg | 2007-11-21 16:08:12 +0100 (mer, 21 nov 2007) | 2 lines

temporary modif

------------------------------------------------------------------------
r10376 | sylvieg | 2007-11-21 16:05:56 +0100 (mer, 21 nov 2007) | 2 lines

work on progress on suckerfish menu

------------------------------------------------------------------------
r10374 | nkoth | 2007-11-21 02:52:02 +0100 (mer, 21 nov 2007) | 2 lines

[FIX] allow module title overiding in parameters

------------------------------------------------------------------------
r10373 | sylvieg | 2007-11-21 00:51:31 +0100 (mer, 21 nov 2007) | 2 lines

[FIX]SUBSCRIBEGROUP: if the param is set to nothing - do not display the text by the button only

------------------------------------------------------------------------
r10372 | sylvieg | 2007-11-21 00:20:54 +0100 (mer, 21 nov 2007) | 2 lines

[MOD]calendar: mode list add a class selected for the events that happens now

------------------------------------------------------------------------
r10371 | sylvieg | 2007-11-20 23:49:52 +0100 (mar, 20 nov 2007) | 2 lines

[FIX]rss: why the title and desc were encoded?

------------------------------------------------------------------------
r10370 | sylvieg | 2007-11-20 23:07:43 +0100 (mar, 20 nov 2007) | 2 lines

[FIX]missing prefs

------------------------------------------------------------------------
r10369 | sylvieg | 2007-11-20 23:03:56 +0100 (mar, 20 nov 2007) | 2 lines

[FIX]seems incorrect to me: sept_7?

------------------------------------------------------------------------
r10368 | sylvieg | 2007-11-20 18:44:02 +0100 (mar, 20 nov 2007) | 2 lines

[MOD]calendar: with todate=0 brings back to the current date and not the session value

------------------------------------------------------------------------
r10367 | nkoth | 2007-11-20 01:14:09 +0100 (mar, 20 nov 2007) | 2 lines

[FIX] dynamic content should be the first thing to be inserted before any parsing takes place, since it could contain all sorts of unparsed stuff that needs parsing.

------------------------------------------------------------------------
r10366 | sylvieg | 2007-11-20 00:41:20 +0100 (mar, 20 nov 2007) | 2 lines

[MOD]SUBSCRIBEGROUP: replace action param with subscribe_action and unsubscribe_action

------------------------------------------------------------------------
r10365 | sylvieg | 2007-11-20 00:23:03 +0100 (mar, 20 nov 2007) | 2 lines

[MOD]SUBSCRIBEGROUP: new param action to name the button

------------------------------------------------------------------------
r10364 | sylvieg | 2007-11-20 00:00:39 +0100 (mar, 20 nov 2007) | 2 lines

[FIX]group: fix user choice at creation+more detail in confirm message

------------------------------------------------------------------------
r10363 | nkoth | 2007-11-19 23:50:06 +0100 (lun, 19 nov 2007) | 2 lines

[FIX] pagename in href should be urlencoded

------------------------------------------------------------------------
r10362 | sylvieg | 2007-11-19 23:30:48 +0100 (lun, 19 nov 2007) | 2 lines

[FIX]SUBSCRIBEGROUP: can be call twice in the same page

------------------------------------------------------------------------
r10361 | sylvieg | 2007-11-19 23:09:20 +0100 (lun, 19 nov 2007) | 2 lines

[FIX]group: if groups change in a wiki page, invalidate the cache in order the module looks for the right groups

------------------------------------------------------------------------
r10360 | sylvieg | 2007-11-19 22:29:06 +0100 (lun, 19 nov 2007) | 2 lines

[FIX]group: if groups change in a wiki page, invalidate the cache in order the module looks for the right groups

------------------------------------------------------------------------
r10359 | nkoth | 2007-11-19 21:46:36 +0100 (lun, 19 nov 2007) | 2 lines

[FIX] line break unnecessary for shipped themes or any theme that encloses categpath display in table or div. It does get in the way of people who want to use it inline though.

------------------------------------------------------------------------
r10358 | pkdille | 2007-11-19 20:37:48 +0100 (lun, 19 nov 2007) | 2 lines

[FIX] admin quicktags: option list without value

------------------------------------------------------------------------
r10357 | sylvieg | 2007-11-19 20:18:10 +0100 (lun, 19 nov 2007) | 2 lines

oops

------------------------------------------------------------------------
r10356 | sylvieg | 2007-11-19 19:44:40 +0100 (lun, 19 nov 2007) | 2 lines

[FIX]plugin: more than 1 param surounding by double quotes was overwritten the params to the same value

------------------------------------------------------------------------
r10355 | nkoth | 2007-11-19 19:36:06 +0100 (lun, 19 nov 2007) | 2 lines

[MOD] add support for print style sheets

------------------------------------------------------------------------
r10354 | nkoth | 2007-11-19 18:42:37 +0100 (lun, 19 nov 2007) | 2 lines

[FIX] auto wiki paragraph formatting should not affect divs created by plugin

------------------------------------------------------------------------
r10353 | sylvieg | 2007-11-19 18:02:59 +0100 (lun, 19 nov 2007) | 2 lines

[FIX]prefs: display_server_load seems not to be configurable somewhere + need the server_load if feature_bot_bar_debug is on

------------------------------------------------------------------------
r10352 | sylvieg | 2007-11-19 17:49:14 +0100 (lun, 19 nov 2007) | 2 lines

[FIX]calendar: only the first 50 events were showing up - as thre is no pagination planned, returns all the events

------------------------------------------------------------------------
r10351 | jyhem | 2007-11-19 17:15:42 +0100 (lun, 19 nov 2007) | 2 lines

[FIX] ooops

------------------------------------------------------------------------
r10350 | sylvieg | 2007-11-19 17:08:10 +0100 (lun, 19 nov 2007) | 2 lines

[FIX]search: the mysql search was only returning one comments per forum

------------------------------------------------------------------------
r10349 | jyhem | 2007-11-19 16:05:38 +0100 (lun, 19 nov 2007) | 2 lines

[FIX] this did not work for multilingual tikis

------------------------------------------------------------------------
r10348 | jyhem | 2007-11-19 16:03:54 +0100 (lun, 19 nov 2007) | 2 lines

[FIX] let's keep consistency

------------------------------------------------------------------------
r10347 | mose | 2007-11-19 06:34:44 +0100 (lun, 19 nov 2007) | 2 lines

[FIX] parse: please do not use php5-only functions yet, stripos is bugging php4 tikis

------------------------------------------------------------------------
r10346 | nyloth | 2007-11-18 18:37:18 +0100 (dim, 18 nov 2007) | 21 lines

[FIX][NEW] maketoc: Some fixes + new params + code cleaning

  - New param "title" that allows to change the default title (tiki will try to translate the given title),
  - New param "maxdepth" (maximum depth, same as the toc's maxdepth param) : values = integer, defaults to 0 (unlimited),
  - New param "showhide" (add the "Show/Hide" link to hide the TOC content) : values = y|n, defaults to n,
  - New param "nolinks" (add links on toc items to the page anchors) : values = y|n, defaults to n
  - New param "nums" (show titles autonumbering) : values = y|n|force, defaults to y
	* 'y' means 'same as page's headings autonumbering',
	* 'n' means 'no title autonumbering' in TOC,
	* 'force' means :
		~ same as 'y' if autonumbering is used in the page,
		~ 'number each toc entry as if they were all autonumbered'

  - Clean the maketoc code,
  - Fix the maketoc default title "Table Of Contents" that was not working,
  - Leave the maketoc:box default title to "index" to preserve environment, but use the maketoc default title "Table Of Contents" with the new syntax (with type=box),
  - Keep the old deprecated syntax {maketoc:box} (new syntax will be {maketoc type=box},
  - replace links to tiki-index.php with $PHP_SELF

  Usage examples : {maketoc}, {maketoc type=box title="My TOC" maxdepth=2}, ...

------------------------------------------------------------------------
r10345 | xavidp | 2007-11-17 14:13:44 +0100 (sam, 17 nov 2007) | 2 lines

[FIX] WYSIWYCA: show only "Graph contribution" button if feature contribution is enabled

------------------------------------------------------------------------
r10344 | sylvieg | 2007-11-17 09:11:48 +0100 (sam, 17 nov 2007) | 2 lines

[FIX]gal: list_visible_galleries was in 2 libs + the one in tikilib was not checking the view perm

------------------------------------------------------------------------
r10343 | sylvieg | 2007-11-16 23:22:46 +0100 (ven, 16 nov 2007) | 2 lines

[FIX]wiki: unlock in listpages+prepare the data to avoid the confusion between the creator and the locker

------------------------------------------------------------------------
r10342 | sylvieg | 2007-11-16 21:36:24 +0100 (ven, 16 nov 2007) | 2 lines

perhaps a fix

------------------------------------------------------------------------
r10341 | sylvieg | 2007-11-16 21:28:05 +0100 (ven, 16 nov 2007) | 2 lines

wrong string

------------------------------------------------------------------------
r10340 | sylvieg | 2007-11-16 21:26:02 +0100 (ven, 16 nov 2007) | 2 lines

typo

------------------------------------------------------------------------
r10339 | sylvieg | 2007-11-16 21:19:46 +0100 (ven, 16 nov 2007) | 2 lines

[FIX] tpl should never contains quote around {tr}..{/tr} because the translated string can contain '. The {tr} must always be surronded with double quote

------------------------------------------------------------------------
r10338 | sylvieg | 2007-11-16 20:39:16 +0100 (ven, 16 nov 2007) | 2 lines

[FIX]fgal: fix select all

------------------------------------------------------------------------
r10337 | sylvieg | 2007-11-16 20:26:59 +0100 (ven, 16 nov 2007) | 2 lines

[FIX]another prefs missing for action_log

------------------------------------------------------------------------
r10336 | frank_p | 2007-11-16 01:38:07 +0100 (ven, 16 nov 2007) | 2 lines

[Style] Minor button in preview; sort buttons preview, Minor, Save

------------------------------------------------------------------------
r10335 | sylvieg | 2007-11-15 23:39:28 +0100 (jeu, 15 nov 2007) | 2 lines

[MOD]wiki: can lock and unlock pages in the check option

------------------------------------------------------------------------
r10334 | sylvieg | 2007-11-15 22:19:55 +0100 (jeu, 15 nov 2007) | 2 lines

icons

------------------------------------------------------------------------
r10333 | sylvieg | 2007-11-15 22:02:44 +0100 (jeu, 15 nov 2007) | 2 lines

icon

------------------------------------------------------------------------
r10332 | sylvieg | 2007-11-15 21:57:37 +0100 (jeu, 15 nov 2007) | 2 lines

[FIX]menu: conflit smarty var

------------------------------------------------------------------------
r10331 | sylvieg | 2007-11-15 20:00:55 +0100 (jeu, 15 nov 2007) | 2 lines

[MOD]articles: rss can be filter by lang

------------------------------------------------------------------------
r10330 | sylvieg | 2007-11-15 16:06:28 +0100 (jeu, 15 nov 2007) | 2 lines

syntax error

------------------------------------------------------------------------
r10329 | sylvieg | 2007-11-15 15:47:49 +0100 (jeu, 15 nov 2007) | 2 lines

[FIX] a forgotten prefs

------------------------------------------------------------------------
r10328 | sylvieg | 2007-11-15 15:46:46 +0100 (jeu, 15 nov 2007) | 2 lines

notice

------------------------------------------------------------------------
r10327 | sylvieg | 2007-11-14 23:47:27 +0100 (mer, 14 nov 2007) | 2 lines

[MOD]plugin: a plugin subscribe_group http://doc.tikiwiki.org/tiki-index.php?page=PluginSubscribeGroup

------------------------------------------------------------------------
r10324 | sylvieg | 2007-11-14 21:32:51 +0100 (mer, 14 nov 2007) | 2 lines

sync

------------------------------------------------------------------------
r10323 | sylvieg | 2007-11-14 21:31:47 +0100 (mer, 14 nov 2007) | 2 lines

[FIX]perm: change the perm name for a better one tiki_p_subscribe_groups

------------------------------------------------------------------------
r10322 | sylvieg | 2007-11-14 20:38:13 +0100 (mer, 14 nov 2007) | 2 lines

[FIX]smarty var names conflicting

------------------------------------------------------------------------
r10321 | sylvieg | 2007-11-14 20:28:08 +0100 (mer, 14 nov 2007) | 2 lines

notice

------------------------------------------------------------------------
r10320 | sylvieg | 2007-11-14 20:14:50 +0100 (mer, 14 nov 2007) | 2 lines

notice

------------------------------------------------------------------------
r10319 | sylvieg | 2007-11-14 20:13:35 +0100 (mer, 14 nov 2007) | 2 lines

deprecated reference

------------------------------------------------------------------------
r10318 | sylvieg | 2007-11-14 19:57:32 +0100 (mer, 14 nov 2007) | 2 lines

notice

------------------------------------------------------------------------
r10317 | sylvieg | 2007-11-14 19:26:01 +0100 (mer, 14 nov 2007) | 2 lines

[FIX]menu: css menu with selected option displayed

------------------------------------------------------------------------
r10316 | sylvieg | 2007-11-14 18:59:46 +0100 (mer, 14 nov 2007) | 2 lines

[FIX]sectionLEvel menu: separator + {menu}interprets them

------------------------------------------------------------------------
r10315 | sylvieg | 2007-11-14 16:46:39 +0100 (mer, 14 nov 2007) | 2 lines

[mod]suckerfish menus: {menu id=1 css=y type=horiz}, {menu id=1 css=y type=vert} - styles are very rudimentatry - {menu id=1 css=y} is broken

------------------------------------------------------------------------
r10314 | sylvieg | 2007-11-14 16:41:17 +0100 (mer, 14 nov 2007) | 2 lines

[mod]suckerfish menus: {menu id=1 css=y type=horiz}, {menu id=1 css=y type=vert} - styles are very rudimentatry - {menu id=1 css=y} is broken

------------------------------------------------------------------------
r10311 | ricks99 | 2007-11-14 03:12:31 +0100 (mer, 14 nov 2007) | 2 lines

added xmlns attribute for element html, required to validate properly. also added langauge identifier based on selected {$language} value. tiki should now properly validate as XHTML 1.0 Transitional

------------------------------------------------------------------------
r10310 | sylvieg | 2007-11-13 23:21:20 +0100 (mar, 13 nov 2007) | 2 lines

sync

------------------------------------------------------------------------
r10309 | luciash | 2007-11-13 21:35:14 +0100 (mar, 13 nov 2007) | 2 lines

[FIX] allow translation of 'Administration' and some others in page title and breadcrumbs (port from BRANCH-1-9)

------------------------------------------------------------------------
r10308 | sylvieg | 2007-11-13 20:14:41 +0100 (mar, 13 nov 2007) | 2 lines

html compliance

------------------------------------------------------------------------
r10307 | sylvieg | 2007-11-13 19:42:58 +0100 (mar, 13 nov 2007) | 2 lines

typo

------------------------------------------------------------------------
r10306 | jyhem | 2007-11-13 19:36:39 +0100 (mar, 13 nov 2007) | 2 lines

[ENH]  No need for users to go to forum list if they are already looking at the only forum

------------------------------------------------------------------------
r10305 | sylvieg | 2007-11-13 18:37:16 +0100 (mar, 13 nov 2007) | 2 lines

[MOD]group: new perm tiki_p_assign_my_groups that allows a user to assign himself in group from a list choosen by the admin

------------------------------------------------------------------------
r10304 | luciash | 2007-11-13 17:56:17 +0100 (mar, 13 nov 2007) | 2 lines

this is just a test - testing BRANCH-1-10

------------------------------------------------------------------------
r10303 | sylvieg | 2007-11-13 16:22:46 +0100 (mar, 13 nov 2007) | 2 lines

[FIX]prefs: style prefs is no more in general admin

------------------------------------------------------------------------
r10302 | ricks99 | 2007-11-13 15:49:39 +0100 (mar, 13 nov 2007) | 2 lines

display quicktags, description, and syntax in wiki help

------------------------------------------------------------------------
r10301 | sylvieg | 2007-11-13 14:54:24 +0100 (mar, 13 nov 2007) | 2 lines

[MOD]search: new config to parse or not the search snippet - because it can be very slow. only for wiki page on both search

------------------------------------------------------------------------
r10300 | frank_p | 2007-11-13 12:32:08 +0100 (mar, 13 nov 2007) | 2 lines

[FIX] email events save in tiki_user_watches

------------------------------------------------------------------------
r10299 | sylvieg | 2007-11-12 21:24:26 +0100 (lun, 12 nov 2007) | 2 lines

move the selected menu option function from phplayer to menu to be reused

------------------------------------------------------------------------
r10298 | sylvieg | 2007-11-12 21:22:27 +0100 (lun, 12 nov 2007) | 2 lines

[FIX]gal: better string

------------------------------------------------------------------------
r10297 | sylvieg | 2007-11-12 21:21:07 +0100 (lun, 12 nov 2007) | 2 lines

icon

------------------------------------------------------------------------
r10296 | sylvieg | 2007-11-12 21:20:01 +0100 (lun, 12 nov 2007) | 2 lines

notice

------------------------------------------------------------------------
r10295 | sylvieg | 2007-11-12 20:36:13 +0100 (lun, 12 nov 2007) | 2 lines

[FIX]switch theme

------------------------------------------------------------------------
r10294 | sylvieg | 2007-11-12 20:30:37 +0100 (lun, 12 nov 2007) | 2 lines

[FIX]switch language

------------------------------------------------------------------------
r10293 | sylvieg | 2007-11-12 19:58:58 +0100 (lun, 12 nov 2007) | 2 lines

[FIX]pref: see the theme as soon as you change it in user_prefs

------------------------------------------------------------------------
r10292 | ntavares | 2007-11-12 19:44:50 +0100 (lun, 12 nov 2007) | 2 lines

encapsulated all password tests into userlib->check_password_policy. It will allow and ease the process of adding new validation rules

------------------------------------------------------------------------
r10291 | jyhem | 2007-11-12 19:44:04 +0100 (lun, 12 nov 2007) | 2 lines

[ENH] remove calls to unused libs, add --ignorecase, handle slashes in text

------------------------------------------------------------------------
r10290 | sylvieg | 2007-11-12 16:30:15 +0100 (lun, 12 nov 2007) | 2 lines

[MOD]wiki: confirmation for delete attachment

------------------------------------------------------------------------
r10289 | sylvieg | 2007-11-12 14:23:39 +0100 (lun, 12 nov 2007) | 2 lines

[FIX]maketoc: url encode the page name

------------------------------------------------------------------------
r10288 | marclaporte | 2007-11-12 02:36:27 +0100 (lun, 12 nov 2007) | 2 lines

[ENH]File galleries: After upload, you get a message to re-use/link to that file. This message is now split in two. One for using on wiki pages on the same site (wiki syntax with relative link), and the other for using on another site, with html syntax and URL with domain (absolute link)

------------------------------------------------------------------------
r10287 | frank_p | 2007-11-12 01:27:49 +0100 (lun, 12 nov 2007) | 2 lines

[FIX] events save in tiki_user_watches

------------------------------------------------------------------------
r10286 | nyloth | 2007-11-11 19:33:57 +0100 (dim, 11 nov 2007) | 2 lines

[FIX] prefs: rename 'prefs' _SESSION array key to 's_prefs' because it causes troubles on some php configurations since 'prefs' is also used for the global var name and can conflict.

------------------------------------------------------------------------
r10285 | nyloth | 2007-11-11 14:41:57 +0100 (dim, 11 nov 2007) | 2 lines

[FIX] wiki headings autonumbering: do not increment the level number if the level is not shown. This allows, for example, to have a heading such as "Introduction" that is not numbered, and then starting the numbers at '1'.

------------------------------------------------------------------------
r10284 | nyloth | 2007-11-11 14:10:05 +0100 (dim, 11 nov 2007) | 8 lines

[FIX][ENH] wiki maketoc & headings autonumbering :

  * maketoc : Add a number to the maketoc anchor if it already exists, to have a maketoc that works with duplicated titles
	+ Also show autonumbering in maketoc

  * headings autonumbering : Handle cases where some levels are not numbered.
	For example : if autonumbering is specified for h1, h3 and h4 but not h2, then h3 levels will not include its parents numbering (will begin at 1. instead of 1.1.1.) but will restart at 1. for each new h2 (or h1) to be coherent with the whole structure

------------------------------------------------------------------------
r10283 | frank_p | 2007-11-11 11:19:26 +0100 (dim, 11 nov 2007) | 2 lines

[FIX] Mail notifications from tiki-admin_notifications.php not work; table tiki_mail_events is unnecessary

------------------------------------------------------------------------
r10282 | nyloth | 2007-11-11 04:30:32 +0100 (dim, 11 nov 2007) | 2 lines

[NEW] Update HTML Purifier from version 1.3.0 to version 2.1.3

------------------------------------------------------------------------
r10183 | nyloth | 2007-11-11 03:43:47 +0100 (dim, 11 nov 2007) | 2 lines

Updating MySQL installation scripts

------------------------------------------------------------------------
r10182 | ntavares | 2007-11-11 02:03:21 +0100 (dim, 11 nov 2007) | 2 lines

fix typo

------------------------------------------------------------------------
r10181 | sylvieg | 2007-11-10 23:21:00 +0100 (sam, 10 nov 2007) | 2 lines

[FIX]wiki: put earlier the check on perms - bug was reported in head

------------------------------------------------------------------------
r10180 | ntavares | 2007-11-10 16:53:56 +0100 (sam, 10 nov 2007) | 2 lines

i18n: more strings, fixed lots of pt_BR copy-paste

------------------------------------------------------------------------
r10179 | jyhem | 2007-11-09 20:18:41 +0100 (ven, 09 nov 2007) | 2 lines

[MOD] some more mass capitalization

------------------------------------------------------------------------
r10178 | jyhem | 2007-11-09 20:15:49 +0100 (ven, 09 nov 2007) | 2 lines

[MOD] finish the 'nowrap' migration to css

------------------------------------------------------------------------
r10177 | nyloth | 2007-11-09 16:23:17 +0100 (ven, 09 nov 2007) | 2 lines

[FIX] wiki: fix headers autonumbering to allow cumulating -/+ signs with # (i.e. !-# or !+# syntaxes)

------------------------------------------------------------------------
r10176 | sylvieg | 2007-11-09 16:17:51 +0100 (ven, 09 nov 2007) | 2 lines

[MOD]wikihelp: help for !#"

------------------------------------------------------------------------
r10175 | sylvieg | 2007-11-09 14:29:29 +0100 (ven, 09 nov 2007) | 2 lines

[FIX]wiki: if  is not set , show the wiki syntax anyway

------------------------------------------------------------------------
r10174 | nyloth | 2007-11-09 12:12:34 +0100 (ven, 09 nov 2007) | 2 lines

[NEW] wiki: new (!#, !!#, ...) syntax to have autonumbered headings.

------------------------------------------------------------------------
r10173 | ricks99 | 2007-11-08 22:47:51 +0100 (jeu, 08 nov 2007) | 3 lines

add proper <TITLE> to page for
article (cms)  pages

------------------------------------------------------------------------
r10172 | ricks99 | 2007-11-08 22:38:33 +0100 (jeu, 08 nov 2007) | 3 lines

add proper <TITLE> to page
for blog pages

------------------------------------------------------------------------
r10171 | ricks99 | 2007-11-08 22:34:48 +0100 (jeu, 08 nov 2007) | 3 lines

add proper <TITLE> to page
for forum pages

------------------------------------------------------------------------
r10170 | ricks99 | 2007-11-08 22:31:12 +0100 (jeu, 08 nov 2007) | 3 lines

add proper <TITLE> to page
(more to come...)

------------------------------------------------------------------------
r10169 | ntavares | 2007-11-08 22:15:50 +0100 (jeu, 08 nov 2007) | 2 lines

i18n: fix for some untranslatable strings

------------------------------------------------------------------------
r10168 | sylvieg | 2007-11-08 22:07:30 +0100 (jeu, 08 nov 2007) | 2 lines

typo

------------------------------------------------------------------------
r10167 | sylvieg | 2007-11-08 22:06:54 +0100 (jeu, 08 nov 2007) | 2 lines

[MOD]menu: sectionLevel

------------------------------------------------------------------------
r10166 | sylvieg | 2007-11-08 20:32:48 +0100 (jeu, 08 nov 2007) | 2 lines

[MOD]modules: better to use a popup than a link to doc- the link is at the top

------------------------------------------------------------------------
r10165 | sylvieg | 2007-11-08 19:48:16 +0100 (jeu, 08 nov 2007) | 2 lines

[FIX]print: to have {toc} interpreted in multi-print-page of structure

------------------------------------------------------------------------
r10164 | nyloth | 2007-11-08 19:18:51 +0100 (jeu, 08 nov 2007) | 12 lines

[FIX] default homepage after login : many small fixes :
	- use urlencode to compare wiki pagenames with parts of referer URL,
	- handle the fact that php urlencode() encodes spaces a '+' and that referer URL could use '%20' instead,
	- do not do some things if they are not needed (when limitedGoGroupHome is disabled),
	- handle the case where wiki homepage is saved as 'tiki-index.php' instead of 'tiki-index.php?page=Homepage',
	- use $prefs['site_tikiIndex'] instead of $prefs['tikiIndex'], because the last one contains the homepage of the user that is logged in, instead of the global site pref (due to stuff in lib/setup/default_homepage.php),
	- handle all syntaxes of anonymous group (i.e. full URL, relative URL and pagename only),
	- also use $prefs['site_tikiIndex'] and $prefs['site_wikiHomePage'] in admin panels,
	- do not create a page with an empty name if wikiHomePage is not set,
	- add the error message 'No name indicated for wiki page' when trying to display the default wiki page if there is no value defined in wiki admin panel,
	- when login out: go back to the site default homepage, not the current user default homepage

------------------------------------------------------------------------
r10163 | sylvieg | 2007-11-08 19:01:41 +0100 (jeu, 08 nov 2007) | 2 lines

[FIX]pdf: take away ...page... + tmp

------------------------------------------------------------------------
r10162 | jyhem | 2007-11-08 18:16:26 +0100 (jeu, 08 nov 2007) | 2 lines

[MOD] some more mass capitalization

------------------------------------------------------------------------
r10161 | sylvieg | 2007-11-08 16:56:43 +0100 (jeu, 08 nov 2007) | 2 lines

[MOD]gal: when rebuilding the thumbnail, display a message to clear the browser cache, because if you have change the thumbnail size for instance, there is no way to tell the browser to refresh now the image

------------------------------------------------------------------------
r10160 | nyloth | 2007-11-08 15:12:12 +0100 (jeu, 08 nov 2007) | 2 lines

[FIX] groups administration : Changing group name of 'Anonymous' and 'Registered' is not allowed BUT other changes are allowed.

------------------------------------------------------------------------
r10159 | nyloth | 2007-11-08 14:57:24 +0100 (jeu, 08 nov 2007) | 2 lines

[FIX] 'go back to referer url after logon' : need to take in account anonymous group homepage.

------------------------------------------------------------------------
r10158 | nyloth | 2007-11-08 14:09:40 +0100 (jeu, 08 nov 2007) | 2 lines

[FIX] 'go back to referer url after logon' : need to take in account url args.

------------------------------------------------------------------------
r10157 | sylvieg | 2007-11-08 03:01:31 +0100 (jeu, 08 nov 2007) | 2 lines

oops

------------------------------------------------------------------------
r9965 | sylvieg | 2007-11-08 00:36:12 +0100 (jeu, 08 nov 2007) | 2 lines

[MOD]update to html2pdf2.0.39 http://tufat.com/s_html2ps_html2pdf.htm

------------------------------------------------------------------------
r9960 | sylvieg | 2007-11-07 22:29:33 +0100 (mer, 07 nov 2007) | 2 lines

[MOD]gal: move the result strings of an upload on the top of teh page to be sure people see them

------------------------------------------------------------------------
r9959 | sylvieg | 2007-11-07 21:47:53 +0100 (mer, 07 nov 2007) | 2 lines

[FIX]prefs: oops commit the deprecated off - too early

------------------------------------------------------------------------
r9958 | sylvieg | 2007-11-07 21:45:27 +0100 (mer, 07 nov 2007) | 2 lines

[FIX]gal: change the term+string preset_galleries_scale to preset_galleries_thumb because it is about thumb size not scale

------------------------------------------------------------------------
r9957 | jyhem | 2007-11-07 19:15:29 +0100 (mer, 07 nov 2007) | 2 lines

[MOD] some more mass capitalization

------------------------------------------------------------------------
r9956 | jyhem | 2007-11-07 19:07:37 +0100 (mer, 07 nov 2007) | 2 lines

[FIX] this is optionnal, remember

------------------------------------------------------------------------
r9955 | jyhem | 2007-11-07 18:24:09 +0100 (mer, 07 nov 2007) | 2 lines

[MOD] some more mass capitalization

------------------------------------------------------------------------
r9954 | jyhem | 2007-11-07 18:07:07 +0100 (mer, 07 nov 2007) | 2 lines

[FIX] clean html

------------------------------------------------------------------------
r9953 | pkdille | 2007-11-07 17:58:16 +0100 (mer, 07 nov 2007) | 2 lines

[FIX] tiki.sql: typo

------------------------------------------------------------------------
r9952 | jyhem | 2007-11-07 17:51:11 +0100 (mer, 07 nov 2007) | 2 lines

[FIX] clean html

------------------------------------------------------------------------
r9951 | sylvieg | 2007-11-07 16:55:11 +0100 (mer, 07 nov 2007) | 2 lines

[FIX]css: replace .error with highlight simplebox as the error class is not very used

------------------------------------------------------------------------
r9950 | jyhem | 2007-11-07 16:10:55 +0100 (mer, 07 nov 2007) | 2 lines

[MOD] 'nowrap' belongs in CSS because different styles may want different tracker displays

------------------------------------------------------------------------
r9949 | jyhem | 2007-11-07 14:53:18 +0100 (mer, 07 nov 2007) | 2 lines

[MOD] unneeded, now truncation happens in only one place.

------------------------------------------------------------------------
r9948 | mose | 2007-11-07 13:40:26 +0100 (mer, 07 nov 2007) | 2 lines

[FIX] themes: prefs.style should never include tikidomain

------------------------------------------------------------------------
r9947 | mose | 2007-11-07 13:37:30 +0100 (mer, 07 nov 2007) | 2 lines

[FIX] theme control: adaptation to new perfs system

------------------------------------------------------------------------
r9946 | jyhem | 2007-11-07 12:08:58 +0100 (mer, 07 nov 2007) | 2 lines

[FIX] oops

------------------------------------------------------------------------
r9945 | sylvieg | 2007-11-07 00:50:28 +0100 (mer, 07 nov 2007) | 2 lines

[MOD]menu: new param sectionLevel to be able to display a subMenu only if one of the option matches the current url

------------------------------------------------------------------------
r9944 | sylvieg | 2007-11-06 23:03:12 +0100 (mar, 06 nov 2007) | 2 lines

[MOD]calendar: a little bit more table redesign

------------------------------------------------------------------------
r9943 | sylvieg | 2007-11-06 21:51:38 +0100 (mar, 06 nov 2007) | 2 lines

oops trace

------------------------------------------------------------------------
r9942 | sylvieg | 2007-11-06 21:45:08 +0100 (mar, 06 nov 2007) | 2 lines

[FIX]GROUP: {GROUP(groups=>Anonymous)}

------------------------------------------------------------------------
r9941 | sylvieg | 2007-11-06 20:39:07 +0100 (mar, 06 nov 2007) | 2 lines

[FIX]calendar: the admin pannel was not showing the start/end hours correctly: patch by replacing by a drop down

------------------------------------------------------------------------
r9940 | sylvieg | 2007-11-06 19:47:23 +0100 (mar, 06 nov 2007) | 2 lines

oops

------------------------------------------------------------------------
r9939 | sylvieg | 2007-11-06 18:39:45 +0100 (mar, 06 nov 2007) | 2 lines

[FIX]fgal: save queries when editing a file - no need to look at the list of galleries

------------------------------------------------------------------------
r9938 | sylvieg | 2007-11-06 15:33:39 +0100 (mar, 06 nov 2007) | 2 lines

[MOD]modules: display a popup for each smarty object that can be included with the list of parameters

------------------------------------------------------------------------
r9937 | sylvieg | 2007-11-05 23:18:41 +0100 (lun, 05 nov 2007) | 2 lines

[FIX]img: h1 instead of h2 to be like the other pages

------------------------------------------------------------------------
r9936 | jyhem | 2007-11-05 22:38:52 +0100 (lun, 05 nov 2007) | 2 lines

[FIX] tracker fields with a max size limit are truncated again

------------------------------------------------------------------------
r9935 | sylvieg | 2007-11-05 22:11:38 +0100 (lun, 05 nov 2007) | 2 lines

[FIX]categ: save queries - name is already in the cache

------------------------------------------------------------------------
r9934 | sylvieg | 2007-11-05 21:27:13 +0100 (lun, 05 nov 2007) | 2 lines

[FIX]fgal: less queries: get all the fgal only if you are effectively moving files

------------------------------------------------------------------------
r9933 | jyhem | 2007-11-05 20:10:48 +0100 (lun, 05 nov 2007) | 2 lines

[FIX] Did not make sense and prevented fields with max and no maxlist from appearing in list display

------------------------------------------------------------------------
r9932 | mose | 2007-11-05 19:39:10 +0100 (lun, 05 nov 2007) | 2 lines

[FIX] admin features: moved back the feature_categories there, it should be enabled on features page and configured on its own admin panel

------------------------------------------------------------------------
r9931 | jyhem | 2007-11-05 19:37:41 +0100 (lun, 05 nov 2007) | 2 lines

[FIX] display on 'edit' did not match display on 'view'

------------------------------------------------------------------------
r9930 | sylvieg | 2007-11-05 19:16:49 +0100 (lun, 05 nov 2007) | 2 lines

[FIX]fgla: save some queries if not admin

------------------------------------------------------------------------
r9929 | nyloth | 2007-11-05 18:57:00 +0100 (lun, 05 nov 2007) | 2 lines

[FIX] browse gallery : fix icons html params (missing closing quotes)

------------------------------------------------------------------------
r9928 | nyloth | 2007-11-05 18:50:18 +0100 (lun, 05 nov 2007) | 2 lines

[FIX] display timezone : notice

------------------------------------------------------------------------
r9927 | sylvieg | 2007-11-05 17:20:30 +0100 (lun, 05 nov 2007) | 2 lines

[MOD]notif: checkbox and select all to delete notifs

------------------------------------------------------------------------
r9926 | sylvieg | 2007-11-05 16:55:32 +0100 (lun, 05 nov 2007) | 2 lines

icon

------------------------------------------------------------------------
r9925 | sylvieg | 2007-11-05 16:26:30 +0100 (lun, 05 nov 2007) | 2 lines

[FIX]event module: was broken since time handling change+click on month link to view mont + link on day display only the day

------------------------------------------------------------------------
r9924 | nyloth | 2007-11-05 15:12:54 +0100 (lun, 05 nov 2007) | 2 lines

[MOD] base tag in html: add the base tag only if we are not at the root (i.e. only if dir_level > 0)

------------------------------------------------------------------------
r9923 | nyloth | 2007-11-04 23:08:35 +0100 (dim, 04 nov 2007) | 2 lines

[FIX] copyright: 2007 instead of 2005

------------------------------------------------------------------------
r9922 | nyloth | 2007-11-04 22:49:25 +0100 (dim, 04 nov 2007) | 34 lines

[FIX][ENH] timezones :

Local user timezone auto-detection

  * changed the javascript code to set a "local_tz" cookie that store the local timezone name, instead of the local timezone offset (which was previously stored in "tz_offset"). This has been done to correctly handle the local timezone autodetection, because an offset is not useable for dates other than "now". This is mainly because timezone offsets are changing during the year due to D.S.T. (Daylight saving time). This also helped to fix the php code that was handling the timezone cookie. This one was not working anymore since the use of pear::Date because those timezone functions were only expecting timezone names to properly work (for good reasons, like D.S.T.).

  * the default 'display timezone' user pref is set to an empty string instead of UTC, in order to enable timezone auto-detection or fallback to server timezone for new users that have not changed their own preferences


Other modifications

  * add a new parameter "_user" to the smarty modifier tiki_date_format, to be able to use a timezone from somebody else than the current user,

  * add a "Site default" timezone preference for users, instead of the link "Reset to default timezone". The difference is that "Site default" will always follow the site timezone changes by leaving the user preference to an empty value,

  * add a new parameter "input_format" to the TikiLib::date_format() function, to be able to specify the format of the input (which defaults to the unix timestamp format)


Cleaning and fixing

  * removed old tikidate and timezone functions which were handling dates timezones the wrong way and which are now useless (every places that were using those functions have also been updated), including TikiLib::get_date_converter(), TikiLib::get_site_time_difference() and nearly every methods of TikiDate (which now mainly exists for translation purposes) that were handling timezones by offsets (see above why this is bad),

  * removed unused and broken smarty modifier 'user_date_format',

  * removed unused function TikiLib::get_server_timezone(),

  * removed some buggy static variables which should depend on the specified user, but were not stored by user (mainly in all TikiLib::*date_format() functions),

  * check if the user preference for the 'display timezone' is valid, and fallback to the server value if it's not,

  * avoid loosing time to convert from UTC to UTC,

  * update user_information panel to use the real user preference instead of the global pref

------------------------------------------------------------------------
r9921 | sylvieg | 2007-11-04 20:16:58 +0100 (dim, 04 nov 2007) | 2 lines

[FIX]actionlog: try to reduce the url + replace setConf=set that tw.org does not like

------------------------------------------------------------------------
r9920 | nyloth | 2007-11-04 13:53:58 +0100 (dim, 04 nov 2007) | 6 lines

[FIX][ENH] search results:
  * generate the list of buttons in php to avoid duplicated HTML code in smarty templates,
  * clean the wiki search results by displaying a parsed result without html tags and entities,
  * use bold chars for the first line (page name, score, ...) of search results,
  * use the "highlight" CSS class on the active button to show where we are doing the search

------------------------------------------------------------------------
r9919 | nyloth | 2007-11-04 13:43:23 +0100 (dim, 04 nov 2007) | 2 lines

[FIX] translation : avoid duplicated code and simplify smarty tr prefilter by directly calling tra() function. This also fix some places where translations were not working anymore.

------------------------------------------------------------------------
r9918 | nyloth | 2007-11-04 13:39:15 +0100 (dim, 04 nov 2007) | 2 lines

[FIX] translation: do not only translate if feature_multilingual is enabled, since you may want a site with only one language which is not necessarily english.

------------------------------------------------------------------------
r9917 | mose | 2007-11-03 20:23:41 +0100 (sam, 03 nov 2007) | 2 lines

[FIX] admin general: design fixes (on right branch)

------------------------------------------------------------------------
r9916 | sylvieg | 2007-11-03 20:05:49 +0100 (sam, 03 nov 2007) | 2 lines

[MOD]login: when using login_scr - go back to the page you were if there is no group homepage set

------------------------------------------------------------------------
r9914 | sylvieg | 2007-11-02 16:01:55 +0100 (ven, 02 nov 2007) | 2 lines

[MOD]menu: possibility to use ((nomPage)) in the menu option url + try to rename the menu option if a wiki page is renamed

------------------------------------------------------------------------
r9913 | sylvieg | 2007-11-02 14:50:46 +0100 (ven, 02 nov 2007) | 2 lines

[MOD]banner smarty function: new param target to be able to open the link in the same window

------------------------------------------------------------------------
r9912 | sylvieg | 2007-11-02 14:38:31 +0100 (ven, 02 nov 2007) | 2 lines

[MOD]intervalidate fucntion has moved to userlib to be reused

------------------------------------------------------------------------
r9911 | sylvieg | 2007-11-02 14:31:20 +0100 (ven, 02 nov 2007) | 2 lines

[FIX]user prefs: cleaning+ realname back

------------------------------------------------------------------------
r9910 | sylvieg | 2007-11-02 14:30:10 +0100 (ven, 02 nov 2007) | 2 lines

[FIX]avatar: admin can choose an avatar for another user

------------------------------------------------------------------------
r9909 | frank_p | 2007-11-02 02:22:36 +0100 (ven, 02 nov 2007) | 2 lines

[MOD] delete '$smarty->assign('page_alias',$page_alias);' not necessary

------------------------------------------------------------------------
r9908 | frank_p | 2007-11-02 02:11:25 +0100 (ven, 02 nov 2007) | 2 lines

[MOD] show pageName or page_alias

------------------------------------------------------------------------
r9907 | frank_p | 2007-11-02 02:09:00 +0100 (ven, 02 nov 2007) | 2 lines

[MOD] if ($res['page_alias']<>'') $res['pageName']=$res['page_alias']; - page_alias not work in link to {toc}: [ADD] $smarty->assign('page_alias',$page_alias); for structures_toc-leaf.tpl

------------------------------------------------------------------------
r9906 | mose | 2007-11-01 17:12:23 +0100 (jeu, 01 nov 2007) | 2 lines

[FIX] intertiki: removed redundant inclusion

------------------------------------------------------------------------
r9905 | mose | 2007-11-01 17:11:03 +0100 (jeu, 01 nov 2007) | 2 lines

[FIX] intertiki: remote file needs to include tiki-setup.php rather than tiki-setup_base.php now that prefs are all there

------------------------------------------------------------------------
r9904 | sylvieg | 2007-11-01 14:39:28 +0100 (jeu, 01 nov 2007) | 2 lines

[FIX]calendar: 2 prefs start_year and end_year to have more than one year display in edit calendar item when no jscalendar

------------------------------------------------------------------------
r9903 | sylvieg | 2007-11-01 05:26:56 +0100 (jeu, 01 nov 2007) | 2 lines

[FIX]not a good idea to program when using error in function @list

------------------------------------------------------------------------
r9901 | sylvieg | 2007-10-31 15:28:53 +0100 (mer, 31 oct 2007) | 2 lines

[FIX] missing global bannerlib

------------------------------------------------------------------------
r9900 | sylvieg | 2007-10-31 14:50:51 +0100 (mer, 31 oct 2007) | 2 lines

[FIX]default homepage: rollback part of 1.438: never use the user prefs homepage/url as a tiki homepage: It can be an outside url

------------------------------------------------------------------------
r9899 | pkdille | 2007-10-30 23:20:16 +0100 (mar, 30 oct 2007) | 2 lines

[FIX] admin quicktags: clean html

------------------------------------------------------------------------
r9898 | sylvieg | 2007-10-30 23:01:27 +0100 (mar, 30 oct 2007) | 2 lines

some messages to explain

------------------------------------------------------------------------
r9896 | jyhem | 2007-10-30 22:29:31 +0100 (mar, 30 oct 2007) | 2 lines

[MOD] some more mass capitalization

------------------------------------------------------------------------
r9894 | jyhem | 2007-10-30 22:19:19 +0100 (mar, 30 oct 2007) | 2 lines

[NEW] Add new tracker field type: 'static text'

------------------------------------------------------------------------
r9893 | pkdille | 2007-10-30 21:07:13 +0100 (mar, 30 oct 2007) | 2 lines

[FIX] fix some html errors

------------------------------------------------------------------------
r9892 | jyhem | 2007-10-30 21:06:01 +0100 (mar, 30 oct 2007) | 2 lines

[FIX] This just truncates user input when an edition error resubmits the tracker item for re-edition. Losing typed text

------------------------------------------------------------------------
r9891 | jyhem | 2007-10-30 20:32:38 +0100 (mar, 30 oct 2007) | 2 lines

[MOD] some improvements and new text

------------------------------------------------------------------------
r9890 | sylvieg | 2007-10-30 18:28:17 +0100 (mar, 30 oct 2007) | 2 lines

[FIX]prefs: langauge in list_articles

------------------------------------------------------------------------
r9889 | pkdille | 2007-10-30 17:33:09 +0100 (mar, 30 oct 2007) | 2 lines

[FIX] fix some html errors

------------------------------------------------------------------------
r9888 | sylvieg | 2007-10-30 16:28:53 +0100 (mar, 30 oct 2007) | 2 lines

[FIX]doubleclick edit repaired

------------------------------------------------------------------------
r9887 | pkdille | 2007-10-30 15:09:05 +0100 (mar, 30 oct 2007) | 2 lines

[FIX] admin menus: fix some html errors

------------------------------------------------------------------------
r9886 | pkdille | 2007-10-30 14:38:10 +0100 (mar, 30 oct 2007) | 2 lines

[FIX] admin include general: fix some html errors

------------------------------------------------------------------------
r9885 | pkdille | 2007-10-30 11:48:44 +0100 (mar, 30 oct 2007) | 2 lines

[FIX] admin include general: fix some html errors

------------------------------------------------------------------------
r9884 | pkdille | 2007-10-30 11:19:43 +0100 (mar, 30 oct 2007) | 2 lines

[FIX] admin include general: fix some html errors

------------------------------------------------------------------------
r9883 | pkdille | 2007-10-30 10:52:51 +0100 (mar, 30 oct 2007) | 2 lines

[FIX] admin include general: fix some html errors

------------------------------------------------------------------------
r9882 | pkdille | 2007-10-30 10:10:50 +0100 (mar, 30 oct 2007) | 2 lines

[FIX] enclosing character on menu item creation was false

------------------------------------------------------------------------
r9881 | gillesm | 2007-10-30 07:02:19 +0100 (mar, 30 oct 2007) | 2 lines

When a user is registering it is better to assign users_prefs_display_timezone

------------------------------------------------------------------------
r9880 | gillesm | 2007-10-30 06:58:56 +0100 (mar, 30 oct 2007) | 2 lines

Fixed : date and time problem defaut display_timezone was initialized in prefs.php like server_timezone but not from the db

------------------------------------------------------------------------
r9879 | gillesm | 2007-10-30 06:19:13 +0100 (mar, 30 oct 2007) | 2 lines

Misspel in tra Novembre => November

------------------------------------------------------------------------
r9876 | pkdille | 2007-10-29 23:14:03 +0100 (lun, 29 oct 2007) | 2 lines

[MOD] admin html pages: add textareasize functionnality, expand textarea to max width, move some comment to a tip section

------------------------------------------------------------------------
r9874 | sylvieg | 2007-10-29 21:20:19 +0100 (lun, 29 oct 2007) | 2 lines

[FIX]calendar: call only once tiki-tc.php

------------------------------------------------------------------------
r9873 | pkdille | 2007-10-29 21:04:39 +0100 (lun, 29 oct 2007) | 2 lines

[MOD] some french translations

------------------------------------------------------------------------
r9872 | sylvieg | 2007-10-29 18:49:48 +0100 (lun, 29 oct 2007) | 2 lines

[FIX]intertiki: can also send object with intertiki

------------------------------------------------------------------------
r9871 | sylvieg | 2007-10-29 17:37:20 +0100 (lun, 29 oct 2007) | 2 lines

[FIX]intertiki: can also send object with intertiki

------------------------------------------------------------------------
r9870 | sylvieg | 2007-10-29 17:01:58 +0100 (lun, 29 oct 2007) | 2 lines

[FIX]perms: categ perms changed only the edit/view perms not to junk to much the other perm like tiki_p_view_history: need a table

------------------------------------------------------------------------
r9869 | sylvieg | 2007-10-29 14:32:32 +0100 (lun, 29 oct 2007) | 2 lines

[FIX]perms: fix no tiki_p_edit, tiki_p_admin/view/edit_categ for a categ and a group, the user of the group must be able to edit the page. The rule is if the page is categorized, do not look further , propage the categ perm

------------------------------------------------------------------------
r9868 | pkdille | 2007-10-27 09:29:27 +0200 (sam, 27 oct 2007) | 2 lines

[MOD] some french translations

------------------------------------------------------------------------
r9867 | pkdille | 2007-10-27 09:25:29 +0200 (sam, 27 oct 2007) | 2 lines

[FIX] typo

------------------------------------------------------------------------
r9866 | sylvieg | 2007-10-26 22:36:40 +0200 (ven, 26 oct 2007) | 2 lines

[MOD]menu: 2 perms tiki_p_edit_menu and tiki_p_edit_menu_option

------------------------------------------------------------------------
r9865 | sylvieg | 2007-10-26 20:33:11 +0200 (ven, 26 oct 2007) | 2 lines

[FIX]replace TYPE -> ENGINE

------------------------------------------------------------------------
r9864 | sylvieg | 2007-10-26 19:47:15 +0200 (ven, 26 oct 2007) | 2 lines

[FIX]menu: help button

------------------------------------------------------------------------
r9863 | sylvieg | 2007-10-26 19:39:10 +0200 (ven, 26 oct 2007) | 2 lines

[MOD]modules: a little link in admin modules to find the explanation about params

------------------------------------------------------------------------
r9862 | sylvieg | 2007-10-26 19:24:42 +0200 (ven, 26 oct 2007) | 2 lines

[MOD]module: also a param color to change the tesxt color of a module title

------------------------------------------------------------------------
r9861 | sylvieg | 2007-10-26 18:02:50 +0200 (ven, 26 oct 2007) | 2 lines

merge

------------------------------------------------------------------------
r9860 | sylvieg | 2007-10-26 17:56:37 +0200 (ven, 26 oct 2007) | 2 lines

merge

------------------------------------------------------------------------
r9859 | nyloth | 2007-10-26 10:30:48 +0200 (ven, 26 oct 2007) | 2 lines

[FIX] fckeditor tikilink: use the new 'dir_level' value to have the right path.

------------------------------------------------------------------------
r9858 | sylvieg | 2007-10-25 22:00:51 +0200 (jeu, 25 oct 2007) | 2 lines

[FIX]prefs: the old way to setup a minumum of tw is broken - seems you have now to load all tiki-setup? - or perhaps we can do something when calling get_preference and prefs is empty?

------------------------------------------------------------------------
r9857 | sylvieg | 2007-10-25 21:51:42 +0200 (jeu, 25 oct 2007) | 2 lines

notice

------------------------------------------------------------------------
r9856 | sylvieg | 2007-10-25 21:49:50 +0200 (jeu, 25 oct 2007) | 2 lines

[FIX]admin: help link on copyright feature

------------------------------------------------------------------------
r9855 | frank_p | 2007-10-25 08:26:41 +0200 (jeu, 25 oct 2007) | 2 lines

rollback (first FIX rollback from silvieg); wrong ) in syntax

------------------------------------------------------------------------
r9854 | frank_p | 2007-10-25 08:11:04 +0200 (jeu, 25 oct 2007) | 2 lines

[FIX] sql-error by edited wikipage by anonymous users (empty user field)

------------------------------------------------------------------------
r9853 | sylvieg | 2007-10-24 23:23:59 +0200 (mer, 24 oct 2007) | 2 lines

[MOD]send object: a checkbox debug to get the messages when error+notice

------------------------------------------------------------------------
r9852 | sylvieg | 2007-10-24 19:36:22 +0200 (mer, 24 oct 2007) | 2 lines

[FIX]multi print: new option to add a structure and not only the pages of a structure + print the structure with structure number + change the hi into hi+1 if necessary

------------------------------------------------------------------------
r9851 | sylvieg | 2007-10-24 19:21:59 +0200 (mer, 24 oct 2007) | 2 lines

[FIX]print: do not display fullscreen if printing

------------------------------------------------------------------------
r9850 | sylvieg | 2007-10-24 16:20:27 +0200 (mer, 24 oct 2007) | 2 lines

[FIX]wiki: do not show the page title in a multiple prints if the feature in admin->wiki is not set: to avoid duplication of title

------------------------------------------------------------------------
r9849 | sylvieg | 2007-10-24 15:51:08 +0200 (mer, 24 oct 2007) | 2 lines

[MOD]strcutures: in the received page, can choose to prefix and/or to postfix any pagename of the structure + display error if conflict of name

------------------------------------------------------------------------
r9848 | sylvieg | 2007-10-24 11:28:39 +0200 (mer, 24 oct 2007) | 2 lines

[MOD]module: a new param bgcolor to be able to override the title box color in admin->modules without modifying the css

------------------------------------------------------------------------
r9847 | mose | 2007-10-24 07:24:10 +0200 (mer, 24 oct 2007) | 2 lines

[FIX] wikiparsing: stripping \0 as it is skipped in IE

------------------------------------------------------------------------
r9846 | mose | 2007-10-24 07:23:16 +0200 (mer, 24 oct 2007) | 2 lines

[FIX] db: removed inclusion of error_handler file as it is not set anywhere

------------------------------------------------------------------------
r9845 | mose | 2007-10-23 23:06:35 +0200 (mar, 23 oct 2007) | 2 lines

[FIX] rss: made rss reader compatible with google agenda

------------------------------------------------------------------------
r9844 | sylvieg | 2007-10-23 23:01:48 +0200 (mar, 23 oct 2007) | 2 lines

[FIX]tracker: fix item watch

------------------------------------------------------------------------
r9842 | sylvieg | 2007-10-23 18:41:19 +0200 (mar, 23 oct 2007) | 2 lines

[FIX]tracker: typo in tiki_p_view_trackerS->watch on tracker was not not working

------------------------------------------------------------------------
r9841 | mose | 2007-10-23 01:19:08 +0200 (mar, 23 oct 2007) | 2 lines

[FIX] security: added tests to the language filename var to avoid arbitrary inclusion

------------------------------------------------------------------------
r9840 | mose | 2007-10-23 01:08:52 +0200 (mar, 23 oct 2007) | 2 lines

[FIX] security: added some checks on local.php file to avoid arbitrary inclusion

------------------------------------------------------------------------
r9839 | mose | 2007-10-23 01:00:42 +0200 (mar, 23 oct 2007) | 2 lines

[FIX] wiki images: added a test to avoid js comes into img src

------------------------------------------------------------------------
r9838 | mose | 2007-10-23 00:46:52 +0200 (mar, 23 oct 2007) | 2 lines

[FIX] security: escape error message in remind_password to avoid possible abuse

------------------------------------------------------------------------
r9837 | pkdille | 2007-10-22 23:19:09 +0200 (lun, 22 oct 2007) | 2 lines

[MOD] some french translations

------------------------------------------------------------------------
r9836 | pkdille | 2007-10-22 22:56:17 +0200 (lun, 22 oct 2007) | 2 lines

[MOD] admin login: Add a tip section

------------------------------------------------------------------------
r9835 | pkdille | 2007-10-22 22:30:07 +0200 (lun, 22 oct 2007) | 2 lines

[MOD] admin categories: move a comment to a more logical place

------------------------------------------------------------------------
r9834 | pkdille | 2007-10-22 22:19:27 +0200 (lun, 22 oct 2007) | 2 lines

[FIX] admin textareas: translation tag missing

------------------------------------------------------------------------
r9833 | pkdille | 2007-10-22 22:07:50 +0200 (lun, 22 oct 2007) | 2 lines

[MOD] admin categories: some tiny customs

------------------------------------------------------------------------
r9832 | pkdille | 2007-10-22 21:42:03 +0200 (lun, 22 oct 2007) | 2 lines

[MOD] browse catégories: give style 'subcomment' to description string

------------------------------------------------------------------------
r9831 | sylvieg | 2007-10-22 17:53:07 +0200 (lun, 22 oct 2007) | 2 lines

[FIX]tracker: let the creator to see its items if tracker conf is 'creatro can write

------------------------------------------------------------------------
r9830 | mose | 2007-10-22 09:29:56 +0200 (lun, 22 oct 2007) | 2 lines

[FIX] top_pages module: proper display of name

------------------------------------------------------------------------
r9829 | mose | 2007-10-22 08:16:07 +0200 (lun, 22 oct 2007) | 2 lines

[FIX] wikiplugin tracker: why was user field display commented?

------------------------------------------------------------------------
r9828 | mose | 2007-10-22 08:10:25 +0200 (lun, 22 oct 2007) | 2 lines

[FIX] wikiplugin tracker: header do not create new table, to keep cells aligned

------------------------------------------------------------------------
r9827 | pkdille | 2007-10-21 21:27:55 +0200 (dim, 21 oct 2007) | 2 lines

[MOD] tell a friend: add a link to "tell a friend" on the wiki pages (if feature active of course) cos this feature is only in the default top-bar

------------------------------------------------------------------------
r9823 | nyloth | 2007-10-21 13:46:10 +0200 (dim, 21 oct 2007) | 2 lines

[ENH] tiki action calendar: handle the 'display user realname instead of user login' preference

------------------------------------------------------------------------
r9822 | nyloth | 2007-10-21 13:21:01 +0200 (dim, 21 oct 2007) | 2 lines

[FIX] phplayers: avoid conflicts in function names when using phplayers without specifying a menu name (instead, it could be possible to have, for example, the function 'toggle' defined more than once, which doesn't work)

------------------------------------------------------------------------
r9821 | nyloth | 2007-10-21 12:38:44 +0200 (dim, 21 oct 2007) | 2 lines

[FIX] show calendar: typo

------------------------------------------------------------------------
r9820 | nyloth | 2007-10-21 12:33:32 +0200 (dim, 21 oct 2007) | 2 lines

[ENH] tiki action calendar: a bit more fine tuning.

------------------------------------------------------------------------
r9819 | nyloth | 2007-10-21 12:08:30 +0200 (dim, 21 oct 2007) | 2 lines

[ENH] tiki action calendar: by default, group events by items in the calendar view (because it is quite unusable instead) + some display fine tuning.

------------------------------------------------------------------------
r9818 | pkdille | 2007-10-21 09:23:49 +0200 (dim, 21 oct 2007) | 2 lines

[MOD] browse categories: Add a title row to the objects table and put the description below the link (instead on a column) to win some horizontal space

------------------------------------------------------------------------
r9817 | nyloth | 2007-10-21 06:56:35 +0200 (dim, 21 oct 2007) | 2 lines

[ENH] tiki action calendar: new button to group events by items in the calendar view in order to reduce the list of daily events when the same item (e.g. wiki page) is modified many times.

------------------------------------------------------------------------
r9816 | nyloth | 2007-10-21 04:23:50 +0200 (dim, 21 oct 2007) | 2 lines

[MOD] french translation

------------------------------------------------------------------------
r9815 | nyloth | 2007-10-21 04:16:02 +0200 (dim, 21 oct 2007) | 2 lines

[MOD] french translation

------------------------------------------------------------------------
r9814 | nyloth | 2007-10-21 03:50:25 +0200 (dim, 21 oct 2007) | 2 lines

[MOD] some translations

------------------------------------------------------------------------
r9813 | nyloth | 2007-10-21 03:00:54 +0200 (dim, 21 oct 2007) | 2 lines

[MOD] wiki : When displaying 'This page is being edited by ...', the username is now displayed through the smarty userlink modifier to have more detailed informations about the user.

------------------------------------------------------------------------
r9812 | nyloth | 2007-10-21 02:08:03 +0200 (dim, 21 oct 2007) | 2 lines

[FIX] date translation: change the way dates translations are handled, because the old way was not good enough in some cases (e.g. translating 'March' into french was replacing 'March' into 'Mars' and then again 'Mar' into 'Mars', finally returning 'Marss' with a wrong double 's'). Now we divide the string into multiple pieces to translate or not, and the translation occurs only once on each parts that have to be translated.

------------------------------------------------------------------------
r9811 | nyloth | 2007-10-21 00:16:51 +0200 (dim, 21 oct 2007) | 2 lines

[ENH] theme admin panel: If the theme has changed, reload the page to use the new theme

------------------------------------------------------------------------
r9809 | pkdille | 2007-10-20 23:45:16 +0200 (sam, 20 oct 2007) | 2 lines

[MOD] tell a friend: formating the table as any other table (<tr> as class formcolor) and the comment textarea width is now dynamic (with textareasize)

------------------------------------------------------------------------
r9807 | fr_rodo | 2007-10-20 22:55:52 +0200 (sam, 20 oct 2007) | 2 lines

[FIX] sort mode with 'pref:realName'

------------------------------------------------------------------------
r9806 | pkdille | 2007-10-20 16:25:34 +0200 (sam, 20 oct 2007) | 2 lines

[MOD] edit blog : give to the blog heading field a dynamic width

------------------------------------------------------------------------
r9805 | pkdille | 2007-10-20 14:58:35 +0200 (sam, 20 oct 2007) | 2 lines

[NEW] quicktags position: allows to choose the position of quicktags. By default, the tags will be on left side from textareas (as before). If the option if switched on, the tags will be over the areas.

------------------------------------------------------------------------
r9804 | pkdille | 2007-10-20 07:21:41 +0200 (sam, 20 oct 2007) | 2 lines

[FIX] admin blogs: fetaure missing

------------------------------------------------------------------------
r9802 | sylvieg | 2007-10-19 23:10:35 +0200 (ven, 19 oct 2007) | 2 lines

[FIX]recode_string is not in standard php - to be checked if ok

------------------------------------------------------------------------
r9801 | sylvieg | 2007-10-19 22:55:17 +0200 (ven, 19 oct 2007) | 2 lines

rollback

------------------------------------------------------------------------
r9800 | sylvieg | 2007-10-19 22:32:05 +0200 (ven, 19 oct 2007) | 2 lines

fix

------------------------------------------------------------------------
r9799 | sylvieg | 2007-10-19 21:54:33 +0200 (ven, 19 oct 2007) | 2 lines

partial rollback

------------------------------------------------------------------------
r9798 | nyloth | 2007-10-19 20:20:11 +0200 (ven, 19 oct 2007) | 2 lines

[FIX] wiki edit mode: htmlspecialchars needs to be called before parsing the data, in order to have carriage returns replaced by BR tags

------------------------------------------------------------------------
r9797 | nyloth | 2007-10-19 20:01:30 +0200 (ven, 19 oct 2007) | 2 lines

[FIX] wiki edit mode: better fix the preview mode when using some special html chars

------------------------------------------------------------------------
r9796 | sampaioprimo | 2007-10-19 17:48:36 +0200 (ven, 19 oct 2007) | 2 lines

[FIX] problem when using maxRecords because of a semicolon inside the query string

------------------------------------------------------------------------
r9795 | nyloth | 2007-10-19 17:06:18 +0200 (ven, 19 oct 2007) | 2 lines

[FIX] en-uk date formats: dates should be displayed as day/month in en-uk, instead of month/day used in en

------------------------------------------------------------------------
r9794 | nyloth | 2007-10-19 10:21:49 +0200 (ven, 19 oct 2007) | 2 lines

[FIX] header base tag: change the comment to be sure nobody will enable it again

------------------------------------------------------------------------
r9793 | nyloth | 2007-10-19 10:19:07 +0200 (ven, 19 oct 2007) | 2 lines

[FIX] wiki structures: do not show the delete cross icon when the user does not have the permission

------------------------------------------------------------------------
r9792 | nyloth | 2007-10-19 10:16:49 +0200 (ven, 19 oct 2007) | 2 lines

[FIX] wiki page categories: when displaying categories on a wiki page, the title of the wiki page was placed in more than one line due to the fixed width of categ path

------------------------------------------------------------------------
r9791 | sylvieg | 2007-10-18 23:30:54 +0200 (jeu, 18 oct 2007) | 2 lines

[FIX]tracker: anonymous can not see any items if no tiki_view_tracker and tracker has 'tem creator can modify his items'

------------------------------------------------------------------------
r9790 | sylvieg | 2007-10-18 20:37:12 +0200 (jeu, 18 oct 2007) | 2 lines

[FIX]tracker: can see the user items if the tracker is 'creator can modify' even if no tiki_p_view_tracker

------------------------------------------------------------------------
r9789 | sylvieg | 2007-10-18 20:17:40 +0200 (jeu, 18 oct 2007) | 2 lines

[FIX]tracker: exactvalue can be s string(when listing a tracker where item can only be edited by author

------------------------------------------------------------------------
r9788 | sylvieg | 2007-10-18 20:01:44 +0200 (jeu, 18 oct 2007) | 2 lines

rollabck temporarily

------------------------------------------------------------------------
r9787 | sylvieg | 2007-10-18 14:43:23 +0200 (jeu, 18 oct 2007) | 2 lines

rollback : < and > are transformed in ;... in some case. caution - some complains it is not working

------------------------------------------------------------------------
r9786 | ohertel | 2007-10-18 10:51:35 +0200 (jeu, 18 oct 2007) | 2 lines

html fixes

------------------------------------------------------------------------
r9785 | ohertel | 2007-10-18 10:10:21 +0200 (jeu, 18 oct 2007) | 2 lines

html fixes

------------------------------------------------------------------------
r9784 | ohertel | 2007-10-18 09:56:55 +0200 (jeu, 18 oct 2007) | 2 lines

no more \ appendage to url on windows!

------------------------------------------------------------------------
r9783 | ohertel | 2007-10-18 09:55:09 +0200 (jeu, 18 oct 2007) | 2 lines

use port if any is given in the request url

------------------------------------------------------------------------
r9781 | mose | 2007-10-18 08:22:34 +0200 (jeu, 18 oct 2007) | 2 lines

[FIX] actionlogadmin: right colspan

------------------------------------------------------------------------
r9780 | mose | 2007-10-18 08:08:36 +0200 (jeu, 18 oct 2007) | 2 lines

[FIX] freetags: minor gui enhancements

------------------------------------------------------------------------
r9779 | kerrnel22 | 2007-10-18 01:53:18 +0200 (jeu, 18 oct 2007) | 2 lines

[FIX] Negative default numbers in MySQL require quotes in 4.1. Replaced ENGINE= with TYPE= to be compatible with 4.1. Corrected a typo and added DROPs for new tables.

------------------------------------------------------------------------
r9778 | niclone | 2007-10-17 23:33:29 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] $prefs. (feature_[left|right]_column, ..)

------------------------------------------------------------------------
r9777 | niclone | 2007-10-17 23:31:11 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] $prefs. (feature_[top|bottom]_bar, feature_[left|right]_column)

------------------------------------------------------------------------
r9776 | niclone | 2007-10-17 23:24:09 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] $prefs. (dblclick)

------------------------------------------------------------------------
r9775 | niclone | 2007-10-17 23:18:49 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] $prefs. (mootools again and again)

------------------------------------------------------------------------
r9774 | niclone | 2007-10-17 23:10:11 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] $prefs. (mootools again)

------------------------------------------------------------------------
r9773 | niclone | 2007-10-17 23:08:36 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] $prefs. (mootools)

------------------------------------------------------------------------
r9772 | niclone | 2007-10-17 23:06:11 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] $prefs. (language)

------------------------------------------------------------------------
r9771 | mose | 2007-10-17 22:58:15 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] maxRecords in some cases are set localy per page on user request, then it is computed at php level

------------------------------------------------------------------------
r9770 | niclone | 2007-10-17 22:47:18 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] $prefs.

------------------------------------------------------------------------
r9769 | niclone | 2007-10-17 22:42:23 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] $prefs

------------------------------------------------------------------------
r9768 | niclone | 2007-10-17 22:36:11 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] update $maxRecords to $prefs.maxRecords

------------------------------------------------------------------------
r9767 | niclone | 2007-10-17 22:11:53 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] use $prefs.

------------------------------------------------------------------------
r9766 | niclone | 2007-10-17 22:01:04 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] removed "!isset($_SESSION)" because it break auth on php5. Seem that a $_SESSION is always set.

------------------------------------------------------------------------
r9765 | jonnybradley | 2007-10-17 21:26:15 +0200 (mer, 17 oct 2007) | 4 lines

[FIX] Added "!isset($_SESSION)" to check if session already started before session_start() to prevent WSoD (on php 4.4.4/mysql 4.0.26)

Please check it's ok still on php 5 (see warning here http://php.net/manual/en/function.session-start.php#75147)

------------------------------------------------------------------------
r9764 | jonnybradley | 2007-10-17 21:22:52 +0200 (mer, 17 oct 2007) | 4 lines

Replaced semicolons with commas in tiki_mypage table def (or removed "go" where necessary).

I reckon these files are made by a script (based on tiki.sql, which is ok) so they'll need regenerating - one day.

------------------------------------------------------------------------
r9763 | sylvieg | 2007-10-17 20:33:54 +0200 (mer, 17 oct 2007) | 2 lines

[MOD]prefs: a button in admin systeme to force the user prefs session to be reset, next time user visits + use a counter instead of ->now (that is not correct because needs the real time)

------------------------------------------------------------------------
r9762 | niclone | 2007-10-17 20:18:10 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] prefs: small error with $_SESSION['prefs'] vs $prefs

------------------------------------------------------------------------
r9761 | niclone | 2007-10-17 20:13:53 +0200 (mer, 17 oct 2007) | 3 lines

This new script search in php files every << $smarty->assign("truc" >> where truc is a preference key.
This allow us to find every files that should now use $prefs["truc"]=$value; instead. (don't forget to add << global $prefs; >>)

------------------------------------------------------------------------
r9759 | niclone | 2007-10-17 20:10:15 +0200 (mer, 17 oct 2007) | 4 lines

[FIX] prefs: assign the global $prefs as a copy of the $_SESSION['prefs'] instead of using it by reference.
This allow modifing the $pref for the current page without persistence in the session. This resolve a problem where pages use something like: $smarty->assign('site_header', 'n'); But they have now to use $prefs['site_header']='n'; (site_header is just an exemple...)
Also for backward compatibility, i've also added an extract style of the prefs but for smarty. This is at the end of lib/setup/prefs.php, we'll remove them later.

------------------------------------------------------------------------
r9758 | niclone | 2007-10-17 19:12:48 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] really use the $dirtoscan value :)

------------------------------------------------------------------------
r9757 | niclone | 2007-10-17 19:02:59 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] print if the file was modified or not

------------------------------------------------------------------------
r9756 | niclone | 2007-10-17 18:44:45 +0200 (mer, 17 oct 2007) | 2 lines

This script convert templates with the old preferences  to .truc by getting the currently existing prefs keys.

------------------------------------------------------------------------
r9754 | sylvieg | 2007-10-17 16:33:34 +0200 (mer, 17 oct 2007) | 2 lines

[MOD] a little comment about how to do

------------------------------------------------------------------------
r9753 | sylvieg | 2007-10-17 16:17:17 +0200 (mer, 17 oct 2007) | 2 lines

[FIX]prefs: in SESSION we have only array: unset memo serialized prefs when recompute all the prefs

------------------------------------------------------------------------
r9752 | niclone | 2007-10-17 11:42:52 +0200 (mer, 17 oct 2007) | 2 lines

[FIX] mypages: don't use an array for parameters in call_user_func

------------------------------------------------------------------------
r9750 | mose | 2007-10-16 22:41:24 +0200 (mar, 16 oct 2007) | 2 lines

[FIX] right number version for 1.10 branch is 1.10.1

------------------------------------------------------------------------
r9749 | mose | 2007-10-16 22:32:31 +0200 (mar, 16 oct 2007) | 2 lines

[FIX] comment interpretation

------------------------------------------------------------------------
r9748 | sylvieg | 2007-10-16 22:21:53 +0200 (mar, 16 oct 2007) | 2 lines

[FIX]contact: fix url

------------------------------------------------------------------------
r9747 | sylvieg | 2007-10-16 21:48:30 +0200 (mar, 16 oct 2007) | 2 lines

[MOD]up the files to BRANCH-1-10 when finished to have all the file in the same tag

------------------------------------------------------------------------
r9745 | sylvieg | 2007-10-16 21:42:16 +0200 (mar, 16 oct 2007) | 2 lines

[FIX]fmsc style: h1 square always not on the left column+some IE improvement

------------------------------------------------------------------------
r9742 | sylvieg | 2007-10-16 20:30:53 +0200 (mar, 16 oct 2007) | 2 lines

[FIX]tracker: categ display if field has more than an option

------------------------------------------------------------------------
r9741 | mose | 2007-10-16 20:17:35 +0200 (mar, 16 oct 2007) | 2 lines

[FIX] tikimerge script updated and functionnal, also inhibited the former script

------------------------------------------------------------------------
r9738 | (no author) | 2007-10-16 19:23:10 +0200 (mar, 16 oct 2007) | 1 line

This commit was manufactured by cvs2svn to create branch '1.10'.
------------------------------------------------------------------------
r9737 | sylvieg | 2007-10-16 19:23:09 +0200 (mar, 16 oct 2007) | 2 lines

[FIX]log: jpgraph has no olive color

------------------------------------------------------------------------
r9736 | sylvieg | 2007-10-16 19:22:37 +0200 (mar, 16 oct 2007) | 2 lines

[FIX]tracker categ

------------------------------------------------------------------------
r9735 | niclone | 2007-10-16 16:53:07 +0200 (mar, 16 oct 2007) | 2 lines

[FIX] mypage: allow components to customize theres windoo options

------------------------------------------------------------------------
r9734 | mose | 2007-10-16 16:18:28 +0200 (mar, 16 oct 2007) | 2 lines

[FIX] siteid: removed the checkbox to change pref field as pref field is now changed in 1.10

------------------------------------------------------------------------
r9733 | mose | 2007-10-16 16:11:35 +0200 (mar, 16 oct 2007) | 2 lines

[FIX] modules: forogtten commit

------------------------------------------------------------------------
r9732 | niclone | 2007-10-16 16:07:53 +0200 (mar, 16 oct 2007) | 2 lines

[FIX] mypage: move content part and sidebar part of mypage in separate templates, making site style customizing easier

------------------------------------------------------------------------
r9731 | pkdille | 2007-10-16 15:53:24 +0200 (mar, 16 oct 2007) | 2 lines

[FIX] change group: bad parameter name in function change_group

------------------------------------------------------------------------
r9730 | niclone | 2007-10-16 15:52:28 +0200 (mar, 16 oct 2007) | 2 lines

[FIX] mypage: moved some js code from the html template to a separate .js

------------------------------------------------------------------------
r9729 | niclone | 2007-10-16 13:57:54 +0200 (mar, 16 oct 2007) | 2 lines

[FIX] mypage: remove the ugly hack not anymore needed about the conflict of mootools and phplayers

------------------------------------------------------------------------
r9727 | niclone | 2007-10-16 12:50:04 +0200 (mar, 16 oct 2007) | 2 lines

[FIX] mootools: the not _packed are now not packed.

------------------------------------------------------------------------
r9726 | niclone | 2007-10-16 12:49:06 +0200 (mar, 16 oct 2007) | 2 lines

[FIX] mootools: add packed versions

------------------------------------------------------------------------
r9725 | niclone | 2007-10-16 12:46:03 +0200 (mar, 16 oct 2007) | 2 lines

[FIX] mootools: updated the make-js script for making a packed and a not packed versions of each scripts.

------------------------------------------------------------------------
r9724 | sylvieg | 2007-10-16 00:12:30 +0200 (mar, 16 oct 2007) | 2 lines

[FIX]tracker: disply only the categories of the field not all the categories

------------------------------------------------------------------------
r9723 | sylvieg | 2007-10-15 19:44:50 +0200 (lun, 15 oct 2007) | 2 lines

[FIX]calendar: put back the quicktags in edit a calendar item + use only one table

------------------------------------------------------------------------
r9722 | sylvieg | 2007-10-15 19:41:37 +0200 (lun, 15 oct 2007) | 2 lines

[FIX]calendar: put back the quicktags in edit a calendar item + use only one table

------------------------------------------------------------------------
r9721 | pkdille | 2007-10-15 16:47:40 +0200 (lun, 15 oct 2007) | 2 lines

[FIX] prefs: parameters inverted in function set_preference

------------------------------------------------------------------------
r9720 | mose | 2007-10-15 16:41:43 +0200 (lun, 15 oct 2007) | 2 lines

[NEW] tikimerge: fresh new tikimerge script for 1.10 branch to head merges. does nothing yet, commands are commented, review it if you know this stuff

------------------------------------------------------------------------
r9719 | sylvieg | 2007-10-15 16:33:13 +0200 (lun, 15 oct 2007) | 2 lines

[FIX]fmsc style: to have the buttons looking the same in IE6

------------------------------------------------------------------------
r9718 | sylvieg | 2007-10-15 15:35:21 +0200 (lun, 15 oct 2007) | 2 lines

maxRecords perfs

------------------------------------------------------------------------
r9717 | nyloth | 2007-10-15 10:44:01 +0200 (lun, 15 oct 2007) | 2 lines

[FIX] prefs: remove useless user session variable initialization

------------------------------------------------------------------------
r9716 | jyhem | 2007-10-15 10:16:39 +0200 (lun, 15 oct 2007) | 2 lines

[MOD] some more mass capitalization

------------------------------------------------------------------------
r9715 | nyloth | 2007-10-15 10:14:02 +0200 (lun, 15 oct 2007) | 2 lines

[FIX] prefs: use prefs correctly in jscalendar smarty function

------------------------------------------------------------------------
r9714 | sept_7 | 2007-10-15 09:49:48 +0200 (lun, 15 oct 2007) | 2 lines

[FIX] use TikiDate instead of Date

------------------------------------------------------------------------
r9713 | sept_7 | 2007-10-15 09:46:47 +0200 (lun, 15 oct 2007) | 2 lines

[FIX] remove ugly extra spaces

------------------------------------------------------------------------
r9712 | sept_7 | 2007-10-15 09:45:11 +0200 (lun, 15 oct 2007) | 2 lines

[ENH] add postgresql 8

------------------------------------------------------------------------
r9711 | sept_7 | 2007-10-15 09:43:28 +0200 (lun, 15 oct 2007) | 2 lines

[FIX] fix stupid typos, any one using this ?

------------------------------------------------------------------------
r9710 | sept_7 | 2007-10-15 09:35:20 +0200 (lun, 15 oct 2007) | 2 lines

[FIX] allows tra to have a language argument different from the default

------------------------------------------------------------------------
r9709 | nyloth | 2007-10-15 09:34:29 +0200 (lun, 15 oct 2007) | 2 lines

[FIX] prefs: handle fgal_list_'s prefs default values.

------------------------------------------------------------------------
r9708 | sept_7 | 2007-10-15 09:25:44 +0200 (lun, 15 oct 2007) | 2 lines

[FIX] use base tag for installations not in the web root

------------------------------------------------------------------------
r9707 | nyloth | 2007-10-15 02:41:06 +0200 (lun, 15 oct 2007) | 2 lines

[FIX] prefs: need to assign fgal_list_'s prefs in tiki-admin_include_fgal.php, because the template is also used by other php files when those values are not the real prefs.

------------------------------------------------------------------------
r9706 | nyloth | 2007-10-15 02:08:52 +0200 (lun, 15 oct 2007) | 2 lines

[FIX] prefs: sub-filegalleries use variables with same names as prefs, but they are not prefs.

------------------------------------------------------------------------
r9705 | nyloth | 2007-10-15 01:39:21 +0200 (lun, 15 oct 2007) | 2 lines

[FIX] module param 'nobox': for modules that doesn't handle this param (i.e. no assignation in smarty for 'module_nobox') there could be no value, so it's better to check if the value is not 'y'

------------------------------------------------------------------------
r9704 | nyloth | 2007-10-15 01:02:04 +0200 (lun, 15 oct 2007) | 2 lines

[FIX] get_user_id: avoid risks of conflicts by removing the get_user_id function of userslib, since this function is herited from tikilib and doesn't need to be overloaded. + use the correct session var

------------------------------------------------------------------------
r9703 | nyloth | 2007-10-14 20:48:53 +0200 (dim, 14 oct 2007) | 2 lines

[FIX] tikipath and php path: on some servers, the env var SCRIPT_FILENAME and __FILE__ are sometimes based on symbolic links. realpath() is then needed to be sure to have two comparable paths.

------------------------------------------------------------------------
r9702 | lphuberdeau | 2007-10-14 20:04:28 +0200 (dim, 14 oct 2007) | 2 lines

[FIX] Regression issue.

------------------------------------------------------------------------
r9701 | mose | 2007-10-14 19:51:03 +0200 (dim, 14 oct 2007) | 2 lines

[MOD] modules: added a parameter to make module box optional: nobox=y|n

------------------------------------------------------------------------
r9700 | fr_rodo | 2007-10-14 19:13:27 +0200 (dim, 14 oct 2007) | 2 lines

[ENH] scrambling email address of contacts based on admin preferences

------------------------------------------------------------------------
r9699 | lphuberdeau | 2007-10-14 18:53:18 +0200 (dim, 14 oct 2007) | 2 lines

[FIX] Following Stephen's reccomendations. Filter out []{}&$.

------------------------------------------------------------------------
r9698 | nyloth | 2007-10-14 17:17:23 +0200 (dim, 14 oct 2007) | 2 lines

[FIX] prefs: using maxRecords as a special global that is copied from the pref. Assigning it to smarty as a reference as well. + Take care of users prefs defaults (based on users_prefs_'s prefs).

------------------------------------------------------------------------
r9697 | nyloth | 2007-10-14 15:33:33 +0200 (dim, 14 oct 2007) | 2 lines

[FIX] prefs: prefs in freetags browse

------------------------------------------------------------------------
r9696 | nyloth | 2007-10-14 15:17:00 +0200 (dim, 14 oct 2007) | 2 lines

[FIX] prefs: Also reload if the virtual host or tikiroot has changed (this is needed when using the same php sessions for more than one tiki).

------------------------------------------------------------------------
r9695 | nyloth | 2007-10-14 14:58:10 +0200 (dim, 14 oct 2007) | 2 lines

[FIX] prefs: use _SESSION instead of global var when testing lastReadingPrefs, since the global var is only defined after

------------------------------------------------------------------------
r9694 | nyloth | 2007-10-14 14:39:22 +0200 (dim, 14 oct 2007) | 2 lines

[FIX] prefs: set special 'site_' prefs even for anonymous (moving this part of code in lib/setup/prefs.php + better handle prefs reload

------------------------------------------------------------------------
r9693 | nyloth | 2007-10-14 13:45:20 +0200 (dim, 14 oct 2007) | 2 lines

[FIX] prefs: set a value for lastUpdatePrefs's pref if there was no value (in db)

------------------------------------------------------------------------
r9692 | pkdille | 2007-10-14 07:54:52 +0200 (dim, 14 oct 2007) | 2 lines

[MOD] some french translations

------------------------------------------------------------------------
r9691 | fr_rodo | 2007-10-13 23:49:44 +0200 (sam, 13 oct 2007) | 2 lines

[FIX] blank page on fresh install. Is it the right correction ?

------------------------------------------------------------------------
r9690 | pkdille | 2007-10-13 23:29:55 +0200 (sam, 13 oct 2007) | 2 lines

[MOD] some french translations

------------------------------------------------------------------------
r9689 | nyloth | 2007-10-13 18:53:12 +0200 (sam, 13 oct 2007) | 2 lines

[FIX] user prefs: do not override site theme with the user theme if the user has no defined theme

------------------------------------------------------------------------
r9688 | nyloth | 2007-10-13 17:53:01 +0200 (sam, 13 oct 2007) | 4 lines

[FIX] special chars in wiki page edition mode: remove htmldecode() call (and enhance the function, just in case)
- htmldecode was used only in edition mode and in some cases. It is not needed, as in display mode
- the use of html_entity_decode is far better than using ISO-8859-15 functions and converting it back to UTF-8 (some special chars are loosed), but this is only possible with PHP 5+ (so, the old code has been kept for older versions of PHP)

------------------------------------------------------------------------
r9687 | nyloth | 2007-10-13 17:27:16 +0200 (sam, 13 oct 2007) | 3 lines

[FIX] Pear: delete Autoloader.php which is unused and has the following syntax error :
Fatal error: Method PEAR_Autoloader::__call() must take exactly 2 arguments in lib/pear/PEAR/Autoloader.php on line 216

------------------------------------------------------------------------
r9686 | nyloth | 2007-10-13 17:13:41 +0200 (sam, 13 oct 2007) | 2 lines

[FIX] prefs: sub-filegalleries listing use variables with same names as prefs, but they are not prefs. (missed .tpl) + maxRecords fixes

------------------------------------------------------------------------
r9685 | nyloth | 2007-10-13 16:52:36 +0200 (sam, 13 oct 2007) | 2 lines

[FIX] prefs: sub-filegalleries listing use variables with same names as prefs, but they are not prefs.

------------------------------------------------------------------------
r9684 | nkoth | 2007-10-13 02:17:15 +0200 (sam, 13 oct 2007) | 2 lines

[MOD] double clicking on tag in tag cloud now goes to single tag, single click is used for adding tags to search for in combination

------------------------------------------------------------------------
r9683 | nkoth | 2007-10-13 02:05:04 +0200 (sam, 13 oct 2007) | 2 lines

[MOD] make it look like the rest - layout

------------------------------------------------------------------------
r9682 | nkoth | 2007-10-13 01:49:52 +0200 (sam, 13 oct 2007) | 2 lines

[NEW] add admin interface and prefs for latest freetags stuff

------------------------------------------------------------------------
r9681 | nkoth | 2007-10-13 01:42:48 +0200 (sam, 13 oct 2007) | 2 lines

[NEW] add function to clean up unused (orphaned) freetags

------------------------------------------------------------------------
r9680 | mose | 2007-10-13 00:23:05 +0200 (sam, 13 oct 2007) | 2 lines

[FIX] maxrecords pref, sorting out local/global setup

------------------------------------------------------------------------
r9679 | mose | 2007-10-12 23:57:32 +0200 (ven, 12 oct 2007) | 2 lines

[FIX] maxrecords pref, sorting out local/global setup

------------------------------------------------------------------------
r9678 | nkoth | 2007-10-12 22:02:19 +0200 (ven, 12 oct 2007) | 2 lines

[NEW] add more like this module (only works for wiki pages now)

------------------------------------------------------------------------
r9677 | nkoth | 2007-10-12 22:01:16 +0200 (ven, 12 oct 2007) | 2 lines

add more like this module (only works for wiki pages now)

------------------------------------------------------------------------
r9676 | nkoth | 2007-10-12 22:00:05 +0200 (ven, 12 oct 2007) | 2 lines

[NEW] add function for more like this module

------------------------------------------------------------------------
r9675 | nkoth | 2007-10-12 21:49:44 +0200 (ven, 12 oct 2007) | 2 lines

[FIX] module should not be shown if user can't view page

------------------------------------------------------------------------
r9674 | nkoth | 2007-10-12 21:47:34 +0200 (ven, 12 oct 2007) | 3 lines

[FIX] should check tiki_p_edit perm also before allowing tagging of freetag
from this source, because tiki_p_freetag_tag permm is not page specific.

------------------------------------------------------------------------
r9673 | nkoth | 2007-10-12 21:40:53 +0200 (ven, 12 oct 2007) | 3 lines

add module that shows the tags of the current page and also provide a UI to tag it (if user has perm)
could extend in future to other objects?

------------------------------------------------------------------------
r9672 | nkoth | 2007-10-12 21:05:54 +0200 (ven, 12 oct 2007) | 2 lines

[FIX] make it possible to remove freetags by clearing all tags from input box

------------------------------------------------------------------------
r9671 | mose | 2007-10-12 21:03:00 +0200 (ven, 12 oct 2007) | 2 lines

[FIX] unwanted cell in table

------------------------------------------------------------------------
r9670 | nkoth | 2007-10-12 20:59:42 +0200 (ven, 12 oct 2007) | 2 lines

[FIX] when updating tags, users should be able to remove tags created by others by default. If necessary, a new second param is to be used to control the limit for the user tags to remove. This must be a diff param from the current user as the latter is needed to record the new tags being created when updating.

------------------------------------------------------------------------
r9669 | nkoth | 2007-10-12 20:28:29 +0200 (ven, 12 oct 2007) | 2 lines

[MOD] Enable browse freetags to search by combinations of tags. [FIX] Created cannot be used as a sort field because it is ambiguous (it can be created of object, or of the tag for object).

------------------------------------------------------------------------
r9668 | sylvieg | 2007-10-12 20:26:11 +0200 (ven, 12 oct 2007) | 2 lines

[FIX]tracker plugin: fix layout with header field

------------------------------------------------------------------------
r9667 | sylvieg | 2007-10-12 20:17:20 +0200 (ven, 12 oct 2007) | 2 lines

notice

------------------------------------------------------------------------
r9666 | sylvieg | 2007-10-12 19:33:56 +0200 (ven, 12 oct 2007) | 2 lines

[FIX]notice + title is a pref already in smarty

------------------------------------------------------------------------
r9665 | sept_7 | 2007-10-12 18:29:11 +0200 (ven, 12 oct 2007) | 4 lines

[FIX] better detection of paths (tikipath, tikiroot, etc...)

Allows scripts not in tikiroot to work properly.

------------------------------------------------------------------------
r9664 | sylvieg | 2007-10-12 16:26:57 +0200 (ven, 12 oct 2007) | 2 lines

avoid Call-time pass-by-reference has been deprecated warning

------------------------------------------------------------------------
r9663 | sylvieg | 2007-10-12 15:55:55 +0200 (ven, 12 oct 2007) | 2 lines

oops

------------------------------------------------------------------------
r9662 | sylvieg | 2007-10-12 15:26:04 +0200 (ven, 12 oct 2007) | 2 lines

oops - need to get use to the new prefs stuff

------------------------------------------------------------------------
r9661 | jonnybradley | 2007-10-12 15:13:55 +0200 (ven, 12 oct 2007) | 2 lines

[FIX] removed a rogue "s" - must have been a typo? (hope so!)

------------------------------------------------------------------------
r9660 | sylvieg | 2007-10-12 15:07:41 +0200 (ven, 12 oct 2007) | 2 lines

[FIX]structure: watch in the user language

------------------------------------------------------------------------
r9659 | sylvieg | 2007-10-12 14:42:41 +0200 (ven, 12 oct 2007) | 2 lines

[MOD]structure: watch also page creation/deletion/promotion/demotion in the sub-structure watched

------------------------------------------------------------------------
r9658 | sylvieg | 2007-10-12 12:28:34 +0200 (ven, 12 oct 2007) | 2 lines

notice

------------------------------------------------------------------------
r9657 | sept_7 | 2007-10-12 10:29:02 +0200 (ven, 12 oct 2007) | 4 lines

[FIX] browser language detection and user prefs
Dont overwrite prefs['language'] by the browser language if we have a user pref
for the language.

------------------------------------------------------------------------
r9656 | nyloth | 2007-10-12 09:55:51 +0200 (ven, 12 oct 2007) | 26 lines

[MOD] prefs and user prefs: $prefs array deployement in php + some small fixes

(Preliminary note : This is a deep modification in tikiwiki's prefs code. Please test first and send feedback if you can)

 * Now use the $prefs array everywhere (in php files also) instead of global vars. This will :

	- allow to use prefs the same way in smarty and php ($prefs array),

	- simplify all code parts that modifiy a preference, because when a pref is modified in php's $prefs array, it is also up-to-date in smarty $prefs array (everything is passed by reference now). So, no more need to reassign values in smarty each time,

	- avoid duplication of values in memory,

	- reduce risks of errors (e.g. collision in variables names, forget to add one of the "global $prefname", ...)


 * All user prefs are now retrieved in one query at tiki-setup stage (as site prefs) and also in session vars (when sessions are used). This will :

	- reduce overhead and database queries after the first page


 * User prefs are now overriding $prefs. This will :

	- simplify the whole usage of $prefs, because only one array is used (no more need, in general, to use tikilib's functions to get user prefs),

	- set some $prefs['site_*'] (listed in the $user_overrider_prefs array of lib/setup/user_prefs.php) for some specific site prefs that needs to be accessed in php (for example when sending mails) and that could have been overrided with the corresponding user pref

------------------------------------------------------------------------
r9655 | nkoth | 2007-10-12 05:52:29 +0200 (ven, 12 oct 2007) | 2 lines

[MOD] check for feature sheet

------------------------------------------------------------------------
r9654 | nkoth | 2007-10-12 05:50:55 +0200 (ven, 12 oct 2007) | 2 lines

[MOD] add checking for feature_sheet before this is accessible

------------------------------------------------------------------------
r9653 | sylvieg | 2007-10-11 22:51:31 +0200 (jeu, 11 oct 2007) | 2 lines

smarty fix

------------------------------------------------------------------------
r9652 | sylvieg | 2007-10-11 22:49:53 +0200 (jeu, 11 oct 2007) | 2 lines

[FIX]mypage: perm checking

------------------------------------------------------------------------
r9651 | sylvieg | 2007-10-11 22:47:18 +0200 (jeu, 11 oct 2007) | 2 lines

[MOD]tracker: do not show a selector field in the form panel if you can not change it

------------------------------------------------------------------------
r9650 | sylvieg | 2007-10-11 22:36:26 +0200 (jeu, 11 oct 2007) | 2 lines

[FIX]avoid warning

------------------------------------------------------------------------
r9649 | pkdille | 2007-10-11 21:51:19 +0200 (jeu, 11 oct 2007) | 2 lines

[FIX] admin include features: add feature_edit_templates param which was missing

------------------------------------------------------------------------
r9648 | nkoth | 2007-10-11 21:46:53 +0200 (jeu, 11 oct 2007) | 2 lines

[FIX] typo/english

------------------------------------------------------------------------
r9647 | sylvieg | 2007-10-11 19:47:10 +0200 (jeu, 11 oct 2007) | 2 lines

[MOD]structure: can also set a watch from the edit_structure page

------------------------------------------------------------------------
r9646 | pkdille | 2007-10-11 16:41:31 +0200 (jeu, 11 oct 2007) | 2 lines

[MOD] quicktags: tiki_p_admin_quicktags gives perms to admin quicktags and enables the printing of the "admin quicktags" link with quicktags

------------------------------------------------------------------------
r9645 | sylvieg | 2007-10-11 15:56:38 +0200 (jeu, 11 oct 2007) | 2 lines

[FIX]mypage: admin type only for admin

------------------------------------------------------------------------
r9644 | sylvieg | 2007-10-11 15:45:07 +0200 (jeu, 11 oct 2007) | 2 lines

oops: when test code get committed

------------------------------------------------------------------------
r9643 | sylvieg | 2007-10-11 15:33:52 +0200 (jeu, 11 oct 2007) | 2 lines

[FIX]category: replace &amp; by & not to interfer with the notification mail that is text and not html

------------------------------------------------------------------------
r9642 | pkdille | 2007-10-11 15:07:49 +0200 (jeu, 11 oct 2007) | 2 lines

[MOD] update language.php files using get_strings.php script

------------------------------------------------------------------------
r9641 | mose | 2007-10-11 07:49:54 +0200 (jeu, 11 oct 2007) | 2 lines

[FIX] trackers: textzone field type is to be wikiparsed

------------------------------------------------------------------------
r9640 | nkoth | 2007-10-11 04:35:36 +0200 (jeu, 11 oct 2007) | 2 lines

[FIX] icon for topic watch should only appear in forum mode

------------------------------------------------------------------------
r9639 | nkoth | 2007-10-11 02:46:13 +0200 (jeu, 11 oct 2007) | 2 lines

[FIX] make top pages ranking consistent whether using module or wiki_rankings. Not sure what else still using get_top_pages  - it is duplicated code to the stuff in ranklib.

------------------------------------------------------------------------
r9638 | nkoth | 2007-10-11 02:18:37 +0200 (jeu, 11 oct 2007) | 2 lines

[FIX] if title is specified for module, this plugin must override the tpl_module_title (which is a new thing in 1.10)

------------------------------------------------------------------------
r9637 | sylvieg | 2007-10-10 23:27:18 +0200 (mer, 10 oct 2007) | 2 lines

simplify code as get_perm_object already does the job

------------------------------------------------------------------------
r9636 | sylvieg | 2007-10-10 23:23:52 +0200 (mer, 10 oct 2007) | 2 lines

simplify url

------------------------------------------------------------------------
r9635 | sylvieg | 2007-10-10 22:54:36 +0200 (mer, 10 oct 2007) | 2 lines

[MOD]perms: move userpage perm + wiki_creator to get_perm_object

------------------------------------------------------------------------
r9634 | sylvieg | 2007-10-10 22:27:03 +0200 (mer, 10 oct 2007) | 2 lines

[FIX]perms: integrate local/specific perms in get_perm_object

------------------------------------------------------------------------
r9633 | sylvieg | 2007-10-10 21:53:08 +0200 (mer, 10 oct 2007) | 2 lines

save some queries in get_perm_object

------------------------------------------------------------------------
r9632 | sylvieg | 2007-10-10 19:44:43 +0200 (mer, 10 oct 2007) | 2 lines

[FIX]perm: give the info about the object to get_perm_object to check special perms

------------------------------------------------------------------------
r9631 | sept_7 | 2007-10-10 17:04:38 +0200 (mer, 10 oct 2007) | 2 lines

 [FIX] rollback of my previous commit :(

------------------------------------------------------------------------
r9630 | sept_7 | 2007-10-10 16:46:38 +0200 (mer, 10 oct 2007) | 2 lines

[FIX] : better autodetection of tikiroot and tikibase

------------------------------------------------------------------------
r9629 | sylvieg | 2007-10-10 16:27:27 +0200 (mer, 10 oct 2007) | 2 lines

[FIX]tracker: cleaning on selector field: use options_array+visibility as described in doc.tw.org/2893

------------------------------------------------------------------------
r9628 | sylvieg | 2007-10-10 16:07:37 +0200 (mer, 10 oct 2007) | 2 lines

[FIX]tracker: email on user selector - must use a query because the user field is not necessarily in the list of values

------------------------------------------------------------------------
r9627 | sept_7 | 2007-10-10 15:30:52 +0200 (mer, 10 oct 2007) | 4 lines

[ENH] auto detect the tikiroot and tikipath, even if called from php script not in the Tiki root directory.

This alows to split the code in subdirs for features or extensions.

------------------------------------------------------------------------
r9626 | sylvieg | 2007-10-10 14:57:33 +0200 (mer, 10 oct 2007) | 2 lines

[FIX]tracker: also update user selector option 1 even if the field is hidden

------------------------------------------------------------------------
r9625 | pkdille | 2007-10-10 11:06:19 +0200 (mer, 10 oct 2007) | 2 lines

[MOD] forums search prefs: add, and switch to yes by default, the two prefs added yesterday on forums search

------------------------------------------------------------------------
r9624 | sylvieg | 2007-10-09 19:24:11 +0200 (mar, 09 oct 2007) | 2 lines

[FIX]tracker: see thje subscription field even if empty

------------------------------------------------------------------------
r9623 | sylvieg | 2007-10-09 17:29:00 +0200 (mar, 09 oct 2007) | 2 lines

[FIX]tracker; never use options but options_array as other params can be added later

------------------------------------------------------------------------
r9622 | pkdille | 2007-10-09 17:26:12 +0200 (mar, 09 oct 2007) | 2 lines

[MOD] + [ENH] search on forums: it is now possible to choose which search feature (on forum names or in forums content) has to be activated eather on the forum list page or on the forum page. One question remains: what's the difference between tiki-searchindex and tiki-searchresults and is it usefull to give to the admin the possibility to choose ?

------------------------------------------------------------------------
r9621 | sylvieg | 2007-10-09 16:48:17 +0200 (mar, 09 oct 2007) | 2 lines

[FIX]tracker: the user selector field can have a second option

------------------------------------------------------------------------
r9620 | sylvieg | 2007-10-09 15:02:23 +0200 (mar, 09 oct 2007) | 2 lines

[FIX]tracker: better fix-exactvalue can be array if used in trackerfilter

------------------------------------------------------------------------
r9619 | sylvieg | 2007-10-09 01:14:17 +0200 (mar, 09 oct 2007) | 2 lines

[FIX]menu: title the complete url

------------------------------------------------------------------------
r9618 | sylvieg | 2007-10-09 00:31:08 +0200 (mar, 09 oct 2007) | 2 lines

[FIX]tracker: dirty patch to fix trackerfilter on 2 category fields: exactvalue as filtervalue are an array of value associated to filterfield

------------------------------------------------------------------------
r9616 | sylvieg | 2007-10-08 21:02:44 +0200 (lun, 08 oct 2007) | 2 lines

[FIX]menu: change the uniq index to be able to have same option with different groups

------------------------------------------------------------------------
r9615 | pkdille | 2007-10-08 21:02:23 +0200 (lun, 08 oct 2007) | 2 lines

[ENH] get_strings: Modify the script in order to collect also the perms descriptions which are only in tiki.sql and in db. The script is creating a temporary file in /temp. It needs to have write permissions on this directory and to be able to access to db. This script will give the opportunity to translate the permission descs which are printed on the objectpermissions grids

------------------------------------------------------------------------
r9614 | pkdille | 2007-10-08 20:52:40 +0200 (lun, 08 oct 2007) | 2 lines

[FIX] tiki_mypage creation request. Thks jonnyb

------------------------------------------------------------------------
r9613 | sylvieg | 2007-10-08 16:48:32 +0200 (lun, 08 oct 2007) | 2 lines

rollback the ?> + available_language is not serialize

------------------------------------------------------------------------
r9612 | sylvieg | 2007-10-08 16:43:40 +0200 (lun, 08 oct 2007) | 2 lines

[FIX]setup: move the user_pref setup before langauge as language setup use user_pref

------------------------------------------------------------------------
r9611 | niclone | 2007-10-08 16:41:28 +0200 (lun, 08 oct 2007) | 2 lines

[FIX] mypage: make bigger component by default

------------------------------------------------------------------------
r9610 | sylvieg | 2007-10-08 16:40:44 +0200 (lun, 08 oct 2007) | 2 lines

notice

------------------------------------------------------------------------
r9609 | niclone | 2007-10-08 16:38:36 +0200 (lun, 08 oct 2007) | 2 lines

[FIX] mypage: force a component to not go out of the container div. Also made the configure window smaller.

------------------------------------------------------------------------
r9608 | niclone | 2007-10-08 16:32:33 +0200 (lun, 08 oct 2007) | 2 lines

[FIX] mypage: fix a bug on IE that was making selection of a template reverting all the time to "no template"

------------------------------------------------------------------------
r9607 | jyhem | 2007-10-08 15:29:25 +0200 (lun, 08 oct 2007) | 2 lines

[MOD] some more mass capitalization

------------------------------------------------------------------------
r9606 | mose | 2007-10-08 14:35:10 +0200 (lun, 08 oct 2007) | 2 lines

[FIX] newsletters: missing comma was breaking replace query

------------------------------------------------------------------------
r9605 | jyhem | 2007-10-08 14:22:00 +0200 (lun, 08 oct 2007) | 2 lines

[MOD] some more mass capitalization

------------------------------------------------------------------------
r9604 | lphuberdeau | 2007-10-07 23:42:41 +0200 (dim, 07 oct 2007) | 2 lines

[FIX] Potential security injection.

------------------------------------------------------------------------
r9603 | nyloth | 2007-10-07 22:13:29 +0200 (dim, 07 oct 2007) | 2 lines

[FIX] user prefs: woops, sorry, wrong order for query arguments

------------------------------------------------------------------------
r9602 | sylvieg | 2007-10-07 20:44:18 +0200 (dim, 07 oct 2007) | 2 lines

missing ?>

------------------------------------------------------------------------
r9601 | nyloth | 2007-10-07 18:28:23 +0200 (dim, 07 oct 2007) | 10 lines

[MOD] prefs : some cleaning / factorizing

  - set the $prefs array in order to use it in php files
  - move tiki-setup_base.php's session code in order to execute it as soon as possible and benefit from prefs already in session vars,
  - remove some useless smarty assignations and calls to tikilib's get_preference() method,
  - group some preferences queries,
  - rewrite tikilib's get_preferences() method to also handle "exact names" (not filters), in order to ask for more than one pref in one query (same as the get_user_preferences() method),
  - new tikilib method _get_values() on which is based get_preferences() and get_user_preferences(). It is used to get values from db, global vars, or defaults depending on where it finds the first value,
  - remove an debug call to print_r related to contributors

------------------------------------------------------------------------
r9600 | pkdille | 2007-10-07 17:58:09 +0200 (dim, 07 oct 2007) | 2 lines

1 typo for permission description and 1 french translation

------------------------------------------------------------------------
r9599 | nyloth | 2007-10-07 12:20:30 +0200 (dim, 07 oct 2007) | 2 lines

[ENH] freetags: no need to query the database to count freetags

------------------------------------------------------------------------
r9598 | nyloth | 2007-10-07 11:35:32 +0200 (dim, 07 oct 2007) | 2 lines

[FIX] user prefs: notice

------------------------------------------------------------------------
r9597 | nyloth | 2007-10-07 11:32:36 +0200 (dim, 07 oct 2007) | 8 lines

[MOD] user prefs: reducing db queries and overhead

  - introducing $u_prefs (stored in session vars) to access user prefs from php or smarty.

  - avoid doing db request in get_user_id when not needed

  - new Tikilib function get_user_preferences($user, $names, $defaults = false) which allow to retrieve multiple user preferences in one query only (specifying defaults or not)

------------------------------------------------------------------------
r9596 | nyloth | 2007-10-06 19:16:59 +0200 (sam, 06 oct 2007) | 8 lines

[MOD] prefs: start the use of the global $prefs array in php

- add the global variable $prefs that will contain all preferences accessible to php (in order to use a $prefs array in both php and smarty). It is defined as a reference on $_SESSION['prefs'], which is also passed by reference to smarty.

- rename existing $prefs in $_prefs

- remove two calls to get_preference() in lib/freetag/freetaglib.php (now using $prefs)

------------------------------------------------------------------------
r9595 | nyloth | 2007-10-06 17:18:48 +0200 (sam, 06 oct 2007) | 13 lines

[MOD] tiki-setup: reorganize and divide tiki-setup in multiple smaller pieces

Tiki-setup.php is now requiring code only when needed in files placed in lib/setup (as done before with lib/setup/prefs.php). This is mainly done to have an easier to understand what is done in tiki-setup and to group parts of code that are related (instead of mixing everything). This should also reduce a bit the overhead, since files in lib/setup are mostly required if the features using them are activated.

This commit also includes some tiny changes :
  * change byref_set_value() to use simple_set_value(), because both use refs now,
  * auto-detect prefs that needs to be serialized/unserialized based on default values (should avoid missing prefs and should be more transparent for developpers), because it's done at another level (in tikilib and in lib/setup/prefs) => so, don't use serialized values in lib/setup/prefs.php
  * small typo in headerlib (matatags -> metatags)
  * remove some optional php closing tags to reduce risks (e.g. headers sent too early due to carriage return after the closing tag)
  * remove some unuseful smarty assignations and calls to get_preference()
  * don't use $prefs. prefix for 'title' (for the moment it's also assigned as $title)
  * assign headerlib in lib/headerlib.php, as it's done for others libs

------------------------------------------------------------------------
r9594 | pkdille | 2007-10-06 17:02:54 +0200 (sam, 06 oct 2007) | 2 lines

[ENH] quicktags: category filter for the quicktag admin grid

------------------------------------------------------------------------
r9593 | pkdille | 2007-10-06 15:39:16 +0200 (sam, 06 oct 2007) | 2 lines

[FIX] quicktags: bad request in some case

------------------------------------------------------------------------
r9592 | pkdille | 2007-10-06 14:57:01 +0200 (sam, 06 oct 2007) | 2 lines

[FIX] quicktags: bad delete request

------------------------------------------------------------------------
r9591 | pkdille | 2007-10-06 11:50:05 +0200 (sam, 06 oct 2007) | 2 lines

[ENH] quicktags administration: create a "tiki_p_admin_quicktags" perm that will allow to give the ability to manage quicktags without having tiki-p-admin perm

------------------------------------------------------------------------
r9590 | pkdille | 2007-10-06 11:04:38 +0200 (sam, 06 oct 2007) | 2 lines

[FIX] menu admin: fix the find form which was malformed and due to this did not work with IE

------------------------------------------------------------------------
r9589 | jyhem | 2007-10-05 22:21:24 +0200 (ven, 05 oct 2007) | 2 lines

[ENH] Now we can include wikitext in templates

------------------------------------------------------------------------
r9588 | sylvieg | 2007-10-05 20:04:33 +0200 (ven, 05 oct 2007) | 2 lines

[FIX]tracker plugin: to have the diff of categories in the mail

------------------------------------------------------------------------
r9587 | sylvieg | 2007-10-05 19:33:37 +0200 (ven, 05 oct 2007) | 2 lines

typo

------------------------------------------------------------------------
r9586 | sylvieg | 2007-10-05 19:11:24 +0200 (ven, 05 oct 2007) | 2 lines

[FIX]language: serialize/unserialize avaialble language just when save in the database

------------------------------------------------------------------------
r9585 | sylvieg | 2007-10-05 18:57:12 +0200 (ven, 05 oct 2007) | 2 lines

[FIX]language: serialize/unserialize avaialble language just when save in the database

------------------------------------------------------------------------
r9584 | nyloth | 2007-10-05 18:06:13 +0200 (ven, 05 oct 2007) | 2 lines

[FIX] login_is_email: when using email as login, modifying the user login should imply modifying it's email with the same value.

------------------------------------------------------------------------
r9583 | sylvieg | 2007-10-05 17:40:00 +0200 (ven, 05 oct 2007) | 2 lines

[FIX]strcuture: stay in structure page view mode if already in this mode

------------------------------------------------------------------------
r9582 | sylvieg | 2007-10-05 17:14:34 +0200 (ven, 05 oct 2007) | 2 lines

[FIX]structure: the structure info was missing in toc for level > 1

------------------------------------------------------------------------
r9581 | sylvieg | 2007-10-05 16:12:17 +0200 (ven, 05 oct 2007) | 2 lines

[MOD]perm tiki_p_watch_structure as it creates an overhead of queries

------------------------------------------------------------------------
r9580 | pkdille | 2007-10-05 16:04:20 +0200 (ven, 05 oct 2007) | 2 lines

[FIX] admin features: Help system can again be enabled/disabled

------------------------------------------------------------------------
r9579 | sept_7 | 2007-10-05 15:54:58 +0200 (ven, 05 oct 2007) | 2 lines

[FIX] use $this instead of $tikilib which is not defined here

------------------------------------------------------------------------
r9578 | sept_7 | 2007-10-05 15:32:29 +0200 (ven, 05 oct 2007) | 2 lines

[FIX] Fix the test for reloading the prefs from the db, reported by Silvieg aka Hawk eye :D

------------------------------------------------------------------------
r9577 | sept_7 | 2007-10-05 15:26:19 +0200 (ven, 05 oct 2007) | 2 lines

[FIX] optimse the fix to reload the prefs when they have changed in the db

------------------------------------------------------------------------
r9576 | sept_7 | 2007-10-05 15:19:11 +0200 (ven, 05 oct 2007) | 2 lines

[ENH] : optimise the fix to reload the prefs when they change in the db

------------------------------------------------------------------------
r9575 | sylvieg | 2007-10-05 15:00:36 +0200 (ven, 05 oct 2007) | 2 lines

[FIX]firt attempt to fix the SESSION update

------------------------------------------------------------------------
r9574 | nyloth | 2007-10-05 00:17:51 +0200 (ven, 05 oct 2007) | 12 lines

[ENH] prefs: Manage preferences in an array stored in session

The impact is :
  * accelerate each page load when using sessions (prefs are not set again and again + no need to ask again for prefs in database)
  * reduce memory used by tikiwiki (the prefs array is assigned to smarty as a reference and not a copy)
  * get rid of two useless "foreach" on prefs (default values are directly defined in prefs array and are overrided by values from database)
  * reduce the risk of accidentally overrided var in smarty

Be warned that :
  * now, preferences need to be called through the $prefs smarty variable (e.g. $prefs.feature_wiki)
  * prefs are not anymore in tiki-setup.php, but in a specific file in lib/setup/prefs.php (this is the first commit of tiki-setup.php cleaning).

------------------------------------------------------------------------
r9573 | sylvieg | 2007-10-04 23:21:12 +0200 (jeu, 04 oct 2007) | 2 lines

[FIX]structure: permission must also be checked on the first node of the structure + avaid notice

------------------------------------------------------------------------
r9572 | sylvieg | 2007-10-04 22:52:48 +0200 (jeu, 04 oct 2007) | 2 lines

notice

------------------------------------------------------------------------
r9571 | sylvieg | 2007-10-04 19:57:18 +0200 (jeu, 04 oct 2007) | 2 lines

[MOD]structures: watch if a page in a sub-structure changes (watch button is in the structure view mode of a page

------------------------------------------------------------------------
r9570 | sylvieg | 2007-10-04 14:45:50 +0200 (jeu, 04 oct 2007) | 2 lines

[FIX]categ: display all the categories(after >>>) where the current category belongs to

------------------------------------------------------------------------
r9569 | sept_7 | 2007-10-04 10:52:52 +0200 (jeu, 04 oct 2007) | 2 lines

[FIX] : don't go out if no language are specified...

------------------------------------------------------------------------
r9568 | pkdille | 2007-10-03 23:26:45 +0200 (mer, 03 oct 2007) | 2 lines

[MOD] view forum thread: add an id to this bottom table (which presents "shows posts" and "jump to forum" dropdowns) in order to be able to give it a style

------------------------------------------------------------------------
r9567 | sylvieg | 2007-10-03 23:17:15 +0200 (mer, 03 oct 2007) | 2 lines

notice

------------------------------------------------------------------------
r9566 | sylvieg | 2007-10-03 22:43:55 +0200 (mer, 03 oct 2007) | 2 lines

notice

------------------------------------------------------------------------
r9565 | sylvieg | 2007-10-03 20:08:38 +0200 (mer, 03 oct 2007) | 2 lines

oops

------------------------------------------------------------------------
r9564 | sylvieg | 2007-10-03 19:24:48 +0200 (mer, 03 oct 2007) | 2 lines

[FIX]tracker: replace the sql code to a call to replace_item for the subscription field to have the notification working

------------------------------------------------------------------------
r9563 | sylvieg | 2007-10-03 19:14:17 +0200 (mer, 03 oct 2007) | 2 lines

[FIX] a lost character

------------------------------------------------------------------------
r9562 | sylvieg | 2007-10-03 19:11:27 +0200 (mer, 03 oct 2007) | 2 lines

[FIX]notif: numrows can not be nul

------------------------------------------------------------------------
r9561 | nyloth | 2007-10-03 16:55:46 +0200 (mer, 03 oct 2007) | 2 lines

[ENH] tikilib: no need to ask smarty for vars values in php, since they can be quickly retrieved as global vars.

------------------------------------------------------------------------
r9560 | sylvieg | 2007-10-03 16:13:45 +0200 (mer, 03 oct 2007) | 2 lines

[MOD]tracker: give the possibility to an item list tracker field to look over as many trackers it needs - cumulative join (see doc.tw.org for doc)

------------------------------------------------------------------------
r9559 | sept_7 | 2007-10-03 14:37:03 +0200 (mer, 03 oct 2007) | 2 lines

[MOD] allow a language to be specified in {tr lang=XX}

------------------------------------------------------------------------
r9558 | sept_7 | 2007-10-03 14:01:15 +0200 (mer, 03 oct 2007) | 3 lines

[FIX] fix tra() function when passing a language parameter
  Now you can safely change the language you want your text translated in.

------------------------------------------------------------------------
r9557 | nkoth | 2007-10-02 20:14:38 +0200 (mar, 02 oct 2007) | 2 lines

[MOD] setup OpenID authentication option

------------------------------------------------------------------------
r9556 | sylvieg | 2007-10-02 19:27:07 +0200 (mar, 02 oct 2007) | 2 lines

[MOD]send structures by xmlrpc

------------------------------------------------------------------------
r9555 | sylvieg | 2007-10-02 18:15:22 +0200 (mar, 02 oct 2007) | 2 lines

[FIX]tell a friend: ignore space

------------------------------------------------------------------------
r9554 | sylvieg | 2007-10-02 18:06:12 +0200 (mar, 02 oct 2007) | 2 lines

[FIX]better fix use the pref

------------------------------------------------------------------------
r9553 | sylvieg | 2007-10-02 18:02:00 +0200 (mar, 02 oct 2007) | 2 lines

[FIX]check email: do not use the server - as it always never works - just the syntax

------------------------------------------------------------------------
r9552 | niclone | 2007-10-02 17:33:39 +0200 (mar, 02 oct 2007) | 2 lines

[FIX] mypage: don't commit directly when clonning. + small fix on error checking somewhere

------------------------------------------------------------------------
r9550 | niclone | 2007-10-02 13:09:47 +0200 (mar, 02 oct 2007) | 2 lines

[FIX] mypage: null error handling

------------------------------------------------------------------------
r9549 | sylvieg | 2007-10-02 13:04:56 +0200 (mar, 02 oct 2007) | 2 lines

[MOD]tracker: error message if fieldId is incorrect

------------------------------------------------------------------------
r9548 | sylvieg | 2007-10-01 17:30:45 +0200 (lun, 01 oct 2007) | 2 lines

[MOD]notif: can change the maxrows locally

------------------------------------------------------------------------
r9547 | niclone | 2007-10-01 11:55:44 +0200 (lun, 01 oct 2007) | 2 lines

[FIX] mypage: add param checking

------------------------------------------------------------------------
r9546 | niclone | 2007-10-01 10:55:06 +0200 (lun, 01 oct 2007) | 2 lines

[FIX] mypage: don't allow others user than owner and admins to see the mypage in edit mode

------------------------------------------------------------------------
r9545 | niclone | 2007-10-01 09:54:43 +0200 (lun, 01 oct 2007) | 2 lines

[FIX] mypage/mypages: show a "not logged" message to anonymous who want to list mypages

------------------------------------------------------------------------
r9544 | niclone | 2007-10-01 09:24:53 +0200 (lun, 01 oct 2007) | 2 lines

[FIX] categories: include categlib when needed

------------------------------------------------------------------------
r9543 | lphuberdeau | 2007-09-30 19:42:03 +0200 (dim, 30 sep 2007) | 2 lines

Adding support for hooks during data rendering.

------------------------------------------------------------------------
r9542 | mose | 2007-09-30 12:11:52 +0200 (dim, 30 sep 2007) | 2 lines

[MOD] send structures by xmlrpc, unfinished work, do not use until fully coded

------------------------------------------------------------------------
r9541 | pkdille | 2007-09-30 09:23:12 +0200 (dim, 30 sep 2007) | 2 lines

[FIX] page bar: strip some parts of the template in order to clean the html and have every where the same spaces between buttons (in some cases when a tag has its attributes seperated with new line characters, the style is not correctly applicated)

------------------------------------------------------------------------
r9540 | sylvieg | 2007-09-29 00:21:32 +0200 (sam, 29 sep 2007) | 2 lines

english

------------------------------------------------------------------------
r9539 | sylvieg | 2007-09-28 20:12:00 +0200 (ven, 28 sep 2007) | 2 lines

[MOD]tracker: tracker plugin additional param  to set up default value via the plugin call or via REQUEST

------------------------------------------------------------------------
r9538 | sylvieg | 2007-09-28 17:33:27 +0200 (ven, 28 sep 2007) | 2 lines

[FIX]outbound forum: the mime lib was only doing one conversion - can be as many iso-8858-1?Q... you want in a subject

------------------------------------------------------------------------
r9537 | sylvieg | 2007-09-28 17:20:30 +0200 (ven, 28 sep 2007) | 2 lines

[FIX]outbound forum: do not need to utf8 the title already done in mime:decode + repalce html entities when receiving only a message with an html part

------------------------------------------------------------------------
r9536 | tombombadilom | 2007-09-28 14:17:53 +0200 (ven, 28 sep 2007) | 2 lines

[FIX] fixed section mypage

------------------------------------------------------------------------
r9535 | sylvieg | 2007-09-27 19:02:45 +0200 (jeu, 27 sep 2007) | 2 lines

[FIX]comment: must urlencode the page if the name has special character

------------------------------------------------------------------------
r9534 | nkoth | 2007-09-27 16:15:27 +0200 (jeu, 27 sep 2007) | 2 lines

[FIX] when poll is removed, link of poll to object should also be removed

------------------------------------------------------------------------
r9533 | niclone | 2007-09-27 15:36:43 +0200 (jeu, 27 sep 2007) | 2 lines

[FIX] mypage: allow better error handling in custom error template

------------------------------------------------------------------------
r9532 | niclone | 2007-09-27 15:27:25 +0200 (jeu, 27 sep 2007) | 2 lines

[FIX] mypage: better error handling by implementing an error object

------------------------------------------------------------------------
r9531 | niclone | 2007-09-27 13:50:46 +0200 (jeu, 27 sep 2007) | 2 lines

[FIX] mypage: show a tiki error instead of a simple die()

------------------------------------------------------------------------
r9530 | sylvieg | 2007-09-27 07:32:51 +0200 (jeu, 27 sep 2007) | 2 lines

some

------------------------------------------------------------------------
r9529 | tombombadilom | 2007-09-26 22:27:53 +0200 (mer, 26 sep 2007) | 2 lines

[FIX]export lang: antishash " and $ to produce correct php + can import export even if lang is not in db to be able to prepare

------------------------------------------------------------------------
r9528 | sylvieg | 2007-09-26 19:17:15 +0200 (mer, 26 sep 2007) | 2 lines

some

------------------------------------------------------------------------
r9527 | sylvieg | 2007-09-26 15:54:58 +0200 (mer, 26 sep 2007) | 2 lines

[FIX]tracker: tracker plugin with radio categories

------------------------------------------------------------------------
r9526 | jyhem | 2007-09-26 15:38:44 +0200 (mer, 26 sep 2007) | 2 lines

[MOD] some more mass capitalization

------------------------------------------------------------------------
r9525 | sylvieg | 2007-09-26 14:50:34 +0200 (mer, 26 sep 2007) | 2 lines

[FIX]calendar: to be able at least to add a new event in any calendar: ergonomy is still a perfect mess

------------------------------------------------------------------------
r9524 | niclone | 2007-09-26 13:14:36 +0200 (mer, 26 sep 2007) | 2 lines

[FIX] banners: remove banner file from cache when updating

------------------------------------------------------------------------
r9523 | mose | 2007-09-26 01:45:51 +0200 (mer, 26 sep 2007) | 2 lines

[FIX] newsletters: made newsletter also go to people that do not have tiki account (bad bug), and added a way to include a newsletter in another

------------------------------------------------------------------------
r9522 | mose | 2007-09-26 01:43:21 +0200 (mer, 26 sep 2007) | 2 lines

[NEW] levels concept for menus (extendable in tpls)

------------------------------------------------------------------------
r9521 | mose | 2007-09-26 00:49:05 +0200 (mer, 26 sep 2007) | 2 lines

[NEW] levels concept for menus (extendable in tpls)

------------------------------------------------------------------------
r9520 | sylvieg | 2007-09-25 23:46:05 +0200 (mar, 25 sep 2007) | 2 lines

[FIX]tracker: fix the category watch for tracker

------------------------------------------------------------------------
r9519 | sylvieg | 2007-09-25 20:22:14 +0200 (mar, 25 sep 2007) | 2 lines

oops trace

------------------------------------------------------------------------
r9518 | sylvieg | 2007-09-25 18:16:50 +0200 (mar, 25 sep 2007) | 2 lines

[FIX]tracker plugin: translate the country

------------------------------------------------------------------------
r9517 | sylvieg | 2007-09-25 18:07:23 +0200 (mar, 25 sep 2007) | 2 lines

oops : better fix to preserve the selected

------------------------------------------------------------------------
r9516 | sylvieg | 2007-09-25 18:00:22 +0200 (mar, 25 sep 2007) | 2 lines

[FIX]tracker plugin: translate the option of a dropdown field

------------------------------------------------------------------------
r9515 | niclone | 2007-09-25 17:35:19 +0200 (mar, 25 sep 2007) | 2 lines

[FIX] mypage/mypages: when choosing template, live update the input fields with values from template

------------------------------------------------------------------------
r9514 | sylvieg | 2007-09-25 17:19:47 +0200 (mar, 25 sep 2007) | 2 lines

[FIX]tracker: to have the yes/no of a checkbox field translated

------------------------------------------------------------------------
r9513 | sylvieg | 2007-09-25 14:56:47 +0200 (mar, 25 sep 2007) | 2 lines

[FIX]list_users: was broken if feature_friends off

------------------------------------------------------------------------
r9512 | mose | 2007-09-25 04:12:50 +0200 (mar, 25 sep 2007) | 2 lines

[MOD] newsletter: adding a way to include newsletter in another (sql part)

------------------------------------------------------------------------
r9511 | jyhem | 2007-09-24 17:02:13 +0200 (lun, 24 sep 2007) | 2 lines

[FIX] an accented char failed to be auto-capitalized

------------------------------------------------------------------------
r9510 | nyloth | 2007-09-24 14:29:58 +0200 (lun, 24 sep 2007) | 2 lines

[FIX] html entities parsing in wiki: take care of uppercase accented chars (add the ignore case modifier to the regexp).

------------------------------------------------------------------------
r9509 | niclone | 2007-09-23 21:42:55 +0200 (dim, 23 sep 2007) | 2 lines

[FIX] mypage: don't allow anonymous to create mypage

------------------------------------------------------------------------
r9508 | jyhem | 2007-09-23 20:15:38 +0200 (dim, 23 sep 2007) | 2 lines

[FIX] Modifications to tiki.sql were not reported in files used for fresh installs

------------------------------------------------------------------------
r9507 | fr_rodo | 2007-09-23 17:45:35 +0200 (dim, 23 sep 2007) | 2 lines

[ENH] better look with icons

------------------------------------------------------------------------
r9506 | jyhem | 2007-09-23 16:51:41 +0200 (dim, 23 sep 2007) | 2 lines

[FIX] extraneous table cell removed

------------------------------------------------------------------------
r9505 | niclone | 2007-09-23 15:22:56 +0200 (dim, 23 sep 2007) | 2 lines

[FIX] mypage: modified the way that windoo are created. + remove the already added component from the sidebar

------------------------------------------------------------------------
r9504 | pkdille | 2007-09-23 09:57:19 +0200 (dim, 23 sep 2007) | 2 lines

[MOD] some french translations on admin screens

------------------------------------------------------------------------
r9503 | pkdille | 2007-09-23 09:55:22 +0200 (dim, 23 sep 2007) | 2 lines

[FIX] login admin screen: translate some text which was not

------------------------------------------------------------------------
r9502 | pkdille | 2007-09-23 09:53:22 +0200 (dim, 23 sep 2007) | 2 lines

[FIX] admin freetags: translate some text which was not and fix the 3d morcego admin form (the form did not work)

------------------------------------------------------------------------
r9501 | pkdille | 2007-09-22 23:16:48 +0200 (sam, 22 sep 2007) | 2 lines

[FIX] menu: search stats item should not appear if feature is deactivated

------------------------------------------------------------------------
r9500 | pkdille | 2007-09-22 18:49:41 +0200 (sam, 22 sep 2007) | 2 lines

[MOD] translate: some french translations

------------------------------------------------------------------------
r9499 | pkdille | 2007-09-22 18:07:45 +0200 (sam, 22 sep 2007) | 2 lines

[FIX] wiki help: add translation tag on a line and french version to

------------------------------------------------------------------------
r9498 | pkdille | 2007-09-22 17:41:52 +0200 (sam, 22 sep 2007) | 2 lines

[MOD] tiki-editpage: Changes in order to have constant spacing between the bottom action buttons. Deleting from some nbsp's to give to stylesheets the "layout authority"

------------------------------------------------------------------------
r9497 | niclone | 2007-09-22 15:49:11 +0200 (sam, 22 sep 2007) | 2 lines

[FIX] mypage: add configure icon in mypage css style of windoo

------------------------------------------------------------------------
r9496 | niclone | 2007-09-22 15:47:28 +0200 (sam, 22 sep 2007) | 2 lines

[FIX] mypage: allow custom ajax function for type

------------------------------------------------------------------------
r9495 | niclone | 2007-09-22 15:45:47 +0200 (sam, 22 sep 2007) | 4 lines

[FIX] mypage: correct a bug on mypage cloning.
[FIX] mypage: move component configure to an icon on the top left of the windoos. Do not ask for title by default.
[FIX] mypage: added some js functions that can help hide/close/destroy of every windoos at the same time

------------------------------------------------------------------------
r9494 | pkdille | 2007-09-22 10:10:34 +0200 (sam, 22 sep 2007) | 2 lines

[MOD] some french translations on wiki help screen

------------------------------------------------------------------------
r9493 | pkdille | 2007-09-22 10:06:20 +0200 (sam, 22 sep 2007) | 2 lines

[MOD] tiki-editpage: harmonize the fields width

------------------------------------------------------------------------
r9492 | pkdille | 2007-09-22 10:00:42 +0200 (sam, 22 sep 2007) | 2 lines

[FIX] wiki help: translate a line which was not

------------------------------------------------------------------------
r9491 | sylvieg | 2007-09-21 23:28:40 +0200 (ven, 21 sep 2007) | 2 lines

[FIX]notification: rollback 1.4

------------------------------------------------------------------------
r9490 | sylvieg | 2007-09-21 22:00:29 +0200 (ven, 21 sep 2007) | 2 lines

[FIX]outbound forum: body of html message without txt alternative were lost + body of html messages with attachment was lost in some case

------------------------------------------------------------------------
r9489 | niclone | 2007-09-21 19:01:13 +0200 (ven, 21 sep 2007) | 3 lines

[FIX] mypage/mypages: correct a bug that was showing an empty templates menu on IE.
[FIX] mypage/mypages: add confirm dialog when deleting a mypage

------------------------------------------------------------------------
r9488 | sylvieg | 2007-09-21 18:12:56 +0200 (ven, 21 sep 2007) | 2 lines

[MOD]fgal: as tracker give option to see the fgal and not the list when saving a new fgal

------------------------------------------------------------------------
r9487 | niclone | 2007-09-21 18:06:39 +0200 (ven, 21 sep 2007) | 2 lines

[FIX] mootools/windoo: correct a bug that was giving to focus on windoo that had already focus, making borders effects like too many event sent. this also correct a bug on <select> elements in windoo that was selecting the bad element some times.

------------------------------------------------------------------------
r9486 | sept_7 | 2007-09-21 10:11:38 +0200 (ven, 21 sep 2007) | 2 lines

[FIX] : grammar error :(

------------------------------------------------------------------------
r9485 | sylvieg | 2007-09-20 22:03:51 +0200 (jeu, 20 sep 2007) | 2 lines

[MOD]fgal: move also all the upload confirmation message before the form

------------------------------------------------------------------------
r9484 | sylvieg | 2007-09-20 19:23:48 +0200 (jeu, 20 sep 2007) | 2 lines

[FIX]fgal: give an error message if the file is empty

------------------------------------------------------------------------
r9483 | sylvieg | 2007-09-20 19:21:44 +0200 (jeu, 20 sep 2007) | 2 lines

[FIX]fgal: move upload errors display at the top to be sure people notice them

------------------------------------------------------------------------
r9482 | sylvieg | 2007-09-20 18:42:07 +0200 (jeu, 20 sep 2007) | 2 lines

[MOD]fgal: set max_execution_time to infinite if the system allows it

------------------------------------------------------------------------
r9481 | sylvieg | 2007-09-20 13:02:44 +0200 (jeu, 20 sep 2007) | 2 lines

oops

------------------------------------------------------------------------
r9480 | sylvieg | 2007-09-19 20:11:13 +0200 (mer, 19 sep 2007) | 2 lines

[FIX]tracker: if the date in the tracker plugin is not selected, set to now

------------------------------------------------------------------------
r9479 | sylvieg | 2007-09-19 17:28:22 +0200 (mer, 19 sep 2007) | 2 lines

[FIX]tracker plugin: do not forget the selected value if error

------------------------------------------------------------------------
r9478 | sylvieg | 2007-09-19 12:53:48 +0200 (mer, 19 sep 2007) | 2 lines

[FIX]fgal: can move a file from the second page

------------------------------------------------------------------------
r9477 | sylvieg | 2007-09-18 23:54:06 +0200 (mar, 18 sep 2007) | 2 lines

manual merge

------------------------------------------------------------------------
r9476 | sylvieg | 2007-09-18 23:47:00 +0200 (mar, 18 sep 2007) | 2 lines

[MOD]tracker: option in date&time tracker field and jscalendar trackerfield to display only the date + option date&time first and last year

------------------------------------------------------------------------
r9475 | sylvieg | 2007-09-18 22:34:15 +0200 (mar, 18 sep 2007) | 2 lines

[FIX]tracker: field date&time and jscalendar can be used in tracker plugin

------------------------------------------------------------------------
r9474 | sylvieg | 2007-09-18 18:10:44 +0200 (mar, 18 sep 2007) | 2 lines

[MOD]forums: module forums_last_topics additional param forumId=ID or ID1:ID2:ID3

------------------------------------------------------------------------
r9473 | niclone | 2007-09-18 18:06:32 +0200 (mar, 18 sep 2007) | 2 lines

[FIX] mypage: some disabled code (...) that disable fading when opening windoos

------------------------------------------------------------------------
r9472 | niclone | 2007-09-18 17:35:10 +0200 (mar, 18 sep 2007) | 2 lines

[FIX] mypage/mypage: css live change was not working on IE

------------------------------------------------------------------------
r9471 | niclone | 2007-09-18 17:33:34 +0200 (mar, 18 sep 2007) | 2 lines

[FIX] mypage/mypages: correct a bug that was making button "create" not working anymore if a previous try was canceled. Also made the dialog smaller

------------------------------------------------------------------------
r9470 | sylvieg | 2007-09-17 21:59:16 +0200 (lun, 17 sep 2007) | 2 lines

[FIX]tracker: empty entry in country in tracker plugin

------------------------------------------------------------------------
r9469 | sampaioprimo | 2007-09-17 20:12:08 +0200 (lun, 17 sep 2007) | 2 lines

[FIX] just fixed the link to the file

------------------------------------------------------------------------
r9468 | sylvieg | 2007-09-17 19:10:08 +0200 (lun, 17 sep 2007) | 2 lines

notice

------------------------------------------------------------------------
r9467 | sylvieg | 2007-09-17 00:10:42 +0200 (lun, 17 sep 2007) | 2 lines

[MOD]tracker: allow tracker plugin to define default value (by entering an array of value) - for now limited to direct value + works only by direct call

------------------------------------------------------------------------
r9466 | sylvieg | 2007-09-17 00:07:22 +0200 (lun, 17 sep 2007) | 2 lines

[MOD]move get_flags to tikilib to avoid code duplication

------------------------------------------------------------------------
r9465 | niclone | 2007-09-16 17:57:30 +0200 (dim, 16 sep 2007) | 2 lines

[FIX] mypage/windoo: update css of windoo for mypage

------------------------------------------------------------------------
r9464 | niclone | 2007-09-16 17:26:53 +0200 (dim, 16 sep 2007) | 2 lines

[FIX] mypage: windoo transparence support + remove some unuesefull js code when in viewing mode

------------------------------------------------------------------------
r9463 | frank_p | 2007-09-15 22:30:34 +0200 (sam, 15 sep 2007) | 2 lines

[FIX] td-Tag

------------------------------------------------------------------------
r9462 | lphuberdeau | 2007-09-15 19:33:15 +0200 (sam, 15 sep 2007) | 2 lines

Incorporating change from 1.9 to 1.10

------------------------------------------------------------------------
r9461 | tombombadilom | 2007-09-15 19:14:07 +0200 (sam, 15 sep 2007) | 2 lines

[FIX] added section mytiki and corrected wrong div

------------------------------------------------------------------------
r9460 | tombombadilom | 2007-09-15 10:58:07 +0200 (sam, 15 sep 2007) | 2 lines

[Fix] added secure banner flash management with and without swffix management

------------------------------------------------------------------------
r9459 | niclone | 2007-09-15 05:19:14 +0200 (sam, 15 sep 2007) | 2 lines

[FIX] mypage: define the now commons border with of the mypage and mypage_view theme

------------------------------------------------------------------------
r9458 | niclone | 2007-09-15 05:16:55 +0200 (sam, 15 sep 2007) | 2 lines

[FIX] mypage: include the aero css

------------------------------------------------------------------------
r9457 | niclone | 2007-09-15 05:15:48 +0200 (sam, 15 sep 2007) | 2 lines

[FIX] mypage: fix some css bug of color/image background changing + use aero window theme for dialogs

------------------------------------------------------------------------
r9456 | niclone | 2007-09-15 05:13:14 +0200 (sam, 15 sep 2007) | 2 lines

[FIX] mypage: also no transparence by default on windows in view mode

------------------------------------------------------------------------
r9455 | niclone | 2007-09-15 05:12:35 +0200 (sam, 15 sep 2007) | 2 lines

[FIX] mypage: no transparence by default on windows

------------------------------------------------------------------------
r9454 | niclone | 2007-09-15 03:07:31 +0200 (sam, 15 sep 2007) | 2 lines

[FIX] headerlib: bug in add_css

------------------------------------------------------------------------
r9453 | niclone | 2007-09-15 02:18:27 +0200 (sam, 15 sep 2007) | 2 lines

[FIX] mypage: add windoo mypage_view theme for "view" mode

------------------------------------------------------------------------
r9452 | niclone | 2007-09-15 02:04:36 +0200 (sam, 15 sep 2007) | 2 lines

[FIX] mypage: correct a bug in view mode introduced by the image background choosing

------------------------------------------------------------------------
r9451 | niclone | 2007-09-15 01:42:20 +0200 (sam, 15 sep 2007) | 2 lines

[FIX] mypage: also set mypage theme for mypages listing

------------------------------------------------------------------------
r9450 | niclone | 2007-09-15 01:35:22 +0200 (sam, 15 sep 2007) | 2 lines

[FIX] mypage: make mypage windoo theme default for mypage

------------------------------------------------------------------------
r9449 | niclone | 2007-09-15 01:11:58 +0200 (sam, 15 sep 2007) | 2 lines

[FIX] mootools/windoo: added a theme with smaller borders (based on theme.aero)

------------------------------------------------------------------------
r9448 | niclone | 2007-09-15 01:07:36 +0200 (sam, 15 sep 2007) | 2 lines

[FIX] mootools: give somes arguments to the compactor script

------------------------------------------------------------------------
r9447 | sylvieg | 2007-09-15 00:18:44 +0200 (sam, 15 sep 2007) | 2 lines

[MOD]killing the <br><br> for a div navbar

------------------------------------------------------------------------
r9446 | frank_p | 2007-09-14 23:09:09 +0200 (ven, 14 sep 2007) | 2 lines

[FIX] if for iconbar, mootools

------------------------------------------------------------------------
r9445 | frank_p | 2007-09-14 23:07:37 +0200 (ven, 14 sep 2007) | 2 lines

[FIX] title by Multimedia

------------------------------------------------------------------------
r9444 | niclone | 2007-09-14 22:55:24 +0200 (ven, 14 sep 2007) | 2 lines

[FIX] mypage: small bug that was making window title color pref not saving

------------------------------------------------------------------------
r9443 | niclone | 2007-09-14 22:44:26 +0200 (ven, 14 sep 2007) | 2 lines

[FIX] mootools: update the compacted js

------------------------------------------------------------------------
r9442 | niclone | 2007-09-14 22:42:58 +0200 (ven, 14 sep 2007) | 2 lines

[FIX] mootools: send drag event on Drag.Move class

------------------------------------------------------------------------
r9441 | niclone | 2007-09-14 22:28:20 +0200 (ven, 14 sep 2007) | 2 lines

[FIX] mypage: bug that was making color choosing crasy

------------------------------------------------------------------------
r9440 | niclone | 2007-09-14 21:53:06 +0200 (ven, 14 sep 2007) | 2 lines

[FIX] mypage: added support for background images

------------------------------------------------------------------------
r9439 | sylvieg | 2007-09-14 17:59:00 +0200 (ven, 14 sep 2007) | 2 lines

oops

------------------------------------------------------------------------
r9438 | sylvieg | 2007-09-14 14:05:47 +0200 (ven, 14 sep 2007) | 2 lines

[MOD]feature_swffix

------------------------------------------------------------------------
r9437 | jyhem | 2007-09-13 19:07:47 +0200 (jeu, 13 sep 2007) | 2 lines

[FIX] rollback of some non-mass capitalisation stuff not for committing

------------------------------------------------------------------------
r9436 | jyhem | 2007-09-13 18:58:48 +0200 (jeu, 13 sep 2007) | 2 lines

[MOD] some more mass capitalization

------------------------------------------------------------------------
r9435 | jyhem | 2007-09-13 17:37:05 +0200 (jeu, 13 sep 2007) | 2 lines

[MOD] some more mass capitalization

------------------------------------------------------------------------
r9434 | sylvieg | 2007-09-13 17:21:28 +0200 (jeu, 13 sep 2007) | 2 lines

oops trace

------------------------------------------------------------------------
r9433 | tombombadilom | 2007-09-13 17:04:26 +0200 (jeu, 13 sep 2007) | 3 lines

[lib] added swffix v0.3 to dynamicly embed flash file with javascript.
To use it put <script type="text/javascript" src="lib/swffix/swffix.js"></script> in your header and then <div id="yourid"/> <script type="text/javascript">SWFFix.embedSWF("your swf file","yourid","width","height","flash version"); </script> will return the embeded flash

------------------------------------------------------------------------
r9432 | sylvieg | 2007-09-13 16:53:48 +0200 (jeu, 13 sep 2007) | 2 lines

[MOD]fgal: last files modules can accept multiple galleryId

------------------------------------------------------------------------
r9431 | jyhem | 2007-09-13 15:46:59 +0200 (jeu, 13 sep 2007) | 2 lines

[MOD] 'cancel' mass capitalization

------------------------------------------------------------------------
r9430 | jyhem | 2007-09-13 15:16:41 +0200 (jeu, 13 sep 2007) | 2 lines

[MOD] rest of 'use' mass capitalization in forum display

------------------------------------------------------------------------
r9429 | jyhem | 2007-09-13 15:13:15 +0200 (jeu, 13 sep 2007) | 2 lines

[MOD] rest of 'use' mass capitalization in forum admin

------------------------------------------------------------------------
r9428 | sylvieg | 2007-09-12 17:34:55 +0200 (mer, 12 sep 2007) | 2 lines

[FIX]tracker: a computed field can use another computed field

------------------------------------------------------------------------
r9427 | sylvieg | 2007-09-12 16:44:50 +0200 (mer, 12 sep 2007) | 2 lines

[FIX]tracker: a computed field can use a item lists field returning only one numeric value

------------------------------------------------------------------------
r9426 | pkdille | 2007-09-12 14:01:50 +0200 (mer, 12 sep 2007) | 2 lines

[FIX] If the closing tag </a> is on an other line than the label, the style is not applying in the right way (space between the buttons is not ok in this case)

------------------------------------------------------------------------
r9425 | sylvieg | 2007-09-12 12:12:34 +0200 (mer, 12 sep 2007) | 2 lines

[MOD]mypage: partial implementation of feature_mypage_category_mandatory

------------------------------------------------------------------------
r9424 | niclone | 2007-09-12 04:41:51 +0200 (mer, 12 sep 2007) | 2 lines

[FIX] mypage: updated css

------------------------------------------------------------------------
r9423 | niclone | 2007-09-12 04:11:43 +0200 (mer, 12 sep 2007) | 2 lines

[FIX] mypage: be more cool if component is not configurable

------------------------------------------------------------------------
r9422 | niclone | 2007-09-12 04:05:34 +0200 (mer, 12 sep 2007) | 2 lines

[FIX] mypage: text color of windows better handled

------------------------------------------------------------------------
r9421 | niclone | 2007-09-12 03:50:57 +0200 (mer, 12 sep 2007) | 2 lines

[FIX] mypage: added support for windows title, text content, and background color choosing

------------------------------------------------------------------------
r9420 | niclone | 2007-09-12 03:27:25 +0200 (mer, 12 sep 2007) | 2 lines

[FIX] mypage: added a smarty specific version for mypage, based on smarty for tiki.

------------------------------------------------------------------------
r9419 | niclone | 2007-09-12 03:24:39 +0200 (mer, 12 sep 2007) | 2 lines

[FIX] mypage: use compressed version of mooRainbow. added a moorainbow css file specific for mypage. don't load every css theme of windoo.

------------------------------------------------------------------------
r9418 | niclone | 2007-09-12 03:21:41 +0200 (mer, 12 sep 2007) | 2 lines

[FIX] mypage: allow type checks when opening mypage + added mandatory category feature (thanks sylvieg !)

------------------------------------------------------------------------
r9417 | niclone | 2007-09-11 21:30:42 +0200 (mar, 11 sep 2007) | 2 lines

[FIX] mypage: starting adding some css style for mypage. not sure that I should put them here...

------------------------------------------------------------------------
r9416 | niclone | 2007-09-11 21:26:50 +0200 (mar, 11 sep 2007) | 2 lines

[FIX] mypage: remove access selector from here. + some html reviews

------------------------------------------------------------------------
r9415 | niclone | 2007-09-11 21:25:04 +0200 (mar, 11 sep 2007) | 2 lines

[FIX] mypage: a bug that was making mypage not visible by other users than owner

------------------------------------------------------------------------
r9414 | niclone | 2007-09-11 18:54:27 +0200 (mar, 11 sep 2007) | 2 lines

[FIX] mypage: don't show template menu if no templates are available. + somes minors fixs

------------------------------------------------------------------------
r9413 | niclone | 2007-09-11 18:17:24 +0200 (mar, 11 sep 2007) | 2 lines

[FIX] poll: added a fonction clone_poll in polllib to clone a poll.

------------------------------------------------------------------------
r9412 | sylvieg | 2007-09-11 17:39:31 +0200 (mar, 11 sep 2007) | 2 lines

[FIX]rss fgal: fix special perms on fgal object

------------------------------------------------------------------------
r9411 | niclone | 2007-09-11 15:55:16 +0200 (mar, 11 sep 2007) | 2 lines

[FIX] mypage: templates is now working. + somes fixs in mypagelib making errors handling better

------------------------------------------------------------------------
r9410 | niclone | 2007-09-11 12:25:52 +0200 (mar, 11 sep 2007) | 2 lines

[FIX] mypages: update constructor methods

------------------------------------------------------------------------
r9409 | lihaowei2008 | 2007-09-11 09:40:55 +0200 (mar, 11 sep 2007) | 2 lines

Chinese version Installation for Tiki now is available for all users.Nathanael tested ok.

------------------------------------------------------------------------
r9408 | niclone | 2007-09-11 01:20:59 +0200 (mar, 11 sep 2007) | 2 lines

[FIX] mypage: updated way type instance are created

------------------------------------------------------------------------
r9407 | niclone | 2007-09-11 00:34:45 +0200 (mar, 11 sep 2007) | 2 lines

[FIX] mypages: don't show template menu when editing (only when creating)

------------------------------------------------------------------------
r9406 | niclone | 2007-09-10 19:47:08 +0200 (lun, 10 sep 2007) | 2 lines

[DEV] mypages: support for clonage + lot of work, bug corrections, .... I was to lame to commit early + commit often, too bad !

------------------------------------------------------------------------
r9405 | niclone | 2007-09-10 19:41:51 +0200 (lun, 10 sep 2007) | 2 lines

[DEV] mypages: support for clonage + lot of work, bug corrections, .... I was to lame to commit early + commit often, too bad !

------------------------------------------------------------------------
r9404 | niclone | 2007-09-10 19:31:44 +0200 (lun, 10 sep 2007) | 2 lines

[DEV] mypages/types: added support for editing template user in mypages type admin + somes fixes

------------------------------------------------------------------------
r9403 | jyhem | 2007-09-10 19:12:59 +0200 (lun, 10 sep 2007) | 2 lines

[MOD] rest of 'use' mass capitalization

------------------------------------------------------------------------
r9402 | jyhem | 2007-09-10 19:09:44 +0200 (lun, 10 sep 2007) | 2 lines

[FIX] can't translate sentence in little bits and still get meaningful translation (plus some mass capitalization)

------------------------------------------------------------------------
r9401 | sylvieg | 2007-09-10 18:56:20 +0200 (lun, 10 sep 2007) | 2 lines

[FIX]anchor categ does not depend on wysiwyg

------------------------------------------------------------------------
r9400 | sylvieg | 2007-09-10 18:51:28 +0200 (lun, 10 sep 2007) | 2 lines

[MOD]put all the user prefs in the same page

------------------------------------------------------------------------
r9399 | niclone | 2007-09-10 18:18:58 +0200 (lun, 10 sep 2007) | 2 lines

[FIX] mypages/types: added preliminary support for templates by types

------------------------------------------------------------------------
r9398 | jyhem | 2007-09-10 17:53:39 +0200 (lun, 10 sep 2007) | 2 lines

[MOD] mass capitalization of 'create' buttons

------------------------------------------------------------------------
r9397 | jyhem | 2007-09-10 09:53:33 +0200 (lun, 10 sep 2007) | 2 lines

[MOD] mass capitalization of 'update' buttons

------------------------------------------------------------------------
r9396 | jyhem | 2007-09-10 09:41:10 +0200 (lun, 10 sep 2007) | 2 lines

[MOD] minor style improvement

------------------------------------------------------------------------
r9395 | lihaowei2008 | 2007-09-10 03:55:38 +0200 (lun, 10 sep 2007) | 2 lines

New Chinese translation Added by Nathanael

------------------------------------------------------------------------
r9394 | marclaporte | 2007-09-10 01:18:07 +0200 (lun, 10 sep 2007) | 2 lines

[ENH] OpenID: adding the nice little icon in the login box

------------------------------------------------------------------------
r9393 | nkoth | 2007-09-09 21:11:12 +0200 (dim, 09 sep 2007) | 2 lines

[FIX] new openid accounts that need validation are not activated until validated.

------------------------------------------------------------------------
r9392 | lphuberdeau | 2007-09-09 20:49:04 +0200 (dim, 09 sep 2007) | 2 lines

Adding interface to set-up multiple accounts on the same openid.

------------------------------------------------------------------------
r9391 | lphuberdeau | 2007-09-09 20:26:34 +0200 (dim, 09 sep 2007) | 2 lines

Fixing the first login for OpenID users.

------------------------------------------------------------------------
r9390 | lphuberdeau | 2007-09-09 20:03:45 +0200 (dim, 09 sep 2007) | 2 lines

Fixing account confirmation with OpenID

------------------------------------------------------------------------
r9389 | lphuberdeau | 2007-09-09 19:25:37 +0200 (dim, 09 sep 2007) | 2 lines

*** empty log message ***

------------------------------------------------------------------------
r9388 | lphuberdeau | 2007-09-09 19:25:09 +0200 (dim, 09 sep 2007) | 2 lines

Clarification of the hash removal step

------------------------------------------------------------------------
r9387 | nkoth | 2007-09-09 19:06:20 +0200 (dim, 09 sep 2007) | 2 lines

[FIX] hash should be blank if open id is used.

------------------------------------------------------------------------
r9386 | lphuberdeau | 2007-09-09 18:46:44 +0200 (dim, 09 sep 2007) | 2 lines

Using the db preference instead of hardcoding for cookie name.

------------------------------------------------------------------------
r9385 | nkoth | 2007-09-09 18:24:48 +0200 (dim, 09 sep 2007) | 2 lines

[NEW] add openid support

------------------------------------------------------------------------
r9384 | nkoth | 2007-09-09 18:22:21 +0200 (dim, 09 sep 2007) | 2 lines

[FIX] field length should be 255 not 256?

------------------------------------------------------------------------
r9383 | nkoth | 2007-09-09 18:11:05 +0200 (dim, 09 sep 2007) | 2 lines

[NEW] changes for openid support

------------------------------------------------------------------------
r9382 | lphuberdeau | 2007-09-09 18:06:16 +0200 (dim, 09 sep 2007) | 2 lines

Functional user switch based on OpenID.

------------------------------------------------------------------------
r9381 | lphuberdeau | 2007-09-09 17:41:22 +0200 (dim, 09 sep 2007) | 2 lines

Support for login and logout, plus partial user switch

------------------------------------------------------------------------
r9380 | nkoth | 2007-09-09 03:19:34 +0200 (dim, 09 sep 2007) | 2 lines

[FIX] when system sender email is not set, and user tries to register, and admin validation is reqd, the message should go to admin internal email. SQL error shown before in this situation.

------------------------------------------------------------------------
r9379 | lphuberdeau | 2007-09-09 02:39:26 +0200 (dim, 09 sep 2007) | 2 lines

Proper form linking and filling (still not usable)

------------------------------------------------------------------------
r9378 | lphuberdeau | 2007-09-09 00:47:42 +0200 (dim, 09 sep 2007) | 2 lines

Little further.

------------------------------------------------------------------------
r9377 | lphuberdeau | 2007-09-08 21:30:38 +0200 (sam, 08 sep 2007) | 2 lines

Correct handling of OpenID, only tiki-related stuff missing.

------------------------------------------------------------------------
r9376 | lphuberdeau | 2007-09-08 21:10:07 +0200 (sam, 08 sep 2007) | 2 lines

Adding field for openid.

------------------------------------------------------------------------
r9375 | lphuberdeau | 2007-09-08 20:03:08 +0200 (sam, 08 sep 2007) | 2 lines

First version (not working yet).

------------------------------------------------------------------------
r9374 | lphuberdeau | 2007-09-08 18:54:19 +0200 (sam, 08 sep 2007) | 2 lines

Adding libraries for OpenID support.

------------------------------------------------------------------------
r9373 | tombombadilom | 2007-09-08 12:41:31 +0200 (sam, 08 sep 2007) | 2 lines

[MOD]smarty: duration an option to have a short duration expression + tr

------------------------------------------------------------------------
r9372 | sylvieg | 2007-09-07 23:38:54 +0200 (ven, 07 sep 2007) | 2 lines

[FIX]banners: go back to list when banner is saved

------------------------------------------------------------------------
r9371 | jyhem | 2007-09-07 20:48:01 +0200 (ven, 07 sep 2007) | 2 lines

[FIX] minor typos, french translations, one mass capitalisation

------------------------------------------------------------------------
r9370 | niclone | 2007-09-07 13:06:48 +0200 (ven, 07 sep 2007) | 2 lines

[FIX] mypages: mypage listing have now an admin mode

------------------------------------------------------------------------
r9369 | niclone | 2007-09-07 13:06:06 +0200 (ven, 07 sep 2007) | 2 lines

[FIX] mypage: fix permission problems. actually, permissions are simple: owner can edit, everybody can view

------------------------------------------------------------------------
r9368 | niclone | 2007-09-07 12:04:58 +0200 (ven, 07 sep 2007) | 2 lines

[FIX] tikidblib: typo on html style class name

------------------------------------------------------------------------
r9367 | niclone | 2007-09-07 12:03:18 +0200 (ven, 07 sep 2007) | 2 lines

[FIX] tikidblib: added functions stack trace on sql errors, helping debugging. work only if xdebug php extension is installed.

------------------------------------------------------------------------
r9366 | pkdille | 2007-09-07 09:26:04 +0200 (ven, 07 sep 2007) | 2 lines

[MOD] tiki-show_page: All the foot informations (author, last changes, copyright, link,...) are in one css section, under one hr (defined in css), with the same style and font size

------------------------------------------------------------------------
r9365 | mose | 2007-09-06 22:29:43 +0200 (jeu, 06 sep 2007) | 2 lines

[FIX] pagebar: avoid display moves away when you click on comments or attachments

------------------------------------------------------------------------
r9364 | niclone | 2007-09-06 21:49:08 +0200 (jeu, 06 sep 2007) | 2 lines

[FIX] mypages: correct a js error on IE

------------------------------------------------------------------------
r9363 | niclone | 2007-09-06 16:23:04 +0200 (jeu, 06 sep 2007) | 2 lines

[FIX] mypage: also don't allow destroying not owned mypage

------------------------------------------------------------------------
r9362 | niclone | 2007-09-06 16:18:50 +0200 (jeu, 06 sep 2007) | 2 lines

[FIX] mypage: added some permissions that disallow editing not owned mypages

------------------------------------------------------------------------
r9361 | mose | 2007-09-06 15:50:20 +0200 (jeu, 06 sep 2007) | 2 lines

[NEW] smarty: new plugin "display" to display block only to some groups and not others

------------------------------------------------------------------------
r9360 | niclone | 2007-09-06 15:12:21 +0200 (jeu, 06 sep 2007) | 2 lines

[FIX] mypages: avoid some js errors when closing edit window

------------------------------------------------------------------------
r9359 | mose | 2007-09-06 14:20:46 +0200 (jeu, 06 sep 2007) | 2 lines

[FIX] menupage: solve collision problem of param names, as "page" is also used genericaly

------------------------------------------------------------------------
r9358 | mose | 2007-09-06 14:16:48 +0200 (jeu, 06 sep 2007) | 2 lines

[FIX] menupage: small upgrade script to solve collision problem of param names

------------------------------------------------------------------------
r9357 | niclone | 2007-09-06 12:53:48 +0200 (jeu, 06 sep 2007) | 2 lines

[FIX] mypages: a windows was flashing the page when displaying the mypages listing

------------------------------------------------------------------------
r9356 | sampaioprimo | 2007-09-06 02:31:29 +0200 (jeu, 06 sep 2007) | 2 lines

[FIX] dont try to insert a new image gallery scale with the same value when editing gallery information

------------------------------------------------------------------------
r9355 | mose | 2007-09-05 23:49:12 +0200 (mer, 05 sep 2007) | 2 lines

[FIX] wiki: made header lines use id rather than prepending with a anchor

------------------------------------------------------------------------
r9354 | sampaioprimo | 2007-09-05 21:35:11 +0200 (mer, 05 sep 2007) | 2 lines

translation

------------------------------------------------------------------------
r9353 | sylvieg | 2007-09-05 19:52:50 +0200 (mer, 05 sep 2007) | 2 lines

oops trace

------------------------------------------------------------------------
r9352 | sylvieg | 2007-09-05 19:49:44 +0200 (mer, 05 sep 2007) | 2 lines

[MOD]structure: be able to move a sub-structure to another structure

------------------------------------------------------------------------
r9351 | sylvieg | 2007-09-05 18:34:11 +0200 (mer, 05 sep 2007) | 2 lines

[FIX]struture: highlight remove confirmation message

------------------------------------------------------------------------
r9350 | sylvieg | 2007-09-05 17:12:22 +0200 (mer, 05 sep 2007) | 2 lines

merge

------------------------------------------------------------------------
r9349 | sampaioprimo | 2007-09-04 21:04:51 +0200 (mar, 04 sep 2007) | 2 lines

more translation

------------------------------------------------------------------------
r9348 | sampaioprimo | 2007-09-04 20:54:19 +0200 (mar, 04 sep 2007) | 2 lines

translation

------------------------------------------------------------------------
r9347 | sylvieg | 2007-09-04 19:14:53 +0200 (mar, 04 sep 2007) | 2 lines

one query less sometimes

------------------------------------------------------------------------
r9346 | sylvieg | 2007-09-04 16:33:39 +0200 (mar, 04 sep 2007) | 2 lines

[MOD]module: new param page to display a module only for a wiki page

------------------------------------------------------------------------
r9345 | niclone | 2007-09-04 01:07:32 +0200 (mar, 04 sep 2007) | 2 lines

[FIX] mypage: isConfigurable methode was bugged

------------------------------------------------------------------------
r9344 | sylvieg | 2007-09-03 22:02:32 +0200 (lun, 03 sep 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r9343 | sylvieg | 2007-09-03 21:50:55 +0200 (lun, 03 sep 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r9342 | niclone | 2007-09-03 19:40:08 +0200 (lun, 03 sep 2007) | 2 lines

[FIX] mypage: add a hack that give components the ability to call a javascript at windoo creation

------------------------------------------------------------------------
r9341 | niclone | 2007-09-03 16:39:51 +0200 (lun, 03 sep 2007) | 2 lines

[FIX] mypages: allow custom column positioning by a type extension in mypages listing

------------------------------------------------------------------------
r9340 | niclone | 2007-09-03 16:07:25 +0200 (lun, 03 sep 2007) | 2 lines

[FIX] mypages: allow types extension to customize the content of the listing of mypages

------------------------------------------------------------------------
r9339 | niclone | 2007-09-03 15:54:35 +0200 (lun, 03 sep 2007) | 2 lines

[FIX] mypages: call the function customizeColumns after had filled the array + typo

------------------------------------------------------------------------
r9338 | niclone | 2007-09-03 15:31:18 +0200 (lun, 03 sep 2007) | 2 lines

[FIX] mypages: don't show column dimensions by default, if dimensions are fixed in type preferences (this one by a working way !)

------------------------------------------------------------------------
r9337 | niclone | 2007-09-03 15:26:46 +0200 (lun, 03 sep 2007) | 2 lines

[FIX] mypages: don't show column dimensions by default, if dimensions are fixed in type preferences

------------------------------------------------------------------------
r9336 | niclone | 2007-09-03 15:14:54 +0200 (lun, 03 sep 2007) | 2 lines

[FIX] mypages: allow types extensions to customise the mypages listings

------------------------------------------------------------------------
r9335 | parkercroft | 2007-09-02 22:22:11 +0200 (dim, 02 sep 2007) | 2 lines

Remove a bogus key

------------------------------------------------------------------------
r9334 | sylvieg | 2007-09-02 17:25:12 +0200 (dim, 02 sep 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r9333 | sylvieg | 2007-09-02 16:04:39 +0200 (dim, 02 sep 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r9332 | sylvieg | 2007-09-02 14:25:04 +0200 (dim, 02 sep 2007) | 2 lines

[FIX] missing ? in url-thx FrankP

------------------------------------------------------------------------
r9331 | sylvieg | 2007-09-02 14:18:22 +0200 (dim, 02 sep 2007) | 2 lines

sync

------------------------------------------------------------------------
r9330 | sylvieg | 2007-09-02 14:16:38 +0200 (dim, 02 sep 2007) | 2 lines

varcher limited to 255

------------------------------------------------------------------------
r9329 | sylvieg | 2007-09-02 14:01:20 +0200 (dim, 02 sep 2007) | 2 lines

rollback

------------------------------------------------------------------------
r9328 | pkdille | 2007-09-01 08:29:26 +0200 (sam, 01 sep 2007) | 2 lines

[FIX] tiki-print: sending to parse_data the is_html property which was not. This allows clean printings to "wysiwyg pages"

------------------------------------------------------------------------
r9327 | sylvieg | 2007-09-01 00:13:28 +0200 (sam, 01 sep 2007) | 2 lines

[MOD]allow ` and . in sort_mode

------------------------------------------------------------------------
r9326 | mose | 2007-08-31 17:07:39 +0200 (ven, 31 aoû 2007) | 2 lines

[FIX] rss: fixed uncorrect error message appearing when feed is empty

------------------------------------------------------------------------
r9325 | sylvieg | 2007-08-31 14:09:07 +0200 (ven, 31 aoû 2007) | 2 lines

[MOD]tracker: new additional option to user selector to send a notification mail to the user each time the tracker is changed

------------------------------------------------------------------------
r9324 | sylvieg | 2007-08-31 13:41:48 +0200 (ven, 31 aoû 2007) | 2 lines

rollback: colon must be in the message

------------------------------------------------------------------------
r9323 | sept_7 | 2007-08-31 10:45:04 +0200 (ven, 31 aoû 2007) | 5 lines

[FIX] fix image insertion from filegals when ajax is activated

The ajax function loadcomponent seems to not include/activate the javascript
code of the embeded component...

------------------------------------------------------------------------
r9322 | mose | 2007-08-31 08:49:36 +0200 (ven, 31 aoû 2007) | 2 lines

[FIX] shoutbox: fixed shoutbox item author can remove his own post

------------------------------------------------------------------------
r9321 | sampaioprimo | 2007-08-31 06:37:22 +0200 (ven, 31 aoû 2007) | 2 lines

translation

------------------------------------------------------------------------
r9320 | sampaioprimo | 2007-08-31 06:31:31 +0200 (ven, 31 aoû 2007) | 2 lines

translation

------------------------------------------------------------------------
r9319 | sampaioprimo | 2007-08-31 06:24:10 +0200 (ven, 31 aoû 2007) | 2 lines

colon should be out of {tr} tag

------------------------------------------------------------------------
r9318 | sampaioprimo | 2007-08-31 06:05:00 +0200 (ven, 31 aoû 2007) | 2 lines

[ADD] mod-since_last_visit_new display new articles submissions

------------------------------------------------------------------------
r9317 | sampaioprimo | 2007-08-31 05:59:52 +0200 (ven, 31 aoû 2007) | 2 lines

merging changes on mod-since_last_visit_new.php from 1.9 to 1.10 (display a "nothing has changed" message)

------------------------------------------------------------------------
r9316 | niclone | 2007-08-30 21:14:54 +0200 (jeu, 30 aoû 2007) | 2 lines

[FIX] mypage: auto close the slide bar when dragging a windoo

------------------------------------------------------------------------
r9315 | sylvieg | 2007-08-30 20:03:20 +0200 (jeu, 30 aoû 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r9314 | niclone | 2007-08-30 17:46:20 +0200 (jeu, 30 aoû 2007) | 2 lines

[FIX] mypage: list only authorized components from tiki-mypage_types on mypage

------------------------------------------------------------------------
r9313 | sylvieg | 2007-08-30 16:54:05 +0200 (jeu, 30 aoû 2007) | 2 lines

minor tpl change

------------------------------------------------------------------------
r9312 | sept_7 | 2007-08-30 14:56:39 +0200 (jeu, 30 aoû 2007) | 2 lines

[FIX] wiki: charset consistency force utf-8 encoding when using smarty:escape

------------------------------------------------------------------------
r9311 | mose | 2007-08-30 14:11:42 +0200 (jeu, 30 aoû 2007) | 2 lines

[FIX] wiki: charset consistency is broken by use of espace:htmlall when not using fckeditor, better use escape:html

------------------------------------------------------------------------
r9310 | niclone | 2007-08-30 11:06:27 +0200 (jeu, 30 aoû 2007) | 2 lines

[FIX] tikidblib: allow use of table.column for sort mode (at least for mysql).

------------------------------------------------------------------------
r9309 | kerrnel22 | 2007-08-30 00:31:35 +0200 (jeu, 30 aoû 2007) | 2 lines

[FIX] MySQL requires quotes around negative integers. Gallery tables now created at install.

------------------------------------------------------------------------
r9308 | sept_7 | 2007-08-29 16:16:30 +0200 (mer, 29 aoû 2007) | 2 lines

[TRA] various french translations

------------------------------------------------------------------------
r9307 | sept_7 | 2007-08-29 16:15:26 +0200 (mer, 29 aoû 2007) | 15 lines

[ENH] Use File Galleries for images inclusion in FCKEditor and normal page editor

Add a feature to allow the image selection by naviguating in the File Galleries,
both for the normal non WYSIWYG editor and FCKEditor.

You select the new feature in the admin page :
  "Use File Galleries for images inclusion"

Warning : The permission on the image(s) must be correct or users wont be able
to see the image(s).

There is a problem when generating PDF file from the page as
tiki-export_pdf.php is not using the users credentials when accessing the
elements of the page :(

------------------------------------------------------------------------
r9306 | luciash | 2007-08-29 16:05:30 +0200 (mer, 29 aoû 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r9305 | niclone | 2007-08-29 15:25:06 +0200 (mer, 29 aoû 2007) | 2 lines

[DEV] mypage: added support for categories (thanks sylvieg), support for component ajax, support for not resizeable or not closeable components

------------------------------------------------------------------------
r9304 | luciash | 2007-08-29 15:10:37 +0200 (mer, 29 aoû 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r9303 | sept_7 | 2007-08-29 14:40:53 +0200 (mer, 29 aoû 2007) | 5 lines

[ENH] : provides a HTML diff to the page history
This patch tries to provides a HTML diff view of the page.
It is far from perfect but the results are far far better than what we have now
for HTML pages...

------------------------------------------------------------------------
r9302 | tombombadilom | 2007-08-29 09:55:51 +0200 (mer, 29 aoû 2007) | 2 lines

added basic throught feature avigation

------------------------------------------------------------------------
r9301 | pkdille | 2007-08-29 07:18:43 +0200 (mer, 29 aoû 2007) | 2 lines

[FIX] french translation for "calendar"

------------------------------------------------------------------------
r9300 | sampaioprimo | 2007-08-29 04:08:34 +0200 (mer, 29 aoû 2007) | 3 lines

string translation to pt-br
change o tiki-calendar.tpl: colon should be out of {tr} tag

------------------------------------------------------------------------
r9299 | sylvieg | 2007-08-28 23:22:52 +0200 (mar, 28 aoû 2007) | 2 lines

[FIX]categ: need also to sync the tiki_objects information in case it changed->TO IMPROVE: bacause it is done twice in categ and freetag even if name/dec/href not changed

------------------------------------------------------------------------
r9298 | sylvieg | 2007-08-28 17:18:29 +0200 (mar, 28 aoû 2007) | 2 lines

[MOD]categ: do not rebuild categ table if nothing change in categ

------------------------------------------------------------------------
r9297 | niclone | 2007-08-28 16:51:50 +0200 (mar, 28 aoû 2007) | 2 lines

[MOD] calendarlib: added support for customs columns, so custom devlopment can add theres columns in tiki_calendar_items table

------------------------------------------------------------------------
r9296 | niclone | 2007-08-28 15:54:20 +0200 (mar, 28 aoû 2007) | 2 lines

[FIX] tikidblib: better handling of xajax feature when displaying errors. retabuled my code part to 4 chars tab width

------------------------------------------------------------------------
r9295 | niclone | 2007-08-28 15:36:39 +0200 (mar, 28 aoû 2007) | 2 lines

[FIX] libtikidb: also better handling of null values in error messages

------------------------------------------------------------------------
r9294 | niclone | 2007-08-28 15:28:44 +0200 (mar, 28 aoû 2007) | 2 lines

[FIX] tikidblib: better error displaying: added somes htmlspecialchars, and also display the probably query transformation

------------------------------------------------------------------------
r9293 | sylvieg | 2007-08-28 14:46:31 +0200 (mar, 28 aoû 2007) | 2 lines

[MOD]wiki: button on edit apge a little bit alike

------------------------------------------------------------------------
r9292 | sylvieg | 2007-08-28 13:52:00 +0200 (mar, 28 aoû 2007) | 2 lines

continue to remove the access library

------------------------------------------------------------------------
r9291 | sylvieg | 2007-08-28 13:40:30 +0200 (mar, 28 aoû 2007) | 2 lines

[ajax]missing include

------------------------------------------------------------------------
r9290 | sylvieg | 2007-08-28 13:38:27 +0200 (mar, 28 aoû 2007) | 2 lines

[MOD]banners: -1 for a no maximpressions

------------------------------------------------------------------------
r9289 | sylvieg | 2007-08-27 22:06:51 +0200 (lun, 27 aoû 2007) | 2 lines

[MOD]categ: extract the function update_object_categories from the smarty/REQUEST context

------------------------------------------------------------------------
r9288 | sylvieg | 2007-08-27 18:41:33 +0200 (lun, 27 aoû 2007) | 2 lines

[MOD]to use categorize_list in a function

------------------------------------------------------------------------
r9287 | jyhem | 2007-08-27 18:25:49 +0200 (lun, 27 aoû 2007) | 2 lines

[FIX] minor typos, oops

------------------------------------------------------------------------
r9286 | sylvieg | 2007-08-27 17:43:49 +0200 (lun, 27 aoû 2007) | 2 lines

continue to remove the access library

------------------------------------------------------------------------
r9285 | jyhem | 2007-08-27 16:34:55 +0200 (lun, 27 aoû 2007) | 2 lines

[FIX] minor typos

------------------------------------------------------------------------
r9284 | jyhem | 2007-08-27 16:13:43 +0200 (lun, 27 aoû 2007) | 2 lines

[FIX] missing translation tags (reported by FrankP_german)

------------------------------------------------------------------------
r9283 | sylvieg | 2007-08-27 14:28:10 +0200 (lun, 27 aoû 2007) | 2 lines

[FIX]forum: more details if errors + more visible

------------------------------------------------------------------------
r9282 | niclone | 2007-08-27 12:04:28 +0200 (lun, 27 aoû 2007) | 2 lines

[DEV] mypage: increment viewed count when viewing a mypage

------------------------------------------------------------------------
r9281 | niclone | 2007-08-27 11:57:41 +0200 (lun, 27 aoû 2007) | 2 lines

[DEV] mypage: added created, modified, viewed of mypage and mypagewin. (viewed not yet incremented)

------------------------------------------------------------------------
r9280 | niclone | 2007-08-27 03:05:10 +0200 (lun, 27 aoû 2007) | 2 lines

[FIX] mypage: allow mypagelib to be included from a function

------------------------------------------------------------------------
r9279 | niclone | 2007-08-26 16:17:01 +0200 (dim, 26 aoû 2007) | 2 lines

[FIX] mypage: updated config window style

------------------------------------------------------------------------
r9278 | niclone | 2007-08-25 22:33:23 +0200 (sam, 25 aoû 2007) | 2 lines

[FIX] mypage: fix order of commit call for type

------------------------------------------------------------------------
r9277 | niclone | 2007-08-25 22:20:35 +0200 (sam, 25 aoû 2007) | 2 lines

[FIX] mypage: fix commit order

------------------------------------------------------------------------
r9276 | niclone | 2007-08-25 22:12:06 +0200 (sam, 25 aoû 2007) | 2 lines

[DEV] mypage: type receive more event

------------------------------------------------------------------------
r9275 | niclone | 2007-08-25 16:10:42 +0200 (sam, 25 aoû 2007) | 2 lines

[FIX] mypage: mypage type more maleable

------------------------------------------------------------------------
r9274 | niclone | 2007-08-25 15:20:52 +0200 (sam, 25 aoû 2007) | 2 lines

[DEV] mypage: updated component API to a better one

------------------------------------------------------------------------
r9273 | niclone | 2007-08-25 13:39:21 +0200 (sam, 25 aoû 2007) | 2 lines

[FIX] mypage: replace berk code about win configuration

------------------------------------------------------------------------
r9272 | niclone | 2007-08-25 12:57:08 +0200 (sam, 25 aoû 2007) | 2 lines

[FIX] mypage: remove some unwanted backslashes added by xajax

------------------------------------------------------------------------
r9271 | niclone | 2007-08-25 01:09:08 +0200 (sam, 25 aoû 2007) | 2 lines

[FIX] mypage: allow modifing a mypage name with the same name

------------------------------------------------------------------------
r9270 | niclone | 2007-08-25 00:55:34 +0200 (sam, 25 aoû 2007) | 2 lines

[FIX] xajax: make tikidblib return a xajax error answer on xajax request on SQL errors. Making debugging xajax easier.

------------------------------------------------------------------------
r9269 | jyhem | 2007-08-24 19:06:51 +0200 (ven, 24 aoû 2007) | 2 lines

[MOD] mass capitalization of some more buttons

------------------------------------------------------------------------
r9268 | niclone | 2007-08-24 03:13:29 +0200 (ven, 24 aoû 2007) | 2 lines

[FIX] mypage: I should test my code before commit it

------------------------------------------------------------------------
r9267 | niclone | 2007-08-24 03:11:49 +0200 (ven, 24 aoû 2007) | 2 lines

[FIX] mypage: return alert() error on function that should return javascript strings

------------------------------------------------------------------------
r9266 | niclone | 2007-08-24 02:51:15 +0200 (ven, 24 aoû 2007) | 2 lines

[FIX] mypage: more making it to work with phplayers (and always dirty)

------------------------------------------------------------------------
r9265 | niclone | 2007-08-24 02:48:52 +0200 (ven, 24 aoû 2007) | 2 lines

[FIX] mypage: make it working with phplayer (dirty)

------------------------------------------------------------------------
r9264 | niclone | 2007-08-24 02:46:56 +0200 (ven, 24 aoû 2007) | 2 lines

[FIX] mypage: correct a bug that was making new windoo impossible

------------------------------------------------------------------------
r9263 | niclone | 2007-08-24 02:29:17 +0200 (ven, 24 aoû 2007) | 2 lines

[FIX] mypage: better support of default values from type when creating a new mypage

------------------------------------------------------------------------
r9262 | niclone | 2007-08-24 02:09:51 +0200 (ven, 24 aoû 2007) | 2 lines

[DEV] mypage: live check if a name already exist

------------------------------------------------------------------------
r9261 | niclone | 2007-08-24 01:38:53 +0200 (ven, 24 aoû 2007) | 2 lines

[FIX] mypage: verify name unique

------------------------------------------------------------------------
r9260 | sylvieg | 2007-08-23 22:54:39 +0200 (jeu, 23 aoû 2007) | 2 lines

[MOD]last-articles module : new params showImg=width&showDate=y&showHeading=chars

------------------------------------------------------------------------
r9259 | niclone | 2007-08-23 21:58:56 +0200 (jeu, 23 aoû 2007) | 2 lines

[FIX] mypage: call instance method getHTMLConfig of a plugin when editing it (because it exist) instead of static method one

------------------------------------------------------------------------
r9258 | niclone | 2007-08-23 21:34:34 +0200 (jeu, 23 aoû 2007) | 2 lines

[FIX] mypage: some typo

------------------------------------------------------------------------
r9257 | niclone | 2007-08-23 21:18:13 +0200 (jeu, 23 aoû 2007) | 2 lines

[FIX] mypage: also call destroy of the plugin class when destroying a mypage

------------------------------------------------------------------------
r9256 | niclone | 2007-08-23 21:14:56 +0200 (jeu, 23 aoû 2007) | 2 lines

[FIX] mypage: fix of the previous fix ;)

------------------------------------------------------------------------
r9255 | niclone | 2007-08-23 21:11:01 +0200 (jeu, 23 aoû 2007) | 2 lines

[FIX] mypage: show the custom configuration of a plugin of mypage also when creating

------------------------------------------------------------------------
r9254 | niclone | 2007-08-23 20:27:57 +0200 (jeu, 23 aoû 2007) | 2 lines

[FIX] mypage: call 'create' method of the plugin when creating a new mypage of the same type of the plugin

------------------------------------------------------------------------
r9253 | niclone | 2007-08-23 20:16:01 +0200 (jeu, 23 aoû 2007) | 2 lines

[DEV] mypage: now support configuring type plugins

------------------------------------------------------------------------
r9252 | niclone | 2007-08-23 19:27:12 +0200 (jeu, 23 aoû 2007) | 2 lines

[DEV] mypage: add preliminary support of plugin by mypage type

------------------------------------------------------------------------
r9251 | jyhem | 2007-08-23 18:22:27 +0200 (jeu, 23 aoû 2007) | 2 lines

[MOD] mass capitalization of some more buttons

------------------------------------------------------------------------
r9250 | sylvieg | 2007-08-23 17:13:21 +0200 (jeu, 23 aoû 2007) | 2 lines

[FIX]banner: use cycle

------------------------------------------------------------------------
r9249 | sylvieg | 2007-08-23 17:07:03 +0200 (jeu, 23 aoû 2007) | 2 lines

[FIX]banner: icon+navbar

------------------------------------------------------------------------
r9248 | sylvieg | 2007-08-23 12:36:44 +0200 (jeu, 23 aoû 2007) | 2 lines

oops trace

------------------------------------------------------------------------
r9247 | sylvieg | 2007-08-22 23:17:56 +0200 (mer, 22 aoû 2007) | 2 lines

notice

------------------------------------------------------------------------
r9246 | sylvieg | 2007-08-22 21:46:21 +0200 (mer, 22 aoû 2007) | 2 lines

lost from 1.9: displays an error when trying to post 2 topics with same title & data + needs also the data and not only the title

------------------------------------------------------------------------
r9245 | jyhem | 2007-08-22 19:38:47 +0200 (mer, 22 aoû 2007) | 2 lines

[MOD] mass capitalization of buttons

------------------------------------------------------------------------
r9244 | jyhem | 2007-08-22 19:08:01 +0200 (mer, 22 aoû 2007) | 2 lines

[FIX] missing translation tags (reported by FrankP_german)

------------------------------------------------------------------------
r9243 | nyloth | 2007-08-22 18:46:53 +0200 (mer, 22 aoû 2007) | 2 lines

[MOD] freetags browse: use 'highlight' CSS class instead of CSS directly in the HTML code (for the currently selected tag).

------------------------------------------------------------------------
r9242 | sylvieg | 2007-08-22 16:32:52 +0200 (mer, 22 aoû 2007) | 2 lines

[MOD]registration:more detail whane waiting for admin validation to avoid user trying to log in

------------------------------------------------------------------------
r9241 | nyloth | 2007-08-22 15:15:56 +0200 (mer, 22 aoû 2007) | 4 lines

[FIX] multi-image upload when editing wikipage :
  - fix the case where only one image was uploaded that wasn't working anymore (because the 'img_form_count' var was not set in this case),
  - remove useless javascript code that was used to count the number of images uploaded. This is now done by checking if 'picfileX' has been sent by the browser (by iterating on X, starting at 1).

------------------------------------------------------------------------
r9240 | sylvieg | 2007-08-22 14:55:36 +0200 (mer, 22 aoû 2007) | 2 lines

[MOD]fgal: javascript confirmation for deleting selected

------------------------------------------------------------------------
r9239 | jyhem | 2007-08-22 11:27:34 +0200 (mer, 22 aoû 2007) | 2 lines

[MOD] mass capitalization of buttons related to image gals

------------------------------------------------------------------------
r9238 | jyhem | 2007-08-22 11:17:59 +0200 (mer, 22 aoû 2007) | 2 lines

[MOD] mass capitalization of buttons related to image gals

------------------------------------------------------------------------
r9237 | jyhem | 2007-08-22 10:23:10 +0200 (mer, 22 aoû 2007) | 2 lines

mass capitalization of buttons slide

------------------------------------------------------------------------
r9236 | jyhem | 2007-08-22 09:35:23 +0200 (mer, 22 aoû 2007) | 2 lines

missing translation tags (reported by Kase1)

------------------------------------------------------------------------
r9235 | niclone | 2007-08-22 01:28:59 +0200 (mer, 22 aoû 2007) | 2 lines

[FIX] mypage/mypages: set edit window title to something + fix an initialisation bug of object type

------------------------------------------------------------------------
r9234 | niclone | 2007-08-22 01:16:16 +0200 (mer, 22 aoû 2007) | 2 lines

[FIX] mypage/types: typo-bug

------------------------------------------------------------------------
r9233 | niclone | 2007-08-22 01:14:56 +0200 (mer, 22 aoû 2007) | 2 lines

[DEV] mypage/types: don't allow dimensions edit in mypages when type has fixed default dimensions

------------------------------------------------------------------------
r9232 | niclone | 2007-08-22 00:04:41 +0200 (mer, 22 aoû 2007) | 2 lines

[DEV] mypage/types: now mypages have a preliminary support of default values from page type

------------------------------------------------------------------------
r9231 | niclone | 2007-08-21 23:14:35 +0200 (mar, 21 aoû 2007) | 2 lines

[DEV] mypage/types: add editing of default values by types support

------------------------------------------------------------------------
r9230 | niclone | 2007-08-21 22:33:06 +0200 (mar, 21 aoû 2007) | 2 lines

[DEV] mypage/types: add preliminary support for default values by types

------------------------------------------------------------------------
r9229 | niclone | 2007-08-21 17:05:53 +0200 (mar, 21 aoû 2007) | 2 lines

[DEV] mypage/mypages: added ?type= filter

------------------------------------------------------------------------
r9228 | niclone | 2007-08-21 16:00:53 +0200 (mar, 21 aoû 2007) | 2 lines

[FIX] mootools: updated readme to reallity

------------------------------------------------------------------------
r9227 | pkdille | 2007-08-21 14:27:30 +0200 (mar, 21 aoû 2007) | 2 lines

[FIX] icons: The H1, H2 and H3 icons where in a bad format and unreadable as quicktag icons

------------------------------------------------------------------------
r9226 | luciash | 2007-08-21 12:43:26 +0200 (mar, 21 aoû 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r9225 | jyhem | 2007-08-21 12:02:51 +0200 (mar, 21 aoû 2007) | 2 lines

mass capitalization of buttons approve, replace, accept, refuse, reject

------------------------------------------------------------------------
r9224 | jyhem | 2007-08-21 11:45:06 +0200 (mar, 21 aoû 2007) | 2 lines

Texts which explain better what the choices involve in search admin page

------------------------------------------------------------------------
r9223 | pkdille | 2007-08-21 11:17:35 +0200 (mar, 21 aoû 2007) | 2 lines

[FIX] searchindex: search was not possible with wiki feature disabled

------------------------------------------------------------------------
r9222 | luciash | 2007-08-21 10:21:18 +0200 (mar, 21 aoû 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r9221 | jyhem | 2007-08-20 17:31:06 +0200 (lun, 20 aoû 2007) | 2 lines

Missing translation

------------------------------------------------------------------------
r9220 | niclone | 2007-08-17 20:34:24 +0200 (ven, 17 aoû 2007) | 2 lines

[DEV] mypage: separate config/content

------------------------------------------------------------------------
r9219 | niclone | 2007-08-17 17:53:44 +0200 (ven, 17 aoû 2007) | 2 lines

[FIX] mootools/windoo: make windoo send the "onFocus" event when they take focus

------------------------------------------------------------------------
r9218 | niclone | 2007-08-17 17:10:40 +0200 (ven, 17 aoû 2007) | 2 lines

[FIX] mootools/windoo: upgrade to release r98

------------------------------------------------------------------------
r9217 | niclone | 2007-08-17 15:45:51 +0200 (ven, 17 aoû 2007) | 2 lines

[FIX] mypage/mypages: always display type name in type column, not id

------------------------------------------------------------------------
r9216 | niclone | 2007-08-17 15:31:36 +0200 (ven, 17 aoû 2007) | 2 lines

[FIX] mmypage/mypages: add some escape

------------------------------------------------------------------------
r9215 | niclone | 2007-08-17 15:26:55 +0200 (ven, 17 aoû 2007) | 2 lines

[FIX] mypage: update ajax fonction to be less depedent of the html page. Fix a bug when changing a mypage name, also live update the url.

------------------------------------------------------------------------
r9214 | niclone | 2007-08-17 14:28:10 +0200 (ven, 17 aoû 2007) | 2 lines

[FIX] xajax: re apply patch 1.2 from franck, "Fixed some notices"

------------------------------------------------------------------------
r9213 | niclone | 2007-08-17 14:23:05 +0200 (ven, 17 aoû 2007) | 2 lines

[FIX] ajax: upgrade xajax from somethin between 0.2.1 and 0.2.4 (was CVS chechout?) to 0.2.5 stable release

------------------------------------------------------------------------
r9212 | niclone | 2007-08-17 13:14:06 +0200 (ven, 17 aoû 2007) | 2 lines

[FIX] mypage/mypages: live update was not working

------------------------------------------------------------------------
r9211 | niclone | 2007-08-17 12:17:13 +0200 (ven, 17 aoû 2007) | 2 lines

[FIX] mypage: update table for bgcolor

------------------------------------------------------------------------
r9210 | niclone | 2007-08-17 12:15:51 +0200 (ven, 17 aoû 2007) | 2 lines

[FIX] mypage: fix some bgcolor issues

------------------------------------------------------------------------
r9209 | niclone | 2007-08-17 11:54:35 +0200 (ven, 17 aoû 2007) | 2 lines

[DEV] mypage: save background color using ajax

------------------------------------------------------------------------
r9208 | niclone | 2007-08-17 11:43:25 +0200 (ven, 17 aoû 2007) | 2 lines

[FIX] mypage: small bug in setParam

------------------------------------------------------------------------
r9207 | niclone | 2007-08-17 11:10:05 +0200 (ven, 17 aoû 2007) | 2 lines

[FIX] mypage: more proper js init

------------------------------------------------------------------------
r9206 | niclone | 2007-08-17 11:08:32 +0200 (ven, 17 aoû 2007) | 2 lines

[FIX] mypage: make js initialisations proper

------------------------------------------------------------------------
r9205 | niclone | 2007-08-17 11:01:18 +0200 (ven, 17 aoû 2007) | 2 lines

[DEV] mypage: make mypage_create and mypage_update ajax functions more polyvalent

------------------------------------------------------------------------
r9204 | niclone | 2007-08-17 10:45:41 +0200 (ven, 17 aoû 2007) | 2 lines

[DEV] mypage: add preliminary support for mypage background color

------------------------------------------------------------------------
r9203 | nyloth | 2007-08-17 10:42:12 +0200 (ven, 17 aoû 2007) | 2 lines

[MOD] some french translations

------------------------------------------------------------------------
r9202 | sampaioprimo | 2007-08-16 23:46:29 +0200 (jeu, 16 aoû 2007) | 2 lines

some fixes on upload more than one image on tiki-editpage and string translation to pr-br

------------------------------------------------------------------------
r9201 | sampaioprimo | 2007-08-16 20:33:22 +0200 (jeu, 16 aoû 2007) | 2 lines

[MOD] upload more than one image per time when editing wikipage

------------------------------------------------------------------------
r9200 | niclone | 2007-08-16 12:57:28 +0200 (jeu, 16 aoû 2007) | 2 lines

[FIX] mypage: use same windoo theme in view mode than in edit mode

------------------------------------------------------------------------
r9199 | nyloth | 2007-08-16 08:49:15 +0200 (jeu, 16 aoû 2007) | 2 lines

[FIX] category perms: update global perms to take category perms in account (for file galleries and wiki editpage), using sylvieg's get_perm_object() function. This should also allow, later, to clean the code a bit more.

------------------------------------------------------------------------
r9198 | nyloth | 2007-08-16 08:44:31 +0200 (jeu, 16 aoû 2007) | 2 lines

[FIX] category perms: when setting / updating global perms with category perms, also update smarty vars.

------------------------------------------------------------------------
r9197 | jonnybradley | 2007-08-15 19:40:02 +0200 (mer, 15 aoû 2007) | 2 lines

[FIX] parse_data() - relative links [in square brackets] no longer display external link icon

------------------------------------------------------------------------
r9196 | jonnybradley | 2007-08-15 19:24:47 +0200 (mer, 15 aoû 2007) | 2 lines

[FIX] remember me now remembers (copied from BRANCH-1-9)

------------------------------------------------------------------------
r9195 | niclone | 2007-08-15 16:22:04 +0200 (mer, 15 aoû 2007) | 2 lines

[FIX] mypage: better error handling

------------------------------------------------------------------------
r9194 | niclone | 2007-08-15 15:48:25 +0200 (mer, 15 aoû 2007) | 2 lines

[FIX] mypage: better errors handling...

------------------------------------------------------------------------
r9193 | niclone | 2007-08-15 15:40:02 +0200 (mer, 15 aoû 2007) | 2 lines

[FIX] mypage: open an alert when a window isn't found while mooving/resinzing...

------------------------------------------------------------------------
r9192 | niclone | 2007-08-15 15:10:34 +0200 (mer, 15 aoû 2007) | 2 lines

[DEV] mypage: added tables for mypage types

------------------------------------------------------------------------
r9191 | niclone | 2007-08-15 14:45:07 +0200 (mer, 15 aoû 2007) | 2 lines

[FIX] mypage: remove js error on sidebar when not editing

------------------------------------------------------------------------
r9190 | niclone | 2007-08-15 14:42:08 +0200 (mer, 15 aoû 2007) | 2 lines

[FIX] mypage: use name in url instead of id

------------------------------------------------------------------------
r9189 | niclone | 2007-08-14 21:48:34 +0200 (mar, 14 aoû 2007) | 2 lines

[DEV] mypage/mypages: allow type choosing in mypages listing

------------------------------------------------------------------------
r9188 | niclone | 2007-08-14 20:34:23 +0200 (mar, 14 aoû 2007) | 2 lines

[DEV] mypage: added column types in mypage

------------------------------------------------------------------------
r9187 | niclone | 2007-08-14 20:17:32 +0200 (mar, 14 aoû 2007) | 2 lines

[FIX] sql upgrade: this line was making an another index (with a new name) at every update. If someone have an idea how to remove every additional index on this table/column, feel free to do it.

------------------------------------------------------------------------
r9186 | niclone | 2007-08-14 19:47:32 +0200 (mar, 14 aoû 2007) | 2 lines

[FIX] mypage/mypages: show the real list of types in mypages when editing/creating

------------------------------------------------------------------------
r9185 | niclone | 2007-08-14 19:42:27 +0200 (mar, 14 aoû 2007) | 2 lines

[FIX] mypage/mypages: create default to with of 0 which mean 100%

------------------------------------------------------------------------
r9184 | niclone | 2007-08-14 19:40:52 +0200 (mar, 14 aoû 2007) | 2 lines

[FIX] mypage/mypages: more {tr}

------------------------------------------------------------------------
r9183 | niclone | 2007-08-14 19:36:06 +0200 (mar, 14 aoû 2007) | 2 lines

[FIX] mypage/types: make create and delete working

------------------------------------------------------------------------
r9182 | niclone | 2007-08-14 19:30:15 +0200 (mar, 14 aoû 2007) | 2 lines

[FIX] mypage: cleaning

------------------------------------------------------------------------
r9181 | niclone | 2007-08-14 18:42:23 +0200 (mar, 14 aoû 2007) | 2 lines

[FIX]: mypage/types: save components list, live update the types listing when modifying parameters

------------------------------------------------------------------------
r9180 | niclone | 2007-08-14 11:41:38 +0200 (mar, 14 aoû 2007) | 2 lines

[DEV] mypage: parse the real components list

------------------------------------------------------------------------
r9179 | niclone | 2007-08-13 21:58:26 +0200 (lun, 13 aoû 2007) | 2 lines

[DEV] mypage: added mypage types support

------------------------------------------------------------------------
r9178 | niclone | 2007-08-13 13:10:41 +0200 (lun, 13 aoû 2007) | 2 lines

[FIX] mypage: make page num selector working on mypages

------------------------------------------------------------------------
r9177 | nyloth | 2007-08-13 11:25:25 +0200 (lun, 13 aoû 2007) | 2 lines

[MOD] forums: more visible moderation message info.

------------------------------------------------------------------------
r9176 | nyloth | 2007-08-13 10:57:49 +0200 (lun, 13 aoû 2007) | 2 lines

[FIX] forums: moderation now worksfor every posts in a moderated forum (only new topics where moderated before).

------------------------------------------------------------------------
r9175 | luciash | 2007-08-13 08:32:23 +0200 (lun, 13 aoû 2007) | 2 lines

[MOD] use new icons

------------------------------------------------------------------------
r9174 | luciash | 2007-08-13 08:15:45 +0200 (lun, 13 aoû 2007) | 2 lines

Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r9173 | niclone | 2007-08-12 21:55:25 +0200 (dim, 12 aoû 2007) | 2 lines

[FIX] mypage: ugly hack to be compatible with phpmylayer while running on the ugly browser

------------------------------------------------------------------------
r9172 | pkdille | 2007-08-12 21:10:28 +0200 (dim, 12 aoû 2007) | 2 lines

[FIX] header.tpl: the layerstreemenu-hidden.css link was malformed (double-quotes not closed)

------------------------------------------------------------------------
r9170 | niclone | 2007-08-12 20:00:39 +0200 (dim, 12 aoû 2007) | 2 lines

[FIX] mypage: correct a bug that was broking an unwanted web browser, but largely used

------------------------------------------------------------------------
r9169 | niclone | 2007-08-12 12:46:00 +0200 (dim, 12 aoû 2007) | 2 lines

[FIX] mypage: old file removed

------------------------------------------------------------------------
r9168 | mose | 2007-08-12 06:28:38 +0200 (dim, 12 aoû 2007) | 2 lines

[FIX] imagegals : changed form to post so it can take more image at once

------------------------------------------------------------------------
r9167 | mose | 2007-08-12 06:26:44 +0200 (dim, 12 aoû 2007) | 2 lines

[FIX] imagegals : made lightbox respect default size

------------------------------------------------------------------------
r9166 | tombombadilom | 2007-08-11 18:36:33 +0200 (sam, 11 aoû 2007) | 2 lines

added feature_mootools

------------------------------------------------------------------------
r9165 | tombombadilom | 2007-08-11 14:28:39 +0200 (sam, 11 aoû 2007) | 2 lines

add get contact by email

------------------------------------------------------------------------
r9164 | tombombadilom | 2007-08-11 12:41:22 +0200 (sam, 11 aoû 2007) | 2 lines

added title in the tpl

------------------------------------------------------------------------
r9163 | tombombadilom | 2007-08-11 12:31:20 +0200 (sam, 11 aoû 2007) | 2 lines

added acces , type, categories on mypage creation form

------------------------------------------------------------------------
r9161 | niclone | 2007-08-10 18:15:53 +0200 (ven, 10 aoû 2007) | 2 lines

[FIX] mypage: ommited a global

------------------------------------------------------------------------
r9160 | niclone | 2007-08-10 18:14:37 +0200 (ven, 10 aoû 2007) | 2 lines

[FIX] mypage: moved some js code

------------------------------------------------------------------------
r9159 | niclone | 2007-08-10 17:57:02 +0200 (ven, 10 aoû 2007) | 2 lines

[FIX] mypage: add script mime type

------------------------------------------------------------------------
r9158 | tombombadilom | 2007-08-10 17:25:08 +0200 (ven, 10 aoû 2007) | 2 lines

[FIX] Minical ajax

------------------------------------------------------------------------
r9157 | tombombadilom | 2007-08-10 17:03:20 +0200 (ven, 10 aoû 2007) | 2 lines

[FIX] added ajax

------------------------------------------------------------------------
r9156 | niclone | 2007-08-10 16:57:28 +0200 (ven, 10 aoû 2007) | 2 lines

[FIX] mypage: remove some unwanted code

------------------------------------------------------------------------
r9155 | niclone | 2007-08-10 16:54:16 +0200 (ven, 10 aoû 2007) | 2 lines

[FIX] mootools/windoo: added smarty flags in header for mootools/windoo

------------------------------------------------------------------------
r9154 | niclone | 2007-08-10 16:53:03 +0200 (ven, 10 aoû 2007) | 2 lines

[FIX] mypage: somes fixes with js import, features check, ...

------------------------------------------------------------------------
r9153 | tombombadilom | 2007-08-10 16:51:46 +0200 (ven, 10 aoû 2007) | 2 lines

[FIX] ajax

------------------------------------------------------------------------
r9152 | tombombadilom | 2007-08-10 16:49:39 +0200 (ven, 10 aoû 2007) | 2 lines

[FIX] Forgotten tiki-user_tasks

------------------------------------------------------------------------
r9151 | tombombadilom | 2007-08-10 16:42:47 +0200 (ven, 10 aoû 2007) | 2 lines

[FIX] added mypages templates in ajax

------------------------------------------------------------------------
r9150 | tombombadilom | 2007-08-10 16:37:09 +0200 (ven, 10 aoû 2007) | 2 lines

mypage requiert mootools and ajax features to be activated

------------------------------------------------------------------------
r9149 | tombombadilom | 2007-08-10 16:14:14 +0200 (ven, 10 aoû 2007) | 2 lines

added css elements for mootabs

------------------------------------------------------------------------
r9148 | tombombadilom | 2007-08-10 16:02:51 +0200 (ven, 10 aoû 2007) | 2 lines

removed error profile

------------------------------------------------------------------------
r9147 | tombombadilom | 2007-08-10 15:54:53 +0200 (ven, 10 aoû 2007) | 2 lines

added optionnal mootools js

------------------------------------------------------------------------
r9146 | guidoscherp | 2007-08-10 15:42:41 +0200 (ven, 10 aoû 2007) | 2 lines

Modifications to php-files and templates to enable watching of categories

------------------------------------------------------------------------
r9145 | tombombadilom | 2007-08-10 15:39:43 +0200 (ven, 10 aoû 2007) | 2 lines

added optionnal ajax and removed mytiki_bar on ajax load request

------------------------------------------------------------------------
r9144 | niclone | 2007-08-10 15:39:22 +0200 (ven, 10 aoû 2007) | 2 lines

[MOD] mootools/mooRainbow: added compressed version, and updated make-js.php script to compress it

------------------------------------------------------------------------
r9143 | guidoscherp | 2007-08-10 15:34:07 +0200 (ven, 10 aoû 2007) | 2 lines

New functions and modifications to enable watching categories.

------------------------------------------------------------------------
r9142 | tombombadilom | 2007-08-10 15:33:22 +0200 (ven, 10 aoû 2007) | 2 lines

added optionnal ajax implementation for all the mytiki and user features

------------------------------------------------------------------------
r9141 | guidoscherp | 2007-08-10 15:32:04 +0200 (ven, 10 aoû 2007) | 2 lines

Items used for watching categories

------------------------------------------------------------------------
r9140 | guidoscherp | 2007-08-10 15:30:32 +0200 (ven, 10 aoû 2007) | 2 lines

Images used for watching categories.

------------------------------------------------------------------------
r9139 | niclone | 2007-08-10 15:20:09 +0200 (ven, 10 aoû 2007) | 2 lines

[NEW] mootools: new extension "mooRainbow" which is a color picker. see: http://w00fz.altervista.org/mooRainbow/

------------------------------------------------------------------------
r9138 | tombombadilom | 2007-08-10 13:43:29 +0200 (ven, 10 aoû 2007) | 2 lines

added tabs in the slide bar

------------------------------------------------------------------------
r9137 | tombombadilom | 2007-08-10 12:19:59 +0200 (ven, 10 aoû 2007) | 2 lines

added spinner image for ajax loading

------------------------------------------------------------------------
r9136 | niclone | 2007-08-10 11:16:20 +0200 (ven, 10 aoû 2007) | 2 lines

[DEV] mypage: add a better title to the configure modal dialogue

------------------------------------------------------------------------
r9135 | niclone | 2007-08-10 11:13:32 +0200 (ven, 10 aoû 2007) | 2 lines

[DEV] mypage: re-added title in configure

------------------------------------------------------------------------
r9134 | sylvieg | 2007-08-09 23:33:59 +0200 (jeu, 09 aoû 2007) | 2 lines

rollback perm on component tiki perms are enough

------------------------------------------------------------------------
r9133 | niclone | 2007-08-09 23:29:05 +0200 (jeu, 09 aoû 2007) | 2 lines

[FIX] mypage: move some perms code of component in the component itself

------------------------------------------------------------------------
r9132 | niclone | 2007-08-09 22:26:03 +0200 (jeu, 09 aoû 2007) | 2 lines

[DEV] mypage: don't show toolbar when not editing. + iframe less special case

------------------------------------------------------------------------
r9131 | niclone | 2007-08-09 22:23:30 +0200 (jeu, 09 aoû 2007) | 2 lines

[FIX] mypage: when creating a new window, it is editable

------------------------------------------------------------------------
r9130 | niclone | 2007-08-09 22:14:41 +0200 (jeu, 09 aoû 2007) | 2 lines

[DEV] mypage: updated mypages with two buttons: view content or edit content

------------------------------------------------------------------------
r9129 | niclone | 2007-08-09 22:09:30 +0200 (jeu, 09 aoû 2007) | 2 lines

[DEV] mypage: add not editable mode

------------------------------------------------------------------------
r9128 | niclone | 2007-08-09 21:36:05 +0200 (jeu, 09 aoû 2007) | 2 lines

[DEV] mypage: added ?mypage=name for opening a mypage by name

------------------------------------------------------------------------
r9127 | niclone | 2007-08-09 21:02:15 +0200 (jeu, 09 aoû 2007) | 2 lines

[FIX] mypage: configure bug

------------------------------------------------------------------------
r9126 | sylvieg | 2007-08-09 20:49:21 +0200 (jeu, 09 aoû 2007) | 2 lines

[MOD]perm: return also with the perms has_special_perm to have a yellow/green key

------------------------------------------------------------------------
r9125 | sylvieg | 2007-08-09 20:48:14 +0200 (jeu, 09 aoû 2007) | 2 lines

[FIX]mypage: local perm

------------------------------------------------------------------------
r9124 | sylvieg | 2007-08-09 20:35:29 +0200 (jeu, 09 aoû 2007) | 2 lines

[MOD]mypage: local perm to mypage

------------------------------------------------------------------------
r9123 | niclone | 2007-08-09 20:34:38 +0200 (jeu, 09 aoû 2007) | 2 lines

[FIX] sql: escaping a ' char

------------------------------------------------------------------------
r9122 | niclone | 2007-08-09 20:24:15 +0200 (jeu, 09 aoû 2007) | 2 lines

[FIX] mypage: hack that repoen a closed windows when permission was denied

------------------------------------------------------------------------
r9121 | niclone | 2007-08-09 20:08:55 +0200 (jeu, 09 aoû 2007) | 2 lines

[FIX] mypage: display alert error when permission to close a windows is denied...

------------------------------------------------------------------------
r9120 | niclone | 2007-08-09 19:53:29 +0200 (jeu, 09 aoû 2007) | 2 lines

[FIX] mypage: remove some unused debug code

------------------------------------------------------------------------
r9119 | niclone | 2007-08-09 19:52:48 +0200 (jeu, 09 aoû 2007) | 2 lines

[FIX] mypage: close the configure windows when validating

------------------------------------------------------------------------
r9118 | niclone | 2007-08-09 19:46:25 +0200 (jeu, 09 aoû 2007) | 2 lines

[FIX] mypage: remove a javascript error on the sidebar

------------------------------------------------------------------------
r9117 | niclone | 2007-08-09 19:42:22 +0200 (jeu, 09 aoû 2007) | 2 lines

[MOD] mypage: configure is now part of components

------------------------------------------------------------------------
r9116 | sylvieg | 2007-08-09 19:23:44 +0200 (jeu, 09 aoû 2007) | 2 lines

[MOD]mypage: some fix on perms mypage + perm on component

------------------------------------------------------------------------
r9113 | tombombadilom | 2007-08-09 15:43:07 +0200 (jeu, 09 aoû 2007) | 2 lines

addes css class for list table

------------------------------------------------------------------------
r9110 | sylvieg | 2007-08-09 14:54:23 +0200 (jeu, 09 aoû 2007) | 2 lines

[MOD]listpage: do not show empty action column + add perm icon if perms->todo: green or yellow key depending if special perm

------------------------------------------------------------------------
r9109 | sylvieg | 2007-08-09 14:16:40 +0200 (jeu, 09 aoû 2007) | 2 lines

mypage perm

------------------------------------------------------------------------
r9108 | sylvieg | 2007-08-09 14:16:09 +0200 (jeu, 09 aoû 2007) | 2 lines

some perms

------------------------------------------------------------------------
r9107 | niclone | 2007-08-09 13:38:01 +0200 (jeu, 09 aoû 2007) | 2 lines

[FIX] mypage: re-apply the losted previous commit of sylvieg: "some alt"

------------------------------------------------------------------------
r9106 | niclone | 2007-08-09 13:31:22 +0200 (jeu, 09 aoû 2007) | 2 lines

[FIX] mypage: rename tiki-mypage_edit as tiki-mypages

------------------------------------------------------------------------
r9105 | niclone | 2007-08-09 13:30:24 +0200 (jeu, 09 aoû 2007) | 2 lines

[FIX] mypage: rename tiki-mypage_edit as tiki-mypages

------------------------------------------------------------------------
r9104 | sylvieg | 2007-08-09 13:12:28 +0200 (jeu, 09 aoû 2007) | 2 lines

[MOD]mypage: some alt

------------------------------------------------------------------------
r9103 | sylvieg | 2007-08-09 12:40:11 +0200 (jeu, 09 aoû 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r9101 | pkdille | 2007-08-09 10:41:16 +0200 (jeu, 09 aoû 2007) | 2 lines

[MOD] forums: Some messages are no longer in small text size, cos it's strange to put some alerts in small (they should be visible on the screen) and text size should be as much as possible css-driven

------------------------------------------------------------------------
r9100 | sylvieg | 2007-08-09 00:34:50 +0200 (jeu, 09 aoû 2007) | 2 lines

[FIX]module: decoration was in the doc but never coded - if you have another idea about what means no decoration (=no title box) feel free to change

------------------------------------------------------------------------
r9099 | sylvieg | 2007-08-08 23:07:12 +0200 (mer, 08 aoû 2007) | 2 lines

[FIX]module: oops

------------------------------------------------------------------------
r9098 | sylvieg | 2007-08-08 22:59:18 +0200 (mer, 08 aoû 2007) | 2 lines

[FIX]mytiki: section was declared too low to be effective in modules

------------------------------------------------------------------------
r9097 | sylvieg | 2007-08-08 22:51:33 +0200 (mer, 08 aoû 2007) | 2 lines

[FIX]modules: section=wiki in params will work in 'wiki page' section also

------------------------------------------------------------------------
r9096 | sylvieg | 2007-08-08 22:21:08 +0200 (mer, 08 aoû 2007) | 2 lines

[MOD]actionlog: graphs can be saved in fgal + can choose background color

------------------------------------------------------------------------
r9095 | sylvieg | 2007-08-08 21:25:38 +0200 (mer, 08 aoû 2007) | 2 lines

oops 1.9 translation must be before 1.10 - in case some has been fixed

------------------------------------------------------------------------
r9094 | sylvieg | 2007-08-08 21:13:45 +0200 (mer, 08 aoû 2007) | 2 lines

merge

------------------------------------------------------------------------
r9093 | sylvieg | 2007-08-08 20:25:21 +0200 (mer, 08 aoû 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r9092 | niclone | 2007-08-08 17:33:58 +0200 (mer, 08 aoû 2007) | 2 lines

[DEV] mypage: call this sidebar "Tools"

------------------------------------------------------------------------
r9091 | tombombadilom | 2007-08-08 17:32:06 +0200 (mer, 08 aoû 2007) | 2 lines

added the mootools feature checkbox

------------------------------------------------------------------------
r9090 | niclone | 2007-08-08 17:31:57 +0200 (mer, 08 aoû 2007) | 2 lines

[DEV] mypage: added sidebar for tools

------------------------------------------------------------------------
r9088 | sylvieg | 2007-08-08 16:19:41 +0200 (mer, 08 aoû 2007) | 2 lines

avoid javascript error 'numl' when resizing a window

------------------------------------------------------------------------
r9087 | niclone | 2007-08-08 16:15:06 +0200 (mer, 08 aoû 2007) | 2 lines

[FIX] mypage: reindent the code with tab-width = 4 instead of 8

------------------------------------------------------------------------
r9086 | niclone | 2007-08-08 15:50:55 +0200 (mer, 08 aoû 2007) | 2 lines

[DEV] mypage: added delete support in mypage_edit

------------------------------------------------------------------------
r9085 | sylvieg | 2007-08-08 15:46:05 +0200 (mer, 08 aoû 2007) | 2 lines

[FIX]avoid js error if xajax is not defeined

------------------------------------------------------------------------
r9084 | pkdille | 2007-08-08 15:18:18 +0200 (mer, 08 aoû 2007) | 2 lines

[FIX] forums: Delete debug message

------------------------------------------------------------------------
r9083 | sylvieg | 2007-08-08 15:11:42 +0200 (mer, 08 aoû 2007) | 2 lines

[FIX]to avoid firebug complaining

------------------------------------------------------------------------
r9082 | niclone | 2007-08-08 13:22:54 +0200 (mer, 08 aoû 2007) | 2 lines

[DEV] mypage: code cleanup of phptojs code, + true boolean support

------------------------------------------------------------------------
r9081 | sylvieg | 2007-08-08 00:01:11 +0200 (mer, 08 aoû 2007) | 2 lines

[MOD]mypage: perms

------------------------------------------------------------------------
r9080 | tombombadilom | 2007-08-07 19:49:27 +0200 (mar, 07 aoû 2007) | 2 lines

live grid mootools extension

------------------------------------------------------------------------
r9079 | tombombadilom | 2007-08-07 19:41:37 +0200 (mar, 07 aoû 2007) | 2 lines

image reflector mootools extension

------------------------------------------------------------------------
r9078 | tombombadilom | 2007-08-07 19:37:12 +0200 (mar, 07 aoû 2007) | 2 lines

Creates a Mootools <Fx.Accordion> that allows the user to open more than one element.Dependancies: mootools - 	<Moo.js>, <Function.js>, <Array.js>, <String.js>, <Element.js>, <Fx.js>

------------------------------------------------------------------------
r9077 | niclone | 2007-08-07 19:31:20 +0200 (mar, 07 aoû 2007) | 2 lines

[DEV] mypage: add the not editable support

------------------------------------------------------------------------
r9076 | niclone | 2007-08-07 19:30:35 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX] mypage: remove the debug blue border

------------------------------------------------------------------------
r9075 | niclone | 2007-08-07 18:36:04 +0200 (mar, 07 aoû 2007) | 2 lines

[DEV] mootools/windoo: added the "nada" theme, which is a theme with... nothing.

------------------------------------------------------------------------
r9074 | niclone | 2007-08-07 17:52:42 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX] mootools/windoo: remove r89 flat file source uneeded now that the complete source tree is here

------------------------------------------------------------------------
r9073 | niclone | 2007-08-07 17:49:39 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX] mootools/windoo: added the generated .js of windoo

------------------------------------------------------------------------
r9072 | niclone | 2007-08-07 17:49:03 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX] mootools/windoo: added windoo in make-js

------------------------------------------------------------------------
r9071 | niclone | 2007-08-07 17:39:55 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX] mootools/windoo: updated themes to r89

------------------------------------------------------------------------
r9070 | niclone | 2007-08-07 17:39:23 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX] mootools/windoo: added src (release r89)

------------------------------------------------------------------------
r9069 | tombombadilom | 2007-08-07 17:29:57 +0200 (mar, 07 aoû 2007) | 2 lines

tabs mootools powered

------------------------------------------------------------------------
r9068 | niclone | 2007-08-07 17:27:50 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX] mootools: now the generated .js

------------------------------------------------------------------------
r9067 | niclone | 2007-08-07 17:26:18 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX] mootools: added a script that generate the .js

------------------------------------------------------------------------
r9066 | sylvieg | 2007-08-07 17:00:07 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX]edit: no validation on cancel edit

------------------------------------------------------------------------
r9065 | niclone | 2007-08-07 16:45:51 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX] mootools/packer: make exemple-file usable

------------------------------------------------------------------------
r9064 | niclone | 2007-08-07 16:44:13 +0200 (mar, 07 aoû 2007) | 2 lines

[MOD] mootools: because mootools need 'packer' to make the final .js from source, I add it here

------------------------------------------------------------------------
r9063 | niclone | 2007-08-07 16:35:24 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX] mootools/windoo: upgrade from r88 to r89

------------------------------------------------------------------------
r9062 | niclone | 2007-08-07 16:32:52 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX] mootools/windoo: added source of the compressed js

------------------------------------------------------------------------
r9061 | niclone | 2007-08-07 16:11:46 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX] mypage: typo, strange character

------------------------------------------------------------------------
r9060 | niclone | 2007-08-07 16:05:43 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX] mypage: ommited </td>

------------------------------------------------------------------------
r9059 | niclone | 2007-08-07 16:02:55 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX] mypage: added support for widthxheight in mypage edition. note that 0 mean 100%, over values are in pixels

------------------------------------------------------------------------
r9058 | tombombadilom | 2007-08-07 14:41:14 +0200 (mar, 07 aoû 2007) | 2 lines

*** empty log message ***

------------------------------------------------------------------------
r9057 | niclone | 2007-08-07 12:19:34 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX] mypage: correct a bug in mypage_edit that made editing working only one time

------------------------------------------------------------------------
r9056 | niclone | 2007-08-07 11:54:52 +0200 (mar, 07 aoû 2007) | 2 lines

[DOC] mypage: added some todo comments about permissions

------------------------------------------------------------------------
r9055 | niclone | 2007-08-07 11:02:48 +0200 (mar, 07 aoû 2007) | 2 lines

[FIX] mypage: wrong parameter passed by url

------------------------------------------------------------------------
r9054 | sylvieg | 2007-08-07 00:53:39 +0200 (mar, 07 aoû 2007) | 2 lines

rollback

------------------------------------------------------------------------
r9053 | tibistibi | 2007-08-07 00:24:05 +0200 (mar, 07 aoû 2007) | 2 lines

rolled back, i will fix later.

------------------------------------------------------------------------
r9052 | tibistibi | 2007-08-07 00:15:41 +0200 (mar, 07 aoû 2007) | 2 lines

changed the limit into a adodb way not braking anny non mysql databases

------------------------------------------------------------------------
r9051 | tibistibi | 2007-08-06 23:58:28 +0200 (lun, 06 aoû 2007) | 4 lines

limiting a rank query

the limiting is not ok jet (not database proof!)

------------------------------------------------------------------------
r9050 | tibistibi | 2007-08-06 23:58:03 +0200 (lun, 06 aoû 2007) | 2 lines

trying to cut down on number of queries

------------------------------------------------------------------------
r9049 | niclone | 2007-08-06 23:47:19 +0200 (lun, 06 aoû 2007) | 2 lines

[FIX] mypage: mypage_edit now allow editing and creating mypages

------------------------------------------------------------------------
r9048 | niclone | 2007-08-06 21:34:06 +0200 (lun, 06 aoû 2007) | 2 lines

[FIX] mypage: code harmonisation

------------------------------------------------------------------------
r9047 | niclone | 2007-08-06 21:29:49 +0200 (lun, 06 aoû 2007) | 2 lines

[FIX] mypage: be more verbose with permission denied

------------------------------------------------------------------------
r9046 | tombombadilom | 2007-08-06 21:27:30 +0200 (lun, 06 aoû 2007) | 2 lines

[FIX] disabled left and right column for that feature

------------------------------------------------------------------------
r9045 | niclone | 2007-08-06 21:25:30 +0200 (lun, 06 aoû 2007) | 2 lines

[FIX] mypage: make emacs users happy

------------------------------------------------------------------------
r9044 | niclone | 2007-08-06 21:20:52 +0200 (lun, 06 aoû 2007) | 2 lines

[MOD] mypage: updated tiki.sql for mypage table with more columns

------------------------------------------------------------------------
r9043 | niclone | 2007-08-06 21:17:24 +0200 (lun, 06 aoû 2007) | 2 lines

[MOD] mypage: mypage table more complete

------------------------------------------------------------------------
r9042 | niclone | 2007-08-06 21:16:14 +0200 (lun, 06 aoû 2007) | 2 lines

[MOD] mypage: added tiki-mypage_edit for editing mypages

------------------------------------------------------------------------
r9041 | sylvieg | 2007-08-06 20:52:48 +0200 (lun, 06 aoû 2007) | 2 lines

check perm on component: temporarely solution until consensus on perm name

------------------------------------------------------------------------
r9040 | sylvieg | 2007-08-06 18:09:50 +0200 (lun, 06 aoû 2007) | 2 lines

oops

------------------------------------------------------------------------
r9039 | sylvieg | 2007-08-06 17:27:45 +0200 (lun, 06 aoû 2007) | 2 lines

[MOD]fgal: can assign perm on multiple fgal

------------------------------------------------------------------------
r9038 | sylvieg | 2007-08-06 17:26:01 +0200 (lun, 06 aoû 2007) | 2 lines

manual merge

------------------------------------------------------------------------
r9037 | sylvieg | 2007-08-06 17:13:39 +0200 (lun, 06 aoû 2007) | 2 lines

[FIX]group: can not unassignregistered to a user

------------------------------------------------------------------------
r9036 | sylvieg | 2007-08-06 16:53:16 +0200 (lun, 06 aoû 2007) | 2 lines

[FIX]fgal: link in h1

------------------------------------------------------------------------
r9035 | niclone | 2007-08-06 16:51:33 +0200 (lun, 06 aoû 2007) | 2 lines

[FIX] mypage: correct a bug while a content containing "</script>" in a string was interpreted by the navigator as is.

------------------------------------------------------------------------
r9034 | niclone | 2007-08-06 15:53:54 +0200 (lun, 06 aoû 2007) | 2 lines

[FIX] mypage: stupid bug injected just before commiting rectified ;)

------------------------------------------------------------------------
r9033 | niclone | 2007-08-06 15:42:59 +0200 (lun, 06 aoû 2007) | 2 lines

[FIX] mypage: ommited file

------------------------------------------------------------------------
r9032 | niclone | 2007-08-06 15:21:28 +0200 (lun, 06 aoû 2007) | 2 lines

[FIX] db: ommited sql definitions in tiki_1.9to1.10.sql

------------------------------------------------------------------------
r9031 | niclone | 2007-08-06 15:13:38 +0200 (lun, 06 aoû 2007) | 2 lines

[NEW] mypage: add mypage feature (alpha state), mypage is intended to let users build there own pages with choosable and plugable components.

------------------------------------------------------------------------
r9030 | niclone | 2007-08-06 12:40:50 +0200 (lun, 06 aoû 2007) | 2 lines

[FIX] mootools: added sources, I don't like having a compact js blob without sources at same location...

------------------------------------------------------------------------
r9029 | ricks99 | 2007-08-06 12:38:02 +0200 (lun, 06 aoû 2007) | 2 lines

Disable the need to confirm (lost edit protection) when toggling the structures list.

------------------------------------------------------------------------
r9028 | niclone | 2007-08-06 12:20:56 +0200 (lun, 06 aoû 2007) | 2 lines

[NEW] mootools/windoo: added windoo extension for mootools (from http://windoo.110mb.com/)

------------------------------------------------------------------------
r9027 | niclone | 2007-08-06 12:13:53 +0200 (lun, 06 aoû 2007) | 2 lines

[NEW] mootools: added mootools libraries (see http://mootools.net)

------------------------------------------------------------------------
r9026 | sylvieg | 2007-08-04 12:34:31 +0200 (sam, 04 aoû 2007) | 2 lines

[MOD]plugin vote: new param show_creator

------------------------------------------------------------------------
r9025 | sylvieg | 2007-08-04 12:29:21 +0200 (sam, 04 aoû 2007) | 2 lines

[FIX]modules: use & in help and not , not to be confused in the param syntax

------------------------------------------------------------------------
r9024 | sylvieg | 2007-08-04 12:27:30 +0200 (sam, 04 aoû 2007) | 2 lines

[FIX]modules: moduleId also for user_assigned_modules

------------------------------------------------------------------------
r9023 | sylvieg | 2007-08-04 12:26:37 +0200 (sam, 04 aoû 2007) | 2 lines

[MOD]not to have the perm is not necessary not be logged in

------------------------------------------------------------------------
r9022 | sylvieg | 2007-08-03 22:10:57 +0200 (ven, 03 aoû 2007) | 2 lines

syns

------------------------------------------------------------------------
r9021 | sylvieg | 2007-08-03 22:08:19 +0200 (ven, 03 aoû 2007) | 2 lines

[FIX]modules: moduleId also for user_assigned_modules

------------------------------------------------------------------------
r9020 | sylvieg | 2007-08-03 20:45:12 +0200 (ven, 03 aoû 2007) | 2 lines

notice

------------------------------------------------------------------------
r9019 | sylvieg | 2007-08-03 20:42:17 +0200 (ven, 03 aoû 2007) | 2 lines

[FIX]modules: as tiki_modules have moduleId now (to have 2 same modules with diff params) tiki_user_assigned_modules must have moduleId

------------------------------------------------------------------------
r9018 | sylvieg | 2007-08-03 20:03:25 +0200 (ven, 03 aoû 2007) | 2 lines

db sync

------------------------------------------------------------------------
r9017 | niclone | 2007-08-03 19:03:30 +0200 (ven, 03 aoû 2007) | 2 lines

[FIX] bad typoo on tikii

------------------------------------------------------------------------
r9016 | sylvieg | 2007-08-03 18:03:43 +0200 (ven, 03 aoû 2007) | 2 lines

[FIX]do not reject a user too quickly if he has no user_details - the cache can be wrong - so rebuild it before leaving without error.... still wondering the utility of this code

------------------------------------------------------------------------
r9014 | sylvieg | 2007-08-03 12:04:30 +0200 (ven, 03 aoû 2007) | 2 lines

oops a little bit to destructive

------------------------------------------------------------------------
r9013 | sylvieg | 2007-08-03 00:19:27 +0200 (ven, 03 aoû 2007) | 2 lines

[FIX]some minor display tuning

------------------------------------------------------------------------
r9012 | sylvieg | 2007-08-02 17:16:13 +0200 (jeu, 02 aoû 2007) | 2 lines

missing tr

------------------------------------------------------------------------
r9011 | sylvieg | 2007-08-02 15:41:47 +0200 (jeu, 02 aoû 2007) | 2 lines

[MOD]quicktags: 2 new wiki quicktags list_bullet and list_number

------------------------------------------------------------------------
r9010 | sylvieg | 2007-08-02 15:20:12 +0200 (jeu, 02 aoû 2007) | 2 lines

[FIX]quicktag: reset offset when sorting

------------------------------------------------------------------------
r9009 | sylvieg | 2007-08-02 15:12:27 +0200 (jeu, 02 aoû 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r9008 | sylvieg | 2007-08-02 15:06:48 +0200 (jeu, 02 aoû 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r9007 | sylvieg | 2007-08-02 13:41:54 +0200 (jeu, 02 aoû 2007) | 2 lines

[FIX]wiki: do not show the alert box on save and preview

------------------------------------------------------------------------
r9006 | sylvieg | 2007-08-02 12:45:18 +0200 (jeu, 02 aoû 2007) | 2 lines

[MOD]print: display the find box as usual + find also on the structures as well as the pages

------------------------------------------------------------------------
r9005 | sylvieg | 2007-08-02 12:02:49 +0200 (jeu, 02 aoû 2007) | 2 lines

oops French comment

------------------------------------------------------------------------
r9004 | sylvieg | 2007-08-01 23:02:21 +0200 (mer, 01 aoû 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r9003 | ricks99 | 2007-08-01 22:39:26 +0200 (mer, 01 aoû 2007) | 2 lines

Improved UI, layout, and control logic.

------------------------------------------------------------------------
r9002 | ricks99 | 2007-08-01 22:25:14 +0200 (mer, 01 aoû 2007) | 2 lines

Fixed sort orders for topics, types, and expiration date. Removed sort from Img. Added defautl action (read) to avoid empty action column.

------------------------------------------------------------------------
r9001 | nkoth | 2007-08-01 22:00:15 +0200 (mer, 01 aoû 2007) | 2 lines

Fix problem with clash of -+ parsing with pagenames with dashes and spaces in them after urlencoding (see tracker no. 1273 for details)

------------------------------------------------------------------------
r9000 | sylvieg | 2007-08-01 21:45:17 +0200 (mer, 01 aoû 2007) | 2 lines

[FIX]actionlog: better handling of axis titles position

------------------------------------------------------------------------
r8999 | sylvieg | 2007-08-01 19:49:59 +0200 (mer, 01 aoû 2007) | 2 lines

[FIX]login: admin was not able to log in after a fresh install->invalid the user_detail cache when changing password

------------------------------------------------------------------------
r8998 | sylvieg | 2007-08-01 13:21:28 +0200 (mer, 01 aoû 2007) | 2 lines

[FIX] put the index redefinition before to avoid soem mysql complaing about key too long

------------------------------------------------------------------------
r8997 | sylvieg | 2007-08-01 12:53:57 +0200 (mer, 01 aoû 2007) | 2 lines

[FIX]varchar is limitted to 255 in mysql 4

------------------------------------------------------------------------
r8996 | sylvieg | 2007-08-01 12:09:25 +0200 (mer, 01 aoû 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8995 | sylvieg | 2007-07-31 22:17:22 +0200 (mar, 31 jui 2007) | 2 lines

[FIX]actionlog: better jpgraph size + show only the groups of a user if user view

------------------------------------------------------------------------
r8994 | sylvieg | 2007-07-31 21:48:41 +0200 (mar, 31 jui 2007) | 2 lines

[FIX]actionlog: use a get method form to be able when right cliking on the image to save the image and not the tiki0-admin_actionlog.php without param

------------------------------------------------------------------------
r8993 | sylvieg | 2007-07-31 20:22:48 +0200 (mar, 31 jui 2007) | 2 lines

[MOD]get_strings: new param get_strings.php?lang=xx&completion=y to output only the completion of a translation file

------------------------------------------------------------------------
r8992 | sylvieg | 2007-07-31 18:04:58 +0200 (mar, 31 jui 2007) | 2 lines

[FIX]actionlog: manage empty graphs with jpgraph

------------------------------------------------------------------------
r8991 | sylvieg | 2007-07-31 16:28:53 +0200 (mar, 31 jui 2007) | 2 lines

[FIX]actionlog: anonymous not in group list+ filter on group

------------------------------------------------------------------------
r8990 | sylvieg | 2007-07-30 21:29:25 +0200 (lun, 30 jui 2007) | 2 lines

[MOD]actionlog: if jpgraph is loaded, use jpgraph to draw graph

------------------------------------------------------------------------
r8989 | sylvieg | 2007-07-30 12:40:36 +0200 (lun, 30 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8988 | nkoth | 2007-07-30 03:58:12 +0200 (lun, 30 jui 2007) | 2 lines

[FIX] Wiki pages do not show categories (tracker item 1268) + some minor cleanup

------------------------------------------------------------------------
r8987 | sylvieg | 2007-07-28 00:43:02 +0200 (sam, 28 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8986 | sylvieg | 2007-07-27 20:41:49 +0200 (ven, 27 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8985 | jyhem | 2007-07-27 18:47:36 +0200 (ven, 27 jui 2007) | 2 lines

[MOD] mass titles capitalization: some more titles

------------------------------------------------------------------------
r8984 | jyhem | 2007-07-27 17:08:39 +0200 (ven, 27 jui 2007) | 2 lines

[MOD] mass button capitalization: some more buttons

------------------------------------------------------------------------
r8983 | jyhem | 2007-07-27 16:21:17 +0200 (ven, 27 jui 2007) | 2 lines

[MOD] mass button capitalization: more "edit" buttons found in php files

------------------------------------------------------------------------
r8982 | sylvieg | 2007-07-27 15:58:25 +0200 (ven, 27 jui 2007) | 2 lines

[FIX]tracker plugin: add a br between each categ

------------------------------------------------------------------------
r8981 | sylvieg | 2007-07-27 15:38:14 +0200 (ven, 27 jui 2007) | 2 lines

missing gif

------------------------------------------------------------------------
r8980 | sylvieg | 2007-07-26 17:13:02 +0200 (jeu, 26 jui 2007) | 2 lines

put last 1.8to1.9 changes in 1.9to1.10

------------------------------------------------------------------------
r8979 | sylvieg | 2007-07-26 16:24:34 +0200 (jeu, 26 jui 2007) | 2 lines

[MOD]actionlog: show statistic about volumn per contribution and per group / volumn per contributor and per user

------------------------------------------------------------------------
r8978 | sylvieg | 2007-07-26 16:11:14 +0200 (jeu, 26 jui 2007) | 2 lines

sync

------------------------------------------------------------------------
r8977 | sylvieg | 2007-07-26 12:23:13 +0200 (jeu, 26 jui 2007) | 2 lines

[FIX]intertiki: the intertiki server enable was lost each time a host was deleted

------------------------------------------------------------------------
r8976 | pkdille | 2007-07-26 00:16:50 +0200 (jeu, 26 jui 2007) | 5 lines

[MOD] quicktags: The default quicktag set (with the new icon set) should be the same in each use case:
	- new install of tiki v1.10
	- upgrading to v1.10 from 1.9.x
	- running tiki_1.9to_1.10 script to install the last devs

------------------------------------------------------------------------
r8975 | sylvieg | 2007-07-25 15:50:16 +0200 (mer, 25 jui 2007) | 2 lines

[FIX]db search: missing trackers in drop down list in box

------------------------------------------------------------------------
r8974 | sampaioprimo | 2007-07-25 04:33:19 +0200 (mer, 25 jui 2007) | 3 lines

[ADD] support for tags on forum post
[FIX] delete the entry on tiki_objects when a blog post is deleted

------------------------------------------------------------------------
r8973 | ricks99 | 2007-07-25 01:41:54 +0200 (mer, 25 jui 2007) | 2 lines

altert user when leaving the tiki-editpage and work is not yet saved.

------------------------------------------------------------------------
r8972 | ricks99 | 2007-07-25 01:26:21 +0200 (mer, 25 jui 2007) | 2 lines

altert user when leaving the tiki-editpage and work is not yet saved.

------------------------------------------------------------------------
r8971 | sylvieg | 2007-07-24 23:26:40 +0200 (mar, 24 jui 2007) | 2 lines

notice

------------------------------------------------------------------------
r8970 | sylvieg | 2007-07-24 23:22:37 +0200 (mar, 24 jui 2007) | 2 lines

notice: tiki-calendar_setup can be included in other function (ex:plugin) so require global def

------------------------------------------------------------------------
r8969 | sylvieg | 2007-07-24 20:39:19 +0200 (mar, 24 jui 2007) | 2 lines

[FIX]bad include

------------------------------------------------------------------------
r8968 | sylvieg | 2007-07-24 20:34:33 +0200 (mar, 24 jui 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r8967 | jyhem | 2007-07-24 20:13:07 +0200 (mar, 24 jui 2007) | 2 lines

[MOD] mass button capitalization: some more buttons

------------------------------------------------------------------------
r8966 | jyhem | 2007-07-24 20:04:03 +0200 (mar, 24 jui 2007) | 2 lines

[MOD] mass button capitalization: some more buttons

------------------------------------------------------------------------
r8965 | jyhem | 2007-07-24 19:13:30 +0200 (mar, 24 jui 2007) | 2 lines

[MOD] mass button capitalization: some more buttons

------------------------------------------------------------------------
r8964 | jyhem | 2007-07-24 17:24:23 +0200 (mar, 24 jui 2007) | 2 lines

[MOD] mass button capitalization: some more buttons

------------------------------------------------------------------------
r8963 | sylvieg | 2007-07-24 17:10:31 +0200 (mar, 24 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8962 | sylvieg | 2007-07-24 16:47:49 +0200 (mar, 24 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8961 | jyhem | 2007-07-24 16:41:42 +0200 (mar, 24 jui 2007) | 2 lines

[MOD] mass button capitalization: some more buttons

------------------------------------------------------------------------
r8960 | jyhem | 2007-07-24 09:30:57 +0200 (mar, 24 jui 2007) | 2 lines

[MOD] better name for script.

------------------------------------------------------------------------
r8959 | jyhem | 2007-07-23 20:15:40 +0200 (lun, 23 jui 2007) | 2 lines

[ADD] example script for mass-capitalization

------------------------------------------------------------------------
r8958 | jyhem | 2007-07-23 20:06:12 +0200 (lun, 23 jui 2007) | 2 lines

[MOD] Capitalization of some more buttons

------------------------------------------------------------------------
r8957 | niclone | 2007-07-23 19:26:17 +0200 (lun, 23 jui 2007) | 2 lines

[FIX] mods: description was not displayed

------------------------------------------------------------------------
r8956 | tombombadilom | 2007-07-23 16:44:36 +0200 (lun, 23 jui 2007) | 2 lines

[FIX]Missing brackets

------------------------------------------------------------------------
r8955 | sylvieg | 2007-07-23 16:38:10 +0200 (lun, 23 jui 2007) | 2 lines

[FIX]modules: preview of an existing module

------------------------------------------------------------------------
r8954 | tombombadilom | 2007-07-23 16:35:15 +0200 (lun, 23 jui 2007) | 2 lines

[FIX] bad draft or memo implementation

------------------------------------------------------------------------
r8953 | tombombadilom | 2007-07-23 16:11:21 +0200 (lun, 23 jui 2007) | 2 lines

i

------------------------------------------------------------------------
r8952 | sylvieg | 2007-07-23 16:03:03 +0200 (lun, 23 jui 2007) | 2 lines

[MOD]since_last_visit_new: param showuser and showtracker

------------------------------------------------------------------------
r8951 | pkdille | 2007-07-23 11:51:12 +0200 (lun, 23 jui 2007) | 2 lines

[FIX] edit programmed content: delete one bracket

------------------------------------------------------------------------
r8950 | pkdille | 2007-07-23 11:35:25 +0200 (lun, 23 jui 2007) | 2 lines

(MOD] pagination printing: The alignement is in the stylesheet ("mini" style) and no more hardcoded

------------------------------------------------------------------------
r8949 | nyloth | 2007-07-22 09:30:25 +0200 (dim, 22 jui 2007) | 2 lines

[FIX] categories: delete cache when a categorized object is delete, in order to refresh the catagories informations (e.g. number of objects in categories) + remove useless comments

------------------------------------------------------------------------
r8948 | nyloth | 2007-07-21 21:22:17 +0200 (sam, 21 jui 2007) | 2 lines

[FIX] wiki print mode: assign a value to 'lastVersion' smarty variable, to be able to display the version number when needed.

------------------------------------------------------------------------
r8947 | nyloth | 2007-07-21 19:39:09 +0200 (sam, 21 jui 2007) | 2 lines

[FIX] tracker item display: fix a typo affecting the display of a rating item.

------------------------------------------------------------------------
r8946 | nyloth | 2007-07-21 19:11:47 +0200 (sam, 21 jui 2007) | 2 lines

[FIX] trackers filtering: multi-filtering and category filtering should work now (thx sylvieg + xavi).

------------------------------------------------------------------------
r8945 | nkoth | 2007-07-21 03:06:18 +0200 (sam, 21 jui 2007) | 2 lines

[MOD] share page perm is actually just the tiki_p_assign_perm_wiki_page perm - will merge functionality into tiki-objectpermissions.php

------------------------------------------------------------------------
r8944 | nkoth | 2007-07-21 02:57:43 +0200 (sam, 21 jui 2007) | 2 lines

[MOD] share page perm is actually just the tiki_p_assign_perm_wiki_page perm - will merge functionality into tiki-objectpermissions.php

------------------------------------------------------------------------
r8943 | mcfarland | 2007-07-21 00:18:22 +0200 (sam, 21 jui 2007) | 2 lines

DST bugfix, now explained

------------------------------------------------------------------------
r8942 | sylvieg | 2007-07-20 23:05:36 +0200 (ven, 20 jui 2007) | 2 lines

[FIX]users: fix filter on group

------------------------------------------------------------------------
r8941 | mcfarland | 2007-07-20 22:18:37 +0200 (ven, 20 jui 2007) | 2 lines

SQL fix for REPLACE INTO tiki_modules

------------------------------------------------------------------------
r8940 | sylvieg | 2007-07-20 22:08:38 +0200 (ven, 20 jui 2007) | 2 lines

sync

------------------------------------------------------------------------
r8939 | jyhem | 2007-07-20 20:44:45 +0200 (ven, 20 jui 2007) | 2 lines

[MOD] Capitalization of even more one-word and multi-word buttons

------------------------------------------------------------------------
r8938 | jyhem | 2007-07-20 20:13:51 +0200 (ven, 20 jui 2007) | 2 lines

[MOD] Capitalization of multi-word buttons view this repository, "view comments", view blog, view articles, "view faq", view faq tpl, "export pages", "group view", "wiki create", "select all", "edit account settings", "edit article tpl", "edit blog", "edit blog tpl", "edit chart", edit contribution, "edit gallery", "edit image", "edit included group", "edit items", "edit new article", "edit new submission", "edit quiz questions", "edit quiz stats tpl", "edit repository", "edit submissions tpl", "edit template", "edit this process", "edit this quiz"

------------------------------------------------------------------------
r8937 | jyhem | 2007-07-20 19:34:34 +0200 (ven, 20 jui 2007) | 2 lines

[MOD] Capitalization of multi-word buttons make structure, add comment, attach file, monitor this page, "save and exit", save and approve, save the banner, save and go next, save draft, create pdf, "admin category", "add event", "list view", go, "empty trash", reload, view repository

------------------------------------------------------------------------
r8936 | tombombadilom | 2007-07-20 17:08:33 +0200 (ven, 20 jui 2007) | 2 lines

[FIX] wrong sql request

------------------------------------------------------------------------
r8935 | tombombadilom | 2007-07-20 17:05:51 +0200 (ven, 20 jui 2007) | 2 lines

[FIX] corrected wrong sql querie

------------------------------------------------------------------------
r8934 | sylvieg | 2007-07-20 16:04:07 +0200 (ven, 20 jui 2007) | 2 lines

notice

------------------------------------------------------------------------
r8933 | sylvieg | 2007-07-20 14:04:22 +0200 (ven, 20 jui 2007) | 2 lines

[MOD]simplify admin has tiki_p_admin

------------------------------------------------------------------------
r8932 | sylvieg | 2007-07-20 13:47:09 +0200 (ven, 20 jui 2007) | 2 lines

[FIX]perms: forgot aldo that tiki_p_admin_wiki gives the perms to change perms

------------------------------------------------------------------------
r8931 | sylvieg | 2007-07-20 13:32:32 +0200 (ven, 20 jui 2007) | 2 lines

wysiwyg

------------------------------------------------------------------------
r8930 | sylvieg | 2007-07-20 13:27:40 +0200 (ven, 20 jui 2007) | 2 lines

[FIX]perm: forgot the perm  when merging pagepermissions and objectpermissions

------------------------------------------------------------------------
r8928 | mcfarland | 2007-07-20 00:37:31 +0200 (ven, 20 jui 2007) | 2 lines

Daylight savings time adjustment

------------------------------------------------------------------------
r8927 | sylvieg | 2007-07-19 23:19:42 +0200 (jeu, 19 jui 2007) | 2 lines

[FIX]actionlog graph: display the date

------------------------------------------------------------------------
r8926 | ricks99 | 2007-07-19 23:02:35 +0200 (jeu, 19 jui 2007) | 2 lines

added support for the id attribute on the div element

------------------------------------------------------------------------
r8925 | lphuberdeau | 2007-07-19 22:58:55 +0200 (jeu, 19 jui 2007) | 2 lines

Adding links to page sharing

------------------------------------------------------------------------
r8924 | lphuberdeau | 2007-07-19 22:55:18 +0200 (jeu, 19 jui 2007) | 2 lines

Page sharing

------------------------------------------------------------------------
r8923 | sylvieg | 2007-07-19 21:46:00 +0200 (jeu, 19 jui 2007) | 2 lines

[FIX]actionlog: better number in graph

------------------------------------------------------------------------
r8922 | sylvieg | 2007-07-19 20:22:00 +0200 (jeu, 19 jui 2007) | 2 lines

[FIX]perhaps fix error line 414

------------------------------------------------------------------------
r8921 | sylvieg | 2007-07-19 20:20:17 +0200 (jeu, 19 jui 2007) | 2 lines

notice

------------------------------------------------------------------------
r8920 | jyhem | 2007-07-19 19:06:49 +0200 (jeu, 19 jui 2007) | 2 lines

[MOD] Capitalization of buttons event, object, description, type, options, next, prev, position, url, sections, section, permission, permissions, group, groups, remove

------------------------------------------------------------------------
r8919 | niclone | 2007-07-19 16:04:35 +0200 (jeu, 19 jui 2007) | 2 lines

[FIX] removed "Undefined variable: .... line 408"

------------------------------------------------------------------------
r8918 | sampaioprimo | 2007-07-19 16:02:46 +0200 (jeu, 19 jui 2007) | 2 lines

translation

------------------------------------------------------------------------
r8916 | jyhem | 2007-07-19 15:16:24 +0200 (jeu, 19 jui 2007) | 2 lines

[MOD] Capitalization of buttons find, trash, reload, action, view, help

------------------------------------------------------------------------
r8915 | sylvieg | 2007-07-19 14:26:24 +0200 (jeu, 19 jui 2007) | 2 lines

[FIX]actionlog: try to set no execution time limit for the lucky servers that allow that

------------------------------------------------------------------------
r8914 | sylvieg | 2007-07-19 13:24:32 +0200 (jeu, 19 jui 2007) | 2 lines

[FIX]index are limitted to 250 chars

------------------------------------------------------------------------
r8913 | sylvieg | 2007-07-19 12:46:54 +0200 (jeu, 19 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8912 | sylvieg | 2007-07-19 12:26:08 +0200 (jeu, 19 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8911 | sylvieg | 2007-07-19 11:58:52 +0200 (jeu, 19 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8910 | jyhem | 2007-07-19 11:33:16 +0200 (jeu, 19 jui 2007) | 2 lines

[MOD] Capitalization of the following buttons: search, login, logout, admin, new, upload, save, name, created, size

------------------------------------------------------------------------
r8909 | sylvieg | 2007-07-19 11:10:20 +0200 (jeu, 19 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8908 | sylvieg | 2007-07-19 10:54:43 +0200 (jeu, 19 jui 2007) | 2 lines

[FIX]plugin rss: some error messages + notice

------------------------------------------------------------------------
r8907 | sylvieg | 2007-07-19 10:34:41 +0200 (jeu, 19 jui 2007) | 2 lines

[FIX]tracker : display rss button like monitor button

------------------------------------------------------------------------
r8906 | sept_7 | 2007-07-19 09:41:42 +0200 (jeu, 19 jui 2007) | 3 lines

[FIX] : typo correction in the translation in TikiDate::format
   Thirsday -> Thursday

------------------------------------------------------------------------
r8905 | pkdille | 2007-07-19 09:23:28 +0200 (jeu, 19 jui 2007) | 2 lines

[MOD] quicktags: All managing quicktags icons harcdoded are taken from pics/icons (famfamfam silk galery)

------------------------------------------------------------------------
r8904 | pkdille | 2007-07-18 19:04:10 +0200 (mer, 18 jui 2007) | 2 lines

[MOD] & (FIX]: quicktags: All quicktags icons are located in pics/icons (famfamfam silk icon collection) and the tiki_1.9_to_1.10 script will no longer add and double quicktags with the old icons

------------------------------------------------------------------------
r8903 | sylvieg | 2007-07-18 18:58:37 +0200 (mer, 18 jui 2007) | 2 lines

sync

------------------------------------------------------------------------
r8902 | sylvieg | 2007-07-18 18:48:07 +0200 (mer, 18 jui 2007) | 2 lines

[MOD]{toc} - allow numeric too for structId as structure names with special characters are not accepted ->todo a name between quote

------------------------------------------------------------------------
r8901 | sylvieg | 2007-07-18 18:29:42 +0200 (mer, 18 jui 2007) | 2 lines

[MOD]structure: like an edit icon - some style do not promote link on text

------------------------------------------------------------------------
r8900 | gillesm | 2007-07-18 16:59:22 +0200 (mer, 18 jui 2007) | 2 lines

multiplayer.swf improvment ( progress bar for video)

------------------------------------------------------------------------
r8899 | sylvieg | 2007-07-18 16:05:02 +0200 (mer, 18 jui 2007) | 2 lines

[FIX]remind password: if login=email only ask for email+ better usability

------------------------------------------------------------------------
r8897 | sept_7 | 2007-07-18 12:08:43 +0200 (mer, 18 jui 2007) | 7 lines

[MOD] : modifications for the updates of PEAR::Date

For the Date.php I re did the modifications but not as patch but by modifying
tikidate.php (separated patch) it is cleaner and easier for futur updates.

Tikilib now call TikiDate instead of Date for $tikidate...

------------------------------------------------------------------------
r8896 | sept_7 | 2007-07-18 12:07:03 +0200 (mer, 18 jui 2007) | 21 lines

[MOD] : Updating the PEAR library and the associate library

The version of the libraries are :
* update ADODB 495a ;
* update PEAR 1.6.1 ;
* update PEAR module Date 1.4.7 ;
* update PEAR module DB 1.7.12 ;
* update PEAR module Auth 1.5.4 ;
* update PEAR module HTTP-Request 1.4.1 ;
* update PEAR module Net::DIME 0.3 ;
* update PEAR module Net::DNS 1.0.0 ;
* update PEAR module Net::Socket 1.0.8 ;
* update PEAR module Net::URL 1.0.15 ;
* update PEAR module XML-RPC 1.5.1 ;

I have updated the line with $Id:$ by removing the $ characters so it is now
easy to compare the official versions of the libraries to the ones in tiki.

For the Date.php I re did the modifications but not as patch but by modifying
tikidate.php (separated patch) it is cleaner and easier for futur updates.

------------------------------------------------------------------------
r8895 | sept_7 | 2007-07-18 11:12:34 +0200 (mer, 18 jui 2007) | 2 lines

[DEL] Removing unused partial copy off PEAR::Date in lib/Date

------------------------------------------------------------------------
r8894 | jyhem | 2007-07-17 19:12:21 +0200 (mar, 17 jui 2007) | 2 lines

[MOD] Capitalization of "export", "translation"

------------------------------------------------------------------------
r8893 | jyhem | 2007-07-17 19:05:57 +0200 (mar, 17 jui 2007) | 2 lines

[MOD] Capitalization of "lock", "unlock" and "undo"

------------------------------------------------------------------------
r8892 | jyhem | 2007-07-17 18:58:24 +0200 (mar, 17 jui 2007) | 2 lines

[MOD] Capitalization of Rename buttons

------------------------------------------------------------------------
r8891 | jyhem | 2007-07-17 18:47:44 +0200 (mar, 17 jui 2007) | 2 lines

[MOD] Capitalization of "add" buttons

------------------------------------------------------------------------
r8890 | jyhem | 2007-07-17 18:33:15 +0200 (mar, 17 jui 2007) | 2 lines

[MOD] Also Capitalization of edit and delete buttons and links and tooltips, etc

------------------------------------------------------------------------
r8889 | jyhem | 2007-07-17 18:21:51 +0200 (mar, 17 jui 2007) | 2 lines

[MOD] Capitalization of "delete" and "edit" buttons

------------------------------------------------------------------------
r8888 | gillesm | 2007-07-17 17:59:08 +0200 (mar, 17 jui 2007) | 3 lines

Password remind me ask user name or email adress ( because people know
more or less more their email address than the username they gave)

------------------------------------------------------------------------
r8886 | sylvieg | 2007-07-17 17:13:07 +0200 (mar, 17 jui 2007) | 2 lines

missing height

------------------------------------------------------------------------
r8885 | sylvieg | 2007-07-17 17:12:20 +0200 (mar, 17 jui 2007) | 2 lines

[MOD]history: contributors in history

------------------------------------------------------------------------
r8884 | sylvieg | 2007-07-17 17:08:58 +0200 (mar, 17 jui 2007) | 2 lines

[FIX]comment in article plugin was broken

------------------------------------------------------------------------
r8883 | sylvieg | 2007-07-17 16:50:20 +0200 (mar, 17 jui 2007) | 2 lines

[FIX]comment in article home page was broken

------------------------------------------------------------------------
r8882 | sylvieg | 2007-07-17 16:17:43 +0200 (mar, 17 jui 2007) | 2 lines

oops typo

------------------------------------------------------------------------
r8881 | sylvieg | 2007-07-17 16:15:10 +0200 (mar, 17 jui 2007) | 2 lines

[MOD]more option in find.tpl to be able to reuse more often

------------------------------------------------------------------------
r8880 | gillesm | 2007-07-17 15:16:44 +0200 (mar, 17 jui 2007) | 2 lines

multiplayer correction ( video progress bar working )

------------------------------------------------------------------------
r8878 | sylvieg | 2007-07-17 13:59:49 +0200 (mar, 17 jui 2007) | 2 lines

[MOD]assign user to group: lighten the content - use icon instead of repetive text (rollback if no agreement) + can unassign button in list group + take away registered unassign + maxrecords

------------------------------------------------------------------------
r8877 | pkdille | 2007-07-17 12:04:09 +0200 (mar, 17 jui 2007) | 2 lines

[MOD] tiki-directory_add_site: small changes on the grid (size of the url field, error message size and positioning)

------------------------------------------------------------------------
r8876 | sylvieg | 2007-07-17 00:18:56 +0200 (mar, 17 jui 2007) | 2 lines

[FIX]login: do not show the login box is email is due

------------------------------------------------------------------------
r8875 | sylvieg | 2007-07-16 23:42:38 +0200 (lun, 16 jui 2007) | 2 lines

[FIX]email validation: a better message - some people are just a little dumb

------------------------------------------------------------------------
r8874 | sylvieg | 2007-07-16 23:27:56 +0200 (lun, 16 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8873 | sylvieg | 2007-07-16 21:24:30 +0200 (lun, 16 jui 2007) | 2 lines

[FIX]better implementation for a module can be used twice via index - will fix duplication when moving for right to left

------------------------------------------------------------------------
r8872 | sylvieg | 2007-07-16 18:01:20 +0200 (lun, 16 jui 2007) | 2 lines

[FIX]menu: backticks and more robust code

------------------------------------------------------------------------
r8871 | sylvieg | 2007-07-16 17:45:47 +0200 (lun, 16 jui 2007) | 2 lines

[FIX]menu: do no show switch with next option for the last option

------------------------------------------------------------------------
r8870 | gillesm | 2007-07-16 16:06:22 +0200 (lun, 16 jui 2007) | 2 lines

Size adjustment in multimedia

------------------------------------------------------------------------
r8869 | gillesm | 2007-07-16 14:08:22 +0200 (lun, 16 jui 2007) | 2 lines

Multimedia improvment

------------------------------------------------------------------------
r8868 | sylvieg | 2007-07-16 12:42:18 +0200 (lun, 16 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8867 | sylvieg | 2007-07-15 23:40:23 +0200 (dim, 15 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8866 | nyloth | 2007-07-15 22:48:53 +0200 (dim, 15 jui 2007) | 2 lines

[MOD] list of wiki pages: add a confirmation step before massively deleting selected pages

------------------------------------------------------------------------
r8865 | nyloth | 2007-07-15 22:35:00 +0200 (dim, 15 jui 2007) | 2 lines

[FIX] ticketlib confirm form: arrays of values were not handled before.

------------------------------------------------------------------------
r8864 | nyloth | 2007-07-15 21:34:33 +0200 (dim, 15 jui 2007) | 2 lines

[MOD] mods: now you can download mods even if you are behind a web proxy (done by using tikilib 'httprequest' function instead of fopen). Also add an error message when the list of mods is malformed (doesn't begin with a "'") to be sure the retrieved content is not an error webpage (e.g. generated by the proxy).

------------------------------------------------------------------------
r8863 | nyloth | 2007-07-15 19:20:50 +0200 (dim, 15 jui 2007) | 2 lines

[FIX] site identity admin panel: escape textareas content, in order to prevent HTML entities to be parsed. For example, when explicitely using '&lt;' in the bottom logo code, it should not be turned into '<' after saving the preferences.

------------------------------------------------------------------------
r8862 | nyloth | 2007-07-15 18:29:40 +0200 (dim, 15 jui 2007) | 2 lines

[MOD] features panel: move 'Mini Calendar' into 'user features'

------------------------------------------------------------------------
r8860 | nyloth | 2007-07-15 17:33:55 +0200 (dim, 15 jui 2007) | 2 lines

[MOD] listing of objects in a category: use icon 'link_delete' (with 'remove from this category' tooltip) instead of 'cross' ('delete' tooltip) because it was confusing, since 'cross' is used everywhere else to really delete data. + move the icon's column as the first column.

------------------------------------------------------------------------
r8859 | nyloth | 2007-07-15 17:03:15 +0200 (dim, 15 jui 2007) | 2 lines

[MOD] faqs listing: use new set of icons (famfamfam) for actions.

------------------------------------------------------------------------
r8858 | nyloth | 2007-07-15 16:31:04 +0200 (dim, 15 jui 2007) | 2 lines

[MOD] user notes: column 'size' is now sortable.

------------------------------------------------------------------------
r8857 | nyloth | 2007-07-15 16:26:57 +0200 (dim, 15 jui 2007) | 2 lines

[FIX] user notes: add the standard 'delete' action icon for each note.

------------------------------------------------------------------------
r8856 | nyloth | 2007-07-15 16:16:16 +0200 (dim, 15 jui 2007) | 2 lines

[FIX] user notes: handle the type of note ('parse_mode' is set to 'wiki' by default) when creating a new note + when saving a new note, the redirect was wrong and the note '0' was displayed.

------------------------------------------------------------------------
r8855 | nyloth | 2007-07-15 15:38:23 +0200 (dim, 15 jui 2007) | 2 lines

[MOD] user notes listing: link on 'edit icon' goes directly to the edit form.

------------------------------------------------------------------------
r8854 | nyloth | 2007-07-15 15:34:36 +0200 (dim, 15 jui 2007) | 2 lines

[MOD] user notes listing: add an 'edit' icon, particularly useful if the note has been saved without title + center icons + add an 'Actions' column header.

------------------------------------------------------------------------
r8853 | nyloth | 2007-07-15 14:43:39 +0200 (dim, 15 jui 2007) | 8 lines

[MOD] application menu (menu 42):

- new "Display 'MyTiki' in the application menu" feature, that allows to completely hide (or not) the 'MyTiki' menu,

- add 'Search' in the application menu,

- add a unique key "uniq_menu" to table "tiki_menu_options", to avoid useless duplicated menu items

------------------------------------------------------------------------
r8852 | fr_rodo | 2007-07-15 13:22:15 +0200 (dim, 15 jui 2007) | 2 lines

translation

------------------------------------------------------------------------
r8851 | sampaioprimo | 2007-07-15 05:03:28 +0200 (dim, 15 jui 2007) | 2 lines

translation

------------------------------------------------------------------------
r8850 | nyloth | 2007-07-15 00:51:06 +0200 (dim, 15 jui 2007) | 2 lines

[FIX] forums: keep displaying the form when previewing a new post to be able to validate it more easily.

------------------------------------------------------------------------
r8849 | nyloth | 2007-07-14 23:58:42 +0200 (sam, 14 jui 2007) | 13 lines

[FIX] users and groups admin: Avoid recurrent mistakes with special users and groups :

For user 'admin' (in tiki-adminusers):
  - remove the checkbox that was allows to apply actions on multiple users,
  - remove the 'assign group' action,
  - allow to change password if using LDAP through PEAR, since admin is not handled by PEAR Auth,
  - remove 'User must change his password at first login' option,
  - remove 'Registration' info,

For user 'admin' and groups 'Anonymous' and 'Registered' (in userslib and tiki-admingroups) :
  - prevent deleting,
  - prevent renaming

------------------------------------------------------------------------
r8848 | sampaioprimo | 2007-07-14 23:00:51 +0200 (sam, 14 jui 2007) | 2 lines

colon should be out of {tr} tag

------------------------------------------------------------------------
r8847 | nyloth | 2007-07-14 22:33:35 +0200 (sam, 14 jui 2007) | 2 lines

[MOD] since_last_visit and since_last_visit_new modules: add 'new calendar events' information.

------------------------------------------------------------------------
r8846 | nyloth | 2007-07-14 20:18:53 +0200 (sam, 14 jui 2007) | 2 lines

[FIX] forums: don't try to quote an empty comment.

------------------------------------------------------------------------
r8844 | nyloth | 2007-07-14 19:29:29 +0200 (sam, 14 jui 2007) | 2 lines

[FIX] forums: moderator action 'move to' was broken because the list of topics was not generated in tiki-view_forum_thread.php anymore.

------------------------------------------------------------------------
r8843 | nyloth | 2007-07-14 17:40:20 +0200 (sam, 14 jui 2007) | 2 lines

[FIX] comments: it was not possible to use actions on comments (other than forum replies)

------------------------------------------------------------------------
r8838 | sylvieg | 2007-07-14 14:33:58 +0200 (sam, 14 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8837 | sylvieg | 2007-07-14 14:17:49 +0200 (sam, 14 jui 2007) | 2 lines

[FIX]user homepage is not a tw homepage

------------------------------------------------------------------------
r8835 | sylvieg | 2007-07-13 22:59:54 +0200 (ven, 13 jui 2007) | 2 lines

[FIX]actionlog: usage graph

------------------------------------------------------------------------
r8833 | gillesm | 2007-07-13 17:32:24 +0200 (ven, 13 jui 2007) | 2 lines

bug correction on multimedia

------------------------------------------------------------------------
r8832 | gillesm | 2007-07-13 16:33:39 +0200 (ven, 13 jui 2007) | 2 lines

Bug correction on Multimedia in tracker Video works now

------------------------------------------------------------------------
r8829 | sylvieg | 2007-07-13 14:35:52 +0200 (ven, 13 jui 2007) | 2 lines

[FIX]actionlog: split the volum of modifications equally between each contributors/author

------------------------------------------------------------------------
r8828 | nyloth | 2007-07-13 10:54:25 +0200 (ven, 13 jui 2007) | 2 lines

[NEW] forums: new 'Allow first posts of a thread to have an empty body (will be a thread title)' option.

------------------------------------------------------------------------
r8827 | nyloth | 2007-07-13 10:20:23 +0200 (ven, 13 jui 2007) | 2 lines

[FIX] forums: if a warning is displayed due to a mistake when creating a new topic (e.g. no title has been given), also keep displaying the form (text inputs, ...) to be able to quickly fix the mistake and post again.

------------------------------------------------------------------------
r8826 | nyloth | 2007-07-13 09:36:29 +0200 (ven, 13 jui 2007) | 2 lines

[FIX] tikineat css: avoid linebreaks inside buttons.

------------------------------------------------------------------------
r8825 | nyloth | 2007-07-13 09:34:53 +0200 (ven, 13 jui 2007) | 2 lines

[FIX] forums: correctly handle the new 'tiki_p_forum_edit_own_posts' permission.

------------------------------------------------------------------------
r8824 | sylvieg | 2007-07-12 23:43:05 +0200 (jeu, 12 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8823 | sylvieg | 2007-07-12 22:15:11 +0200 (jeu, 12 jui 2007) | 2 lines

[MOD]actionlog: show also the action where the selected user is a contributor

------------------------------------------------------------------------
r8822 | sylvieg | 2007-07-12 22:10:00 +0200 (jeu, 12 jui 2007) | 2 lines

index

------------------------------------------------------------------------
r8821 | sylvieg | 2007-07-12 20:46:30 +0200 (jeu, 12 jui 2007) | 2 lines

[FIX]contributor: do not show the user as possible contributor

------------------------------------------------------------------------
r8820 | nyloth | 2007-07-12 19:50:30 +0200 (jeu, 12 jui 2007) | 2 lines

[NEW] forums: new permission 'tiki_p_forum_edit_own_posts' that allow to give users the right of modifying their own posts.

------------------------------------------------------------------------
r8819 | sylvieg | 2007-07-12 18:07:08 +0200 (jeu, 12 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8818 | sylvieg | 2007-07-12 16:54:00 +0200 (jeu, 12 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8817 | sylvieg | 2007-07-12 13:24:14 +0200 (jeu, 12 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8816 | sylvieg | 2007-07-12 12:40:44 +0200 (jeu, 12 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8815 | nyloth | 2007-07-12 11:43:01 +0200 (jeu, 12 jui 2007) | 2 lines

[MOD] forum css: some stylesheets to have more visible forum / comments warnings in tikineat theme.

------------------------------------------------------------------------
r8814 | nyloth | 2007-07-12 00:14:36 +0200 (jeu, 12 jui 2007) | 2 lines

[NEW] forums: new forum option 'Only allow replies to the first message (flat forum)' available for each forum. If enabled, users won't be able to reply to forum posts other than the first one (they reply to the thread), and the display style will be forced to 'plain' and styles choices will be hidden from the toolbar.

------------------------------------------------------------------------
r8813 | nkoth | 2007-07-11 23:57:56 +0200 (mer, 11 jui 2007) | 2 lines

[FIX] should not depend on ini_set to set session.save_path as some hosts do not support it (manual merge from BRANCH-1-9)

------------------------------------------------------------------------
r8812 | sylvieg | 2007-07-11 19:25:12 +0200 (mer, 11 jui 2007) | 2 lines

[MOD]contributors: show contributor in history

------------------------------------------------------------------------
r8811 | pkdille | 2007-07-11 18:27:49 +0200 (mer, 11 jui 2007) | 2 lines

[FIX] tiki.sql: 2 mistakes in this file

------------------------------------------------------------------------
r8810 | sylvieg | 2007-07-11 16:35:54 +0200 (mer, 11 jui 2007) | 2 lines

change duplicate lines of code to get_perm_object

------------------------------------------------------------------------
r8809 | sylvieg | 2007-07-11 16:31:09 +0200 (mer, 11 jui 2007) | 2 lines

oops a lost commit

------------------------------------------------------------------------
r8808 | sylvieg | 2007-07-11 16:22:14 +0200 (mer, 11 jui 2007) | 2 lines

manual merge

------------------------------------------------------------------------
r8807 | sylvieg | 2007-07-11 13:09:50 +0200 (mer, 11 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8806 | sylvieg | 2007-07-11 12:45:30 +0200 (mer, 11 jui 2007) | 2 lines

[NEW]log sql: option to record the log sql in the table adodb_logsql

------------------------------------------------------------------------
r8805 | sylvieg | 2007-07-11 11:14:06 +0200 (mer, 11 jui 2007) | 2 lines

[FIX]re rolback: use smarty modifieur username to display real name in settings are there

------------------------------------------------------------------------
r8804 | sylvieg | 2007-07-10 23:59:32 +0200 (mar, 10 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8803 | sylvieg | 2007-07-10 23:21:58 +0200 (mar, 10 jui 2007) | 2 lines

[FIX]userlink: rollback 1.19. A userlink in a dropdown box is not really useful - and it does not work

------------------------------------------------------------------------
r8802 | sylvieg | 2007-07-10 23:17:31 +0200 (mar, 10 jui 2007) | 2 lines

[MOD]fgal: have at least the title input size to 40 and not the default 20 as the textarea below is 40

------------------------------------------------------------------------
r8801 | sylvieg | 2007-07-10 16:45:26 +0200 (mar, 10 jui 2007) | 2 lines

[FIX]wiki: is_html was forced to true if wysiwyg is on but not used

------------------------------------------------------------------------
r8800 | sylvieg | 2007-07-10 16:36:33 +0200 (mar, 10 jui 2007) | 2 lines

notice

------------------------------------------------------------------------
r8799 | sylvieg | 2007-07-10 16:01:28 +0200 (mar, 10 jui 2007) | 2 lines

sync

------------------------------------------------------------------------
r8798 | sylvieg | 2007-07-10 15:58:49 +0200 (mar, 10 jui 2007) | 2 lines

duplicate the index creation in 1_9to1.10

------------------------------------------------------------------------
r8797 | sylvieg | 2007-07-10 15:55:48 +0200 (mar, 10 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8796 | sylvieg | 2007-07-10 13:06:01 +0200 (mar, 10 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8795 | sylvieg | 2007-07-09 23:45:07 +0200 (lun, 09 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8794 | sylvieg | 2007-07-09 23:33:00 +0200 (lun, 09 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8793 | sylvieg | 2007-07-09 23:22:22 +0200 (lun, 09 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8792 | sylvieg | 2007-07-09 19:53:10 +0200 (lun, 09 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8791 | jyhem | 2007-07-09 19:13:47 +0200 (lun, 09 jui 2007) | 2 lines

[FIX] typo

------------------------------------------------------------------------
r8790 | sylvieg | 2007-07-09 12:42:57 +0200 (lun, 09 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD->no merge

------------------------------------------------------------------------
r8789 | pkdille | 2007-07-09 12:14:41 +0200 (lun, 09 jui 2007) | 2 lines

[FIX] quicktags: Avoid creation of false "create table" quicktag in tiki.sql script

------------------------------------------------------------------------
r8788 | pkdille | 2007-07-09 11:16:03 +0200 (lun, 09 jui 2007) | 2 lines

[FIX] quicktags: delete (and avoid creation) false "create table" quicktag

------------------------------------------------------------------------
r8787 | nyloth | 2007-07-09 10:23:57 +0200 (lun, 09 jui 2007) | 2 lines

[FIX] woops, remove print debug.

------------------------------------------------------------------------
r8786 | pkdille | 2007-07-09 09:28:27 +0200 (lun, 09 jui 2007) | 2 lines

[FIX] tiki-admin_forums: edit forum link was twice on that grid with two different icons

------------------------------------------------------------------------
r8785 | sampaioprimo | 2007-07-09 06:21:59 +0200 (lun, 09 jui 2007) | 2 lines

translation

------------------------------------------------------------------------
r8784 | sampaioprimo | 2007-07-09 00:57:22 +0200 (lun, 09 jui 2007) | 2 lines

[ADD] support for user articles and forum comments on tiki-user_information.php

------------------------------------------------------------------------
r8783 | sylvieg | 2007-07-08 23:24:42 +0200 (dim, 08 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8782 | sylvieg | 2007-07-08 22:30:38 +0200 (dim, 08 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD->no merge

------------------------------------------------------------------------
r8781 | nkoth | 2007-07-08 20:29:42 +0200 (dim, 08 jui 2007) | 2 lines

[FIX] should respect category perms

------------------------------------------------------------------------
r8780 | nyloth | 2007-07-08 19:39:05 +0200 (dim, 08 jui 2007) | 39 lines

[NEW][MOD] forums: new configuration options + cleaning

In short, this commit allows to choose thread display preferences in the general forum config panel, which may be overriden by the same preferences in each forum config, which may be overriden by users with the display preferences toolbar in thread view.

More precisely :

  * Add new "Threads default preferences" in the general forum configuration panel (tiki-admin.php?page=forums):

	- "Allow to manage thread defaults in each forum configuration": allows to override preferences of "Threads default preferences" for each forums, in tiki-admin_forums.php (see below),

	- "Display thread configuration bar to override defaults": allows to decide weither to display or not the display preferences in the 'view forum thread' page,

	- "Configuration bar settings are the kept for all forums during the user session": allows to store in session variables the last thread preferences decided by users (needs "Display thread configuration bar to override defaults" to be enabled)

	- "Default number of comments per page", that defaults to '20'

	- "Default thread style", that defaults to 'Plain' (this closes dev.tw.o feature request #1106, since the default view was hardcoded before),

	- "Default thread sort mode", that defaults to 'Newest first',


  * Reorganize and add options in each forum configuration page (tiki-admin_forums.php):

	- group preferences related to topics in a "Set topics preferences" zone that can be hiden to reduce page length,

	- group preferences related to threads in a "Set thread preferences" zone that can also be hiden and that includes now all the thread displaying preferences proposed in the general forum configuration panel (i.e. thread sort mode, thread style, comments per page). Remember that this zone is not visible at all if the general option "Allow to manage thread defaults in each forum configuration" is disabled.


  * Add new sorting options to the "thread configuration bar" in the thread view page (tiki-view_forum_thread.php), "Title (desc)" and "Title (asc)", in order to have the same choices everywhere. This bar can now be removed (see above),


  * Code cleaning and fixes :

	- homogeinize of variables names used in thread preferences process (be WARNED that this has an impact on bookmarked URL with thread display preferences): 'comments_default_ordering', 'comments_sort_mode' => 'thread_sort_mode' ; 'comments_maxComments' => 'comments_per_page' ; 'comments_style' => 'thread_style',

	- factorize the code that handles thread preferences variables. Use an array of variable names (handled_requests) that could be extended to manage more easily new preferences in comments.php,

	- fix the default value of thread "comments_per_page" that was based on value used for topics

------------------------------------------------------------------------
r8779 | nyloth | 2007-07-06 23:10:37 +0200 (ven, 06 jui 2007) | 2 lines

[MOD] comments css: differentiate 'user info icons' from 'user action icons' + remove BR tag.

------------------------------------------------------------------------
r8778 | nyloth | 2007-07-06 22:35:14 +0200 (ven, 06 jui 2007) | 2 lines

[FIX] user avatar: wrong function 'get_user_login' was used instead of 'get_user_id' to find the user id + return an empty string if user has no defined avatar instead of an empty link.

------------------------------------------------------------------------
r8777 | sylvieg | 2007-07-06 20:06:58 +0200 (ven, 06 jui 2007) | 2 lines

[FIX] replace information.tpl with a classic mid tpl to avoid duplication of the general layout

------------------------------------------------------------------------
r8776 | jyhem | 2007-07-06 19:19:20 +0200 (ven, 06 jui 2007) | 2 lines

[MOD] better translation

------------------------------------------------------------------------
r8775 | sylvieg | 2007-07-06 17:31:11 +0200 (ven, 06 jui 2007) | 2 lines

icon

------------------------------------------------------------------------
r8774 | sylvieg | 2007-07-06 17:01:45 +0200 (ven, 06 jui 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r8773 | gillesm | 2007-07-06 15:02:15 +0200 (ven, 06 jui 2007) | 2 lines

Trace suppression in multiplayer.swf

------------------------------------------------------------------------
r8772 | gillesm | 2007-07-06 14:25:35 +0200 (ven, 06 jui 2007) | 2 lines

Bugs corrected on Multimedia in trackers .. Problem again on video

------------------------------------------------------------------------
r8771 | sylvieg | 2007-07-06 13:42:31 +0200 (ven, 06 jui 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r8770 | sylvieg | 2007-07-06 12:54:56 +0200 (ven, 06 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8769 | jyhem | 2007-07-06 10:20:30 +0200 (ven, 06 jui 2007) | 2 lines

[FIX] merge conflict resolution

------------------------------------------------------------------------
r8767 | sylvieg | 2007-07-06 01:08:31 +0200 (ven, 06 jui 2007) | 2 lines

[FIX] stringer code

------------------------------------------------------------------------
r8766 | sylvieg | 2007-07-06 01:07:29 +0200 (ven, 06 jui 2007) | 2 lines

[FIX]tpl: some navbar class

------------------------------------------------------------------------
r8765 | sylvieg | 2007-07-06 01:02:05 +0200 (ven, 06 jui 2007) | 2 lines

[FIX]calendar: if only one calendar do not bother about which one

------------------------------------------------------------------------
r8764 | sylvieg | 2007-07-06 00:57:23 +0200 (ven, 06 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8763 | sylvieg | 2007-07-05 23:06:40 +0200 (jeu, 05 jui 2007) | 2 lines

[FIX]trackerlist: stronger code, if the list of fields is terminated with :

------------------------------------------------------------------------
r8762 | jyhem | 2007-07-05 18:10:04 +0200 (jeu, 05 jui 2007) | 2 lines

[MOD] This menu item was misleading: the link just creates a new article

------------------------------------------------------------------------
r8761 | sylvieg | 2007-07-05 17:09:42 +0200 (jeu, 05 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8760 | gillesm | 2007-07-04 20:28:19 +0200 (mer, 04 jui 2007) | 2 lines

MP3 ans FLV video streaming works on trackers (I am testing again)

------------------------------------------------------------------------
r8759 | sampaioprimo | 2007-07-04 20:20:48 +0200 (mer, 04 jui 2007) | 2 lines

translation

------------------------------------------------------------------------
r8758 | sylvieg | 2007-07-03 23:58:53 +0200 (mar, 03 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8757 | sylvieg | 2007-07-03 23:53:27 +0200 (mar, 03 jui 2007) | 2 lines

[FIX]wiki: cache is too small - upgrading to longtext

------------------------------------------------------------------------
r8756 | sylvieg | 2007-07-03 20:37:45 +0200 (mar, 03 jui 2007) | 2 lines

[FIX]registration: If the registred group is not in the groups that can be chosen at registration and if a group can be choosen, a group is then mandatory

------------------------------------------------------------------------
r8755 | sylvieg | 2007-07-03 18:03:33 +0200 (mar, 03 jui 2007) | 2 lines

[FIX]tracker: sort fields like in the tracker param had broken user tracker: the administrative fields must be kept

------------------------------------------------------------------------
r8754 | sept_7 | 2007-07-03 17:01:13 +0200 (mar, 03 jui 2007) | 2 lines

[FIX] tikidblib : add postgres8 to special request translation

------------------------------------------------------------------------
r8753 | nyloth | 2007-07-03 16:30:39 +0200 (mar, 03 jui 2007) | 2 lines

[MOD] comments: always remove empty lines at the end of a posted comment.

------------------------------------------------------------------------
r8752 | nyloth | 2007-07-03 00:05:13 +0200 (mar, 03 jui 2007) | 2 lines

[FIX] forum threads and comments: small adjustments in CSS to be less broken with some 1.9 styles

------------------------------------------------------------------------
r8751 | nyloth | 2007-07-02 22:53:21 +0200 (lun, 02 jui 2007) | 31 lines

[MOD] forum and comments: complete relooking of forum threads (and comments)

  * Reorganize the default place and design of every comment element (date, action buttons, author or comment infos, ...). This has been done have a lighter interface and to clean the comments left side in order to be able to easily read the full thread from top to bottom without having some visually disturbing elements,

  * Do not use obsolete or unappropriate tags (e.g. TABLE) in forum thread anymore (except for the reply form). Use DIV and SPAN tags instead, with a full CSS-driven layout that will also offer far more possibilities for designers,

  * Merge the code used to display the first thread comment with the one used for other comments to avoid maintaining duplicated code, and split comment.tpl in multiple reusable files,

  * Add a "edge icon" to have child comments more identifiables in a threaded view,

  * Add the "Author" information in the "headers only" view,

  * New "back to top" icon on each comment footer,

  * Remove "author" and "message" headers on each comments, since they are evident and are eating place,

  * Reorder moderator actions to have a nicer interface,

  * Fix "user email" that was checking if "email is public" equals to 'y', which cannot be the case since this preference is now used to store the email scrambling method instead of 'y',

  * Propagate a bit more the use of html_image smarty function,

  * Small text / french translation fixes,

  * Temporarily removed the "Hide all" link and "Comments below your current threshold" info, that seemed both buggy.


Note that this kind of update (especially on modernizing HTML / CSS code) has an important impact on themes. This is why I based my work on tikineat (probably the most used theme) and placed CSS definitions in the already existing styles/transitions/1.9to1.10.css , in order to have something coherent with most of 1.9 themes that will have to be upgraded to 1.10 to take care of this kind of updates.

Feedback will be appreciated :)

------------------------------------------------------------------------
r8750 | sylvieg | 2007-07-02 18:38:43 +0200 (lun, 02 jui 2007) | 2 lines

[FIX]console error: why import css was used - with a regular link css, there are 2 errors less

------------------------------------------------------------------------
r8749 | sylvieg | 2007-07-02 17:15:51 +0200 (lun, 02 jui 2007) | 2 lines

[FIX]adodb: strnage bug in adodb - was not creating the params iof not casted

------------------------------------------------------------------------
r8748 | jyhem | 2007-07-02 17:07:00 +0200 (lun, 02 jui 2007) | 2 lines

[MOD] subscription confirmation needed highlighting

------------------------------------------------------------------------
r8747 | sylvieg | 2007-07-02 15:35:13 +0200 (lun, 02 jui 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8746 | sampaioprimo | 2007-07-02 06:27:54 +0200 (lun, 02 jui 2007) | 2 lines

[FIX] itemId should be modified not objectId when approving an article

------------------------------------------------------------------------
r8745 | sampaioprimo | 2007-07-02 06:13:18 +0200 (lun, 02 jui 2007) | 2 lines

[FIX] only show freetag.tpl if user has perm

------------------------------------------------------------------------
r8744 | tombombadilom | 2007-07-02 03:34:42 +0200 (lun, 02 jui 2007) | 2 lines

added author list

------------------------------------------------------------------------
r8743 | sampaioprimo | 2007-07-01 23:11:34 +0200 (dim, 01 jui 2007) | 2 lines

fix position of freetags include

------------------------------------------------------------------------
r8742 | tombombadilom | 2007-07-01 19:02:58 +0200 (dim, 01 jui 2007) | 2 lines

added creator field in newsletters

------------------------------------------------------------------------
r8741 | tombombadilom | 2007-07-01 18:59:15 +0200 (dim, 01 jui 2007) | 2 lines

added creator field to newsletters

------------------------------------------------------------------------
r8740 | mose | 2007-07-01 18:56:02 +0200 (dim, 01 jui 2007) | 2 lines

[MOD] newsletters: new field, author

------------------------------------------------------------------------
r8738 | sylvieg | 2007-06-30 14:13:50 +0200 (sam, 30 jun 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8737 | sylvieg | 2007-06-30 02:52:05 +0200 (sam, 30 jun 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8736 | sylvieg | 2007-06-30 02:44:09 +0200 (sam, 30 jun 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8735 | sylvieg | 2007-06-30 01:28:29 +0200 (sam, 30 jun 2007) | 2 lines

oops trace

------------------------------------------------------------------------
r8734 | sylvieg | 2007-06-30 01:19:06 +0200 (sam, 30 jun 2007) | 2 lines

[FIX]outbound forum: catch also inline attachment

------------------------------------------------------------------------
r8733 | sylvieg | 2007-06-29 23:53:34 +0200 (ven, 29 jun 2007) | 2 lines

trace

------------------------------------------------------------------------
r8732 | jyhem | 2007-06-29 20:08:29 +0200 (ven, 29 jun 2007) | 2 lines

[FIX] typo

------------------------------------------------------------------------
r8731 | gillesm | 2007-06-29 18:55:34 +0200 (ven, 29 jun 2007) | 2 lines

other bugs in multimedia trackers ...

------------------------------------------------------------------------
r8730 | gillesm | 2007-06-29 18:51:42 +0200 (ven, 29 jun 2007) | 2 lines

Bugs in multimedia trackers

------------------------------------------------------------------------
r8729 | gillesm | 2007-06-29 18:33:41 +0200 (ven, 29 jun 2007) | 3 lines

Multimedia Flash9 implementation in the trackers. But some bugs... I commit to continue
at home....

------------------------------------------------------------------------
r8728 | sylvieg | 2007-06-29 15:58:05 +0200 (ven, 29 jun 2007) | 2 lines

[MOD] better strings

------------------------------------------------------------------------
r8727 | sylvieg | 2007-06-29 14:37:17 +0200 (ven, 29 jun 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8726 | xavidp | 2007-06-29 08:36:07 +0200 (ven, 29 jun 2007) | 2 lines

[FIX] small WYSIWICA improvement: only admin users can see the "delete all with checked" info at bottom of page

------------------------------------------------------------------------
r8725 | sampaioprimo | 2007-06-29 06:30:28 +0200 (ven, 29 jun 2007) | 2 lines

fix string tranlation

------------------------------------------------------------------------
r8724 | sampaioprimo | 2007-06-29 06:17:54 +0200 (ven, 29 jun 2007) | 2 lines

more translation

------------------------------------------------------------------------
r8722 | sampaioprimo | 2007-06-28 21:57:41 +0200 (jeu, 28 jun 2007) | 2 lines

more translation

------------------------------------------------------------------------
r8720 | sylvieg | 2007-06-28 21:03:18 +0200 (jeu, 28 jun 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8719 | sylvieg | 2007-06-28 15:42:57 +0200 (jeu, 28 jun 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8718 | jyhem | 2007-06-28 14:32:05 +0200 (jeu, 28 jun 2007) | 2 lines

Icon for "back to homepage" link

------------------------------------------------------------------------
r8717 | sylvieg | 2007-06-28 00:44:27 +0200 (jeu, 28 jun 2007) | 2 lines

some

------------------------------------------------------------------------
r8716 | sylvieg | 2007-06-27 23:49:25 +0200 (mer, 27 jun 2007) | 2 lines

[FIX]bad comment closing

------------------------------------------------------------------------
r8715 | sampaioprimo | 2007-06-27 21:15:18 +0200 (mer, 27 jun 2007) | 2 lines

add support for freetags also on tiki-edit_submission.php

------------------------------------------------------------------------
r8714 | sampaioprimo | 2007-06-27 20:54:03 +0200 (mer, 27 jun 2007) | 2 lines

fix strings translation on pt-br language.php

------------------------------------------------------------------------
r8713 | sylvieg | 2007-06-27 18:04:48 +0200 (mer, 27 jun 2007) | 2 lines

notice

------------------------------------------------------------------------
r8712 | sylvieg | 2007-06-27 17:38:14 +0200 (mer, 27 jun 2007) | 2 lines

notice

------------------------------------------------------------------------
r8711 | gillesm | 2007-06-27 14:21:24 +0200 (mer, 27 jun 2007) | 2 lines

Mutlimedia and copyright icon in tiki-admin-anchors.tpl

------------------------------------------------------------------------
r8710 | sylvieg | 2007-06-26 23:05:31 +0200 (mar, 26 jun 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8709 | sylvieg | 2007-06-26 23:00:58 +0200 (mar, 26 jun 2007) | 2 lines

[MOD]categoy: can choose to use or not phplayers for browsing

------------------------------------------------------------------------
r8708 | sylvieg | 2007-06-26 20:25:45 +0200 (mar, 26 jun 2007) | 2 lines

[MOD]thumb plugin additional sticky param (see overlib doc)

------------------------------------------------------------------------
r8707 | gillesm | 2007-06-26 19:42:58 +0200 (mar, 26 jun 2007) | 2 lines

Bugs in Multimedia admin

------------------------------------------------------------------------
r8706 | sylvieg | 2007-06-26 18:17:58 +0200 (mar, 26 jun 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8705 | gillesm | 2007-06-26 17:29:15 +0200 (mar, 26 jun 2007) | 2 lines

Admin for multimedia

------------------------------------------------------------------------
r8704 | sylvieg | 2007-06-26 17:29:14 +0200 (mar, 26 jun 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8703 | gillesm | 2007-06-26 17:19:36 +0200 (mar, 26 jun 2007) | 2 lines

Multimedia Flash 9 integration (admin module)

------------------------------------------------------------------------
r8702 | niclone | 2007-06-26 17:04:29 +0200 (mar, 26 jun 2007) | 2 lines

[FIX] tiki-register: ommited to remove this cpaint depend while was converting tiki-register to xajax

------------------------------------------------------------------------
r8701 | sylvieg | 2007-06-26 15:58:46 +0200 (mar, 26 jun 2007) | 2 lines

[FIX]rerun a getstring after Jyhem commit with conflict

------------------------------------------------------------------------
r8700 | tombombadilom | 2007-06-26 15:48:46 +0200 (mar, 26 jun 2007) | 2 lines

corrected multiples errors bad merge ?

------------------------------------------------------------------------
r8699 | sylvieg | 2007-06-25 21:44:34 +0200 (lun, 25 jun 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8698 | niclone | 2007-06-25 18:32:41 +0200 (lun, 25 jun 2007) | 2 lines

[FIX] tiki-register: use now xajax instead of cpaint

------------------------------------------------------------------------
r8697 | ang23 | 2007-06-25 18:27:02 +0200 (lun, 25 jun 2007) | 2 lines

better fix for utf8 weirdness in dynvars... dynvar names should be lowercase from now on...

------------------------------------------------------------------------
r8696 | sampaioprimo | 2007-06-25 16:58:00 +0200 (lun, 25 jun 2007) | 2 lines

[FIX] when editing a wiki page keep tags from the form in preview mode

------------------------------------------------------------------------
r8695 | sampaioprimo | 2007-06-25 16:46:22 +0200 (lun, 25 jun 2007) | 2 lines

[ADD] freetags support on articles (please see comment on tiki-read_article.php)

------------------------------------------------------------------------
r8694 | jyhem | 2007-06-25 16:29:03 +0200 (lun, 25 jun 2007) | 2 lines

[MOD] vérouiller -> verrouiller, plus translate some untranslated strings

------------------------------------------------------------------------
r8693 | mose | 2007-06-25 15:33:29 +0200 (lun, 25 jun 2007) | 2 lines

[FIX] newsletter: changed var name for user to avoid check on emptiness of this var

------------------------------------------------------------------------
r8692 | sylvieg | 2007-06-25 12:30:56 +0200 (lun, 25 jun 2007) | 2 lines

[FIX]calendar: replace strftime that depends on local with daet_format - the selected time in the item edit was 1 hour less

------------------------------------------------------------------------
r8691 | jyhem | 2007-06-25 12:12:25 +0200 (lun, 25 jun 2007) | 2 lines

[FIX] remove blank line after last "?>"

------------------------------------------------------------------------
r8690 | ang23 | 2007-06-24 21:22:42 +0200 (dim, 24 jun 2007) | 2 lines

fixed some strange utf8 issue with dynvars

------------------------------------------------------------------------
r8689 | nyloth | 2007-06-24 13:11:08 +0200 (dim, 24 jun 2007) | 2 lines

[FIX] banners: remove a wrong call to 'return' (was probably used for debugging purposes) + really use the 'map' array to use appropriate day names (and not day numbers) as field names in the sql query. Thanx to rodrigo for reporting this bug.

------------------------------------------------------------------------
r8687 | sylvieg | 2007-06-22 23:04:00 +0200 (ven, 22 jun 2007) | 2 lines

[FIX]calendar: need the visible calendars box even if only one calendar to be select to hide/show this calendar

------------------------------------------------------------------------
r8686 | sylvieg | 2007-06-22 23:02:07 +0200 (ven, 22 jun 2007) | 2 lines

rollback and put the part in comments: do not understand why it scratchs on some system

------------------------------------------------------------------------
r8685 | gillesm | 2007-06-22 22:52:13 +0200 (ven, 22 jun 2007) | 2 lines

multimedia beginning

------------------------------------------------------------------------
r8684 | sylvieg | 2007-06-22 22:46:25 +0200 (ven, 22 jun 2007) | 2 lines

[FIX]instal: on some system, tiki-install.php was proposed to be downloaded instead of executed

------------------------------------------------------------------------
r8682 | gillesm | 2007-06-22 19:06:30 +0200 (ven, 22 jun 2007) | 2 lines

multimedia implementation

------------------------------------------------------------------------
r8681 | sylvieg | 2007-06-22 15:44:27 +0200 (ven, 22 jun 2007) | 2 lines

[FIX]fgal: close/open comment zone

------------------------------------------------------------------------
r8680 | sampaioprimo | 2007-06-22 07:04:16 +0200 (ven, 22 jun 2007) | 2 lines

more translation

------------------------------------------------------------------------
r8679 | gillesm | 2007-06-21 15:07:34 +0200 (jeu, 21 jun 2007) | 2 lines

BUG in category corrected type=> o.typew

------------------------------------------------------------------------
r8678 | sampaioprimo | 2007-06-21 05:25:57 +0200 (jeu, 21 jun 2007) | 2 lines

a few strings translated

------------------------------------------------------------------------
r8677 | sylvieg | 2007-06-20 23:35:58 +0200 (mer, 20 jun 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8676 | sylvieg | 2007-06-20 21:20:55 +0200 (mer, 20 jun 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8675 | sylvieg | 2007-06-20 20:38:58 +0200 (mer, 20 jun 2007) | 2 lines

manual merge

------------------------------------------------------------------------
r8674 | sylvieg | 2007-06-20 16:06:09 +0200 (mer, 20 jun 2007) | 2 lines

typo

------------------------------------------------------------------------
r8673 | sylvieg | 2007-06-20 15:54:04 +0200 (mer, 20 jun 2007) | 2 lines

[MOD]tracker item view: use of tracker_item_field_value to go on with suppression of duplicated code

------------------------------------------------------------------------
r8670 | jyhem | 2007-06-19 17:12:31 +0200 (mar, 19 jun 2007) | 2 lines

References to tiki_p_batch_upload_files_dir should not exist, as it's been replaced by tiki_p_batch_upload_file_dir

------------------------------------------------------------------------
r8669 | sylvieg | 2007-06-19 16:08:22 +0200 (mar, 19 jun 2007) | 2 lines

spelling

------------------------------------------------------------------------
r8667 | sylvieg | 2007-06-19 16:04:04 +0200 (mar, 19 jun 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r8658 | niclone | 2007-06-19 13:22:26 +0200 (mar, 19 jun 2007) | 2 lines

[FIX] mods: forgotten to remove my debug code...

------------------------------------------------------------------------
r8656 | niclone | 2007-06-19 13:06:49 +0200 (mar, 19 jun 2007) | 2 lines

[FIX] mods: sql-upgrade was not working anymore.

------------------------------------------------------------------------
r8653 | sylvieg | 2007-06-19 12:41:43 +0200 (mar, 19 jun 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r8652 | sampaioprimo | 2007-06-19 06:46:22 +0200 (mar, 19 jun 2007) | 2 lines

removed duplicate entry for "regex search and replace"

------------------------------------------------------------------------
r8651 | sampaioprimo | 2007-06-19 04:57:36 +0200 (mar, 19 jun 2007) | 2 lines

merge from tiki1.9 pt-br language.php to tiki1.10 pt-br language.php

------------------------------------------------------------------------
r8650 | sylvieg | 2007-06-18 17:43:43 +0200 (lun, 18 jun 2007) | 2 lines

[FIX]newsletters: add a max_execution_time to not limited for system that can change it (will not work at least in safe_mode on) but better than a timeout...

------------------------------------------------------------------------
r8649 | sylvieg | 2007-06-18 17:29:30 +0200 (lun, 18 jun 2007) | 2 lines

[FIX]newsletters: trim the email fromt the file to avoid CR

------------------------------------------------------------------------
r8648 | sylvieg | 2007-06-18 15:34:58 +0200 (lun, 18 jun 2007) | 2 lines

[FIX]newsletter: put back the file, the textarea with a list of emails can not be sufficient

------------------------------------------------------------------------
r8647 | sylvieg | 2007-06-18 15:02:14 +0200 (lun, 18 jun 2007) | 2 lines

 bad merge

------------------------------------------------------------------------
r8646 | sylvieg | 2007-06-17 16:03:29 +0200 (dim, 17 jun 2007) | 2 lines

[FIX]move cetegory_reinforce

------------------------------------------------------------------------
r8645 | sylvieg | 2007-06-17 15:50:19 +0200 (dim, 17 jun 2007) | 2 lines

[FIX]bad merge: still to convert icon to new one

------------------------------------------------------------------------
r8642 | sylvieg | 2007-06-17 00:18:09 +0200 (dim, 17 jun 2007) | 2 lines

bad marge

------------------------------------------------------------------------
r8641 | sylvieg | 2007-06-17 00:09:14 +0200 (dim, 17 jun 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD->manual

------------------------------------------------------------------------
r8640 | toggg | 2007-06-16 21:09:15 +0200 (sam, 16 jun 2007) | 2 lines

Avoid an easy way to escape captcha

------------------------------------------------------------------------
r8638 | sylvieg | 2007-06-16 18:02:10 +0200 (sam, 16 jun 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8637 | tombombadilom | 2007-06-16 17:27:33 +0200 (sam, 16 jun 2007) | 2 lines

corrected the exemple for with correct xajaxlib and axjax.js path

------------------------------------------------------------------------
r8633 | sylvieg | 2007-06-15 18:29:43 +0200 (ven, 15 jun 2007) | 2 lines

[FIX]page-bar: take away the table foramtting - because now with these new options, the page fits only large window

------------------------------------------------------------------------
r8632 | sylvieg | 2007-06-15 16:37:11 +0200 (ven, 15 jun 2007) | 2 lines

notice

------------------------------------------------------------------------
r8629 | niclone | 2007-06-15 13:50:21 +0200 (ven, 15 jun 2007) | 2 lines

[MOD] jscalendar: added smarty ifFormat parameter of jscalendar

------------------------------------------------------------------------
r8627 | mose | 2007-06-15 13:33:06 +0200 (ven, 15 jun 2007) | 2 lines

[FIX] perms: sync from 1.9 branch

------------------------------------------------------------------------
r8626 | mose | 2007-06-15 13:26:11 +0200 (ven, 15 jun 2007) | 2 lines

[FIX] perms: nasty perms attribution of view for anonymous in upgrade script

------------------------------------------------------------------------
r8624 | mose | 2007-06-15 00:21:56 +0200 (ven, 15 jun 2007) | 2 lines

[FIX] sql: removed duplicate declaration on tiki_p_list_tracker

------------------------------------------------------------------------
r8623 | jyhem | 2007-06-14 20:22:08 +0200 (jeu, 14 jun 2007) | 2 lines

Typo (SQL is soooo inconsistent)

------------------------------------------------------------------------
r8622 | jyhem | 2007-06-14 20:14:19 +0200 (jeu, 14 jun 2007) | 2 lines

Now we "can may execute this command as often as you like" as advised in the header without duplicating lines uselessly every time.

------------------------------------------------------------------------
r8604 | niclone | 2007-06-14 10:22:54 +0200 (jeu, 14 jun 2007) | 2 lines

[FIX] mods: button "check again" was not working while modifying package list to install before real install.

------------------------------------------------------------------------
r8596 | sylvieg | 2007-06-13 19:37:42 +0200 (mer, 13 jun 2007) | 2 lines

[FIX]it is not because provpass is not empty that a  user is invalid (remind passsword situation)

------------------------------------------------------------------------
r8593 | sylvieg | 2007-06-13 19:29:36 +0200 (mer, 13 jun 2007) | 2 lines

icons

------------------------------------------------------------------------
r8591 | jyhem | 2007-06-13 18:30:44 +0200 (mer, 13 jun 2007) | 2 lines

Back to previous version (the lines had a purpose)

------------------------------------------------------------------------
r8589 | jyhem | 2007-06-13 17:15:53 +0200 (mer, 13 jun 2007) | 2 lines

Group perms should not appear during upgrades. These should be set willingly.

------------------------------------------------------------------------
r8585 | mose | 2007-06-13 01:45:52 +0200 (mer, 13 jun 2007) | 2 lines

[FIX] registration: fixed email validation scheme. also fixed hash_pass for it uses only md5 of password, and not login.pass, otherwise we can't decently think about changing login.

------------------------------------------------------------------------
r8584 | sylvieg | 2007-06-12 20:01:08 +0200 (mar, 12 jun 2007) | 2 lines

notice

------------------------------------------------------------------------
r8583 | sylvieg | 2007-06-12 18:13:54 +0200 (mar, 12 jun 2007) | 2 lines

[MOD]login: if login is email, label email and not user

------------------------------------------------------------------------
r8582 | sylvieg | 2007-06-12 14:33:43 +0200 (mar, 12 jun 2007) | 2 lines

[FIX]calendar: do not escape the url to have a http:// url working

------------------------------------------------------------------------
r8581 | sylvieg | 2007-06-12 14:22:08 +0200 (mar, 12 jun 2007) | 2 lines

[FIX]calendat: missing hour_minmax when viewing

------------------------------------------------------------------------
r8580 | sylvieg | 2007-06-12 12:50:11 +0200 (mar, 12 jun 2007) | 2 lines

[FIX]style fmsc: try to improve the calendar aspect - can not do much as the calendar classes are outside now

------------------------------------------------------------------------
r8579 | sylvieg | 2007-06-12 11:41:18 +0200 (mar, 12 jun 2007) | 2 lines

[FIX]calendar: seems the var url has been renamed web

------------------------------------------------------------------------
r8578 | sylvieg | 2007-06-12 11:16:33 +0200 (mar, 12 jun 2007) | 2 lines

cvs info

------------------------------------------------------------------------
r8577 | sylvieg | 2007-06-12 11:06:40 +0200 (mar, 12 jun 2007) | 2 lines

[FIX]calendar: time_start ans time_end are undefined - unfinished code? please check

------------------------------------------------------------------------
r8576 | sylvieg | 2007-06-11 12:11:17 +0200 (lun, 11 jun 2007) | 2 lines

[MOD] add tiki release in the last up line

------------------------------------------------------------------------
r8575 | mose | 2007-06-11 03:54:32 +0200 (lun, 11 jun 2007) | 2 lines

[MOD] trackerlist: made a possible special filter #user for matching current user login as filter

------------------------------------------------------------------------
r8574 | sylvieg | 2007-06-08 20:13:32 +0200 (ven, 08 jun 2007) | 2 lines

[FIX]fmsc style: some left align

------------------------------------------------------------------------
r8573 | sylvieg | 2007-06-08 20:07:48 +0200 (ven, 08 jun 2007) | 2 lines

[FIX]wrench icon->admin feature: clean on place/+alt

------------------------------------------------------------------------
r8572 | sylvieg | 2007-06-08 18:23:10 +0200 (ven, 08 jun 2007) | 2 lines

[MOD]tracker: outbound email can be a list of emails separated with comma

------------------------------------------------------------------------
r8571 | sylvieg | 2007-06-08 17:15:08 +0200 (ven, 08 jun 2007) | 2 lines

some

------------------------------------------------------------------------
r8570 | sylvieg | 2007-06-08 17:03:33 +0200 (ven, 08 jun 2007) | 2 lines

typo

------------------------------------------------------------------------
r8569 | sylvieg | 2007-06-08 16:33:39 +0200 (ven, 08 jun 2007) | 2 lines

merge

------------------------------------------------------------------------
r8568 | sylvieg | 2007-06-08 12:56:54 +0200 (ven, 08 jun 2007) | 2 lines

[FIX]navbar cleaning

------------------------------------------------------------------------
r8567 | sylvieg | 2007-06-07 19:45:32 +0200 (jeu, 07 jun 2007) | 2 lines

notice

------------------------------------------------------------------------
r8566 | sylvieg | 2007-06-07 19:35:08 +0200 (jeu, 07 jun 2007) | 2 lines

[FIX]register: do not parse the plugin tracker as already in html(roll back 1.59 that was a oops

------------------------------------------------------------------------
r8565 | sylvieg | 2007-06-07 17:16:31 +0200 (jeu, 07 jun 2007) | 2 lines

[FIX]tracker: plugin tracker was not checking if a radio field was mandatory + was not keeping the current value

------------------------------------------------------------------------
r8564 | sylvieg | 2007-06-07 16:03:53 +0200 (jeu, 07 jun 2007) | 2 lines

[FIX]users: show also the initials if initial is selected

------------------------------------------------------------------------
r8563 | sylvieg | 2007-06-07 15:45:47 +0200 (jeu, 07 jun 2007) | 2 lines

notice

------------------------------------------------------------------------
r8562 | sylvieg | 2007-06-07 15:42:35 +0200 (jeu, 07 jun 2007) | 2 lines

[FIX]fmsc style: see text in higlight simplebox

------------------------------------------------------------------------
r8561 | sylvieg | 2007-06-07 15:27:54 +0200 (jeu, 07 jun 2007) | 2 lines

[MOD]fmsc style: buttons look like submit

------------------------------------------------------------------------
r8560 | sylvieg | 2007-06-07 15:26:17 +0200 (jeu, 07 jun 2007) | 2 lines

[FIX]use a navbar div instead of <br>

------------------------------------------------------------------------
r8559 | sylvieg | 2007-06-07 14:58:25 +0200 (jeu, 07 jun 2007) | 2 lines

[FIX]use a navbar div instead of <br>

------------------------------------------------------------------------
r8558 | mose | 2007-06-07 13:58:49 +0200 (jeu, 07 jun 2007) | 2 lines

[NEW] user_menu: new param, preparting user level

------------------------------------------------------------------------
r8557 | mose | 2007-06-07 13:49:02 +0200 (jeu, 07 jun 2007) | 2 lines

[MOD] menus: made menu options list browsable when long urls are used

------------------------------------------------------------------------
r8556 | sylvieg | 2007-06-06 18:58:40 +0200 (mer, 06 jun 2007) | 2 lines

[MOD]prefer to use a var different than  to be sure there is no interference

------------------------------------------------------------------------
r8555 | nkoth | 2007-06-06 18:18:58 +0200 (mer, 06 jun 2007) | 2 lines

[FIX] 'Make structures' button should not be shown when page is not yet in structure mode but in fact is part of structure

------------------------------------------------------------------------
r8554 | nkoth | 2007-06-06 18:03:40 +0200 (mer, 06 jun 2007) | 2 lines

[FIX] defaulting variable just in case

------------------------------------------------------------------------
r8553 | nkoth | 2007-06-06 17:46:38 +0200 (mer, 06 jun 2007) | 2 lines

[MOD] links to structure pages to use page=myPage&structure=myStructure format

------------------------------------------------------------------------
r8552 | nkoth | 2007-06-06 17:41:21 +0200 (mer, 06 jun 2007) | 2 lines

[MOD] structure toc links to use page=myPage&structure=myStructure format

------------------------------------------------------------------------
r8551 | nkoth | 2007-06-06 17:32:52 +0200 (mer, 06 jun 2007) | 2 lines

[MOD] navbar links to pages within structures to use page=myPage&structure=myStructure format

------------------------------------------------------------------------
r8550 | nkoth | 2007-06-06 16:05:38 +0200 (mer, 06 jun 2007) | 2 lines

[MOD] editpage icon on tiki-edit_structures becomes locked icon instead, when page is locked

------------------------------------------------------------------------
r8549 | nkoth | 2007-06-06 15:27:04 +0200 (mer, 06 jun 2007) | 2 lines

[MOD] locking a page should prevent rollback by normal users

------------------------------------------------------------------------
r8548 | luciash | 2007-06-06 14:35:34 +0200 (mer, 06 jun 2007) | 2 lines

[FIX] while changing sylvieg forgot to modify the last occurence so the default status of toggle icons was wrong

------------------------------------------------------------------------
r8547 | luciash | 2007-06-06 14:18:22 +0200 (mer, 06 jun 2007) | 3 lines

[FIX] don't wrap e.g. "System Administrator" to two lines but put it together on the line below when realname used instead of login name
[FIX] bring back some spacing (padding) using p tag and center the button for better look and feel

------------------------------------------------------------------------
r8546 | sylvieg | 2007-06-06 11:54:07 +0200 (mer, 06 jun 2007) | 2 lines

[FIX]group: when editing a group do not show the group recursively included but only the included groups from the database

------------------------------------------------------------------------
r8545 | nkoth | 2007-06-06 06:46:13 +0200 (mer, 06 jun 2007) | 2 lines

[MOD] more descriptive text

------------------------------------------------------------------------
r8544 | nkoth | 2007-06-06 06:32:43 +0200 (mer, 06 jun 2007) | 2 lines

[NEW] Ability to categorize structure top page on creation. Also, pages added to structure using tree will also inherits these categories. Requires activation of new feature_wiki_categorize_structure.

------------------------------------------------------------------------
r8543 | nkoth | 2007-06-06 06:28:19 +0200 (mer, 06 jun 2007) | 2 lines

[NEW] Ability to categorize pages of structure together. New pages added to structure also inherits categories of structure top page. Requires activation of new feature_wiki_categorize_structure.

------------------------------------------------------------------------
r8542 | nkoth | 2007-06-06 06:26:13 +0200 (mer, 06 jun 2007) | 2 lines

[NEW] Ability to categorize pages of structure together. New pages added to structure also inherits categories of structure top page. Requires activation of new feature_wiki_categorize_structure. [FIX] When structure page is removed, the user should be sent back tiki-edit_structure with page_ref_id of structure top page and not deleted page, to prevent subsequent page does not exist errors.

------------------------------------------------------------------------
r8541 | nkoth | 2007-06-06 06:19:27 +0200 (mer, 06 jun 2007) | 2 lines

[NEW] New page added from 'add page' box in structure inherits categories from structure top page when new feature_wiki_categorize_structure activated.

------------------------------------------------------------------------
r8540 | nkoth | 2007-06-06 05:44:06 +0200 (mer, 06 jun 2007) | 2 lines

[MOD] implement security check for perm to edit structure when adding page from 'add page' box (box is not shown anyway - this is just to prevent URL hacking)

------------------------------------------------------------------------
r8539 | nkoth | 2007-06-06 05:10:44 +0200 (mer, 06 jun 2007) | 2 lines

[MOD] Block blank (which leads to home page) and existing page entry on 'add page' button while viewing structure pages. Usability concerns since users have no way of telling if page exists or not before hand. Tiki-edit_structure which is now directly accessible is better for adding existing pages. This box is better for new pages since it pops users to the edit page screen anyway.

------------------------------------------------------------------------
r8538 | nyloth | 2007-06-06 01:34:22 +0200 (mer, 06 jun 2007) | 2 lines

[FIX][MOD] trackers: code cleanup of the 'list_items' function + complete rewrite of the SQL queries of this function, to factorize queries and to be more easy to read or modify. This rewrite also fixes the bug that was hiding items with empty ratings when sorting by ratings, by replacing an inner join by a left join (reported by mose & sylvieg).

------------------------------------------------------------------------
r8537 | nkoth | 2007-06-06 00:31:18 +0200 (mer, 06 jun 2007) | 2 lines

[FIX] pages should not be deleted through the s_remove_page when they are still part of another structure (fix obvious typo).

------------------------------------------------------------------------
r8536 | sylvieg | 2007-06-05 20:32:24 +0200 (mar, 05 jun 2007) | 2 lines

[FIX]module: better handling of the toggle icon+do not change the class module

------------------------------------------------------------------------
r8535 | nyloth | 2007-06-05 18:28:37 +0200 (mar, 05 jun 2007) | 2 lines

[NEW] https: new config option to force abslute URI in HTTPS, and considering we are in HTTPS without checking. This is useful in rare cases. For example, this allow to have full HTTPS when using an entrance proxy that will use HTTPS connection with the client browser, but use an HTTP only connection to the server that hosts tikiwiki.

------------------------------------------------------------------------
r8534 | sylvieg | 2007-06-05 18:04:00 +0200 (mar, 05 jun 2007) | 2 lines

[FIX]webmail: try to normalize the output message but putting a good from email, reply_to and return_path

------------------------------------------------------------------------
r8533 | sylvieg | 2007-06-05 16:44:43 +0200 (mar, 05 jun 2007) | 2 lines

[FIX]fgal: subgal conf

------------------------------------------------------------------------
r8532 | sylvieg | 2007-06-05 16:13:23 +0200 (mar, 05 jun 2007) | 2 lines

[FIX]fgal: if subgal conf not set, take the admin one

------------------------------------------------------------------------
r8531 | nkoth | 2007-06-05 15:23:47 +0200 (mar, 05 jun 2007) | 2 lines

[MOD] in 1.10 tiki-admin_structures.php can be used for users without tiki_p_edit_structures to show and browse the list of structures. Access to the structure creating and edit functions are still restricted to tiki_p_edit_structures

------------------------------------------------------------------------
r8530 | luciash | 2007-06-05 14:51:05 +0200 (mar, 05 jun 2007) | 2 lines

[FIX] replaced class="center" with style="text-align: center"

------------------------------------------------------------------------
r8529 | sylvieg | 2007-06-05 14:16:41 +0200 (mar, 05 jun 2007) | 2 lines

[FIX]fgal: if the subgal config has not been set, display the deault conf set in admin->fgal

------------------------------------------------------------------------
r8528 | nkoth | 2007-06-05 08:59:13 +0200 (mar, 05 jun 2007) | 2 lines

[MOD] allowing access to list of structures and tree for users with no tiki_p_edit_structures, while still requiring it for structure edit functions. Also set feature_create_webhelp (from structure i.e.).

------------------------------------------------------------------------
r8527 | nkoth | 2007-06-05 07:32:23 +0200 (mar, 05 jun 2007) | 2 lines

[MOD] exporting of structure pages only possible with tiki_p_admin_wiki and feature_wiki_export - this is the same as for individual wiki pages.

------------------------------------------------------------------------
r8526 | nkoth | 2007-06-05 06:48:19 +0200 (mar, 05 jun 2007) | 2 lines

[MOD] implement superior search for structures

------------------------------------------------------------------------
r8525 | nkoth | 2007-06-05 05:19:35 +0200 (mar, 05 jun 2007) | 2 lines

[MOD] message to be shown when new structure is created - to access structure. - Otherwise structure may be in subsequent pages and  hard to reach

------------------------------------------------------------------------
r8524 | nkoth | 2007-06-05 04:28:15 +0200 (mar, 05 jun 2007) | 2 lines

[MOD] Automatically create table of contents on structure root page on creation of new structure

------------------------------------------------------------------------
r8523 | nkoth | 2007-06-05 03:27:30 +0200 (mar, 05 jun 2007) | 2 lines

[FIX] newly created icon link a little messed up - fixed.

------------------------------------------------------------------------
r8522 | nkoth | 2007-06-05 03:24:03 +0200 (mar, 05 jun 2007) | 2 lines

[MOD] add view page icon next to name of structure which brings user to the tree

------------------------------------------------------------------------
r8521 | nkoth | 2007-06-05 03:22:10 +0200 (mar, 05 jun 2007) | 2 lines

[MOD] I think it makes more sense for the tree to be shown on the top part of the page for usability

------------------------------------------------------------------------
r8520 | nkoth | 2007-06-05 03:09:28 +0200 (mar, 05 jun 2007) | 2 lines

[MOD] when a page that exists is added to structure through the create page box, an alert message is shown to user to make clear what is happening.

------------------------------------------------------------------------
r8519 | nkoth | 2007-06-05 02:47:05 +0200 (mar, 05 jun 2007) | 2 lines

[MOD] Instead of the clumsy javascript alert box for page under edit (which users tend to miss), to use a proper error message page.

------------------------------------------------------------------------
r8518 | nkoth | 2007-06-05 02:14:10 +0200 (mar, 05 jun 2007) | 2 lines

[MOD] to show structures drop-down box even when in structure if structures for page > 1. Also support tiki-index.php?page=mypage&structure=mystructure URL format.

------------------------------------------------------------------------
r8517 | nyloth | 2007-06-05 01:51:39 +0200 (mar, 05 jun 2007) | 2 lines

[FIX] search results: correctly handle anchors in faq questions search results links.

------------------------------------------------------------------------
r8516 | nyloth | 2007-06-05 01:32:23 +0200 (mar, 05 jun 2007) | 2 lines

[FIX] Search results highlight: better fix for the 'white / empty page' bug. After more research, it seems that it may have occured because of UTF-8 chars in search results. Thus, this smarty outputfilter now uses 'mb_eregi' function if exists.

------------------------------------------------------------------------
r8515 | nkoth | 2007-06-05 01:00:55 +0200 (mar, 05 jun 2007) | 2 lines

[MOD] make it possible to make structure from page in one click (if page is not already part of a structure)

------------------------------------------------------------------------
r8514 | sylvieg | 2007-06-05 00:46:55 +0200 (mar, 05 jun 2007) | 2 lines

[MOD]fgal: can config the subgallery listing for each gallery

------------------------------------------------------------------------
r8513 | nkoth | 2007-06-04 23:23:47 +0200 (lun, 04 jun 2007) | 2 lines

[FIX][MOD] promoting 1st level page in structure should not remove it from structure, also solve pos in db not being contiguous on promotes/demotes/removes. (tracker item 889).

------------------------------------------------------------------------
r8512 | nkoth | 2007-06-04 23:18:39 +0200 (lun, 04 jun 2007) | 2 lines

[MOD] to show page position within structure in structure nav area

------------------------------------------------------------------------
r8511 | nyloth | 2007-06-04 23:00:44 +0200 (lun, 04 jun 2007) | 2 lines

[FIX] search results: fix a _very_ annoying 'white / empty page' ... (don't loose the end of the page).

------------------------------------------------------------------------
r8510 | nyloth | 2007-06-04 22:53:13 +0200 (lun, 04 jun 2007) | 2 lines

[FIX] search results: fix a _very_ annoying 'white / empty page' bug that occured when trying to display search results in certain cases (with phplayers ?) + add a test to avoid other bugs of this kind when using preg_replace_callback on an empty string.

------------------------------------------------------------------------
r8509 | sylvieg | 2007-06-04 22:25:25 +0200 (lun, 04 jun 2007) | 2 lines

[FIX] missing include + notices

------------------------------------------------------------------------
r8508 | nkoth | 2007-06-04 22:18:19 +0200 (lun, 04 jun 2007) | 2 lines

[MOD] add button to go to list of structures (i.e. admin_structures)

------------------------------------------------------------------------
r8507 | nkoth | 2007-06-04 22:11:28 +0200 (lun, 04 jun 2007) | 2 lines

[MOD] better implementation: list of structures to show for a page respects view perms on structure root page (also affects auto open page as structure).

------------------------------------------------------------------------
r8506 | nkoth | 2007-06-04 21:57:39 +0200 (lun, 04 jun 2007) | 2 lines

[MOD] list of structures to show for a page respects view perms on structure root page (also affects auto open page as structure).

------------------------------------------------------------------------
r8505 | nkoth | 2007-06-04 21:32:04 +0200 (lun, 04 jun 2007) | 2 lines

[MOD] If page is in more than one structure, do not show option to delete page as well when removing it from structure, since it won't happen anyway.

------------------------------------------------------------------------
r8504 | nkoth | 2007-06-04 21:15:49 +0200 (lun, 04 jun 2007) | 2 lines

[MOD] structure add page box only appears with edit perms on structure root page

------------------------------------------------------------------------
r8503 | nkoth | 2007-06-04 21:12:43 +0200 (lun, 04 jun 2007) | 2 lines

[MOD] list pages uses onlyName parameter since it's there (for performance supposedly?)

------------------------------------------------------------------------
r8502 | nkoth | 2007-06-04 20:57:11 +0200 (lun, 04 jun 2007) | 2 lines

[MOD] Remove useless line I added earlier by mistake

------------------------------------------------------------------------
r8501 | nkoth | 2007-06-04 20:45:23 +0200 (lun, 04 jun 2007) | 2 lines

[MOD] added icon to go to edit_structures (i.e. the structure tree) from structure nav

------------------------------------------------------------------------
r8500 | nkoth | 2007-06-04 20:16:37 +0200 (lun, 04 jun 2007) | 2 lines

[MOD] filter box for list of pages to add to structure now can filter by category (better to define $filter)

------------------------------------------------------------------------
r8499 | nkoth | 2007-06-04 20:09:47 +0200 (lun, 04 jun 2007) | 2 lines

[MOD] filter box for list of pages to add to structure now can filter by category

------------------------------------------------------------------------
r8498 | nkoth | 2007-06-04 19:43:47 +0200 (lun, 04 jun 2007) | 2 lines

[MOD] list of categories to find within shows only categories with perms

------------------------------------------------------------------------
r8497 | nkoth | 2007-06-04 19:13:32 +0200 (lun, 04 jun 2007) | 2 lines

[FIX] category type perms... oops

------------------------------------------------------------------------
r8496 | nkoth | 2007-06-04 19:11:39 +0200 (lun, 04 jun 2007) | 2 lines

[FIX] category type perms...

------------------------------------------------------------------------
r8495 | nkoth | 2007-06-04 19:09:25 +0200 (lun, 04 jun 2007) | 2 lines

[FIX] I don't think tiki_p_edit_categories existed in 1.9, so need to add as new entry

------------------------------------------------------------------------
r8494 | sylvieg | 2007-06-04 18:56:42 +0200 (lun, 04 jun 2007) | 2 lines

[FIX]2 function m_weeks - delete one at least

------------------------------------------------------------------------
r8493 | nkoth | 2007-06-04 18:56:06 +0200 (lun, 04 jun 2007) | 2 lines

[FIX] tiki_p_admin_categories should not be the admin perm for type tiki, since tiki_p_admin is already the one.

------------------------------------------------------------------------
r8492 | sylvieg | 2007-06-04 18:31:12 +0200 (lun, 04 jun 2007) | 2 lines

[MOD]modules: can assign 2 times the same modules

------------------------------------------------------------------------
r8491 | sylvieg | 2007-06-04 18:02:18 +0200 (lun, 04 jun 2007) | 2 lines

[FIX]calendar: do not show delete button if new item

------------------------------------------------------------------------
r8490 | sylvieg | 2007-06-04 17:55:32 +0200 (lun, 04 jun 2007) | 2 lines

[MOD]modules: can assign 2 times the same modules

------------------------------------------------------------------------
r8489 | nkoth | 2007-06-04 17:10:32 +0200 (lun, 04 jun 2007) | 2 lines

[MOD] get_all_categories_respect_perms now uses get_all_categories_ext which takes advantage of cache

------------------------------------------------------------------------
r8488 | nkoth | 2007-06-04 15:31:02 +0200 (lun, 04 jun 2007) | 2 lines

[MOD] access to view and admin of individual structures respects perms of structure root page

------------------------------------------------------------------------
r8487 | nkoth | 2007-06-04 15:01:27 +0200 (lun, 04 jun 2007) | 2 lines

[MOD] change heading of page if no perm to edit but can view

------------------------------------------------------------------------
r8486 | sylvieg | 2007-06-04 12:47:33 +0200 (lun, 04 jun 2007) | 2 lines

[FIX]typo

------------------------------------------------------------------------
r8485 | sylvieg | 2007-06-04 00:50:23 +0200 (lun, 04 jun 2007) | 2 lines

[MOD]login box: group a little bit the info

------------------------------------------------------------------------
r8484 | sylvieg | 2007-06-04 00:43:24 +0200 (lun, 04 jun 2007) | 2 lines

[MOD]register: If only one group possible at registrationtime, do not ask the user

------------------------------------------------------------------------
r8483 | luciash | 2007-06-04 00:06:44 +0200 (lun, 04 jun 2007) | 2 lines

[DEL] deleting no more needed style template in favour of the default one

------------------------------------------------------------------------
r8482 | luciash | 2007-06-04 00:04:58 +0200 (lun, 04 jun 2007) | 2 lines

[REM] removed useless attribute [ADD] added submit button when JS is disabled

------------------------------------------------------------------------
r8481 | sylvieg | 2007-06-03 23:53:23 +0200 (dim, 03 jun 2007) | 2 lines

notice

------------------------------------------------------------------------
r8480 | sylvieg | 2007-06-03 15:35:26 +0200 (dim, 03 jun 2007) | 2 lines

[MOD]perm:  shows at least 5 groups in the perm assign page

------------------------------------------------------------------------
r8479 | sylvieg | 2007-06-03 15:12:03 +0200 (dim, 03 jun 2007) | 2 lines

[FIX]perm: missing php perm propagation if user has admin perm only

------------------------------------------------------------------------
r8478 | sylvieg | 2007-06-03 13:11:41 +0200 (dim, 03 jun 2007) | 2 lines

[FIX]typo

------------------------------------------------------------------------
r8477 | nyloth | 2007-06-03 12:33:17 +0200 (dim, 03 jun 2007) | 2 lines

[MOD] Users listing: hide 'real name' column if the 'user' column already display real names.

------------------------------------------------------------------------
r8476 | pkdille | 2007-06-03 08:26:00 +0200 (dim, 03 jun 2007) | 2 lines

[MOD] modify some french translations

------------------------------------------------------------------------
r8475 | nkoth | 2007-06-03 06:59:02 +0200 (dim, 03 jun 2007) | 2 lines

[MOD] Option to delete page as well on remove page from structure should not be shown if there is not enough perms for it to take effect anyway (display message amended)

------------------------------------------------------------------------
r8474 | nkoth | 2007-06-03 06:40:41 +0200 (dim, 03 jun 2007) | 2 lines

[MOD] Option to delete page as well on remove page from structure should not be shown if there is not enough perms for it to take effect anyway

------------------------------------------------------------------------
r8473 | nkoth | 2007-06-03 06:26:52 +0200 (dim, 03 jun 2007) | 2 lines

[MOD] edit_structure respects permissions (object or category) set for structure home page

------------------------------------------------------------------------
r8472 | nyloth | 2007-06-03 04:28:06 +0200 (dim, 03 jun 2007) | 2 lines

[FIX] Tikilib::list_users() enhancements: Really fix the find param handling ;) + keep the find param even when changing the sort field.

------------------------------------------------------------------------
r8471 | nyloth | 2007-06-03 04:15:29 +0200 (dim, 03 jun 2007) | 2 lines

[FIX] Tikilib::list_users() enhancements: Correctly handle the find param.

------------------------------------------------------------------------
r8470 | nyloth | 2007-06-03 03:40:14 +0200 (dim, 03 jun 2007) | 22 lines

[FIX][NEW] Users listing and topfriends plugin:

== Tikilib::list_users() enhancements:

* complete rewrite of the SQL requests in order to:

  - avoid a database bug that was not allowing to have the full users list when maxRecords and offset params where used on a large list of users,

  - allow to sort on every preferences. In order to specify the preference name to sort on, the "sort_mode" parameter need to have a 'pref:' prefix. This is also explained in the function code. (e.g. pref:country, pref:country_asc, pref:country_desc, ...),

  - reduce the queries complexity

* new last param 'include_prefs', that specifies to retrieve (or not) the user preferences. This accelerates the function when it is just called for a simple list of users.

== topfriends wiki plugin:

* place ~np~ markers to avoid wiki parsing, since userlink smarty modifier includes '[' and ']' in date formats, which are parsed as links in wiki syntax.

* do not show the "Real Name" column if we aldready display realnames instead of logins. ($user_show_realnames config option)

== Userlink: use userlink in file gallery creation

------------------------------------------------------------------------
r8469 | nkoth | 2007-06-03 02:48:10 +0200 (dim, 03 jun 2007) | 2 lines

[FIX] is_editable should check for permission to edit

------------------------------------------------------------------------
r8468 | nkoth | 2007-06-03 00:11:25 +0200 (dim, 03 jun 2007) | 2 lines

[FIX] Prevent db error when trying to create new dummy level when dummy level already exists. Also prevent dummy level blank perm from showing in list of perms.

------------------------------------------------------------------------
r8467 | nkoth | 2007-06-02 23:56:48 +0200 (sam, 02 jun 2007) | 2 lines

[MOD] Make it possible to assign all perms from multiple levels at the same time

------------------------------------------------------------------------
r8466 | luciash | 2007-06-02 18:12:22 +0200 (sam, 02 jun 2007) | 2 lines

[FIX] oops :) typo fix m -> em

------------------------------------------------------------------------
r8465 | nyloth | 2007-06-02 17:58:19 +0200 (sam, 02 jun 2007) | 2 lines

[MOD] user preferences: hide the 'Account Information' area used to change password or email, if user has neither the right to change it's password, nor to change it's email.

------------------------------------------------------------------------
r8464 | luciash | 2007-06-02 17:47:06 +0200 (sam, 02 jun 2007) | 2 lines

[ENH] styled fieldset and new classes center, right and justify

------------------------------------------------------------------------
r8463 | nyloth | 2007-06-02 17:25:57 +0200 (sam, 02 jun 2007) | 2 lines

[FIX] last visitors module: there was no default title due to a line at the wrong place.

------------------------------------------------------------------------
r8462 | nyloth | 2007-06-02 16:51:27 +0200 (sam, 02 jun 2007) | 2 lines

[MOD] last visitors module: use OL/LI tags instead of TABLE + align date on the right and on a new line.

------------------------------------------------------------------------
r8461 | luciash | 2007-06-02 15:42:44 +0200 (sam, 02 jun 2007) | 2 lines

[DEL] deleting no more needed style template in favour of the default one

------------------------------------------------------------------------
r8460 | nyloth | 2007-06-02 15:42:22 +0200 (sam, 02 jun 2007) | 2 lines

[FIX] better handle switching user theme to 'Site default' for the 'switch_theme' module, as done before in the user preferences page.

------------------------------------------------------------------------
r8459 | nyloth | 2007-06-02 15:00:20 +0200 (sam, 02 jun 2007) | 2 lines

[FIX] https_login_required may be uninitialized.

------------------------------------------------------------------------
r8458 | nyloth | 2007-06-02 14:08:11 +0200 (sam, 02 jun 2007) | 6 lines

[FIX] user theme: two fixes :

 * When a user was using a different theme than the default site theme, only CSS (and not smarty templates) were used. Thanks to Luciash for reporting this bug.

 * The 'Site default' choice in the user available theme list was set to the actual user theme instead of the default site theme. If choosed, it will now return an empty value instead of the name of the site theme, in order to fallback to the site theme even if this one is changed later by the site admin.

------------------------------------------------------------------------
r8457 | luciash | 2007-06-02 03:50:29 +0200 (sam, 02 jun 2007) | 2 lines

[ENH] enhanced layout of login box [NEW] hint for admin about input_size parameter [ADD] tikineat classes for aligning content

------------------------------------------------------------------------
r8456 | sylvieg | 2007-06-01 23:38:30 +0200 (ven, 01 jun 2007) | 2 lines

update profile with tiki_p_list_file_galleries and tiki_p_list_trackers

------------------------------------------------------------------------
r8455 | nyloth | 2007-06-01 23:20:21 +0200 (ven, 01 jun 2007) | 2 lines

[FIX] trackers: fix typo.

------------------------------------------------------------------------
r8454 | luciash | 2007-06-01 22:55:50 +0200 (ven, 01 jun 2007) | 2 lines

[FIX] tra string: new directory -> new sites

------------------------------------------------------------------------
r8453 | pkdille | 2007-06-01 21:49:48 +0200 (ven, 01 jun 2007) | 2 lines

[MOD] tiki-faq_questions: add textareasize on the answer textarea

------------------------------------------------------------------------
r8452 | sylvieg | 2007-06-01 20:39:32 +0200 (ven, 01 jun 2007) | 2 lines

[NEW]perm tiki_p_list_file_galleries and tiki_p_list_trackers only for new database - pelase add manually in your database

------------------------------------------------------------------------
r8451 | sylvieg | 2007-06-01 20:36:56 +0200 (ven, 01 jun 2007) | 2 lines

[NEW]fgal: new perm tiki_p_list_file_galleries - must be added manually in the database and assign as tiki_p_view_trackers

------------------------------------------------------------------------
r8450 | sylvieg | 2007-06-01 20:26:43 +0200 (ven, 01 jun 2007) | 2 lines

[FIX]list tracker per: for those who have the perm in the database wysiwyg

------------------------------------------------------------------------
r8449 | sylvieg | 2007-06-01 20:21:32 +0200 (ven, 01 jun 2007) | 2 lines

[FIX]list tracker per: for those who have the perm in the database wysiwyg

------------------------------------------------------------------------
r8448 | sylvieg | 2007-06-01 18:23:38 +0200 (ven, 01 jun 2007) | 2 lines

[FIX]tracker: missing server name in the notification

------------------------------------------------------------------------
r8447 | sylvieg | 2007-06-01 16:04:25 +0200 (ven, 01 jun 2007) | 2 lines

[FIX]message: do not add RE each time

------------------------------------------------------------------------
r8446 | nyloth | 2007-06-01 15:56:01 +0200 (ven, 01 jun 2007) | 14 lines

[NEW] HTTPS login: New options to fine tune the HTTPS login mode.

You can now choose, in login admin page, between those values for HTTPS login :

  * Disabled: Don't allow to login through HTTPS. Redirect to HTTP if coming from HTTPS.
  * Allow secure (https) login: Allow logins through both HTTP and HTTPS.
  * Encourage secure (https) login: Login module sends it's data through HTTPS, but HTTP logins are allowed.
  * Require secure (https) login: Don't allow to login through HTTP. Redirect to HTTPS if coming from HTTP.

There are also two new checkboxes :

  * Users can choose to stay in SSL mode after an HTTPS
  * Users can switch between secured or standard mode at login

------------------------------------------------------------------------
r8445 | nyloth | 2007-05-31 20:29:22 +0200 (jeu, 31 mai 2007) | 2 lines

[FIX][NEW] Userlink: now use a new smarty modifier 'username' in places we just need the name (and not all the mouseover information provided by userlink). This fixes a weird behavior of the 'last_modif_pages' module (thanks sylvieg).

------------------------------------------------------------------------
r8444 | nyloth | 2007-05-31 19:50:38 +0200 (jeu, 31 mai 2007) | 2 lines

[FIX] initialize stay_in_ssl_mode

------------------------------------------------------------------------
r8442 | nyloth | 2007-05-31 18:50:51 +0200 (jeu, 31 mai 2007) | 2 lines

[FIX] tiki-print url: wrong variable name used for compatibility with old styles templates (thanks luciash).

------------------------------------------------------------------------
r8441 | luciash | 2007-05-31 14:38:37 +0200 (jeu, 31 mai 2007) | 2 lines

[MOD] reuse "Activate" translation string + other tweaks

------------------------------------------------------------------------
r8440 | luciash | 2007-05-31 14:34:57 +0200 (jeu, 31 mai 2007) | 2 lines

[MOD] updated text, better assign icon, reused move right / left translation string

------------------------------------------------------------------------
r8439 | luciash | 2007-05-31 14:32:23 +0200 (jeu, 31 mai 2007) | 2 lines

[MOD] Admin -> General should be the first thing to setup

------------------------------------------------------------------------
r8438 | nyloth | 2007-05-31 14:25:36 +0200 (jeu, 31 mai 2007) | 2 lines

[FIX] Userlink: missed a call to require_once().

------------------------------------------------------------------------
r8437 | nyloth | 2007-05-31 11:47:34 +0200 (jeu, 31 mai 2007) | 2 lines

[FIX] remove two lines that shouldn't be committed.

------------------------------------------------------------------------
r8436 | nyloth | 2007-05-31 11:42:59 +0200 (jeu, 31 mai 2007) | 44 lines

[MOD] absolute URI / login : Determine http and https URLs automatically and remove configuration need for tiki domain and https mode.

This commit affects the way HTTPS and absolute URI are handled in Tiki.

= Not changed =
  * https_mode (boolean, true if we are currently using HTTPS)
  * http_port (configurable in admin panels)
  * https_port (configurable in admin panels)
  * login_url (used in code, but not configurable, as previously)
  * https_login (configurable in admin panels, determine if we should allow HTTPS for login step)
  * https_login_required (same as above, but force an HTTPS login)

Note that 'http_port' and 'https_port' are empty when used if they have the default values (respectively 80 and 443).

= New global and smarty vars to be used everywhere for absolute URLs =
  * base_url (auto-detected in tiki-setup.php, using current protocol and including the directory  path, not configurable)
  * base_url_http (same as base_url but forced to 'http://')
  * base_url_https (same as base_url but forced to 'https://')

  ...and to be less used (base_url is built on them):
  * url_scheme ('http' or 'https', depending on which is currently used)
  * url_host (current host)
  * url_port (current port)
  * url_path (current directory path that both begins and ends with a '/')

= Not used anymore =
  * url_prefix
  * http_svrname
  * https_prefix
  * https_domain
  * feature_server_name
  * https

= Obsoleted (Not used in the main code, but keeped to be compatible with other styles templates) =
  * http_login_url (same as login_url)
  * https_login_url (same as login_url)
  * http_prefix (same as url_path)
  * http_domain (same as url_host)
  * tiki_path (same as url_path)

They are now only used in templates/styles/... (Those used in lib/pdflib/pdflib.php are not the  same).

Tikilib::httpScheme() and Tikilib::httpPrefix(), used many times too, have been ugraded to directly use the new global vars, to avoid duplicated code and overhead. They now handle the port used.

------------------------------------------------------------------------
r8435 | luciash | 2007-05-31 01:31:29 +0200 (jeu, 31 mai 2007) | 2 lines

[ENH][MOD] enhanced look of tiki-admin icons; rollback of the 48x48 (now alpha transp again) icons to have anti-aliased edges + saved them with background color set to #9fff9f (same color as the background square for iE6) [NEW] overlay indexed png pattern for disabled items

------------------------------------------------------------------------
r8434 | luciash | 2007-05-30 18:37:23 +0200 (mer, 30 mai 2007) | 2 lines

[NEW] new action in the modules overview to move module left/right directly

------------------------------------------------------------------------
r8433 | luciash | 2007-05-30 17:43:15 +0200 (mer, 30 mai 2007) | 2 lines

[MOD] when assigning new module by default select the option "Displayed now for all eligible users even with personal assigned modules"

------------------------------------------------------------------------
r8432 | luciash | 2007-05-30 16:25:40 +0200 (mer, 30 mai 2007) | 2 lines

[FIX] avoid php notice undefined index

------------------------------------------------------------------------
r8431 | luciash | 2007-05-30 16:01:59 +0200 (mer, 30 mai 2007) | 2 lines

[NEW][MOD] new icons for toggling module content open state

------------------------------------------------------------------------
r8430 | mose | 2007-05-30 15:58:30 +0200 (mer, 30 mai 2007) | 2 lines

[FIX] parsing: avoiding antislashes break parsing, better

------------------------------------------------------------------------
r8429 | mose | 2007-05-30 15:34:33 +0200 (mer, 30 mai 2007) | 2 lines

[FIX] parsing: avoiding antislashes break parsing with  <pre>

------------------------------------------------------------------------
r8428 | mose | 2007-05-30 15:30:01 +0200 (mer, 30 mai 2007) | 2 lines

[FIX] parsing: avoiding antislashes break parsing with ~np~ and ~pp~

------------------------------------------------------------------------
r8427 | pkdille | 2007-05-30 14:58:57 +0200 (mer, 30 mai 2007) | 2 lines

[MOD] propagate new menu item to db upgrade script (thx sylvieg)

------------------------------------------------------------------------
r8426 | luciash | 2007-05-30 14:58:18 +0200 (mer, 30 mai 2007) | 2 lines

[NEW][MOD] new icon for moving module to right/left (opposite) side

------------------------------------------------------------------------
r8425 | luciash | 2007-05-30 14:43:20 +0200 (mer, 30 mai 2007) | 2 lines

[MOD] enhanced structure tree dots to arrow

------------------------------------------------------------------------
r8424 | luciash | 2007-05-30 13:44:22 +0200 (mer, 30 mai 2007) | 2 lines

[MOD][FIX] site identity header tweaks and fixes (do not depend logo alignment on background color setting)

------------------------------------------------------------------------
r8423 | luciash | 2007-05-30 13:37:07 +0200 (mer, 30 mai 2007) | 2 lines

[MOD][FIX] site identity header tweaks and fixes (do not depend logo alignment on background color setting)

------------------------------------------------------------------------
r8422 | pkdille | 2007-05-30 11:30:03 +0200 (mer, 30 mai 2007) | 2 lines

[MOD] add the "Admin" menu section in the "Application menu" for users who have the tiki_p_admin_users right

------------------------------------------------------------------------
r8421 | luciash | 2007-05-29 23:56:32 +0200 (mar, 29 mai 2007) | 2 lines

[FIX] some typos, spelling and code fixes

------------------------------------------------------------------------
r8420 | luciash | 2007-05-29 22:04:45 +0200 (mar, 29 mai 2007) | 2 lines

[FIX] typo fix (noticed by toggg, thx)

------------------------------------------------------------------------
r8419 | sylvieg | 2007-05-29 20:31:16 +0200 (mar, 29 mai 2007) | 2 lines

[FIX]calendar: add a button to delete an event (hope it is not duplication)

------------------------------------------------------------------------
r8418 | sylvieg | 2007-05-29 20:05:53 +0200 (mar, 29 mai 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8417 | nyloth | 2007-05-29 00:52:16 +0200 (mar, 29 mai 2007) | 2 lines

[NEW] Lightbox feature: use Lightbox 2 (http://www.huddletogether.com/projects/lightbox2) to allow javascript effects in image galleries. (missed file)

------------------------------------------------------------------------
r8416 | nyloth | 2007-05-29 00:04:15 +0200 (mar, 29 mai 2007) | 2 lines

[NEW] Lightbox feature: use Lightbox 2 (http://www.huddletogether.com/projects/lightbox2) to allow javascript effects in image galleries.

------------------------------------------------------------------------
r8415 | nyloth | 2007-05-28 21:12:41 +0200 (lun, 28 mai 2007) | 8 lines

[FIX] fckeditor images: fix bug #1099 ('Error while uploading pictures in a wiki page', submitted by Yoni).

  * Set the default value of 'cacheimages' preference to 'n' in imagegallib.php, according to the default value specified in tiki-setup.php

  * Avoid the "Use cache for external images" option to cache images located in "img/wiki_up", the same way we are already excluding images viewed through show_image.php. This is a quick fix to handle images that FCKeditor stores in img/wiki_up/$tikidomain/image.

See http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1099&trackerId=5 for more info.

------------------------------------------------------------------------
r8414 | nyloth | 2007-05-28 21:11:42 +0200 (lun, 28 mai 2007) | 2 lines

[FIX] http_prefix: better default value of http_prefix.

------------------------------------------------------------------------
r8413 | tombombadilom | 2007-05-27 17:51:14 +0200 (dim, 27 mai 2007) | 2 lines

corrected wrong url

------------------------------------------------------------------------
r8412 | nyloth | 2007-05-26 18:25:05 +0200 (sam, 26 mai 2007) | 7 lines

[MOD] Installation interface:
  * Now autodetect and list only databases supported by the current PHP installation,
  * Now handle 'mysqli' (MySQL Improved),
  * Don't display SQL queries that were successful, since it's not pretty / useful, and it can break the installation (white screen),
  * Display unsuccessful SQL queries (it's more useful) only if we have some,
  * Hide some useless info.

------------------------------------------------------------------------
r8411 | nyloth | 2007-05-26 18:12:26 +0200 (sam, 26 mai 2007) | 2 lines

[FIX] smarty_tiki 'kbsize' modifier: 1 M = 1024 x 1024 (not 1000 x 1000) + now handle bits and bytes + number of decimals.

------------------------------------------------------------------------
r8410 | pkdille | 2007-05-26 15:51:45 +0200 (sam, 26 mai 2007) | 2 lines

[MOD] french translations: some translations especially in admin menus

------------------------------------------------------------------------
r8409 | sylvieg | 2007-05-26 13:18:53 +0200 (sam, 26 mai 2007) | 2 lines

sync database

------------------------------------------------------------------------
r8408 | pkdille | 2007-05-26 00:33:48 +0200 (sam, 26 mai 2007) | 2 lines

[MOD] french translation: some translations in the administration part and one minor change in the wysiwyg admin grid (enlargment of the fckeditor buttons textarea)

------------------------------------------------------------------------
r8407 | sylvieg | 2007-05-25 22:29:27 +0200 (ven, 25 mai 2007) | 2 lines

notice

------------------------------------------------------------------------
r8406 | sylvieg | 2007-05-25 22:24:53 +0200 (ven, 25 mai 2007) | 2 lines

[NEW]notice: option to hide smarty notice (there are so numerous and not important

------------------------------------------------------------------------
r8405 | sylvieg | 2007-05-25 22:08:51 +0200 (ven, 25 mai 2007) | 2 lines

notice

------------------------------------------------------------------------
r8404 | pkdille | 2007-05-25 22:06:30 +0200 (ven, 25 mai 2007) | 2 lines

[MOD] tiki-browse_image: Change position of button "edit image" in order to put this button on the left side, near the "return to gallery" button as it is (quite) every where in tiki

------------------------------------------------------------------------
r8403 | sylvieg | 2007-05-25 20:32:26 +0200 (ven, 25 mai 2007) | 2 lines

unassign user if pb+rest unsucessful login if ok

------------------------------------------------------------------------
r8402 | sylvieg | 2007-05-25 18:59:04 +0200 (ven, 25 mai 2007) | 2 lines

[FIX]password & email due: to change the password/email due for all users when changing the params in the admin panel

------------------------------------------------------------------------
r8401 | sylvieg | 2007-05-25 16:43:27 +0200 (ven, 25 mai 2007) | 2 lines

[FIX]mail subject was incorrect

------------------------------------------------------------------------
r8400 | sylvieg | 2007-05-25 16:14:26 +0200 (ven, 25 mai 2007) | 2 lines

[FIX]unset user to have the module reflecting you are not logged

------------------------------------------------------------------------
r8399 | sylvieg | 2007-05-25 16:08:23 +0200 (ven, 25 mai 2007) | 2 lines

sync

------------------------------------------------------------------------
r8398 | sylvieg | 2007-05-25 15:44:40 +0200 (ven, 25 mai 2007) | 2 lines

[FIX]default pref in tiki-setup.php

------------------------------------------------------------------------
r8397 | sylvieg | 2007-05-25 15:15:29 +0200 (ven, 25 mai 2007) | 2 lines

[NEW]login: send an email with a link to click to the user after n unsuccessful logins

------------------------------------------------------------------------
r8396 | sylvieg | 2007-05-25 12:06:55 +0200 (ven, 25 mai 2007) | 2 lines

rollback: you can need to check the email the first time and then after n days. Ex: the login gives access to private information to a company. To see them you need to have an email from the company and each n days you have to chaeck the email because the user can have quit the company

------------------------------------------------------------------------
r8395 | nyloth | 2007-05-25 09:43:10 +0200 (ven, 25 mai 2007) | 2 lines

[FIX] user validation: Ask to confirm e-mail only if tiki is configured to handle validation of users by e-mail (for new users) or if tiki has to periodically check the users e-mail (for existing users).

------------------------------------------------------------------------
r8394 | sylvieg | 2007-05-25 01:02:12 +0200 (ven, 25 mai 2007) | 2 lines

rollback; In a hight secure site, you can want to check if the email is still a good email- for instance the user did not leave the company

------------------------------------------------------------------------
r8393 | nyloth | 2007-05-24 23:17:27 +0200 (jeu, 24 mai 2007) | 2 lines

[FIX] user validation: Ask to confirm e-mail only if it is not the login ('login_is_email' option activated), which is supposed to be valid since created by admin or after a successful authentication.

------------------------------------------------------------------------
r8392 | nyloth | 2007-05-24 23:00:36 +0200 (jeu, 24 mai 2007) | 8 lines

[FIX] login and user creation:

  * Force a user to authenticate himself when he never logged in tiki, even if the session cookies seems to indicate the contrary. (This could happen, for example, when using the same PHP SESSION cookies for more than one tiki).

  * When using the "Tiki and PEAR::Auth" method : Do not ask for a password when creating a new user if tiki is configured neither to create the user in the Tiki auth system, nor in the PEAR Auth system. Also remove, in this case, the option to ask the user to change his password after the next login.

  * The user "real name" info (and maybe other params in the future), when retrieved from LDAP, will finally be updated after the complete user login validation since it should be done after the automated user creation (if used).

------------------------------------------------------------------------
r8391 | sylvieg | 2007-05-24 22:32:50 +0200 (jeu, 24 mai 2007) | 2 lines

[FIX]menu: a forgotten link

------------------------------------------------------------------------
r8390 | sylvieg | 2007-05-24 20:04:06 +0200 (jeu, 24 mai 2007) | 2 lines

[FIX]tpl: temporarily patch: as tiki.tpl has a table 100%more templates/tiki.tpl! information.tpl must too

------------------------------------------------------------------------
r8389 | sylvieg | 2007-05-24 19:59:51 +0200 (jeu, 24 mai 2007) | 2 lines

[FIX]email due: some fixes

------------------------------------------------------------------------
r8388 | sylvieg | 2007-05-24 19:51:53 +0200 (jeu, 24 mai 2007) | 2 lines

[FIX]login: login validate as it loggs you needs also to show this in the login box

------------------------------------------------------------------------
r8387 | sylvieg | 2007-05-24 18:51:37 +0200 (jeu, 24 mai 2007) | 2 lines

manual merge

------------------------------------------------------------------------
r8386 | sylvieg | 2007-05-24 16:39:09 +0200 (jeu, 24 mai 2007) | 2 lines

[MOD]comment: make the input title box the same size than the default textarea

------------------------------------------------------------------------
r8385 | nyloth | 2007-05-24 16:38:33 +0200 (jeu, 24 mai 2007) | 2 lines

[MOD] LDAP Auth: Don't allow users to change their real names if they are retrieved from LDAP (by using 'LDAP Realname Attribute').

------------------------------------------------------------------------
r8384 | sylvieg | 2007-05-24 16:36:26 +0200 (jeu, 24 mai 2007) | 2 lines

[FIX]the function utf8_encode is not in the php default

------------------------------------------------------------------------
r8383 | sylvieg | 2007-05-24 16:32:57 +0200 (jeu, 24 mai 2007) | 2 lines

[NEW]login: a confirmation mail can be sent at login request each n days. The user must activate the link sent to be able to log in again

------------------------------------------------------------------------
r8382 | sylvieg | 2007-05-24 16:21:20 +0200 (jeu, 24 mai 2007) | 2 lines

[MOD]trackerlist: capatilize first letter for created - lastmodif - more chance to be like other columns

------------------------------------------------------------------------
r8381 | nyloth | 2007-05-24 11:22:20 +0200 (jeu, 24 mai 2007) | 2 lines

[MOD] LDAP Auth: Empty the cachelib data when updating user real name at login (if using 'LDAP Realname Attribute').

------------------------------------------------------------------------
r8380 | nyloth | 2007-05-24 09:19:01 +0200 (jeu, 24 mai 2007) | 2 lines

[NEW] LDAP Auth: Add a new config parameter 'LDAP Realname Attribute' that will update, if specified, the user real name from LDAP directory each time the user authenticates itself (at login).

------------------------------------------------------------------------
r8379 | nyloth | 2007-05-23 21:30:31 +0200 (mer, 23 mai 2007) | 2 lines

[FIX] 'use login as email' feature: better implementation + merge functions get_userid_info() and get_user_info() to reduce risks of things that are only handled in one of them.

------------------------------------------------------------------------
r8378 | nyloth | 2007-05-23 19:50:40 +0200 (mer, 23 mai 2007) | 2 lines

[FIX] blogs: use 'Last post' instead of 'Last Modified' to label the date used in blogs listing, since it is only updated when creating a new post and not when modifiyng an existing post (which seems to be the default behavior of other blogs).

------------------------------------------------------------------------
r8377 | nyloth | 2007-05-23 19:28:47 +0200 (mer, 23 mai 2007) | 2 lines

[MOD] blogs: add a 'list blogs' button on the 'view blog' page.

------------------------------------------------------------------------
r8376 | sylvieg | 2007-05-23 18:53:47 +0200 (mer, 23 mai 2007) | 2 lines

[FIX]rollback: this status in url is necessary

------------------------------------------------------------------------
r8375 | nyloth | 2007-05-23 15:43:48 +0200 (mer, 23 mai 2007) | 2 lines

[MOD] faq answers: add CSS classes for the 'Q: ' and 'A: ' texts to be able to hide or relook them ('faq_question_prefix' and 'faq_answer_prefix').

------------------------------------------------------------------------
r8374 | mose | 2007-05-22 09:22:13 +0200 (mar, 22 mai 2007) | 2 lines

[MOD] trackers: added a checkbox for batch delete of tracker items

------------------------------------------------------------------------
r8373 | sylvieg | 2007-05-21 18:57:31 +0200 (lun, 21 mai 2007) | 2 lines

[FIX]trackerlist: fix showlink param

------------------------------------------------------------------------
r8372 | tombombadilom | 2007-05-20 15:52:21 +0200 (dim, 20 mai 2007) | 2 lines

get flash mp3 plylist from myspace page , need php-curl to be loaded

------------------------------------------------------------------------
r8371 | nyloth | 2007-05-20 04:40:36 +0200 (dim, 20 mai 2007) | 2 lines

[FIX] search indexation: fix tag removal (use regex instead of strip_tags function).

------------------------------------------------------------------------
r8370 | nyloth | 2007-05-20 03:43:53 +0200 (dim, 20 mai 2007) | 2 lines

[FIX] calendar: fix wrong permission 'tiki_p_add_event' used instead of 'tiki_p_add_events' + use 'add event' instead of 'add item' that was not user friendly enough.

------------------------------------------------------------------------
r8369 | nyloth | 2007-05-20 02:59:28 +0200 (dim, 20 mai 2007) | 2 lines

[MOD] upcoming_events module: new param 'date_format' to be able to change the date format (e.g. 'date_format=%A %e %B' for long date without year and hours) + new params 'cellpadding' and 'cellspacing' to control those table attributes for the module main table. Now, the module displays only once the same date (and all events with the same date are listed below this date). Note that date_format will have an impact on this, because it compares date after applying date_format (i.e. using a date_format without hours will group events by day). + wider use of the userlink modifier.

------------------------------------------------------------------------
r8368 | nyloth | 2007-05-20 02:47:15 +0200 (dim, 20 mai 2007) | 2 lines

[MOD] Userlink: wider use of the userlink modifier.

------------------------------------------------------------------------
r8367 | nyloth | 2007-05-20 02:43:56 +0200 (dim, 20 mai 2007) | 2 lines

french translation: small change in a translation.

------------------------------------------------------------------------
r8366 | nyloth | 2007-05-20 02:37:41 +0200 (dim, 20 mai 2007) | 2 lines

[FIX] Home URL: use './' instead of 'tiki-index.php' to go back to tiki home, in order to be able to go back to the same page that the user has after login (e.g. group specific home page, wiki disabled and home page directly in forums, ...)

------------------------------------------------------------------------
r8365 | sylvieg | 2007-05-18 18:04:26 +0200 (ven, 18 mai 2007) | 2 lines

manuel merge because the param name has changed

------------------------------------------------------------------------
r8364 | sylvieg | 2007-05-18 17:54:45 +0200 (ven, 18 mai 2007) | 2 lines

[FIX]fmsc.css: comment left align+ tableheading link in white - temporary fix with important

------------------------------------------------------------------------
r8363 | nyloth | 2007-05-18 09:58:30 +0200 (ven, 18 mai 2007) | 2 lines

[FIX] Userlink: oops, never use truncate on the output of userlink (which could include HTML tags). Adding a new param to userlink in order to specify the max length of the login / user name.

------------------------------------------------------------------------
r8362 | rlpowell | 2007-05-18 00:54:48 +0200 (ven, 18 mai 2007) | 2 lines

I have no idea what that code is for, but it made user validation impossible, since tiki-login_validate.php tries to call while there is still a provpass.

------------------------------------------------------------------------
r8361 | sylvieg | 2007-05-18 00:34:11 +0200 (ven, 18 mai 2007) | 2 lines

icons

------------------------------------------------------------------------
r8360 | sylvieg | 2007-05-17 22:08:24 +0200 (jeu, 17 mai 2007) | 2 lines

icons

------------------------------------------------------------------------
r8359 | nkoth | 2007-05-17 20:33:31 +0200 (jeu, 17 mai 2007) | 2 lines

[MOD] class="tiki_{$section}" added to body tag, was in 1.9. Useful for themes, for e.g.

------------------------------------------------------------------------
r8358 | fr_rodo | 2007-05-17 20:25:31 +0200 (jeu, 17 mai 2007) | 2 lines

[MOD] Logo alignment

------------------------------------------------------------------------
r8357 | fr_rodo | 2007-05-17 18:19:39 +0200 (jeu, 17 mai 2007) | 2 lines

[MOD] selection of menu id in top menu bar

------------------------------------------------------------------------
r8356 | fr_rodo | 2007-05-17 17:48:55 +0200 (jeu, 17 mai 2007) | 2 lines

[MOD] top bar becomes finer

------------------------------------------------------------------------
r8355 | sylvieg | 2007-05-17 17:19:20 +0200 (jeu, 17 mai 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8354 | sylvieg | 2007-05-17 16:11:14 +0200 (jeu, 17 mai 2007) | 2 lines

[MOD]login: force the user created in admin users to change his password at first login

------------------------------------------------------------------------
r8353 | sylvieg | 2007-05-17 14:59:07 +0200 (jeu, 17 mai 2007) | 2 lines

[MOD]login module: if you want another input size than 20, use the param input_size in the module assigment

------------------------------------------------------------------------
r8352 | nkoth | 2007-05-17 09:14:08 +0200 (jeu, 17 mai 2007) | 2 lines

[MOD] shortened input field size for user/pass

------------------------------------------------------------------------
r8351 | nkoth | 2007-05-17 08:13:56 +0200 (jeu, 17 mai 2007) | 2 lines

[FIX] tikimodule name must match filename in order for user module moving (mc_up/mc_down) to work

------------------------------------------------------------------------
r8350 | sylvieg | 2007-05-16 19:01:58 +0200 (mer, 16 mai 2007) | 2 lines

[FIX]tracker: display an error if itemId incorrect

------------------------------------------------------------------------
r8349 | nyloth | 2007-05-16 18:59:30 +0200 (mer, 16 mai 2007) | 2 lines

[MOD] bottom logo: parse smarty syntax to be able to use {tr} modifier in order to translate code (as in top bar).

------------------------------------------------------------------------
r8348 | sylvieg | 2007-05-16 18:47:09 +0200 (mer, 16 mai 2007) | 2 lines

[FIX]tracker: do not pass in the url offset, status if=default + reloff seems not be used

------------------------------------------------------------------------
r8347 | nyloth | 2007-05-16 18:35:25 +0200 (mer, 16 mai 2007) | 2 lines

[MOD] Userlink: use the userlink modifier in the 'last_visitors' module.

------------------------------------------------------------------------
r8346 | sylvieg | 2007-05-16 18:28:09 +0200 (mer, 16 mai 2007) | 2 lines

[MOD]user: warning to use the email as username if the feature is on

------------------------------------------------------------------------
r8345 | nyloth | 2007-05-16 18:06:12 +0200 (mer, 16 mai 2007) | 2 lines

[FIX] apache htaccess: fix the image rewrite rule.

------------------------------------------------------------------------
r8344 | sylvieg | 2007-05-16 16:38:23 +0200 (mer, 16 mai 2007) | 2 lines

[FIX]comments: title also to 255 characters+clean index

------------------------------------------------------------------------
r8343 | sylvieg | 2007-05-16 14:55:08 +0200 (mer, 16 mai 2007) | 2 lines

oops

------------------------------------------------------------------------
r8342 | sylvieg | 2007-05-16 01:29:41 +0200 (mer, 16 mai 2007) | 2 lines

[FIX]forum: name to 255 character

------------------------------------------------------------------------
r8341 | sylvieg | 2007-05-15 18:11:52 +0200 (mar, 15 mai 2007) | 2 lines

[MOD]trackerlist: new param showcreated to overwrite tracker config

------------------------------------------------------------------------
r8340 | nyloth | 2007-05-15 13:32:50 +0200 (mar, 15 mai 2007) | 2 lines

[FIX] calendar: fixing the calendar item edition when jscalendar is not used.

------------------------------------------------------------------------
r8339 | nyloth | 2007-05-15 12:19:42 +0200 (mar, 15 mai 2007) | 2 lines

[FIX] faqs perms: fixing some occurences of 'tiki_p_view_faq' perm (instead of the correct 'tiki_p_view_faqs'), which were causing troubles when searching in FAQs.

------------------------------------------------------------------------
r8338 | nyloth | 2007-05-15 11:06:59 +0200 (mar, 15 mai 2007) | 2 lines

[FIX] faqs: anonymous users should be able to suggest questions. In this case, the user variable was null, value not allowed for the field used to store it in the database. The value is now changed to an empty string if null.

------------------------------------------------------------------------
r8337 | mose | 2007-05-15 09:06:11 +0200 (mar, 15 mai 2007) | 2 lines

[MOD] freetags: added a way for admin to remove tags on objects, would require an extra perm for that. Also fixed accented chars glitch, and improved display

------------------------------------------------------------------------
r8336 | sylvieg | 2007-05-14 22:36:15 +0200 (lun, 14 mai 2007) | 2 lines

[FIX]tracker: when duplicating a tracker, change the sort field to the new one

------------------------------------------------------------------------
r8335 | pkdille | 2007-05-14 13:32:08 +0200 (lun, 14 mai 2007) | 2 lines

[MOD] tiki-admin-include-siteid.tpl: change the width from 2 textarea

------------------------------------------------------------------------
r8334 | nyloth | 2007-05-14 01:00:07 +0200 (lun, 14 mai 2007) | 2 lines

[FIX] french translations: some missing translations.

------------------------------------------------------------------------
r8333 | nyloth | 2007-05-14 00:58:48 +0200 (lun, 14 mai 2007) | 2 lines

[FIX] FCKeditor: Tikiimage's title and button tooltip were missing.

------------------------------------------------------------------------
r8332 | nyloth | 2007-05-14 00:31:40 +0200 (lun, 14 mai 2007) | 2 lines

[MOD] Userlink: wider use of the userlink modifier.

------------------------------------------------------------------------
r8331 | nyloth | 2007-05-14 00:09:01 +0200 (lun, 14 mai 2007) | 2 lines

[MOD] Userlink: use the userlink modifier in file galleries user interfaces.

------------------------------------------------------------------------
r8330 | nyloth | 2007-05-13 23:51:43 +0200 (dim, 13 mai 2007) | 2 lines

[FIX] file galleries: modifying a file (by someone else than admin) was removing the creator information.

------------------------------------------------------------------------
r8329 | nyloth | 2007-05-13 22:26:08 +0200 (dim, 13 mai 2007) | 2 lines

[NEW] user contacts preferences: new option to choose the user default contacts view ('list' or 'group') + relooking to have a tiki admin pannel with tabs.

------------------------------------------------------------------------
r8328 | nyloth | 2007-05-13 20:46:29 +0200 (dim, 13 mai 2007) | 2 lines

[MOD] contacts: do not show the 'Groups' column in the 'group' view, since this information is not useful in this view.

------------------------------------------------------------------------
r8327 | nyloth | 2007-05-13 20:31:03 +0200 (dim, 13 mai 2007) | 2 lines

[FIX] search: the search results were containing duplicate results when there was different number of occurence of some searched words. Now it handle the 'count' value by doing a total of the each searched word 'count' value.

------------------------------------------------------------------------
r8326 | nyloth | 2007-05-13 19:32:03 +0200 (dim, 13 mai 2007) | 2 lines

[FIX] faqs counters: do not use the 'questions' field of the 'tiki_faqs' anymore (will alter the table in the future to drop this column), since we can calculate this value with a query that implies no real overhead and ensure that the result is accurate. Also remove the unecessary 'cant' query, since it is faster and easier to use count() in php.

------------------------------------------------------------------------
r8325 | nyloth | 2007-05-13 18:34:43 +0200 (dim, 13 mai 2007) | 2 lines

[NEW] Userlink: add an option to show the user realname instead of his login (when the realname is available). It affects only parts of code that calls the 'userlink' smarty modifier (e.g. collaborators of a wiki page). - missed files.

------------------------------------------------------------------------
r8324 | nyloth | 2007-05-13 15:08:00 +0200 (dim, 13 mai 2007) | 2 lines

[FIX] calendar: checking 'tiki_p_view_events' to determine if the 'magnifier icon' has to be displayed is enough (admin rights and others are checked in php and tiki_p_view_events then gets the correct value)

------------------------------------------------------------------------
r8323 | nyloth | 2007-05-13 14:53:00 +0200 (dim, 13 mai 2007) | 2 lines

[FIX] orphan pages: was simply listing all pages, not only the orphan ones.

------------------------------------------------------------------------
r8322 | nyloth | 2007-05-13 14:52:46 +0200 (dim, 13 mai 2007) | 2 lines

[FIX] assign permissions: was assigning all perms to the group when there was  at least one admin perm ('tiki_p_admin_*') even if it was not of the same type.

------------------------------------------------------------------------
r8321 | nyloth | 2007-05-13 14:52:34 +0200 (dim, 13 mai 2007) | 2 lines

[DEL] imagegals cache: removing an unused/fake option 'gal_imgcache_dir' that was supposed to be used as the cache directory for image galeries.

------------------------------------------------------------------------
r8320 | nyloth | 2007-05-13 14:52:20 +0200 (dim, 13 mai 2007) | 2 lines

[MOD] calendar: in order to simplify a bit the user interface of the calendar for those who are using only one calendar - the 'admin' button now goes directly to the calendar that is used (if there is only one calendar shown), and the 'group calendars' filter/button is not available if there is only one calendar available. Same for the colored name of the calendar.

------------------------------------------------------------------------
r8319 | nyloth | 2007-05-13 14:51:54 +0200 (dim, 13 mai 2007) | 2 lines

[FIX] calendar: if the user doesn't have the right 'tiki_p_view_events', do not show the magnifier icon (that is used to show the event details) in the box that appears when the mouse is over an event.

------------------------------------------------------------------------
r8318 | nyloth | 2007-05-13 14:51:19 +0200 (dim, 13 mai 2007) | 2 lines

[FIX] categories: don't show the category path (list of categories of the current object) when the user does not have the right to see the categories (tiki_p_view_categories).

------------------------------------------------------------------------
r8317 | nyloth | 2007-05-13 14:51:03 +0200 (dim, 13 mai 2007) | 2 lines

[FIX] search: don't try to show the results and their number if no search has been done.

------------------------------------------------------------------------
r8316 | nyloth | 2007-05-13 14:50:45 +0200 (dim, 13 mai 2007) | 2 lines

[FIX] french translations: missing 'group view' translation

------------------------------------------------------------------------
r8315 | nyloth | 2007-05-13 14:50:29 +0200 (dim, 13 mai 2007) | 2 lines

[FIX] columns hide links CSS: remove obsolete 'align' attributes, remove too restrictive 'position:absolute;' style, move the icon used for the right column at the right of the link text

------------------------------------------------------------------------
r8314 | nyloth | 2007-05-13 14:50:14 +0200 (dim, 13 mai 2007) | 2 lines

[FIX] contacts CSS: fix positioning stylesheets

------------------------------------------------------------------------
r8313 | sylvieg | 2007-05-11 18:38:47 +0200 (ven, 11 mai 2007) | 2 lines

[FIX]tracker: the fieldId in computer field option can have more than one digit

------------------------------------------------------------------------
r8312 | sylvieg | 2007-05-11 17:43:03 +0200 (ven, 11 mai 2007) | 2 lines

smarty: backport in tw truncate the smarty truncate - still have to be different because of the mb_substr

------------------------------------------------------------------------
r8308 | sylvieg | 2007-05-11 14:55:03 +0200 (ven, 11 mai 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8307 | nyloth | 2007-05-11 14:19:47 +0200 (ven, 11 mai 2007) | 2 lines

[FIX] french translation: missing 'Updated'

------------------------------------------------------------------------
r8306 | nyloth | 2007-05-11 11:37:27 +0200 (ven, 11 mai 2007) | 2 lines

[MOD] calendar CSS: change font properties of the date range in calendar navigation bar to be more visible

------------------------------------------------------------------------
r8305 | nyloth | 2007-05-11 10:41:33 +0200 (ven, 11 mai 2007) | 2 lines

[MOD] calendar CSS: trying to have a calendar a bit more pretty and fixing the fact that it goes to much on the right side. Removing TABLE tag that is only used for design (DIV tag + CSS is better for that).

------------------------------------------------------------------------
r8304 | nyloth | 2007-05-10 11:31:00 +0200 (jeu, 10 mai 2007) | 2 lines

[MOD] fckeditor: FCKeditor should not convert all special characters available in the text to their relative HTML entities, since it's not necessary with UTF8 charset and since it's better not to have HTML entities when generating search indexes.

------------------------------------------------------------------------
r8298 | sylvieg | 2007-05-09 19:11:43 +0200 (mer, 09 mai 2007) | 2 lines

[MOD]user: add a link to user info from admin user

------------------------------------------------------------------------
r8297 | sylvieg | 2007-05-09 18:54:35 +0200 (mer, 09 mai 2007) | 2 lines

[FIX]user info: change name

------------------------------------------------------------------------
r8296 | nyloth | 2007-05-09 17:38:07 +0200 (mer, 09 mai 2007) | 2 lines

[FIX] tiki.tpl: hide left/right column and the links to hide or show them if no modules affected to the side menus (including case if there is modules, but no allowed to the user).

------------------------------------------------------------------------
r8295 | pkdille | 2007-05-09 16:59:30 +0200 (mer, 09 mai 2007) | 2 lines

[MOD] tiki.tpl: hide left/right column and the links to hide or show them if no modules affected to the side menus.

------------------------------------------------------------------------
r8294 | sylvieg | 2007-05-09 16:49:50 +0200 (mer, 09 mai 2007) | 2 lines

db sync

------------------------------------------------------------------------
r8293 | sylvieg | 2007-05-09 16:47:52 +0200 (mer, 09 mai 2007) | 2 lines

[FIX]perms: typo in tiki.sql 'tiki_p_batch_upload_file_dir'

------------------------------------------------------------------------
r8292 | sylvieg | 2007-05-09 16:15:20 +0200 (mer, 09 mai 2007) | 2 lines

oops trace

------------------------------------------------------------------------
r8291 | sylvieg | 2007-05-09 16:08:12 +0200 (mer, 09 mai 2007) | 2 lines

[MOD]forum: can have a local search on a forum ( as while on all the forums)

------------------------------------------------------------------------
r8290 | sylvieg | 2007-05-09 15:55:58 +0200 (mer, 09 mai 2007) | 2 lines

oops: trace

------------------------------------------------------------------------
r8289 | sylvieg | 2007-05-07 22:52:32 +0200 (lun, 07 mai 2007) | 2 lines

[MOD]tracker: use of the tpl tiki-item_field_value to eliminate code duplication -> to be finished

------------------------------------------------------------------------
r8288 | sylvieg | 2007-05-07 22:50:14 +0200 (lun, 07 mai 2007) | 2 lines

a cleaner display of item field value + some fixes

------------------------------------------------------------------------
r8287 | nyloth | 2007-05-07 20:26:35 +0200 (lun, 07 mai 2007) | 2 lines

[MOD] fckeditor: remove Upload tab and Browse button in external Link tool, since this is not (yet) useful for tiki.

------------------------------------------------------------------------
r8286 | sylvieg | 2007-05-07 20:23:12 +0200 (lun, 07 mai 2007) | 2 lines

icons

------------------------------------------------------------------------
r8285 | nyloth | 2007-05-07 19:37:57 +0200 (lun, 07 mai 2007) | 2 lines

[FIX] view tracker item: remove obsolete / empty link.

------------------------------------------------------------------------
r8284 | nyloth | 2007-05-07 19:02:04 +0200 (lun, 07 mai 2007) | 2 lines

[FIX] admin menu options: the list used to choose a group for a menu option needs to allow a multiple selection.

------------------------------------------------------------------------
r8283 | sylvieg | 2007-05-07 18:47:39 +0200 (lun, 07 mai 2007) | 2 lines

[FIX]perm: the perm table was noit returned if no special perm

------------------------------------------------------------------------
r8282 | sylvieg | 2007-05-07 18:45:08 +0200 (lun, 07 mai 2007) | 2 lines

[MOD]login: give the error 'not validated yet' for users who need validation

------------------------------------------------------------------------
r8281 | sylvieg | 2007-05-07 18:09:03 +0200 (lun, 07 mai 2007) | 2 lines

[FIX]login: reverse back 1.194->a user not validated was able to create 2 accounts

------------------------------------------------------------------------
r8280 | sylvieg | 2007-05-07 17:54:37 +0200 (lun, 07 mai 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8279 | sylvieg | 2007-05-07 15:17:26 +0200 (lun, 07 mai 2007) | 2 lines

[FIX]login: be able to give the contact user before the feature is activated

------------------------------------------------------------------------
r8278 | sylvieg | 2007-05-07 15:15:08 +0200 (lun, 07 mai 2007) | 2 lines

[FIX]login: be able to give the contact user before the feature is activated

------------------------------------------------------------------------
r8277 | sylvieg | 2007-05-07 15:06:59 +0200 (lun, 07 mai 2007) | 2 lines

[FIX]login: take away the warning about user message as the moderation registration is sent to sender_email if set or tiki messages is sender email is not set

------------------------------------------------------------------------
r8276 | nyloth | 2007-05-07 12:14:00 +0200 (lun, 07 mai 2007) | 2 lines

[NEW] content templates: users can choose weither to use a wysiwyg editor or not when editing content templates.

------------------------------------------------------------------------
r8275 | nyloth | 2007-05-07 10:27:07 +0200 (lun, 07 mai 2007) | 2 lines

[MOD] admin menu options: when editing a menu option, the user can now choose the group in a list

------------------------------------------------------------------------
r8274 | sylvieg | 2007-05-04 19:45:51 +0200 (ven, 04 mai 2007) | 2 lines

sync

------------------------------------------------------------------------
r8273 | nyloth | 2007-05-04 18:47:16 +0200 (ven, 04 mai 2007) | 2 lines

[FIX] stats anchors: MS Internet Explorer doesn't correctly handle empty A tags used for anchors. Switching to an 'id' argument for the TD tag instead.

------------------------------------------------------------------------
r8272 | nyloth | 2007-05-04 18:35:52 +0200 (ven, 04 mai 2007) | 2 lines

[FIX] mytiki bar: hide actionlog icon when actionlog feature is disabled.

------------------------------------------------------------------------
r8271 | sylvieg | 2007-05-04 18:06:37 +0200 (ven, 04 mai 2007) | 2 lines

[FIX]tracker: put the icons together to be more like the other

------------------------------------------------------------------------
r8270 | nyloth | 2007-05-04 17:58:56 +0200 (ven, 04 mai 2007) | 2 lines

[FIX] htaccess script: take care of all _htaccess files.

------------------------------------------------------------------------
r8269 | nyloth | 2007-05-04 17:34:35 +0200 (ven, 04 mai 2007) | 2 lines

[FIX] fckeditor: for those who are using .htaccess files to secure their tikiwiki, html and php files in lib/fckeditor and lib/fckeditor_tiki need to be accessed directly.

------------------------------------------------------------------------
r8268 | sylvieg | 2007-05-04 17:25:40 +0200 (ven, 04 mai 2007) | 2 lines

[MOD]field displayed in user info can be of any type (not only text and img)

------------------------------------------------------------------------
r8267 | sylvieg | 2007-05-04 16:46:27 +0200 (ven, 04 mai 2007) | 2 lines

[MOD]directory: show description category when browsing directory

------------------------------------------------------------------------
r8266 | sylvieg | 2007-05-04 16:09:48 +0200 (ven, 04 mai 2007) | 2 lines

[MOD]field displayed in user info can be of any type (not only text and img)

------------------------------------------------------------------------
r8265 | sylvieg | 2007-05-04 16:07:50 +0200 (ven, 04 mai 2007) | 2 lines

[MOD] new template to show the value of a item field -> to try to eliminate code duplication

------------------------------------------------------------------------
r8264 | nyloth | 2007-05-04 14:13:43 +0200 (ven, 04 mai 2007) | 2 lines

[FIX] search indexation: better to parse wiki data before removing html tags.

------------------------------------------------------------------------
r8263 | nyloth | 2007-05-04 12:09:36 +0200 (ven, 04 mai 2007) | 2 lines

[FIX] search indexation: bug fix, index_type was lost in certain cases

------------------------------------------------------------------------
r8262 | nyloth | 2007-05-04 11:29:59 +0200 (ven, 04 mai 2007) | 4 lines

[MOD] search indexation: cleaner indexation of binary files.

When no external application is specified for parsing a certain type of binary file, the indexation now avoids to store non-printable characters in the search indexes, that was polluting the database with a lot of useless data.

------------------------------------------------------------------------
r8261 | nyloth | 2007-05-04 11:25:49 +0200 (ven, 04 mai 2007) | 20 lines

[NEW] search indexation: add a new indexation mode "normal" (the old one is named "random").

Note : This concerns only search indexation that doesn't use MySQL fulltext indexation.

* The "random" mode indexes tiki objects the following way :

	- each time a page (every php script that includes tiki-setup.php) is generated and sent to the browser, a random indexation is started,

	- this random indexation will do something only sometimes (more precisely, the function doesn't do anything if the result of a call to the php rand function returns 1 with a 1 to $search_refresh_rate range, defined in the search admin panel),

	- when it does it's job, it randomly choose one tiki object (i.e. one wiki page, file, forum comment, ...) and index it.

* The new "normal" generates it's indexes this way :

	- each time a tiki object content is created or modified, it is reindexed.

So, the "normal" mode is what is usually done everywhere, because it garanties that a new or modified content is immediately indexed. With the "random", you can, for example, upload files quicker, but you are never sure that all your content is indexed.

Since the "normal" mode seems to be what everyone usually expects, I choosed to set it up as the default mode (feel free to change this if you don't agree).

------------------------------------------------------------------------
r8260 | nyloth | 2007-05-04 11:21:26 +0200 (ven, 04 mai 2007) | 2 lines

[FIX] search indexation: some bug fixes.

------------------------------------------------------------------------
r8259 | sylvieg | 2007-05-03 15:57:34 +0200 (jeu, 03 mai 2007) | 2 lines

[FIX]string

------------------------------------------------------------------------
r8258 | sylvieg | 2007-05-03 15:47:55 +0200 (jeu, 03 mai 2007) | 2 lines

[FIX]tracker: display in a view item only the selected categories was lost during merge

------------------------------------------------------------------------
r8257 | sylvieg | 2007-05-03 15:41:36 +0200 (jeu, 03 mai 2007) | 2 lines

icon

------------------------------------------------------------------------
r8256 | sylvieg | 2007-05-03 13:00:18 +0200 (jeu, 03 mai 2007) | 2 lines

notice

------------------------------------------------------------------------
r8255 | sylvieg | 2007-05-02 23:58:05 +0200 (mer, 02 mai 2007) | 2 lines

[MOD]tracker: option to export without fieldId to be able to import in another tracker and duplicate exactly the tracker

------------------------------------------------------------------------
r8254 | sylvieg | 2007-05-02 22:55:25 +0200 (mer, 02 mai 2007) | 2 lines

[MOD]tracker: anchor for the prev next

------------------------------------------------------------------------
r8253 | sylvieg | 2007-05-02 20:06:11 +0200 (mer, 02 mai 2007) | 2 lines

notice

------------------------------------------------------------------------
r8252 | nyloth | 2007-05-02 18:31:40 +0200 (mer, 02 mai 2007) | 2 lines

[FIX] search indexation: whoops, bug in previous 'search indexation' commit that was using a wrong name for the id fields.

------------------------------------------------------------------------
r8251 | sylvieg | 2007-05-02 17:52:24 +0200 (mer, 02 mai 2007) | 2 lines

[FIX]login: can not change email if login is your email

------------------------------------------------------------------------
r8250 | sylvieg | 2007-05-02 17:36:48 +0200 (mer, 02 mai 2007) | 2 lines

[FIX]username=email was stuck if you did an error in your email

------------------------------------------------------------------------
r8249 | sylvieg | 2007-05-02 16:44:09 +0200 (mer, 02 mai 2007) | 2 lines

oops

------------------------------------------------------------------------
r8248 | sylvieg | 2007-05-02 16:38:53 +0200 (mer, 02 mai 2007) | 2 lines

*** empty log message ***

------------------------------------------------------------------------
r8247 | sylvieg | 2007-05-02 16:00:16 +0200 (mer, 02 mai 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r8246 | sylvieg | 2007-05-02 15:49:12 +0200 (mer, 02 mai 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8245 | nyloth | 2007-05-02 15:25:46 +0200 (mer, 02 mai 2007) | 2 lines

[MOD] search indexation: transitionnal step in factorizing this part of the code. May be more factorized if we can do some homogenisation by using always the same name for object types in tiki (this concerns more than just search indexation).

------------------------------------------------------------------------
r8244 | sylvieg | 2007-05-01 20:32:13 +0200 (mar, 01 mai 2007) | 2 lines

[FIX]was already a error function for upload in filegal

------------------------------------------------------------------------
r8243 | sylvieg | 2007-05-01 18:28:18 +0200 (mar, 01 mai 2007) | 2 lines

[MOD]img: better error message

------------------------------------------------------------------------
r8242 | sylvieg | 2007-05-01 17:37:11 +0200 (mar, 01 mai 2007) | 2 lines

[FIX]menu: show the param link_on_section in admin modules

------------------------------------------------------------------------
r8241 | mose | 2007-05-01 01:37:36 +0200 (mar, 01 mai 2007) | 2 lines

[nul] ciabot test

------------------------------------------------------------------------
r8240 | mose | 2007-05-01 01:36:54 +0200 (mar, 01 mai 2007) | 2 lines

[nul] ciabot test

------------------------------------------------------------------------
r8239 | mose | 2007-05-01 01:35:07 +0200 (mar, 01 mai 2007) | 2 lines

[MOD] calendar: minor display fix in edit item

------------------------------------------------------------------------
r8238 | sylvieg | 2007-05-01 00:24:08 +0200 (mar, 01 mai 2007) | 2 lines

[FIX]menu: rollback a section links to the main features + the default section at the top of submenu + option link_on_section in {menu} to do whatever you want

------------------------------------------------------------------------
r8237 | sylvieg | 2007-04-30 20:14:52 +0200 (lun, 30 avr 2007) | 2 lines

[MOD]forum: display upload_file_upload (as can not be changed by code

------------------------------------------------------------------------
r8236 | sylvieg | 2007-04-30 18:28:38 +0200 (lun, 30 avr 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8235 | sylvieg | 2007-04-30 17:10:23 +0200 (lun, 30 avr 2007) | 2 lines

[FIX]search: help link

------------------------------------------------------------------------
r8234 | sylvieg | 2007-04-30 16:55:19 +0200 (lun, 30 avr 2007) | 2 lines

[MOD]perm: a message if Categories checking is not done in the database search

------------------------------------------------------------------------
r8233 | sylvieg | 2007-04-27 23:43:33 +0200 (ven, 27 avr 2007) | 2 lines

[FIX]forum: cancel in edit topic back

------------------------------------------------------------------------
r8232 | sylvieg | 2007-04-27 22:59:26 +0200 (ven, 27 avr 2007) | 2 lines

[FIX]forum: generate an error if max file size is reached

------------------------------------------------------------------------
r8231 | sylvieg | 2007-04-27 19:54:18 +0200 (ven, 27 avr 2007) | 2 lines

some title links

------------------------------------------------------------------------
r8230 | sylvieg | 2007-04-26 23:50:19 +0200 (jeu, 26 avr 2007) | 2 lines

[FIX]forum: I do not think tiki_cookie_jar must apply there if you want to see the forum- you want to see it - yopu do not wnat the last status

------------------------------------------------------------------------
r8229 | sylvieg | 2007-04-26 20:27:28 +0200 (jeu, 26 avr 2007) | 2 lines

some title on links

------------------------------------------------------------------------
r8228 | sylvieg | 2007-04-26 15:36:22 +0200 (jeu, 26 avr 2007) | 2 lines

notice

------------------------------------------------------------------------
r8227 | sylvieg | 2007-04-26 15:34:02 +0200 (jeu, 26 avr 2007) | 2 lines

[FIX]changing variable must be done everywhere+ fix notice

------------------------------------------------------------------------
r8226 | sylvieg | 2007-04-26 15:26:21 +0200 (jeu, 26 avr 2007) | 2 lines

[MOD]log: do not put the IP and client for timeout (as it is the info of the user who kicks out and not the kick one)

------------------------------------------------------------------------
r8225 | sylvieg | 2007-04-26 14:55:54 +0200 (jeu, 26 avr 2007) | 2 lines

[MOD]log: find also on user name

------------------------------------------------------------------------
r8224 | nyloth | 2007-04-26 13:38:49 +0200 (jeu, 26 avr 2007) | 2 lines

[FIX] gzipped output: Force compression disabling for 'setup_fckeditor.php' (which is used to generated javascript code), because IE apparently doesn't handle gzip compression on javascript files (this is why FCKeditor doesn't find the Tiki toolbar defined here when compression is activated).

------------------------------------------------------------------------
r8223 | sylvieg | 2007-04-25 20:39:48 +0200 (mer, 25 avr 2007) | 2 lines

[FIX]wiki: show help button if wysiwyg is on with partial parsing - do not show the wiki syntax that are not parsed if partial parsing (to be finished)

------------------------------------------------------------------------
r8222 | sylvieg | 2007-04-25 20:16:17 +0200 (mer, 25 avr 2007) | 2 lines

some new icons

------------------------------------------------------------------------
r8221 | sylvieg | 2007-04-25 19:01:58 +0200 (mer, 25 avr 2007) | 2 lines

[FIX]forum outbound mail: put the mail content in a tpl+do not send reply_link if not set + add author

------------------------------------------------------------------------
r8220 | sylvieg | 2007-04-25 16:45:55 +0200 (mer, 25 avr 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8219 | sylvieg | 2007-04-24 20:23:49 +0200 (mar, 24 avr 2007) | 2 lines

[mod]tracker: sort also the fields like for trackerlist in the param order

------------------------------------------------------------------------
r8218 | sylvieg | 2007-04-23 18:05:27 +0200 (lun, 23 avr 2007) | 2 lines

[MOD]trackerlist plugin: display the fields in the order given in the fields param

------------------------------------------------------------------------
r8217 | sylvieg | 2007-04-20 23:29:36 +0200 (ven, 20 avr 2007) | 2 lines

[FIX] seems my rollback was not ok - sorry

------------------------------------------------------------------------
r8216 | mose | 2007-04-20 20:49:41 +0200 (ven, 20 avr 2007) | 2 lines

[NEW] trackers: new field type (C), for computing values from other fields values (first experiment, requires improvement and spreading to wikiplugins and notifications)

------------------------------------------------------------------------
r8215 | sylvieg | 2007-04-20 17:09:58 +0200 (ven, 20 avr 2007) | 2 lines

[FIX]database: idnex must be created with a name otherwise another index is created

------------------------------------------------------------------------
r8214 | sylvieg | 2007-04-20 16:38:08 +0200 (ven, 20 avr 2007) | 2 lines

[MOD]article: put the data in the watch message has wiki page: todo-send in html

------------------------------------------------------------------------
r8213 | sylvieg | 2007-04-20 15:27:30 +0200 (ven, 20 avr 2007) | 2 lines

[FIX]notif: some cleaning - feature still broken

------------------------------------------------------------------------
r8212 | mose | 2007-04-20 11:33:49 +0200 (ven, 20 avr 2007) | 2 lines

[MOD] usermenu: when no url is given for a section, make it clickable to open subsection

------------------------------------------------------------------------
r8211 | mose | 2007-04-20 00:34:34 +0200 (ven, 20 avr 2007) | 2 lines

[MOD] loginbox: added userlink for self-information

------------------------------------------------------------------------
r8210 | sylvieg | 2007-04-20 00:06:32 +0200 (ven, 20 avr 2007) | 2 lines

sorry rollback - far more difficult I thought side effect with tiki-view_tracker

------------------------------------------------------------------------
r8209 | sylvieg | 2007-04-19 22:41:32 +0200 (jeu, 19 avr 2007) | 2 lines

[FIX]trackerlist plugin: display the column is the same order than the one given in fields param

------------------------------------------------------------------------
r8207 | sylvieg | 2007-04-19 18:22:47 +0200 (jeu, 19 avr 2007) | 2 lines

[MOD]listpages plugin: new param showPageAlias(only when structHead and showNameOnly)

------------------------------------------------------------------------
r8206 | nyloth | 2007-04-17 18:27:40 +0200 (mar, 17 avr 2007) | 2 lines

[MOD] wysiwyg in blogs : use FCKeditor instead of HTMLArea in blogs (which is not maintened anymore) and take care of wysiwyg admin options.

------------------------------------------------------------------------
r8205 | pkdille | 2007-04-17 15:30:36 +0200 (mar, 17 avr 2007) | 2 lines

[FIX] tiki-admin-include-fgal: two more translations

------------------------------------------------------------------------
r8204 | pkdille | 2007-04-17 15:06:28 +0200 (mar, 17 avr 2007) | 2 lines

[FIX] tiki-admin-include-fgal: some french translations on this admin grid

------------------------------------------------------------------------
r8203 | sylvieg | 2007-04-13 16:19:48 +0200 (ven, 13 avr 2007) | 2 lines

[NEW]smarty: new param to sortlink to be case insensitive case=false

------------------------------------------------------------------------
r8202 | mose | 2007-04-12 02:04:56 +0200 (jeu, 12 avr 2007) | 2 lines

[FIX] comments: fixed wikipages comments sorting/filter functionality

------------------------------------------------------------------------
r8201 | sylvieg | 2007-04-10 23:27:11 +0200 (mar, 10 avr 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8199 | nyloth | 2007-04-09 03:21:22 +0200 (lun, 09 avr 2007) | 6 lines

[FIX] calendar: fix two bugs in navigation :

- When you are in January, the "previous month" button was wrong (set to the current month). This is because the date functions doesn't correctly handle timezone offset when month is equal to zero.

- When the focus is, for example, placed on the last day of march, "previous month" (and quarter, year, ...) will now change the focused day to 28 (last one of february) instead of going to the third day of march. The bad effect, but in my opinion more acceptable, is that you lose the initial focused day (i.e. when going in march again, you will be the 28th and not the 31th).

------------------------------------------------------------------------
r8198 | nyloth | 2007-04-09 01:56:12 +0200 (lun, 09 avr 2007) | 2 lines

[NEW] since_last_visit_new: new module parameter 'calendar_focus=ignore' to specify not to change the 'last visit date' when the user change the date focus in the calendar. This feature is probably usefull in some cases... but if the module is really used as what happend since last login, it should not change it's date as long as the user disconnects itself.

------------------------------------------------------------------------
r8197 | bluestrain | 2007-04-09 01:47:56 +0200 (lun, 09 avr 2007) | 2 lines

[MOD] Added a help icon and URL pointing to the Action Log page on d.tw.o-DT

------------------------------------------------------------------------
r8196 | nyloth | 2007-04-09 00:48:35 +0200 (lun, 09 avr 2007) | 7 lines

[FIX] calendar: fix a very annoying bug that was displaying a wrong ending hour for an event in editing mode.

More precisely, this ending hour was based on the 'time_end' that was not really taking care of timezones. the start hour was good since it was based on 'start' and not 'time_start'. The html_select_time fonction from smarty is able to manage timestamps (e.g. 'start' and 'end'), this is why it's not a problem to use them.

I'm completely removing the use of 'time_end' and 'time_start' from the source code, because they are not used anymore.
This fix also correctly handle ending and starting hours for a new event, that are separated by one hour.

------------------------------------------------------------------------
r8192 | nyloth | 2007-04-08 18:20:27 +0200 (dim, 08 avr 2007) | 2 lines

[NEW] devtools: add the PHP FCKeditor packager to the repository. This tool is used to compress the original source code of FCKeditor to speed up it's (down)loading.

------------------------------------------------------------------------
r8191 | nyloth | 2007-04-08 16:20:58 +0200 (dim, 08 avr 2007) | 2 lines

[FIX] fckeditor toolbar: UniversalKey is not included in last fckeditor release (for unclear license reasons). Thus, we need to remove it from the default toolbar. Existing tikiwiki 1.10 installations will not be upgraded by this fix (but they should be modified manually if they are configured to use the UniversalKey tool).

------------------------------------------------------------------------
r8190 | nyloth | 2007-04-08 03:18:20 +0200 (dim, 08 avr 2007) | 2 lines

[FIX] calendar item edition: never put hours list and minutes list on different lines.

------------------------------------------------------------------------
r8189 | nyloth | 2007-04-08 02:32:04 +0200 (dim, 08 avr 2007) | 2 lines

[MOD] calendar design: relooking a bit the calendar's calmode view and adding a famfamfam icon instead of the '+' link for adding items.

------------------------------------------------------------------------
r8188 | nyloth | 2007-04-07 13:24:20 +0200 (sam, 07 avr 2007) | 2 lines

[FIX] calendar navigation: display 'April' instead of '1 April' in month view, and '2007' instead of '1 January' in year view

------------------------------------------------------------------------
r8187 | nyloth | 2007-04-07 12:48:26 +0200 (sam, 07 avr 2007) | 2 lines

[FIX] translations : fix some typos.

------------------------------------------------------------------------
r8186 | nyloth | 2007-04-07 02:16:51 +0200 (sam, 07 avr 2007) | 2 lines

[FIX] file galleries: don't show podcast tip and server batch upload link if the feature is disabled.

------------------------------------------------------------------------
r8185 | nyloth | 2007-04-07 02:15:08 +0200 (sam, 07 avr 2007) | 2 lines

[FIX] translations : fix some typos.

------------------------------------------------------------------------
r8184 | nyloth | 2007-04-07 02:05:15 +0200 (sam, 07 avr 2007) | 2 lines

[FIX] french translations: another missed translation.

------------------------------------------------------------------------
r8183 | nyloth | 2007-04-07 02:03:16 +0200 (sam, 07 avr 2007) | 2 lines

[MOD] french translations: some compromises ;)

------------------------------------------------------------------------
r8182 | nyloth | 2007-04-07 01:59:14 +0200 (sam, 07 avr 2007) | 2 lines

[FIX] calendar: woops, last commit on calendar was buggy for new events creation.

------------------------------------------------------------------------
r8181 | nyloth | 2007-04-06 21:59:07 +0200 (ven, 06 avr 2007) | 2 lines

[MOD] module template: adding another div to have a bit more flexibility for CSS design, especially for modules shadows.

------------------------------------------------------------------------
r8180 | nyloth | 2007-04-06 19:40:08 +0200 (ven, 06 avr 2007) | 2 lines

[NEW] image galleries: new option in galleries administration panel to display a mouseover box on the images thumbnails (browsing view) with the image detailed informations. There is three choices : not displaying it, displaying it, displaying it while avoiding to display the same informations again under the image thumbnail.

------------------------------------------------------------------------
r8179 | nyloth | 2007-04-06 14:08:45 +0200 (ven, 06 avr 2007) | 2 lines

[MOD] stats charts link: add an html anchor.

------------------------------------------------------------------------
r8178 | nyloth | 2007-04-06 13:45:15 +0200 (ven, 06 avr 2007) | 2 lines

[FIX] http_prefix: after tiki-login's cleaning, save in database if it was different there (this should happen only once after each misconfiguration ;) )

------------------------------------------------------------------------
r8177 | nyloth | 2007-04-06 01:53:01 +0200 (ven, 06 avr 2007) | 2 lines

[FIX] image gallery listing: category library was needed for permissions checking, but was not included.

------------------------------------------------------------------------
r8176 | nyloth | 2007-04-06 01:34:32 +0200 (ven, 06 avr 2007) | 2 lines

[FIX] some french translations fixes / addons.

------------------------------------------------------------------------
r8175 | nyloth | 2007-04-06 01:32:40 +0200 (ven, 06 avr 2007) | 2 lines

[MOD] tiki-calendar_edit_item : show buttons 'new item', 'go to' and 'duplicate to' only if we are editing an existing item (i.e. not creating a new one) + move 'save' button at the end of the form, since this type of action is generally expected to be there + translate 'Save' text.

------------------------------------------------------------------------
r8174 | nyloth | 2007-04-05 23:07:57 +0200 (jeu, 05 avr 2007) | 2 lines

[MOD] tiki-editpage ergonomy: don't include input boxes for attachments when wysiwyg is used (since it can be done with other tools such as our tikiimage fckeditor plugin) + move the 'preview' button on the same line as other action buttons (i.e. save, cancel) + add a CSS id for the 'Edit Summary' input in order to hide (or modify) it through the CSS more easily.

------------------------------------------------------------------------
r8173 | nyloth | 2007-04-05 21:17:44 +0200 (jeu, 05 avr 2007) | 2 lines

[FIX] CSS transitions: don't include the transition CSS if it is not necessary.

------------------------------------------------------------------------
r8172 | nyloth | 2007-04-05 21:04:21 +0200 (jeu, 05 avr 2007) | 2 lines

[NEW] Bottom bar: add an option to be able to hide RSS feeds icons, even if RSS feeds are available.

------------------------------------------------------------------------
r8171 | nyloth | 2007-04-05 21:01:12 +0200 (jeu, 05 avr 2007) | 2 lines

[NEW] Userlink: add an option to show the user realname instead of his login (when the realname is available). It affects only parts of code that calls the 'userlink' smarty modifier (e.g. collaborators of a wiki page).

------------------------------------------------------------------------
r8170 | nyloth | 2007-04-05 20:56:38 +0200 (jeu, 05 avr 2007) | 2 lines

[FIX] some french translations fixes.

------------------------------------------------------------------------
r8169 | nyloth | 2007-04-05 20:34:53 +0200 (jeu, 05 avr 2007) | 2 lines

[FIX] Image galleries: fix broken options (maxRows, rowImages, thumbSizeX, thumbSizeY). They were always set to an empty string before displaying the gallery.

------------------------------------------------------------------------
r8168 | nyloth | 2007-04-05 20:34:40 +0200 (jeu, 05 avr 2007) | 2 lines

[NEW] Userlink: add an option to show the user realname instead of his login (when the realname is available). It affects only parts of code that calls the 'userlink' smarty modifier (e.g. collaborators of a wiki page).

------------------------------------------------------------------------
r8167 | nyloth | 2007-04-05 20:34:22 +0200 (jeu, 05 avr 2007) | 2 lines

[FIX] HTML purifier: missed global vars.

------------------------------------------------------------------------
r8166 | nyloth | 2007-04-05 20:23:03 +0200 (jeu, 05 avr 2007) | 2 lines

[FIX] some french translations fixes.

------------------------------------------------------------------------
r8165 | sylvieg | 2007-04-04 23:58:41 +0200 (mer, 04 avr 2007) | 2 lines

[FIX]thumb plugin: THUMB(id=1) was not working for a gal with no scale

------------------------------------------------------------------------
r8164 | sylvieg | 2007-04-04 19:23:39 +0200 (mer, 04 avr 2007) | 2 lines

[MOD]actionlog: a user can set the action he wants to see + actionlog tpl with tabs

------------------------------------------------------------------------
r8163 | sylvieg | 2007-04-03 21:52:14 +0200 (mar, 03 avr 2007) | 2 lines

[MOD]login: rememberme can be always activated and not only a user's choice

------------------------------------------------------------------------
r8162 | sylvieg | 2007-04-03 21:39:31 +0200 (mar, 03 avr 2007) | 2 lines

[MOD]login: be able to force to desactivate login autocontrol (that remember login and propose to save password) in the login box for site with high level of security

------------------------------------------------------------------------
r8161 | sylvieg | 2007-04-03 21:15:22 +0200 (mar, 03 avr 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r8160 | sylvieg | 2007-04-03 21:08:05 +0200 (mar, 03 avr 2007) | 2 lines

manual merge

------------------------------------------------------------------------
r8159 | sylvieg | 2007-04-03 21:06:31 +0200 (mar, 03 avr 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8158 | sylvieg | 2007-04-03 17:10:55 +0200 (mar, 03 avr 2007) | 2 lines

[SEC]cookie: delete the cookie value in the database when log out for more security (even if the value is highly not reproductible)

------------------------------------------------------------------------
r8157 | sylvieg | 2007-04-02 19:47:23 +0200 (lun, 02 avr 2007) | 2 lines

[FIX]menu: all the action in the same column

------------------------------------------------------------------------
r8156 | sylvieg | 2007-04-02 19:39:27 +0200 (lun, 02 avr 2007) | 2 lines

style

------------------------------------------------------------------------
r8155 | sylvieg | 2007-04-02 19:36:49 +0200 (lun, 02 avr 2007) | 2 lines

[FIX]perm: now obkectperm

------------------------------------------------------------------------
r8154 | sylvieg | 2007-04-02 19:32:15 +0200 (lun, 02 avr 2007) | 2 lines

[FIX]tell a friend: avoir recursion

------------------------------------------------------------------------
r8153 | sylvieg | 2007-04-02 19:21:23 +0200 (lun, 02 avr 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8152 | sylvieg | 2007-04-02 18:31:42 +0200 (lun, 02 avr 2007) | 2 lines

[MOD]fgal: can edit a file - still a bug - need to refresh the browser cache to see the new image

------------------------------------------------------------------------
r8151 | sylvieg | 2007-04-02 18:27:12 +0200 (lun, 02 avr 2007) | 2 lines

[FIX]img: browse image was missing a file

------------------------------------------------------------------------
r8150 | sylvieg | 2007-03-30 23:43:22 +0200 (ven, 30 mar 2007) | 2 lines

[FIX] fgal: can be able to do nothing on a locked file without sql error

------------------------------------------------------------------------
r8149 | sylvieg | 2007-03-30 19:38:53 +0200 (ven, 30 mar 2007) | 2 lines

[FIX]fgal: if no tiki_p_edit_gallery_file, do not display download+lock button

------------------------------------------------------------------------
r8148 | jyhem | 2007-03-30 19:28:15 +0200 (ven, 30 mar 2007) | 2 lines

[MOD] detect and prefill values for hostname in database during installation

------------------------------------------------------------------------
r8147 | sylvieg | 2007-03-30 18:39:59 +0200 (ven, 30 mar 2007) | 2 lines

[FIX]perm: Important fix - do not use assignperm if your cvs update has been done since last friday - all the perms were checked

------------------------------------------------------------------------
r8146 | sylvieg | 2007-03-30 14:53:53 +0200 (ven, 30 mar 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8145 | bluestrain | 2007-03-30 14:22:52 +0200 (ven, 30 mar 2007) | 2 lines

{FIX} Pointed broken doc link to the "Cache" page on doc.tw.o-DT

------------------------------------------------------------------------
r8144 | bluestrain | 2007-03-30 13:59:34 +0200 (ven, 30 mar 2007) | 2 lines

{FIX} removed broken link to Backups. Backups are deprecated in 1.10

------------------------------------------------------------------------
r8143 | luciash | 2007-03-30 00:33:43 +0200 (ven, 30 mar 2007) | 2 lines

[FIX] removed duplicate line from merge

------------------------------------------------------------------------
r8142 | luciash | 2007-03-30 00:32:02 +0200 (ven, 30 mar 2007) | 2 lines

[MOD] updated to new *lite, better layout model

------------------------------------------------------------------------
r8141 | jyhem | 2007-03-29 22:23:29 +0200 (jeu, 29 mar 2007) | 2 lines

[FIX] http prefixes: now defaults and used with '/stuff/' format. Major change in url writing process in tiki-login.php

------------------------------------------------------------------------
r8140 | luciash | 2007-03-29 19:44:28 +0200 (jeu, 29 mar 2007) | 2 lines

[FIX] same font size for IE 7 too and headings

------------------------------------------------------------------------
r8138 | bluestrain | 2007-03-29 14:08:14 +0200 (jeu, 29 mar 2007) | 2 lines

{FIX} Corrected bad link to docs page for Email Notifications-DT

------------------------------------------------------------------------
r8137 | luciash | 2007-03-29 11:12:01 +0200 (jeu, 29 mar 2007) | 2 lines

Merge from BRANCH-1-9

------------------------------------------------------------------------
r8136 | sylvieg | 2007-03-28 19:48:39 +0200 (mer, 28 mar 2007) | 2 lines

[FIX]login

------------------------------------------------------------------------
r8135 | nyloth | 2007-03-28 19:24:59 +0200 (mer, 28 mar 2007) | 2 lines

[FIX] fckeditor: set again the CSS class of FCKeditor body. There is now a config option to do this without having to modify FCKeditor files.

------------------------------------------------------------------------
r8134 | sylvieg | 2007-03-28 18:35:20 +0200 (mer, 28 mar 2007) | 2 lines

[MOD]plugin thumb: option to display the scaled image in the popup (default is original

------------------------------------------------------------------------
r8133 | sylvieg | 2007-03-28 18:19:49 +0200 (mer, 28 mar 2007) | 2 lines

[MOD]plugin thumb: can work on an image id

------------------------------------------------------------------------
r8132 | sylvieg | 2007-03-28 16:58:45 +0200 (mer, 28 mar 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r8131 | sylvieg | 2007-03-28 15:13:41 +0200 (mer, 28 mar 2007) | 2 lines

[FIX]forum: do queries used in duplicate only in duplicate maode

------------------------------------------------------------------------
r8130 | sylvieg | 2007-03-28 15:10:01 +0200 (mer, 28 mar 2007) | 2 lines

[MOD]forum: duplicate forum with/without perms/categ

------------------------------------------------------------------------
r8127 | bluestrain | 2007-03-28 03:09:40 +0200 (mer, 28 mar 2007) | 2 lines

[FIX] Remove link to Backups, which no longer exists

------------------------------------------------------------------------
r8126 | jyhem | 2007-03-27 20:08:51 +0200 (mar, 27 mar 2007) | 2 lines

side effect of http_prefix cleanup

------------------------------------------------------------------------
r8123 | luciash | 2007-03-27 13:57:21 +0200 (mar, 27 mar 2007) | 2 lines

Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8122 | awolfff | 2007-03-26 23:45:45 +0200 (lun, 26 mar 2007) | 2 lines

FIX: simple_set_toggle did not update the indicated preference (e.g. feature_tiki_ext_icon) if was not already set - e.g. in the sql scripts.

------------------------------------------------------------------------
r8121 | nyloth | 2007-03-26 18:34:10 +0200 (lun, 26 mar 2007) | 2 lines

[FIX] browse gallery: comment a call to 'print' used for debug.

------------------------------------------------------------------------
r8120 | nyloth | 2007-03-26 18:32:34 +0200 (lun, 26 mar 2007) | 2 lines

[FIX] email notification: use tikilib 'instead' of 'this' when not in a lib class

------------------------------------------------------------------------
r8119 | pkdille | 2007-03-26 17:35:01 +0200 (lun, 26 mar 2007) | 2 lines

[MOD] translation: Error in "admin posts" translation

------------------------------------------------------------------------
r8118 | sylvieg | 2007-03-26 17:08:05 +0200 (lun, 26 mar 2007) | 2 lines

[FIXforum: do the input text box larger

------------------------------------------------------------------------
r8117 | sylvieg | 2007-03-26 16:58:15 +0200 (lun, 26 mar 2007) | 2 lines

[FIX]fgal: do the input text box larger

------------------------------------------------------------------------
r8116 | sylvieg | 2007-03-26 16:43:30 +0200 (lun, 26 mar 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8115 | jyhem | 2007-03-26 10:26:59 +0200 (lun, 26 mar 2007) | 2 lines

remove useless line

------------------------------------------------------------------------
r8114 | sylvieg | 2007-03-25 16:53:11 +0200 (dim, 25 mar 2007) | 2 lines

[FIX]page thx casarizoma

------------------------------------------------------------------------
r8113 | nyloth | 2007-03-25 16:10:41 +0200 (dim, 25 mar 2007) | 2 lines

[FIX] comment debug calls to 'echo' function.

------------------------------------------------------------------------
r8112 | gillesm | 2007-03-25 03:49:53 +0200 (dim, 25 mar 2007) | 2 lines

Feature for release number in tiki-setup.php and the release is shown in tiki-admin.php?page=general

------------------------------------------------------------------------
r8111 | gillesm | 2007-03-24 22:09:04 +0100 (sam, 24 mar 2007) | 2 lines

admin of modules has icons instead of down up suppress and assign ... like menus now

------------------------------------------------------------------------
r8110 | gillesm | 2007-03-24 21:42:43 +0100 (sam, 24 mar 2007) | 2 lines

Admin menu is now featured with nice up and down arrows to up or down an item

------------------------------------------------------------------------
r8109 | gillesm | 2007-03-24 14:38:51 +0100 (sam, 24 mar 2007) | 5 lines

newsletters.php allows noshowlist option aollow subscription in a
newsletter withouti showing list of all the other newsletter

Syntax : tiki-newsletters.php?nlId=5&info=1&noshowlist

------------------------------------------------------------------------
r8108 | sylvieg | 2007-03-23 20:33:32 +0100 (ven, 23 mar 2007) | 2 lines

[MOD]perm: show the perms that are inherited because you have the admin perm on the perm type

------------------------------------------------------------------------
r8107 | sylvieg | 2007-03-23 19:40:23 +0100 (ven, 23 mar 2007) | 2 lines

[FIX] add index in tiki-links because complains about to many joins wiithout index

------------------------------------------------------------------------
r8106 | jyhem | 2007-03-23 16:50:24 +0100 (ven, 23 mar 2007) | 2 lines

Prefill http_prefix and https_prefix in install script, also initialise with values acceptable for sites not in the root website

------------------------------------------------------------------------
r8105 | sylvieg | 2007-03-23 15:15:18 +0100 (ven, 23 mar 2007) | 2 lines

[FIX]perms: tiki_p_admin_users is not an admin perm + topics perm type->cms perm type + get rid of the propagation perms

------------------------------------------------------------------------
r8103 | gillesm | 2007-03-23 02:08:27 +0100 (ven, 23 mar 2007) | 2 lines

Error message in admin when copyright feature is disabled and admin want to click on gray copyright feature

------------------------------------------------------------------------
r8102 | gillesm | 2007-03-23 01:53:06 +0100 (ven, 23 mar 2007) | 2 lines

Initialisation feature again

------------------------------------------------------------------------
r8101 | gillesm | 2007-03-23 01:25:15 +0100 (ven, 23 mar 2007) | 2 lines

initialisation of preset_galleries_scale feature in tiki-setup.php

------------------------------------------------------------------------
r8100 | sylvieg | 2007-03-22 21:31:19 +0100 (jeu, 22 mar 2007) | 2 lines

[MOD]perms: new column in users_permissions to say that the perm is the admin perm of the perm type -> if you have it, you have all the perms of the same perm type

------------------------------------------------------------------------
r8099 | gillesm | 2007-03-22 19:58:11 +0100 (jeu, 22 mar 2007) | 4 lines

Admin image gallery allows to set globally maxRows rowImages thumbSizeX  thumbSizeY scaleSize and an other flag preset_galleries_scale
This flag allow to hide/show these values in each gallery.
This option was included to allow user to create their own gallery without having to select these options.

------------------------------------------------------------------------
r8098 | sylvieg | 2007-03-22 19:26:21 +0100 (jeu, 22 mar 2007) | 2 lines

[FIX]search mysql: take away the info about the time returned in blog post search as I have no idea which time function needs to be used now. If somebaody has the answer - welcome

------------------------------------------------------------------------
r8097 | sylvieg | 2007-03-22 18:54:56 +0100 (jeu, 22 mar 2007) | 2 lines

sync

------------------------------------------------------------------------
r8096 | sylvieg | 2007-03-22 18:18:30 +0100 (jeu, 22 mar 2007) | 2 lines

[FIX]search: put the highlight colors in a class in the css

------------------------------------------------------------------------
r8095 | sylvieg | 2007-03-22 16:19:19 +0100 (jeu, 22 mar 2007) | 2 lines

[FIX]blog: rollback 1.39.2.6 - parse correctly page with special characters like ~177~

------------------------------------------------------------------------
r8094 | gillesm | 2007-03-22 16:09:38 +0100 (jeu, 22 mar 2007) | 2 lines

extension of Copyright management for blogues, Articles, faq

------------------------------------------------------------------------
r8092 | sylvieg | 2007-03-22 14:14:01 +0100 (jeu, 22 mar 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8091 | sylvieg | 2007-03-22 13:22:44 +0100 (jeu, 22 mar 2007) | 2 lines

rollback: eheh

------------------------------------------------------------------------
r8089 | sylvieg | 2007-03-21 23:21:26 +0100 (mer, 21 mar 2007) | 2 lines

[FIX]forum: to have the edit topic back .... Why the cookie jar needs to rule the edit textarea

------------------------------------------------------------------------
r8088 | sylvieg | 2007-03-21 22:39:35 +0100 (mer, 21 mar 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r8087 | sylvieg | 2007-03-21 22:23:46 +0100 (mer, 21 mar 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r8086 | sylvieg | 2007-03-21 22:11:37 +0100 (mer, 21 mar 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r8085 | sylvieg | 2007-03-21 22:05:31 +0100 (mer, 21 mar 2007) | 2 lines

manual merge

------------------------------------------------------------------------
r8084 | gillesm | 2007-03-21 21:52:51 +0100 (mer, 21 mar 2007) | 2 lines

Extra lines removed in tiki-admin-include-wiki.tpl

------------------------------------------------------------------------
r8083 | gillesm | 2007-03-21 21:22:16 +0100 (mer, 21 mar 2007) | 2 lines

bad merde resubmission of trackerlib.php

------------------------------------------------------------------------
r8082 | sylvieg | 2007-03-21 21:19:48 +0100 (mer, 21 mar 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r8081 | sylvieg | 2007-03-21 20:46:50 +0100 (mer, 21 mar 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r8080 | sylvieg | 2007-03-21 20:44:04 +0100 (mer, 21 mar 2007) | 2 lines

bas merge

------------------------------------------------------------------------
r8079 | sylvieg | 2007-03-21 20:21:44 +0100 (mer, 21 mar 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r8078 | gillesm | 2007-03-21 19:30:34 +0100 (mer, 21 mar 2007) | 2 lines

Real name not displayed in user_information is empty

------------------------------------------------------------------------
r8077 | gillesm | 2007-03-21 19:24:36 +0100 (mer, 21 mar 2007) | 2 lines

user_information image bug corrected

------------------------------------------------------------------------
r8076 | gillesm | 2007-03-21 19:10:00 +0100 (mer, 21 mar 2007) | 5 lines

User information can display tracker users informations defined with TrackerId,field1,field2,field3...
The image are displayed
All the other types (text, textarea, checkboxes, lists, button radio) are displayed with their value
Google Card are not yet coded nor subscription.

------------------------------------------------------------------------
r8075 | gillesm | 2007-03-21 16:51:16 +0100 (mer, 21 mar 2007) | 2 lines

 tiki-user_information.php don't show the record nor label if they are empty..

------------------------------------------------------------------------
r8074 | gillesm | 2007-03-21 16:41:27 +0100 (mer, 21 mar 2007) | 3 lines

tiki-admin.php?page=login ask tracker user ID and what are the Item to display in the user information page.
the syntax of the intput text is : TrackerID,item1,item2,item3,...

------------------------------------------------------------------------
r8073 | sylvieg | 2007-03-20 22:05:52 +0100 (mar, 20 mar 2007) | 2 lines

[FIX]fgal: fix local perm in archive

------------------------------------------------------------------------
r8072 | pkdille | 2007-03-20 18:24:22 +0100 (mar, 20 mar 2007) | 2 lines

[MOD] footnotes printing: Modification from the style of the footnote. The class is now only wikitext but wikifootnote is no longer a class but an ID

------------------------------------------------------------------------
r8071 | sylvieg | 2007-03-20 16:39:10 +0100 (mar, 20 mar 2007) | 2 lines

[MOD]wiki: can have a list page function working on a table of initials

------------------------------------------------------------------------
r8070 | sylvieg | 2007-03-20 16:36:51 +0100 (mar, 20 mar 2007) | 2 lines

[FIX]listpages: when select an initial, begin at offset 0

------------------------------------------------------------------------
r8069 | sylvieg | 2007-03-20 15:04:32 +0100 (mar, 20 mar 2007) | 2 lines

[FIX]breadcrumb module: take into account the rows param

------------------------------------------------------------------------
r8068 | sylvieg | 2007-03-20 14:29:07 +0100 (mar, 20 mar 2007) | 2 lines

[FIX]mods: Call-time pass-by-reference has been deprecated - argument passed by value

------------------------------------------------------------------------
r8067 | nyloth | 2007-03-20 10:22:51 +0100 (mar, 20 mar 2007) | 2 lines

[FIX] highlight: limit highlight to centercolumn (based on Sylvieg work that was done in 1.9 branch).

------------------------------------------------------------------------
r8066 | gillesm | 2007-03-20 10:21:52 +0100 (mar, 20 mar 2007) | 2 lines

userlink on tracker list subscription

------------------------------------------------------------------------
r8065 | sylvieg | 2007-03-19 20:14:34 +0100 (lun, 19 mar 2007) | 2 lines

[MOD]fgal : can default sort on ID

------------------------------------------------------------------------
r8064 | sylvieg | 2007-03-19 19:04:53 +0100 (lun, 19 mar 2007) | 2 lines

typo

------------------------------------------------------------------------
r8063 | sylvieg | 2007-03-19 19:01:49 +0100 (lun, 19 mar 2007) | 2 lines

[MOD]fgal: can dicplay fgal ID in list

------------------------------------------------------------------------
r8062 | sylvieg | 2007-03-19 18:53:55 +0100 (lun, 19 mar 2007) | 2 lines

[MOD]fgal: can dicplay fgal ID in list

------------------------------------------------------------------------
r8061 | sylvieg | 2007-03-19 15:29:19 +0100 (lun, 19 mar 2007) | 2 lines

visio mime icon

------------------------------------------------------------------------
r8060 | sylvieg | 2007-03-19 14:51:07 +0100 (lun, 19 mar 2007) | 2 lines

notice

------------------------------------------------------------------------
r8059 | niclone | 2007-03-19 00:34:55 +0100 (lun, 19 mar 2007) | 2 lines

[FIX]mods: remove some E_WARNING

------------------------------------------------------------------------
r8054 | niclone | 2007-03-17 22:56:34 +0100 (sam, 17 mar 2007) | 2 lines

[FIX]mods: upgrade should work again + somes fixes in cases of errors

------------------------------------------------------------------------
r8053 | niclone | 2007-03-17 22:23:59 +0100 (sam, 17 mar 2007) | 2 lines

[FIX]tar: return false more ofter when something wrong append

------------------------------------------------------------------------
r8052 | niclone | 2007-03-17 18:12:30 +0100 (sam, 17 mar 2007) | 2 lines

[FIX]mods: conflicts detection was buggy

------------------------------------------------------------------------
r8051 | niclone | 2007-03-17 18:05:58 +0100 (sam, 17 mar 2007) | 2 lines

[FIX]mods: cleanup informations of what's install/remove will do

------------------------------------------------------------------------
r8050 | niclone | 2007-03-17 17:29:24 +0100 (sam, 17 mar 2007) | 2 lines

[FIX]mods: moved some code to modslib, making it more re-usable

------------------------------------------------------------------------
r8049 | niclone | 2007-03-17 16:08:08 +0100 (sam, 17 mar 2007) | 2 lines

[FIX]mods: install and remove of modsdam

------------------------------------------------------------------------
r8048 | niclone | 2007-03-17 16:03:58 +0100 (sam, 17 mar 2007) | 2 lines

[FIX]mods: cosmetic

------------------------------------------------------------------------
r8047 | niclone | 2007-03-17 15:58:23 +0100 (sam, 17 mar 2007) | 2 lines

[MOD]mods: another logging method

------------------------------------------------------------------------
r8043 | niclone | 2007-03-17 11:24:54 +0100 (sam, 17 mar 2007) | 2 lines

[MOD]mods: added "show" command

------------------------------------------------------------------------
r8042 | niclone | 2007-03-17 11:22:39 +0100 (sam, 17 mar 2007) | 2 lines

[FIX]mods: version is an array

------------------------------------------------------------------------
r8041 | pkdille | 2007-03-16 22:33:37 +0100 (ven, 16 mar 2007) | 2 lines

[FIX] surveys: taken was the number of views instead of the number of votes

------------------------------------------------------------------------
r8040 | pkdille | 2007-03-16 21:16:53 +0100 (ven, 16 mar 2007) | 2 lines

[FIX] tiki-take_survey - </DIV> tag missing

------------------------------------------------------------------------
r8039 | sylvieg | 2007-03-16 18:18:09 +0100 (ven, 16 mar 2007) | 2 lines

[FIX]blog: wiki help button

------------------------------------------------------------------------
r8038 | sylvieg | 2007-03-16 18:00:41 +0100 (ven, 16 mar 2007) | 2 lines

cvs info

------------------------------------------------------------------------
r8037 | sylvieg | 2007-03-16 17:45:10 +0100 (ven, 16 mar 2007) | 2 lines

cvs info

------------------------------------------------------------------------
r8036 | sylvieg | 2007-03-16 17:40:32 +0100 (ven, 16 mar 2007) | 2 lines

[NEW]article : feature to be able to give emails when creating a new article that will recieve modifications

------------------------------------------------------------------------
r8035 | sylvieg | 2007-03-16 16:13:09 +0100 (ven, 16 mar 2007) | 2 lines

[FIX] better to use a function than an include for plugin help

------------------------------------------------------------------------
r8034 | sylvieg | 2007-03-16 16:01:29 +0100 (ven, 16 mar 2007) | 2 lines

[FIX]article: show wiki help button while editing

------------------------------------------------------------------------
r8033 | pkdille | 2007-03-16 15:59:56 +0100 (ven, 16 mar 2007) | 5 lines

[MOD] HTML Purifier: New setting in tiki-admin-include-features that permits to
en/disable the HTML Purifier functionnality. This is to prevent compatibility
problems between Purifier and FCK editor. HTML Purifier cleans code in XHTML
1.1 Strict while FCK produces code in XHTML 1.0.

------------------------------------------------------------------------
r8032 | niclone | 2007-03-16 15:26:28 +0100 (ven, 16 mar 2007) | 2 lines

[MOD]mods: added regex expression for modsadm list, improved help

------------------------------------------------------------------------
r8031 | sylvieg | 2007-03-16 14:28:40 +0100 (ven, 16 mar 2007) | 2 lines

[FIX]button are lower caps

------------------------------------------------------------------------
r8030 | sylvieg | 2007-03-16 14:27:12 +0100 (ven, 16 mar 2007) | 2 lines

some

------------------------------------------------------------------------
r8029 | niclone | 2007-03-15 23:00:10 +0100 (jeu, 15 mar 2007) | 2 lines

[NEW]mods: command line tools for managing modules

------------------------------------------------------------------------
r8028 | niclone | 2007-03-15 22:25:29 +0100 (jeu, 15 mar 2007) | 2 lines

[FIX]mods: code cleanup

------------------------------------------------------------------------
r8027 | sylvieg | 2007-03-15 18:53:15 +0100 (jeu, 15 mar 2007) | 2 lines

[FIX]email this page: do not recurse if email in email page

------------------------------------------------------------------------
r8026 | niclone | 2007-03-15 18:05:08 +0100 (jeu, 15 mar 2007) | 2 lines

[FIX]mods: install link was not working when package was not downloaded

------------------------------------------------------------------------
r8025 | niclone | 2007-03-15 17:59:14 +0100 (jeu, 15 mar 2007) | 2 lines

[FIX]mods: show 'install' link even when the package isn't downloaded

------------------------------------------------------------------------
r8024 | niclone | 2007-03-15 17:37:36 +0100 (jeu, 15 mar 2007) | 2 lines

[FIX]mods: auto download work

------------------------------------------------------------------------
r8023 | niclone | 2007-03-15 16:57:20 +0100 (jeu, 15 mar 2007) | 2 lines

[FIX]mods: enhencing removing

------------------------------------------------------------------------
r8021 | niclone | 2007-03-15 15:49:08 +0100 (jeu, 15 mar 2007) | 2 lines

[FIX]mods: removed debug code

------------------------------------------------------------------------
r8020 | niclone | 2007-03-15 15:30:39 +0100 (jeu, 15 mar 2007) | 2 lines

[MOD]mods: added support for dependencies, also fixed some minor bugs (ommited from previous commit)

------------------------------------------------------------------------
r8019 | niclone | 2007-03-15 15:24:20 +0100 (jeu, 15 mar 2007) | 2 lines

[MOD]mods: added support for dependencies, also fixed some minor bugs

------------------------------------------------------------------------
r8018 | gillesm | 2007-03-15 15:05:14 +0100 (jeu, 15 mar 2007) | 2 lines

mktime -> make-time process

------------------------------------------------------------------------
r8017 | gillesm | 2007-03-15 14:59:40 +0100 (jeu, 15 mar 2007) | 2 lines

mktime to make_time replacement

------------------------------------------------------------------------
r8016 | gillesm | 2007-03-15 14:56:15 +0100 (jeu, 15 mar 2007) | 2 lines

mktime -> make_time

------------------------------------------------------------------------
r8015 | gillesm | 2007-03-15 14:32:24 +0100 (jeu, 15 mar 2007) | 2 lines

 mktime function changed by $tikilib->make_time in tracker

------------------------------------------------------------------------
r8014 | gillesm | 2007-03-15 10:05:09 +0100 (jeu, 15 mar 2007) | 2 lines

Correction of mktime to understand winter time. Now hour seems correct in tracker. Before there was a 2 hours shift.

------------------------------------------------------------------------
r8013 | sylvieg | 2007-03-14 21:28:20 +0100 (mer, 14 mar 2007) | 2 lines

[MOD]tracker: button 'create tracker' from list trackers

------------------------------------------------------------------------
r8012 | sylvieg | 2007-03-14 21:18:33 +0100 (mer, 14 mar 2007) | 2 lines

[MOD]tracker: button 'create tracker' from list trackers

------------------------------------------------------------------------
r8011 | sylvieg | 2007-03-14 21:02:10 +0100 (mer, 14 mar 2007) | 2 lines

oops trace

------------------------------------------------------------------------
r8010 | sylvieg | 2007-03-14 20:50:42 +0100 (mer, 14 mar 2007) | 2 lines

[MOD]listpages plugin: can select only the structure head

------------------------------------------------------------------------
r8009 | sylvieg | 2007-03-14 16:33:18 +0100 (mer, 14 mar 2007) | 2 lines

[MOD]img: add 2 links to add the img in the textarea (if quicktags is set) in the last img module (thx marc)

------------------------------------------------------------------------
r8008 | sylvieg | 2007-03-14 16:07:00 +0100 (mer, 14 mar 2007) | 2 lines

notice

------------------------------------------------------------------------
r8007 | sylvieg | 2007-03-14 15:49:39 +0100 (mer, 14 mar 2007) | 2 lines

notice

------------------------------------------------------------------------
r8006 | pkdille | 2007-03-14 14:57:29 +0100 (mer, 14 mar 2007) | 2 lines

[FIX] Site identity: Oups...indent problem

------------------------------------------------------------------------
r8005 | pkdille | 2007-03-14 13:59:22 +0100 (mer, 14 mar 2007) | 2 lines

[MOD] Site identity: adding parameter for bottom logo

------------------------------------------------------------------------
r8004 | pkdille | 2007-03-14 10:24:04 +0100 (mer, 14 mar 2007) | 2 lines

[MOD] mod-change_category: new param 'notop' that allows to disable (hide) the top category in module change category

------------------------------------------------------------------------
r8002 | sylvieg | 2007-03-13 17:50:10 +0100 (mar, 13 mar 2007) | 2 lines

[FIX] list pages on initial and category

------------------------------------------------------------------------
r7998 | sylvieg | 2007-03-12 19:27:07 +0100 (lun, 12 mar 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7996 | tombombadilom | 2007-03-10 12:00:48 +0100 (sam, 10 mar 2007) | 2 lines

[Fix] input background-color

------------------------------------------------------------------------
r7995 | sylvieg | 2007-03-09 20:01:22 +0100 (ven, 09 mar 2007) | 2 lines

[NEW]tellAFriend: new feature to send a link to emails

------------------------------------------------------------------------
r7994 | sylvieg | 2007-03-09 19:03:34 +0100 (ven, 09 mar 2007) | 2 lines

[FIX]newer version function

------------------------------------------------------------------------
r7988 | sylvieg | 2007-03-08 22:28:31 +0100 (jeu, 08 mar 2007) | 2 lines

oops - do not need id

------------------------------------------------------------------------
r7985 | sylvieg | 2007-03-08 19:13:01 +0100 (jeu, 08 mar 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7982 | gillesm | 2007-03-08 18:12:01 +0100 (jeu, 08 mar 2007) | 3 lines


reply empty in forum

------------------------------------------------------------------------
r7981 | gillesm | 2007-03-08 17:58:25 +0100 (jeu, 08 mar 2007) | 2 lines

feature to allow the post reply empty. The feature is global for all forum in admin forum.

------------------------------------------------------------------------
r7980 | sylvieg | 2007-03-08 17:44:45 +0100 (jeu, 08 mar 2007) | 2 lines

[NEW]forum: possibility to search only on a forum from the forum view page

------------------------------------------------------------------------
r7979 | sylvieg | 2007-03-08 17:36:46 +0100 (jeu, 08 mar 2007) | 2 lines

cvs info

------------------------------------------------------------------------
r7978 | sylvieg | 2007-03-08 17:33:21 +0100 (jeu, 08 mar 2007) | 2 lines

[NEW]forum: possibility to search only on a forum from the forum view page

------------------------------------------------------------------------
r7977 | sylvieg | 2007-03-08 17:24:18 +0100 (jeu, 08 mar 2007) | 2 lines

[NEW]forum: possibility to search only on a forum from the forum view page

------------------------------------------------------------------------
r7976 | gillesm | 2007-03-08 14:04:50 +0100 (jeu, 08 mar 2007) | 4 lines

Now all the preferences defined in admin:login for the users (like public, show mouse on over etc) are set correctly for new users when they are subscribed by tiki-register.php.

The adminusers.php seems ti have same bugs.

------------------------------------------------------------------------
r7975 | sylvieg | 2007-03-08 00:12:47 +0100 (jeu, 08 mar 2007) | 2 lines

rollback

------------------------------------------------------------------------
r7974 | sylvieg | 2007-03-07 22:06:30 +0100 (mer, 07 mar 2007) | 2 lines

sorry wrong rollback

------------------------------------------------------------------------
r7973 | sylvieg | 2007-03-07 21:33:41 +0100 (mer, 07 mar 2007) | 2 lines

rollback

------------------------------------------------------------------------
r7972 | gillesm | 2007-03-07 19:33:00 +0100 (mer, 07 mar 2007) | 2 lines

in templates/tiki-view_tracker.tpl a incomprehensible /if removed

------------------------------------------------------------------------
r7971 | gillesm | 2007-03-07 18:44:03 +0100 (mer, 07 mar 2007) | 2 lines

Module : since_last_visit_new is corrected it did allow to display a new user ...

------------------------------------------------------------------------
r7970 | sylvieg | 2007-03-07 18:01:29 +0100 (mer, 07 mar 2007) | 2 lines

rollback

------------------------------------------------------------------------
r7969 | gillesm | 2007-03-07 17:40:54 +0100 (mer, 07 mar 2007) | 2 lines

Correction of a bug in comments.tpl

------------------------------------------------------------------------
r7968 | gillesm | 2007-03-07 17:22:12 +0100 (mer, 07 mar 2007) | 2 lines

In the list of publied messages the author and message item are not repeted but placed once at top

------------------------------------------------------------------------
r7967 | sylvieg | 2007-03-07 16:49:59 +0100 (mer, 07 mar 2007) | 2 lines

[FIX]wiki: better display for the find box in list pages

------------------------------------------------------------------------
r7966 | gillesm | 2007-03-07 16:36:54 +0100 (mer, 07 mar 2007) | 3 lines

Small correction in validate link (header without flag country if $directory_country_flag eq 'y'
and multiple check boxes allowed in one click in list of sites.

------------------------------------------------------------------------
r7965 | sylvieg | 2007-03-07 16:30:25 +0100 (mer, 07 mar 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r7964 | sylvieg | 2007-03-07 16:15:46 +0100 (mer, 07 mar 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7963 | gillesm | 2007-03-07 16:15:35 +0100 (mer, 07 mar 2007) | 2 lines

in messu archive, multiple check/uncheck allowed in one click

------------------------------------------------------------------------
r7962 | gillesm | 2007-03-07 16:08:50 +0100 (mer, 07 mar 2007) | 2 lines

One checkbox on top of list select or deselect all checkboxes on list of received messages and sent messages.

------------------------------------------------------------------------
r7961 | gillesm | 2007-03-07 15:23:12 +0100 (mer, 07 mar 2007) | 3 lines

The copyright mention is extracted from wiki section to be exported in global admin.
This extension will allow to provide copyright to blog, images, etc ...

------------------------------------------------------------------------
r7960 | sylvieg | 2007-03-06 21:57:21 +0100 (mar, 06 mar 2007) | 2 lines

notice

------------------------------------------------------------------------
r7959 | sylvieg | 2007-03-06 21:54:31 +0100 (mar, 06 mar 2007) | 2 lines

oops trace

------------------------------------------------------------------------
r7958 | sylvieg | 2007-03-06 21:53:18 +0100 (mar, 06 mar 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r7957 | sylvieg | 2007-03-06 21:41:18 +0100 (mar, 06 mar 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r7956 | sylvieg | 2007-03-06 21:31:40 +0100 (mar, 06 mar 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r7955 | sylvieg | 2007-03-06 21:21:06 +0100 (mar, 06 mar 2007) | 2 lines

table icon is better than config icon  to show menu options

------------------------------------------------------------------------
r7954 | sylvieg | 2007-03-06 21:15:00 +0100 (mar, 06 mar 2007) | 2 lines

notice

------------------------------------------------------------------------
r7953 | sylvieg | 2007-03-06 20:30:46 +0100 (mar, 06 mar 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7952 | gillesm | 2007-03-06 17:48:09 +0100 (mar, 06 mar 2007) | 3 lines

1) The module mod-since_last_visit_new understand directories too
2) the shoutbox module and program allow to remove or edit messages owned by a connected user

------------------------------------------------------------------------
r7951 | gillesm | 2007-03-06 12:02:01 +0100 (mar, 06 mar 2007) | 4 lines

These features allow to select/deselect the Country Flag for all links.
The effect is shown in Directory Admin Panel ( checked button ) and is activated in all the directory manipulations
I added this feature because all the tikiwiki sites are not for world wide organization...

------------------------------------------------------------------------
r7950 | niclone | 2007-03-05 19:41:38 +0100 (lun, 05 mar 2007) | 2 lines

[FIX]tikidblib: default sort mode to 'asc' was not anymore working.

------------------------------------------------------------------------
r7949 | niclone | 2007-03-05 19:30:33 +0100 (lun, 05 mar 2007) | 2 lines

[FIX]faq: sort mode more corrected

------------------------------------------------------------------------
r7948 | niclone | 2007-03-05 18:59:04 +0100 (lun, 05 mar 2007) | 2 lines

[FIX]faq: sort mode corrected

------------------------------------------------------------------------
r7947 | fr_rodo | 2007-03-04 18:35:25 +0100 (dim, 04 mar 2007) | 3 lines

- small tool for css map in devtools
- to admins : it's a good idea to create a cron job but don't forget to change default variables $root, $html.

------------------------------------------------------------------------
r7943 | luciash | 2007-03-02 21:21:14 +0100 (ven, 02 mar 2007) | 2 lines

[MOD] change "This is Tikiwiki ..." to the actual year 2007

------------------------------------------------------------------------
r7942 | luciash | 2007-03-02 20:49:35 +0100 (ven, 02 mar 2007) | 2 lines

[MOD] TikiWiki -> Tikiwiki

------------------------------------------------------------------------
r7941 | luciash | 2007-03-02 20:42:11 +0100 (ven, 02 mar 2007) | 2 lines

[FIX] parsing syntax error - missing semicolon (;) and this_>

------------------------------------------------------------------------
r7940 | luciash | 2007-03-02 20:34:29 +0100 (ven, 02 mar 2007) | 2 lines

[NEW] prevent commiting of temp/cache files

------------------------------------------------------------------------
r7939 | luciash | 2007-03-02 20:32:06 +0100 (ven, 02 mar 2007) | 2 lines

[NEW][ADD] prevent accidental commits of .htaccess files to CVS

------------------------------------------------------------------------
r7938 | luciash | 2007-03-02 20:10:25 +0100 (ven, 02 mar 2007) | 2 lines

[FIX] parsing syntax fix for unopened parenthesis

------------------------------------------------------------------------
r7937 | sylvieg | 2007-03-02 18:05:00 +0100 (ven, 02 mar 2007) | 2 lines

[FIX]tracker: adding a comment was not sending an email to the outbound emails

------------------------------------------------------------------------
r7935 | luciash | 2007-03-02 15:32:36 +0100 (ven, 02 mar 2007) | 2 lines

[FIX] parsing error - missing semicolon (;)

------------------------------------------------------------------------
r7931 | nyloth | 2007-03-01 20:24:08 +0100 (jeu, 01 mar 2007) | 2 lines

[FIX] mysqli database: correctly handle 'mysqli' (MySQL Improved) database type

------------------------------------------------------------------------
r7930 | niclone | 2007-03-01 16:25:43 +0100 (jeu, 01 mar 2007) | 2 lines

[FIX]fckeditor: correct a bug that was appening while images parameters had a "=" character in there values (like some url)

------------------------------------------------------------------------
r7929 | sylvieg | 2007-03-01 15:19:12 +0100 (jeu, 01 mar 2007) | 2 lines

rollback: was in my dev version

------------------------------------------------------------------------
r7927 | sylvieg | 2007-02-28 23:54:20 +0100 (mer, 28 fév 2007) | 2 lines

[FIX]blog: rollback 1.39.2.6 commit by runix2 - the guy is no more around - The comment was 'Fixes problems with wysiwyg editor' but it doesn't parse anymore correctly page with special char as ~169~. I do not understand why edit problem interfers(the editor = edit)  with display problem..

------------------------------------------------------------------------
r7925 | sylvieg | 2007-02-28 19:11:16 +0100 (mer, 28 fév 2007) | 2 lines

[FIX]perms: add in objectpermissions the ability to assign/remove to all the sub-structure as it was in pagepermissions

------------------------------------------------------------------------
r7924 | sylvieg | 2007-02-28 18:30:28 +0100 (mer, 28 fév 2007) | 2 lines

[FIX]structure: edit and view link to the structure page top was lost

------------------------------------------------------------------------
r7923 | sylvieg | 2007-02-28 17:41:36 +0100 (mer, 28 fév 2007) | 2 lines

[FIX]bookmark: bad smarty syntax in the module

------------------------------------------------------------------------
r7922 | sylvieg | 2007-02-28 17:21:24 +0100 (mer, 28 fév 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7921 | sylvieg | 2007-02-28 16:30:21 +0100 (mer, 28 fév 2007) | 2 lines

[MOD]perm: get rid of tiki-pagepermissions (as no more notif) and merge with tiki-objectpermissions

------------------------------------------------------------------------
r7920 | sylvieg | 2007-02-28 16:28:30 +0100 (mer, 28 fév 2007) | 2 lines

sync

------------------------------------------------------------------------
r7919 | sylvieg | 2007-02-28 16:20:58 +0100 (mer, 28 fév 2007) | 2 lines

[MOD]perm: get rid of tiki-pagepermissions (as no more notif) and merge with tiki-objectpermissions

------------------------------------------------------------------------
r7918 | niclone | 2007-02-28 14:26:28 +0100 (mer, 28 fév 2007) | 2 lines

[FIX]contactslib: list_contacts return a normal array

------------------------------------------------------------------------
r7917 | niclone | 2007-02-28 12:28:07 +0100 (mer, 28 fév 2007) | 2 lines

[FIX]contactlibs: make arguments like limits or sorting optional in list function

------------------------------------------------------------------------
r7916 | niclone | 2007-02-27 23:23:11 +0100 (mar, 27 fév 2007) | 2 lines

[FIX] tikidblib: Make multiple column sort mode working

------------------------------------------------------------------------
r7915 | sylvieg | 2007-02-27 22:53:23 +0100 (mar, 27 fév 2007) | 2 lines

[MOD]forum: button to admin forums

------------------------------------------------------------------------
r7913 | nyloth | 2007-02-27 16:05:24 +0100 (mar, 27 fév 2007) | 2 lines

[FIX] tikimaillib: remove unwanted new line at the end of the php file, since it breaks files including it and that have to send HTTP headers after that (such as 'Location'). Removing the closing tag too, in the hope to reduce such mistakes (see http://wiki.splitbrain.org/wiki:development#php_closing_tags).

------------------------------------------------------------------------
r7912 | nyloth | 2007-02-27 15:57:37 +0100 (mar, 27 fév 2007) | 2 lines

[FIX] structures: Charset sepcified for structures tree exports was not correctly handled by Internet Explorer (it expects 'utf-8' instead of 'utf8'. Firefox handle both without problems). Moreover, there is no need for the HTML tags since they have no real effect (neither on the charset, nor on the formatting since everything is only in PRE tags). If we really need this file encoding to be correctly detected outside the browser (were the HTTP headers won't exist), we will have to choose between a BOM (Byte Order Mark) at the file's beginning or HTML tags with a charset specified using http-equiv in a META tag.

------------------------------------------------------------------------
r7911 | jyhem | 2007-02-26 19:31:44 +0100 (lun, 26 fév 2007) | 2 lines

If nothing is entered in user and password, replace ugly error message with a call to error.tpl

------------------------------------------------------------------------
r7910 | sylvieg | 2007-02-26 17:44:30 +0100 (lun, 26 fév 2007) | 2 lines

oops trace

------------------------------------------------------------------------
r7909 | sylvieg | 2007-02-26 17:43:39 +0100 (lun, 26 fév 2007) | 2 lines

[FIX]calendar mod: date_format has diffeerent parameter that date ( a %)

------------------------------------------------------------------------
r7905 | sylvieg | 2007-02-25 23:17:57 +0100 (dim, 25 fév 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7903 | nyloth | 2007-02-23 18:45:46 +0100 (ven, 23 fév 2007) | 2 lines

[FIX] articles: fix typo.

------------------------------------------------------------------------
r7902 | nyloth | 2007-02-23 18:44:04 +0100 (ven, 23 fév 2007) | 2 lines

[FIX] blogs: validate_email_syntax() was replaced by validate_email().

------------------------------------------------------------------------
r7901 | sylvieg | 2007-02-23 17:58:16 +0100 (ven, 23 fév 2007) | 2 lines

[FIX]communication: use only one form to remember all the fields

------------------------------------------------------------------------
r7900 | nyloth | 2007-02-23 16:42:18 +0100 (ven, 23 fév 2007) | 2 lines

[FIX] tracker items: a closing 'if' was missing

------------------------------------------------------------------------
r7899 | nyloth | 2007-02-22 19:40:11 +0100 (jeu, 22 fév 2007) | 2 lines

[FIX] htmlpurifier: You really need to check the php version, because there could be DOMDocument with php4 and HTMLPurifier_Lexer_DOMLex() is not php4 compliant (property or method visibility is not supported in php4).

------------------------------------------------------------------------
r7898 | sylvieg | 2007-02-22 15:34:59 +0100 (jeu, 22 fév 2007) | 2 lines

[FIX]trackerfilter: select the selected radio

------------------------------------------------------------------------
r7897 | sylvieg | 2007-02-22 14:56:26 +0100 (jeu, 22 fév 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r7896 | sylvieg | 2007-02-22 14:41:56 +0100 (jeu, 22 fév 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r7895 | sylvieg | 2007-02-22 14:35:46 +0100 (jeu, 22 fév 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7890 | franck | 2007-02-22 00:22:00 +0100 (jeu, 22 fév 2007) | 2 lines

[Maps] Kamap interface is going to mods

------------------------------------------------------------------------
r7889 | sylvieg | 2007-02-21 12:54:19 +0100 (mer, 21 fév 2007) | 2 lines

[FIX]speed: index in tiki_searchindex - thx xavi

------------------------------------------------------------------------
r7888 | sylvieg | 2007-02-20 17:16:59 +0100 (mar, 20 fév 2007) | 2 lines

copyright to 2007

------------------------------------------------------------------------
r7886 | mose | 2007-02-20 12:29:12 +0100 (mar, 20 fév 2007) | 2 lines

[FIX] modules: var handling fix

------------------------------------------------------------------------
r7885 | sylvieg | 2007-02-19 18:01:56 +0100 (lun, 19 fév 2007) | 2 lines

[FIX]actionlog: more stat graphs

------------------------------------------------------------------------
r7884 | sylvieg | 2007-02-19 17:41:34 +0100 (lun, 19 fév 2007) | 2 lines

[FIX]graph: awful patch not to have the graph generator bugging if graph is empty

------------------------------------------------------------------------
r7883 | sylvieg | 2007-02-19 16:02:19 +0100 (lun, 19 fév 2007) | 2 lines

[FIX]htmlpurifier: patch for the DOM php5 problem - thx Edward Z. Yang-> need to upgrade to htmlpurifier 1.4.1

------------------------------------------------------------------------
r7882 | nyloth | 2007-02-19 02:05:06 +0100 (lun, 19 fév 2007) | 2 lines

[FIX] file galleries: typo in last commit

------------------------------------------------------------------------
r7881 | nyloth | 2007-02-19 01:52:28 +0100 (lun, 19 fév 2007) | 2 lines

[MOD] file galleries: add the option 'different_galleries' for 'fgal_allow_duplicates', i.e. you can now allow to upload the same file more than once if it's not in the same gallery.

------------------------------------------------------------------------
r7880 | nyloth | 2007-02-19 00:55:23 +0100 (lun, 19 fév 2007) | 2 lines

[FIX] tiki-user_menu: remove &nbsp; from menus HTML code, because this kind of spaces should be done only with CSS

------------------------------------------------------------------------
r7879 | nyloth | 2007-02-18 23:58:59 +0100 (dim, 18 fév 2007) | 2 lines

[MOD] wiki page navigation bar: Let the admin decide where the navigation bar (displayed when page break '...page...' are used) should be placed (top, bottom, or both). Defaults to 'bottom'.

------------------------------------------------------------------------
r7878 | franck | 2007-02-18 23:39:00 +0100 (dim, 18 fév 2007) | 2 lines

[FIX] Tikimaps ajax files in right location

------------------------------------------------------------------------
r7877 | nyloth | 2007-02-18 23:00:26 +0100 (dim, 18 fév 2007) | 2 lines

[FIX] menus: woops. revert last commit, didn't saw it was a DELETE query ;)

------------------------------------------------------------------------
r7876 | nyloth | 2007-02-18 22:55:08 +0100 (dim, 18 fév 2007) | 2 lines

[FIX] menus: there is no need to put a link to 'tiki-admin.php' on 'Admin' menu when migrating from 1.9 to 1.10 since it's not the case on a fresh install. IMHO it's better, for design purposes, to definitely avoid links on menu headers (those with a folder icon).

------------------------------------------------------------------------
r7875 | nyloth | 2007-02-18 21:46:39 +0100 (dim, 18 fév 2007) | 2 lines

[MOD] hide/show links for left/right columns: change position of those links because they have a bad effect on styles that are designed to have those columns just below the top navigation bar

------------------------------------------------------------------------
r7874 | nyloth | 2007-02-18 20:22:25 +0100 (dim, 18 fév 2007) | 2 lines

[MOD] user contacts: add a link on both tiki-user_contacts_prefs and tiki-contacts to switch between them more quickly

------------------------------------------------------------------------
r7873 | nyloth | 2007-02-18 19:59:58 +0100 (dim, 18 fév 2007) | 2 lines

[MOD] listpages: New action 'print' for selected pages. This has been done to replace tiki-print_pages and tiki-print_multi_pages scripts with something more ergonomic ;) ... those scripts have not been removed yet, because this is the only way to print structures for the moment.

------------------------------------------------------------------------
r7872 | nyloth | 2007-02-18 16:52:59 +0100 (dim, 18 fév 2007) | 2 lines

[FIX] orphan pages : merge specific orphan pages code with 'list pages' code, in order to factorize and clean. The orphan pages now benefit from all functionnalities of list pages (mass delete, search options, X lines of results, letter filter when more than one page of results, icons for actions). This has also the effect of fixing the 'creator' column that was empty because the field was not asked in the SQL query. To avoid this problem in the future, I choose to retrieve all fields when querying database (and removing unnecessary fields if only page names are needed).

------------------------------------------------------------------------
r7871 | mose | 2007-02-18 12:21:20 +0100 (dim, 18 fév 2007) | 2 lines

[MOD] modules: spreaded the use of title param for all modules

------------------------------------------------------------------------
r7870 | mose | 2007-02-18 12:04:37 +0100 (dim, 18 fév 2007) | 2 lines

[FIX] modules: fixing title declaration for only given module

------------------------------------------------------------------------
r7869 | mose | 2007-02-17 12:25:30 +0100 (sam, 17 fév 2007) | 2 lines

[FIX] fr translation fix

------------------------------------------------------------------------
r7868 | mose | 2007-02-17 12:16:41 +0100 (sam, 17 fév 2007) | 2 lines

[FIX] modules: made title respect translation scheme

------------------------------------------------------------------------
r7867 | mose | 2007-02-17 11:53:23 +0100 (sam, 17 fév 2007) | 2 lines

[MOD] modules: added a new param "title" to be used in any module (spreading in progress)

------------------------------------------------------------------------
r7866 | mose | 2007-02-17 11:10:31 +0100 (sam, 17 fév 2007) | 2 lines

[FIX] ticketlib: small fix for post requests

------------------------------------------------------------------------
r7865 | sylvieg | 2007-02-17 00:45:16 +0100 (sam, 17 fév 2007) | 2 lines

[fix]fgal: if no special perm, tiki_p_assign_perm_file_gallery must apply

------------------------------------------------------------------------
r7864 | sylvieg | 2007-02-16 20:22:33 +0100 (ven, 16 fév 2007) | 2 lines

[FIX]notice

------------------------------------------------------------------------
r7863 | sylvieg | 2007-02-16 20:21:45 +0100 (ven, 16 fév 2007) | 2 lines

[FIX]wiki: the rename page name for contribution

------------------------------------------------------------------------
r7862 | sylvieg | 2007-02-16 20:16:59 +0100 (ven, 16 fév 2007) | 2 lines

[new]contribution: displays graph addition per contribution per week

------------------------------------------------------------------------
r7861 | mose | 2007-02-16 18:38:55 +0100 (ven, 16 fév 2007) | 2 lines

[FIX] typo

------------------------------------------------------------------------
r7860 | sylvieg | 2007-02-16 17:34:18 +0100 (ven, 16 fév 2007) | 2 lines

prefer the terminology hide than close for the comments box

------------------------------------------------------------------------
r7859 | sylvieg | 2007-02-16 16:18:52 +0100 (ven, 16 fév 2007) | 2 lines

[FIX]wiki: do not show comments when you are editing a page

------------------------------------------------------------------------
r7858 | sylvieg | 2007-02-16 16:12:58 +0100 (ven, 16 fév 2007) | 2 lines

[FIX]contributor: no contributor in comment

------------------------------------------------------------------------
r7857 | sylvieg | 2007-02-15 23:52:44 +0100 (jeu, 15 fév 2007) | 2 lines

[NEW]wiki contributor: possibilty to select contributors in wiki - are displayed in action_log

------------------------------------------------------------------------
r7856 | sylvieg | 2007-02-15 23:44:37 +0100 (jeu, 15 fév 2007) | 2 lines

[NEW]wiki contributor: possibilty to select contributors in wiki - are displayed in action_log

------------------------------------------------------------------------
r7855 | sylvieg | 2007-02-15 23:39:58 +0100 (jeu, 15 fév 2007) | 2 lines

new icons

------------------------------------------------------------------------
r7854 | sylvieg | 2007-02-15 23:38:37 +0100 (jeu, 15 fév 2007) | 2 lines

cvs info

------------------------------------------------------------------------
r7853 | sylvieg | 2007-02-15 23:35:22 +0100 (jeu, 15 fév 2007) | 2 lines

minor cleaning

------------------------------------------------------------------------
r7852 | franck | 2007-02-15 05:19:45 +0100 (jeu, 15 fév 2007) | 2 lines

[ADD] kamap viewer

------------------------------------------------------------------------
r7851 | sylvieg | 2007-02-14 23:32:48 +0100 (mer, 14 fév 2007) | 2 lines

some fixes

------------------------------------------------------------------------
r7850 | sylvieg | 2007-02-14 23:23:32 +0100 (mer, 14 fév 2007) | 2 lines

[FIX]fgal: showup link to gal in subgal. Do not need to test in tpl because was already test in list and setting perms is time-consuming

------------------------------------------------------------------------
r7846 | jyhem | 2007-02-14 18:41:50 +0100 (mer, 14 fév 2007) | 2 lines

[FIX] minor typos

------------------------------------------------------------------------
r7845 | luciash | 2007-02-14 18:41:11 +0100 (mer, 14 fév 2007) | 2 lines

[NEW] added finnish translation from 1.9

------------------------------------------------------------------------
r7844 | sylvieg | 2007-02-14 17:01:14 +0100 (mer, 14 fév 2007) | 2 lines

[MOD]watch: find also on email

------------------------------------------------------------------------
r7843 | sylvieg | 2007-02-14 16:16:05 +0100 (mer, 14 fév 2007) | 2 lines

[NEW]fgal: possibilty to dupliacte file gallery with/without perms and categs

------------------------------------------------------------------------
r7842 | nyloth | 2007-02-14 01:30:15 +0100 (mer, 14 fév 2007) | 2 lines

[FIX] trackers: fix the filtering that was giving no results when another field was choosen for sorting (as default sorting for example)

------------------------------------------------------------------------
r7841 | nyloth | 2007-02-13 18:23:29 +0100 (mar, 13 fév 2007) | 2 lines

[MOD] structures: make tiki-edit_structure a bit more sexy ;)

------------------------------------------------------------------------
r7840 | nyloth | 2007-02-13 18:20:44 +0100 (mar, 13 fév 2007) | 2 lines

[FIX] structures / whelp: correctly handle page with quotes in their names

------------------------------------------------------------------------
r7839 | niclone | 2007-02-13 16:27:37 +0100 (mar, 13 fév 2007) | 2 lines

[FIX] usercontacts: remove ext datas when removing contact

------------------------------------------------------------------------
r7838 | sylvieg | 2007-02-13 15:40:12 +0100 (mar, 13 fév 2007) | 2 lines

cvs info

------------------------------------------------------------------------
r7837 | sylvieg | 2007-02-13 15:27:49 +0100 (mar, 13 fév 2007) | 2 lines

[FIX]gal,fgal: update string because create subgal + description only on the last sub-directories

------------------------------------------------------------------------
r7836 | sylvieg | 2007-02-13 15:26:11 +0100 (mar, 13 fév 2007) | 2 lines

[FIX]fgal: tiki_p_create_file_galleries could be redefined for a gal+ use tiki_p_admin_FILE_GALLERIES

------------------------------------------------------------------------
r7835 | sylvieg | 2007-02-13 15:25:17 +0100 (mar, 13 fév 2007) | 2 lines

[FIX]gal: tiki_p_create_galleries could be redefined for a gal

------------------------------------------------------------------------
r7834 | sylvieg | 2007-02-13 14:28:30 +0100 (mar, 13 fév 2007) | 2 lines

[FIX]fgal: take away the / in the filename (that could exist due to previous bug) because IE6 can not download this filename

------------------------------------------------------------------------
r7833 | nyloth | 2007-02-13 04:13:20 +0100 (mar, 13 fév 2007) | 2 lines

[MOD] user contacts: handling display order of user contacts extended fields and add 'up/down' actions in tiki-user_contacts_prefs for choosing the order of displayed column in user contacts. Removed ext_list_cache to avoid unwanted problems in certain cases.

------------------------------------------------------------------------
r7832 | nyloth | 2007-02-13 02:26:05 +0100 (mar, 13 fév 2007) | 2 lines

[MOD] user contacts: gives the user the ability to choose which user contact extended field he wants to display in his contacts list with a new 'show/hide' action in tiki-user_contacts_prefs.

------------------------------------------------------------------------
r7831 | nyloth | 2007-02-12 22:08:56 +0100 (lun, 12 fév 2007) | 12 lines

[MOD] user contacts:

- alter database structure for tables 'tiki_webmail_contacts_fields' and 'tiki_webmail_contacts_ext' in order to :
	* add an 'order' field that will be used to store the position of each field in the contact list,
	* add a 'show' field that will be used to specify if this field is shown in the contact list,
	* add an auto_increment 'fieldId' field as the primary key of the 'tiki_webmail_contacts_ext' table, since it's better to use unique id instead of names,
	* use a new field 'fieldId' in table 'tiki_webmail_contacts_fields' as the foreign key for the table 'tiki_webmail_contacts_ext' and remove the unuseful field 'name',

- apply the default table look to 'User Contacts Preferences' -> 'Contacts Possible Fields' and use icons instead of text for actions,

- don't show fields of a contact that are not listed in the user contacts possible fields (feel free to add it again if ou really need it)

------------------------------------------------------------------------
r7830 | sylvieg | 2007-02-12 21:39:45 +0100 (lun, 12 fév 2007) | 2 lines

cvs info

------------------------------------------------------------------------
r7829 | sylvieg | 2007-02-12 21:39:09 +0100 (lun, 12 fév 2007) | 2 lines

[FIX]fgal: batch upload: take away the path from the filename + put the last directory if option set

------------------------------------------------------------------------
r7828 | nyloth | 2007-02-12 18:56:50 +0100 (lun, 12 fév 2007) | 2 lines

[MOD] user contacts: Users can now choose between two views. The 'group' view, used by default list contacts by groups (this is the actual behavior), and the 'list' view list all contacts in one table thus removing the duplicates (contacts in multiple groups)

------------------------------------------------------------------------
r7827 | sylvieg | 2007-02-12 18:19:44 +0100 (lun, 12 fév 2007) | 2 lines

[FIX]banner: do not translate day name

------------------------------------------------------------------------
r7826 | sylvieg | 2007-02-12 18:08:56 +0100 (lun, 12 fév 2007) | 2 lines

[FIX]banners: typo

------------------------------------------------------------------------
r7825 | mose | 2007-02-12 17:46:30 +0100 (lun, 12 fév 2007) | 2 lines

[FIX] banners: typo

------------------------------------------------------------------------
r7824 | nyloth | 2007-02-12 17:36:10 +0100 (lun, 12 fév 2007) | 2 lines

[MOD] user contacts: replacing 'edit' link with a 'mailto:' link on emails, since we already have 'edit' links / icon and a 'mailto:' link could be useful too

------------------------------------------------------------------------
r7823 | nyloth | 2007-02-12 17:16:19 +0100 (lun, 12 fév 2007) | 14 lines

[FIX] user contacts:
	- add a new function is_a_user_contact() to check if the specified contact is visible for a user (including or excluding group contacts),
	- always check if is_a_user_contact() returns true before doing something with the contact,
	- allow list_contacts() to include or exclude group contacts,
	- removing list_group_contacts() that is not needed anymore,
	- allow to use list_contacts() for letter filtering on a customizable field (by default 'email', actual behavior) in order to factorize a bit and do less database queries. list_contacts_by_letter() is only keeped since it's used in webmail and all files have not already been patched to use list_contacts() instead,
	- don't forget to delete the contactId in tiki_webmail_contacts_groups after removing it in tiki_webmail_contacts,
	- correctly fill "Groups" column for groups contact (even if it's not very useful),
	- remove duplicates (e.g. user contacts that are also in group contacts) when requesting data from database (but not on display),
	- sort groups by names, but always keep personnal contacts as the last group,
	- count without querying the database,
	- don't try to delete when no contactId is specified,
	- don't use foreach on something that could be something other than an array

------------------------------------------------------------------------
r7822 | mose | 2007-02-12 13:57:13 +0100 (lun, 12 fév 2007) | 2 lines

[MOD] dates: more cleaning

------------------------------------------------------------------------
r7821 | mose | 2007-02-12 13:14:16 +0100 (lun, 12 fév 2007) | 2 lines

[MOD] dates: more cleaning

------------------------------------------------------------------------
r7820 | mose | 2007-02-12 12:47:59 +0100 (lun, 12 fév 2007) | 2 lines

[MOD] dates: more cleaning

------------------------------------------------------------------------
r7819 | mose | 2007-02-12 12:33:24 +0100 (lun, 12 fév 2007) | 2 lines

[MOD] dates: more cleaning

------------------------------------------------------------------------
r7818 | mose | 2007-02-12 12:12:56 +0100 (lun, 12 fév 2007) | 2 lines

[MOD] dates: more cleaning

------------------------------------------------------------------------
r7817 | mose | 2007-02-12 11:57:43 +0100 (lun, 12 fév 2007) | 2 lines

[MOD] dates: more cleaning

------------------------------------------------------------------------
r7816 | mose | 2007-02-12 10:48:53 +0100 (lun, 12 fév 2007) | 2 lines

[KIL] removed unused smarty function

------------------------------------------------------------------------
r7815 | mose | 2007-02-12 10:36:49 +0100 (lun, 12 fév 2007) | 2 lines

[MOD] dates: more cleaning

------------------------------------------------------------------------
r7814 | mose | 2007-02-12 09:21:47 +0100 (lun, 12 fév 2007) | 2 lines

[MOD] dates: more cleaning

------------------------------------------------------------------------
r7813 | nyloth | 2007-02-12 04:05:15 +0100 (lun, 12 fév 2007) | 2 lines

[FIX] stats: fix typo in variable names

------------------------------------------------------------------------
r7812 | sylvieg | 2007-02-10 20:18:57 +0100 (sam, 10 fév 2007) | 2 lines

[FIX]accent: sort correctly without considering accent: Please translator adjust the function - I do not find a generic function to do that

------------------------------------------------------------------------
r7811 | sylvieg | 2007-02-10 19:45:12 +0100 (sam, 10 fév 2007) | 2 lines

countries translation

------------------------------------------------------------------------
r7809 | sylvieg | 2007-02-09 19:11:22 +0100 (ven, 09 fév 2007) | 2 lines

[PERF] huge save of queries while perm checking when user belongs to a lot of groups

------------------------------------------------------------------------
r7808 | sylvieg | 2007-02-09 18:27:45 +0100 (ven, 09 fév 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r7807 | sylvieg | 2007-02-09 17:33:08 +0100 (ven, 09 fév 2007) | 2 lines

[FIX]tracker: if display user field but can not change, the fieldID is reset to 0-> must skip in replace not to scratch last field

------------------------------------------------------------------------
r7806 | sylvieg | 2007-02-09 16:34:22 +0100 (ven, 09 fév 2007) | 2 lines

typo

------------------------------------------------------------------------
r7805 | sylvieg | 2007-02-09 16:27:41 +0100 (ven, 09 fév 2007) | 2 lines

[PERF] locally cache user_has_perm_on_object

------------------------------------------------------------------------
r7804 | nyloth | 2007-02-09 16:01:52 +0100 (ven, 09 fév 2007) | 4 lines

[FIX] freetags:
 - Allow to save admin freetags preferences when 3D browser is disabled (there was no submit button)
 - Add two new options, in order to choose if freetags will be converted to lowercase and if only alphanumeric ASCII is allowed. Disabling this last option allows to have, for example, accents in freetags, but it is enabled by default since this was the actual behavior.

------------------------------------------------------------------------
r7803 | sylvieg | 2007-02-09 14:46:40 +0100 (ven, 09 fév 2007) | 2 lines

[fix] copy the chinese file from 1.9

------------------------------------------------------------------------
r7801 | niclone | 2007-02-09 14:06:25 +0100 (ven, 09 fév 2007) | 2 lines

[FIX] some fix about the previous commit

------------------------------------------------------------------------
r7800 | niclone | 2007-02-09 13:31:41 +0100 (ven, 09 fév 2007) | 2 lines

[FIX] always call the TikiLib constructor instead of "$this->db=$db;"

------------------------------------------------------------------------
r7799 | niclone | 2007-02-09 11:51:54 +0100 (ven, 09 fév 2007) | 2 lines

[FIX] previous commit bug? all functions are now in installer/tiki-installer.php

------------------------------------------------------------------------
r7798 | mose | 2007-02-09 05:59:53 +0100 (ven, 09 fév 2007) | 2 lines

[MOD] dates: spreading $this->now and adapting date function to new tikilib use

------------------------------------------------------------------------
r7797 | niclone | 2007-02-08 23:10:32 +0100 (jeu, 08 fév 2007) | 2 lines

[FIX] UsersLib didn't initialize TikiLib by not calling his constructor, (and then, $this->now was never initialized)

------------------------------------------------------------------------
r7796 | niclone | 2007-02-08 21:07:11 +0100 (jeu, 08 fév 2007) | 2 lines

[FIX] Allow users to see contacts if there are in an allower group

------------------------------------------------------------------------
r7795 | niclone | 2007-02-08 20:38:39 +0100 (jeu, 08 fév 2007) | 2 lines

[FIX] make contact selectable when email field is empty

------------------------------------------------------------------------
r7794 | niclone | 2007-02-08 20:28:11 +0100 (jeu, 08 fév 2007) | 2 lines

[FIX] bug effect of the previous commit

------------------------------------------------------------------------
r7793 | niclone | 2007-02-08 20:19:47 +0100 (jeu, 08 fév 2007) | 2 lines

[FIX] better support for anonymous while viewing contacts

------------------------------------------------------------------------
r7792 | sylvieg | 2007-02-08 17:15:41 +0100 (jeu, 08 fév 2007) | 2 lines

[FIX]fgal: do need all the perm, only tiki_p_upload -> save queries

------------------------------------------------------------------------
r7791 | sylvieg | 2007-02-08 16:03:45 +0100 (jeu, 08 fév 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r7790 | sylvieg | 2007-02-08 15:54:54 +0100 (jeu, 08 fév 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r7789 | sylvieg | 2007-02-08 15:09:48 +0100 (jeu, 08 fév 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r7788 | sylvieg | 2007-02-08 14:51:27 +0100 (jeu, 08 fév 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7787 | nyloth | 2007-02-08 14:06:31 +0100 (jeu, 08 fév 2007) | 2 lines

[FIX] user bookmarks: count only the current user bookmarks (in brackets, after folder name)

------------------------------------------------------------------------
r7786 | nyloth | 2007-02-08 11:29:25 +0100 (jeu, 08 fév 2007) | 2 lines

[FIX] tiki action calendar : allow to remove all filters on tiki action calendar and show all tiki items by default

------------------------------------------------------------------------
r7785 | nyloth | 2007-02-07 23:17:03 +0100 (mer, 07 fév 2007) | 9 lines

- completely rewritten tiki_action_calendar in order to :
	* factorize (there was too many duplicated code) and clean everything
	* correctly handle new date and timezones functions
	* see something ;)

- enabled descriptions in mouseover boxes (show_description was probably missed)

- "quick and dirty" patch to get tiki action calendar working in "list" view

------------------------------------------------------------------------
r7784 | sylvieg | 2007-02-07 18:01:04 +0100 (mer, 07 fév 2007) | 2 lines

[FIX]gal: fix next image- rollback the previous fix + images were selected on different data(=different scales) and not only different ids, creating duplications the list if IDs

------------------------------------------------------------------------
r7783 | sylvieg | 2007-02-07 17:23:20 +0100 (mer, 07 fév 2007) | 2 lines

typo

------------------------------------------------------------------------
r7782 | sylvieg | 2007-02-07 17:16:10 +0100 (mer, 07 fév 2007) | 2 lines

[FIX]notif: give priority to email insteead og user because of the admin notif like article_submitted

------------------------------------------------------------------------
r7781 | sylvieg | 2007-02-07 16:30:17 +0100 (mer, 07 fév 2007) | 2 lines

[NEW]notif: topic_article_created general notification (on email only now)

------------------------------------------------------------------------
r7780 | sylvieg | 2007-02-07 14:59:34 +0100 (mer, 07 fév 2007) | 2 lines

cvs info

------------------------------------------------------------------------
r7779 | garygriffin | 2007-02-07 03:34:11 +0100 (mer, 07 fév 2007) | 2 lines

Fix rss feeds with CDATA in link

------------------------------------------------------------------------
r7778 | sylvieg | 2007-02-06 23:01:42 +0100 (mar, 06 fév 2007) | 2 lines

[NEW]notif: topic_article_created general notification (on email only now)

------------------------------------------------------------------------
r7777 | sylvieg | 2007-02-06 22:53:24 +0100 (mar, 06 fév 2007) | 2 lines

[FIX]perm: the user admin has not necessarily the perm tiki_p_admin but has all the perms

------------------------------------------------------------------------
r7776 | sylvieg | 2007-02-06 22:23:15 +0100 (mar, 06 fév 2007) | 2 lines

[FIX]notif: displays errors if any

------------------------------------------------------------------------
r7775 | sylvieg | 2007-02-06 21:50:23 +0100 (mar, 06 fév 2007) | 2 lines

[FIX]notification: remove was broken

------------------------------------------------------------------------
r7774 | nyloth | 2007-02-06 19:02:16 +0100 (mar, 06 fév 2007) | 2 lines

[FIX] calendar: save calendar events in UTC timestamps and clean a bit the code

------------------------------------------------------------------------
r7773 | nyloth | 2007-02-06 18:19:54 +0100 (mar, 06 fév 2007) | 2 lines

[MOD] translations: add french translation for the date format '%B %e' used in calendars

------------------------------------------------------------------------
r7772 | nyloth | 2007-02-06 18:13:29 +0100 (mar, 06 fév 2007) | 2 lines

[FIX] calendar: reduce the viewend date of 1 sec because it should show the day before (at 11:59:59 PM, but the hour is not showed)

------------------------------------------------------------------------
r7771 | nyloth | 2007-02-06 18:06:21 +0100 (mar, 06 fév 2007) | 2 lines

[FIX] dates: use 'tiki_date_format' instead of 'user_date_format', since the last one doesn't use Tikilib date functions and then don't use the user timezone.

------------------------------------------------------------------------
r7770 | nyloth | 2007-02-06 17:59:09 +0100 (mar, 06 fév 2007) | 2 lines

[FIX] date format translations: use tra() on date format in smarty modifier tiki_date_format

------------------------------------------------------------------------
r7769 | nyloth | 2007-02-06 17:53:29 +0100 (mar, 06 fév 2007) | 2 lines

[FIX] calendar: convert some old date syntax with new Tikilib date functions syntax : events are now visible in tiki calendar.

------------------------------------------------------------------------
r7768 | niclone | 2007-02-06 12:52:11 +0100 (mar, 06 fév 2007) | 2 lines

[FIX] added the new table tiki_webmail_contacts_fields in change_login()

------------------------------------------------------------------------
r7767 | mose | 2007-02-06 10:31:08 +0100 (mar, 06 fév 2007) | 2 lines

[FIX] articles: adapted edit_submissions to new date functions

------------------------------------------------------------------------
r7766 | mose | 2007-02-06 10:28:38 +0100 (mar, 06 fév 2007) | 2 lines

[FIX] calendar: adapted calendar and tiki calendar to use new TikiLib::date_format and TikiLib::make_time function (edit still todo)

------------------------------------------------------------------------
r7765 | mose | 2007-02-06 10:20:56 +0100 (mar, 06 fév 2007) | 2 lines

[FIX] make_time: adapted to behave more like mktime, with possible day > nb of days in month for exemple

------------------------------------------------------------------------
r7764 | mose | 2007-02-06 05:24:53 +0100 (mar, 06 fév 2007) | 2 lines

[FIX] timezones: fundation of a new (final) way to handle timezones and dates displayed. devs, read http://dev.tikiwiki.org/TimeZones for more details

------------------------------------------------------------------------
r7763 | mose | 2007-02-06 04:37:51 +0100 (mar, 06 fév 2007) | 2 lines

[MOD] sqlupgrade: changed order of drop/alter to avoid error

------------------------------------------------------------------------
r7762 | mose | 2007-02-06 03:11:28 +0100 (mar, 06 fév 2007) | 2 lines

[MOD] userslib: call $this->now rather than date("U") when in a tikilib inherited class

------------------------------------------------------------------------
r7761 | sylvieg | 2007-02-05 23:32:48 +0100 (lun, 05 fév 2007) | 2 lines

[FIX]wiki: you can edit your userpage is the feature is on even if you do not have tiki_p_edit

------------------------------------------------------------------------
r7760 | niclone | 2007-02-05 21:06:32 +0100 (lun, 05 fév 2007) | 2 lines

[FIX] hack to make get_strings.php happy with my words

------------------------------------------------------------------------
r7759 | niclone | 2007-02-05 20:33:38 +0100 (lun, 05 fév 2007) | 2 lines

[FIX] corrected a bug that was introduced by internationalization.

------------------------------------------------------------------------
r7758 | niclone | 2007-02-05 20:31:51 +0100 (lun, 05 fév 2007) | 2 lines

[FIX] tiki_user_preferences value was too short to store all user fields in one line. So a new table is now used for them.

------------------------------------------------------------------------
r7757 | sylvieg | 2007-02-05 20:30:13 +0100 (lun, 05 fév 2007) | 2 lines

merge

------------------------------------------------------------------------
r7756 | niclone | 2007-02-05 19:22:20 +0100 (lun, 05 fév 2007) | 2 lines

[FIX] Internationalization support

------------------------------------------------------------------------
r7755 | niclone | 2007-02-05 18:20:02 +0100 (lun, 05 fév 2007) | 2 lines

[FIX] Updated with a better default field list for contacts

------------------------------------------------------------------------
r7754 | niclone | 2007-02-05 17:56:16 +0100 (lun, 05 fév 2007) | 2 lines

[FIX] special chars handling in contacts fields values also

------------------------------------------------------------------------
r7753 | niclone | 2007-02-05 17:50:12 +0100 (lun, 05 fév 2007) | 2 lines

[FIX] special chars handling in contacts fields

------------------------------------------------------------------------
r7752 | niclone | 2007-02-05 17:22:18 +0100 (lun, 05 fév 2007) | 2 lines

[MOD] added user preferences page for contacts

------------------------------------------------------------------------
r7751 | niclone | 2007-02-05 16:10:49 +0100 (lun, 05 fév 2007) | 2 lines

[FIX] extended contact fields preferences is better as user preferences instead than global

------------------------------------------------------------------------
r7750 | niclone | 2007-02-05 15:37:06 +0100 (lun, 05 fév 2007) | 2 lines

[FIX] added table creation for contacts extended informations in db/tiki.sql

------------------------------------------------------------------------
r7749 | sylvieg | 2007-02-05 15:35:29 +0100 (lun, 05 fév 2007) | 2 lines

[FIX]tracker: image height is integer

------------------------------------------------------------------------
r7748 | niclone | 2007-02-05 15:19:05 +0100 (lun, 05 fév 2007) | 2 lines

[FIX] wrong date in the comment of db/tiki_1.9to1.10.sql

------------------------------------------------------------------------
r7747 | sylvieg | 2007-02-05 15:09:26 +0100 (lun, 05 fév 2007) | 2 lines

[FIX]msg: if allow msg is not optional, disply message box

------------------------------------------------------------------------
r7746 | niclone | 2007-02-05 15:04:21 +0100 (lun, 05 fév 2007) | 2 lines

*** empty log message ***

------------------------------------------------------------------------
r7745 | mose | 2007-02-05 00:40:59 +0100 (lun, 05 fév 2007) | 2 lines

[MOD] timezones: more cleaning about timezones, and removal of rfc2822 methods not used anymore

------------------------------------------------------------------------
r7744 | mose | 2007-02-05 00:38:58 +0100 (lun, 05 fév 2007) | 2 lines

[MOD] dates: rfc2822 date format is provided by date("r") and server time is acceptable in export

------------------------------------------------------------------------
r7743 | mose | 2007-02-04 23:45:11 +0100 (dim, 04 fév 2007) | 2 lines

[KIL] diff: removed unused commented code

------------------------------------------------------------------------
r7742 | mose | 2007-02-04 23:43:18 +0100 (dim, 04 fév 2007) | 2 lines

[MOD] timezones: made $tikilib->date_format handled by pear::date and initialized tikiwide timezone setup

------------------------------------------------------------------------
r7741 | mose | 2007-02-04 21:43:36 +0100 (dim, 04 fév 2007) | 2 lines

[MOD] dates handling: using gmt for dates in database

------------------------------------------------------------------------
r7740 | mose | 2007-02-04 21:09:47 +0100 (dim, 04 fév 2007) | 2 lines

[MOD] timezones: rollback of last commit about timezones. Idea is good but spreading timestamp manipulation makes erratic border effects and makes impossible to display timezone properly with date functions. Please hold commits for some hours, calendar rolledback code will be committed back, as well as some other parts, as there were some nice fixes anyway

------------------------------------------------------------------------
r7739 | nyloth | 2007-02-04 13:04:38 +0100 (dim, 04 fév 2007) | 2 lines

[FIX] dates and timezones : apply the user timezone on timestamps retrieved from database in trackerlib (same as in tikilib). This fix concerned tables are 'tiki_tracker_item_attachments', 'tiki_tracker_item_comments', 'tiki_tracker_items' and 'tiki_trackers'. In order to easily convert every timestamp fields in each function that retrieve this kind of data in tikilib or trackerlib, a new function 'tracker_UTC_to_display()' has been added and will take care of the timestamp field list.

------------------------------------------------------------------------
r7738 | nyloth | 2007-02-04 10:28:22 +0100 (dim, 04 fév 2007) | 8 lines

[FIX] dates and timezones : apply the user timezone on timestamps retrieved from database in tikilib.

Since all timestamps are now in GMT timezone in database, we need to convert those timestamps using the user timezone (probably in every case) before using it (displaying, comparing, ranking, ...). This is something that is not done in smarty functions anymore because it should be done only once, just after retrieving the timestamp from database. Note that this has to be used only when a select query is done (nothing should be modified when updating or inserting values in database).

This fix concerned tables are 'tiki_pages' and 'tiki_page_drafts'. There is probably more fix to commit for other tables that includes timestamps.

In order to easily convert every timestamp fields in each function that retrieve this kind of data in tikilib, a new function 'page_info_UTC_to_display()' has been added and will take care of the timestamp field list.

------------------------------------------------------------------------
r7737 | nyloth | 2007-02-04 02:43:59 +0100 (dim, 04 fév 2007) | 2 lines

[FIX] dates and timezones : missed some date() that needs to be gmdate() and reverse some 'gm_' changes that are clearly wrong (especially in adodb)

------------------------------------------------------------------------
r7736 | nyloth | 2007-02-03 22:38:26 +0100 (sam, 03 fév 2007) | 18 lines

[FIX] dates and timezones : fix some bugs in tiki calendars item dates (e.g. in save, edit and show mode) and some date() that were not converted to gmdate().

More precisely, I removed the use of get_date_converter() that was using a bit buggy global variable. Instead, we now have two new functions/methods in tikilib :
	* date_UTC_to_display() : replacing getDisplayDateFromUTC()
	* date_display_to_UTC() : replacing getUTCFromDisplayDate()

("display" means "user local timezone stored in database" and "UTC" means "UTC+0 (i.e. GMT)")

Those functions are converting each dates with the user timezone name instead of the server offset, because the offset is not always the same with the same timezone name (it depends on the date too).

The timezone stuff in lib/smarty_tiki/modifier.tiki_date_format.php was also removed because we should not modify timezones (if possible) in smarty (it could be nice to always do this in tikilib) in order to avoid to convert date twice when using smarty modifiers over a date already passed through tikilib functions.

Tikilib date_format() function was modified to have no timezone modification (everything is now done in GMT instead of implicitely using the server timezone).

Since timestamps stored in the database are now in GMT timezone :
	* the calls to getDisplayDateFromServerDate() are replaced by date_UTC_to_display()
	* a new global variable "_DATE_TIMEZONE_DEFAULT" has been added in tiki-setup_base.php and set to "UTC" (this is used by the pear Date_TimeZone class)

------------------------------------------------------------------------
r7735 | nyloth | 2007-02-03 21:47:37 +0100 (sam, 03 fév 2007) | 6 lines

[MOD] dates and timezones : Modify every call to php native date / timezone functions in order to use GMT timezone instead of the server timezone.

Timestamps stored in the database should be stored in GMT timezone, because changing the server (or just its timezone settings) should never have an impact on tikiwiki. This is why every date(), strftime() and mktime() calls are replaced by gmdate(), gmstrftime() and gmmktime(). Those functions will use GMT timestamps and not a timestamp that depends on the server TZ environment variable.

!! Note that everything has not been fully tested yet and that this update lacks of an upgrade path for existing calendars and timezones stored in database with a server timezone.

------------------------------------------------------------------------
r7734 | mose | 2007-02-03 02:52:19 +0100 (sam, 03 fév 2007) | 2 lines

[MOD] notifications: removed callback functions that are not used

------------------------------------------------------------------------
r7733 | franck | 2007-02-01 22:12:22 +0100 (jeu, 01 fév 2007) | 2 lines

[FIX]batch upload users: improve syntax checking and record reading

------------------------------------------------------------------------
r7732 | sylvieg | 2007-02-01 21:18:32 +0100 (jeu, 01 fév 2007) | 2 lines

[FIX]categ: a tiki_p_admin can see all objects in admin categ even if objects has special perms

------------------------------------------------------------------------
r7731 | sylvieg | 2007-02-01 19:35:35 +0100 (jeu, 01 fév 2007) | 2 lines

notice

------------------------------------------------------------------------
r7730 | sylvieg | 2007-02-01 19:26:48 +0100 (jeu, 01 fév 2007) | 2 lines

[REL]put a ref to 1.10 in changelog to be able to know that the cvs version is not a 1.9

------------------------------------------------------------------------
r7729 | hangerman | 2007-02-01 17:51:38 +0100 (jeu, 01 fév 2007) | 2 lines

[FIX] wrong variable name has bad impact on the translation system

------------------------------------------------------------------------
r7728 | luciash | 2007-02-01 13:17:40 +0100 (jeu, 01 fév 2007) | 2 lines

[FIX] next image generate correct id (nextimg offset)

------------------------------------------------------------------------
r7727 | hangerman | 2007-02-01 09:36:14 +0100 (jeu, 01 fév 2007) | 2 lines

[FIX]Search in tracker Item

------------------------------------------------------------------------
r7726 | hangerman | 2007-02-01 09:35:21 +0100 (jeu, 01 fév 2007) | 2 lines

[FIX] conflict in variable name

------------------------------------------------------------------------
r7725 | fr_rodo | 2007-02-01 00:52:15 +0100 (jeu, 01 fév 2007) | 2 lines

[MOD] add new parameter and don't display description when there is not one (prettier display)

------------------------------------------------------------------------
r7724 | darzee | 2007-01-31 17:53:19 +0100 (mer, 31 jan 2007) | 2 lines

Bug fix : the google map tracker field type runs now under Internet Explorer

------------------------------------------------------------------------
r7723 | sylvieg | 2007-01-31 16:07:43 +0100 (mer, 31 jan 2007) | 2 lines

[FIX]

------------------------------------------------------------------------
r7722 | sylvieg | 2007-01-31 15:26:01 +0100 (mer, 31 jan 2007) | 2 lines

[FIX]blog: post sql error

------------------------------------------------------------------------
r7721 | darzee | 2007-01-31 12:36:50 +0100 (mer, 31 jan 2007) | 3 lines

The new div in module definition allows to make some graphics (like round corner) in the bottom of modules.
You have to add box-footer div definition.

------------------------------------------------------------------------
r7720 | franck | 2007-01-31 03:20:43 +0100 (mer, 31 jan 2007) | 2 lines

[FIX] TikiMaps can load mapfile >8kB

------------------------------------------------------------------------
r7719 | sylvieg | 2007-01-31 01:08:51 +0100 (mer, 31 jan 2007) | 2 lines

[fix]newsletter: missing fcts- do not ask why

------------------------------------------------------------------------
r7718 | awolfff | 2007-01-30 20:48:58 +0100 (mar, 30 jan 2007) | 2 lines

[FIX] mkMenuEntry now handles all types of menu entries. Diplay now in line with non-phplayers-menue.

------------------------------------------------------------------------
r7716 | nyloth | 2007-01-30 11:38:05 +0100 (mar, 30 jan 2007) | 2 lines

[FIX] file galleries : user should not have the 'assign perm' link and icon when he doesn't have the 'tiki_p_assign_perm_file_gallery' right, even if there is no rights already assigned. In the case of no specified rights, we could consider that everybody could do every actions, but this doesn't seem to be a good idea for this specific action (assigning permissions) and the page tiki-objectpermissions.php doesn't allow this case too.

------------------------------------------------------------------------
r7715 | awolfff | 2007-01-29 23:02:42 +0100 (lun, 29 jan 2007) | 2 lines

[NEW] control initial state of module: if flip=yc the initial state of the module is closed.

------------------------------------------------------------------------
r7714 | jyhem | 2007-01-29 18:27:54 +0100 (lun, 29 jan 2007) | 2 lines

[FIX] html typo

------------------------------------------------------------------------
r7713 | darzee | 2007-01-29 18:10:54 +0100 (lun, 29 jan 2007) | 2 lines

- delete echo used for debug (for the field type google map)... oups ;-)

------------------------------------------------------------------------
r7712 | darzee | 2007-01-29 17:48:12 +0100 (lun, 29 jan 2007) | 2 lines

- add a new tracker field type : Google map locator

------------------------------------------------------------------------
r7710 | sylvieg | 2007-01-26 14:43:06 +0100 (ven, 26 jan 2007) | 2 lines

[FIX]message: if user can not allow mess, pref must be not checked

------------------------------------------------------------------------
r7709 | franck | 2007-01-25 23:42:00 +0100 (jeu, 25 jan 2007) | 2 lines

TikiMaps: ajax

------------------------------------------------------------------------
r7708 | sylvieg | 2007-01-25 19:18:24 +0100 (jeu, 25 jan 2007) | 2 lines

[FIX]pref: temporary patch until all be userId

------------------------------------------------------------------------
r7707 | sylvieg | 2007-01-25 18:39:02 +0100 (jeu, 25 jan 2007) | 2 lines

[FIX]tracker: field description was broken

------------------------------------------------------------------------
r7706 | sylvieg | 2007-01-25 18:26:04 +0100 (jeu, 25 jan 2007) | 2 lines

[FIX]date: translate day and month(as 1.9) Sorry did not fine a way to do outside the lib

------------------------------------------------------------------------
r7705 | sylvieg | 2007-01-25 18:20:28 +0100 (jeu, 25 jan 2007) | 2 lines

[FIX]newsletter: re-add the code for csv batch import subscription email

------------------------------------------------------------------------
r7704 | sylvieg | 2007-01-25 16:20:39 +0100 (jeu, 25 jan 2007) | 2 lines

sync script

------------------------------------------------------------------------
r7703 | jyhem | 2007-01-25 16:17:39 +0100 (jeu, 25 jan 2007) | 2 lines

[MOD] now matches tiki.tpl, as after running convertscripts/convertsqls.sh

------------------------------------------------------------------------
r7702 | sylvieg | 2007-01-24 23:36:42 +0100 (mer, 24 jan 2007) | 2 lines

[MOD]fgal: alt is edit/unlook instead of edit if the file is locked

------------------------------------------------------------------------
r7701 | sylvieg | 2007-01-24 18:41:26 +0100 (mer, 24 jan 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7700 | jyhem | 2007-01-24 16:55:32 +0100 (mer, 24 jan 2007) | 2 lines

[FIX]with MysQl 5.0.24a, reserved words need quoting when used as field names

------------------------------------------------------------------------
r7699 | luciash | 2007-01-24 00:01:09 +0100 (mer, 24 jan 2007) | 2 lines

[ENH] (ported from BRANCH-1-9) better error message when failed to rename installer/tiki-installer.php (TODO: display it via i18n strings tpl)

------------------------------------------------------------------------
r7697 | darzee | 2007-01-23 17:53:12 +0100 (mar, 23 jan 2007) | 3 lines

A new tracker field type is available. This field type allows registred users to subsribe to an item. It is usefull for example if your
create an item per party you organize and you want your users to register to the party.

------------------------------------------------------------------------
r7696 | nyloth | 2007-01-23 16:15:01 +0100 (mar, 23 jan 2007) | 2 lines

[FIX] mod menu : correctly parse the wiki page used for the menu when the page is in HTML

------------------------------------------------------------------------
r7695 | sylvieg | 2007-01-23 16:02:34 +0100 (mar, 23 jan 2007) | 2 lines

[FIX]tracker: take away double emails

------------------------------------------------------------------------
r7694 | sylvieg | 2007-01-23 15:39:48 +0100 (mar, 23 jan 2007) | 2 lines

[FIX] tracker: notices+watch item was lost

------------------------------------------------------------------------
r7693 | nyloth | 2007-01-23 13:45:14 +0100 (mar, 23 jan 2007) | 2 lines

[MOD] wiki : don't show the 'Allow HTML' checkbox when using the wysiwyg editor

------------------------------------------------------------------------
r7692 | nyloth | 2007-01-23 09:52:29 +0100 (mar, 23 jan 2007) | 2 lines

[MOD] wiki : don't show the 'wiki help' button when using the wysiwyg editor

------------------------------------------------------------------------
r7691 | sylvieg | 2007-01-22 17:04:57 +0100 (lun, 22 jan 2007) | 2 lines

[FIX]login: call the cas lib if method allowed and not only the file exists

------------------------------------------------------------------------
r7690 | sylvieg | 2007-01-22 16:28:40 +0100 (lun, 22 jan 2007) | 2 lines

[FIX]actionlog: a user can not see other user log

------------------------------------------------------------------------
r7689 | jyhem | 2007-01-22 16:22:48 +0100 (lun, 22 jan 2007) | 2 lines

[FIX] better translation

------------------------------------------------------------------------
r7688 | jyhem | 2007-01-22 16:10:20 +0100 (lun, 22 jan 2007) | 2 lines

[FIX] display time after date in tracker items displays

------------------------------------------------------------------------
r7687 | nyloth | 2007-01-22 10:11:48 +0100 (lun, 22 jan 2007) | 2 lines

[FIX] fckeditor tikilink : allow brackets in wiki links and do less .match() calls

------------------------------------------------------------------------
r7686 | franck | 2007-01-22 04:03:06 +0100 (lun, 22 jan 2007) | 2 lines

TikiMaps: ajax galore (beta)

------------------------------------------------------------------------
r7685 | franck | 2007-01-22 03:55:44 +0100 (lun, 22 jan 2007) | 2 lines

TikiMaps: ajax galore (beta)

------------------------------------------------------------------------
r7684 | awolfff | 2007-01-21 20:27:12 +0100 (dim, 21 jan 2007) | 2 lines

[FIX]: quote column name in 'user(count)' used in PRIMARY KEY definitions to avoid errors in mysql (4.0.15).

------------------------------------------------------------------------
r7683 | fr_rodo | 2007-01-21 19:31:55 +0100 (dim, 21 jan 2007) | 2 lines

[FIX] better french translation

------------------------------------------------------------------------
r7682 | fr_rodo | 2007-01-21 13:48:57 +0100 (dim, 21 jan 2007) | 2 lines

[MOD] Selection of columns in user list

------------------------------------------------------------------------
r7681 | garygriffin | 2007-01-21 04:21:18 +0100 (dim, 21 jan 2007) | 2 lines

update tiki_file_galleries for missing show_creator and show_author fields

------------------------------------------------------------------------
r7680 | mose | 2007-01-21 02:45:12 +0100 (dim, 21 jan 2007) | 2 lines

[MOD] newsletters: added a way to add multiple email addresses at once

------------------------------------------------------------------------
r7679 | fr_rodo | 2007-01-21 01:42:03 +0100 (dim, 21 jan 2007) | 2 lines

[MOD] Optional modification of the better-sorry-than-safe approach for categories management => Simplify the group management for administrators.

------------------------------------------------------------------------
r7678 | nyloth | 2007-01-20 13:01:56 +0100 (sam, 20 jan 2007) | 2 lines

[FIX] wiki links syntax : allow single brackets in wiki links if 'complete' syntax is used

------------------------------------------------------------------------
r7677 | nyloth | 2007-01-20 03:17:24 +0100 (sam, 20 jan 2007) | 2 lines

[FIX] action log : When inserting into tiki_actionlog_params table after renaming a wiki page, the field 'actionId' was null which is not an allowed value.

------------------------------------------------------------------------
r7675 | nyloth | 2007-01-20 02:22:48 +0100 (sam, 20 jan 2007) | 2 lines

[FIX] filegals : Uploading a zip archive in order to extract all it's files was done in the 'temp/' directory. This was a problem when this directory wasn't completely empty (generated PDF, README or .htaccess files, ...) since those other files were uploaded in the file gallery too. Now, zip files are extracted to 'temp/TMP_FILENAME/' in order to avoid unwanted files

------------------------------------------------------------------------
r7674 | nyloth | 2007-01-20 02:08:15 +0100 (sam, 20 jan 2007) | 2 lines

[FIX] trackers : SQL query was not correctly generated, this is why sorting on numeric fields was not good.

------------------------------------------------------------------------
r7673 | sylvieg | 2007-01-20 00:58:05 +0100 (sam, 20 jan 2007) | 2 lines

[FIX]rollback - field with reserverd name must be quoted

------------------------------------------------------------------------
r7672 | nyloth | 2007-01-20 00:25:44 +0100 (sam, 20 jan 2007) | 2 lines

[MOD] tiki action calendar : events are linked to the object pages URL (wiki page, file gallery, ...) instead of the URL used for editing the event (there is no need to edit a tiki action event)

------------------------------------------------------------------------
r7671 | nyloth | 2007-01-20 00:15:30 +0100 (sam, 20 jan 2007) | 2 lines

[FIX] action log : using 'auser' var instead of 'user' because this is in conflict with the 'user' var used to know who is authentified in tiki

------------------------------------------------------------------------
r7670 | nyloth | 2007-01-19 23:56:16 +0100 (ven, 19 jan 2007) | 2 lines

[FIX] wiki : print mode generated an empty page since tiki-print.tpl was not correctly managed by setup_smarty.php

------------------------------------------------------------------------
r7669 | nyloth | 2007-01-19 23:38:28 +0100 (ven, 19 jan 2007) | 2 lines

[FIX] freetags : missing comma

------------------------------------------------------------------------
r7668 | tombombadilom | 2007-01-19 13:26:28 +0100 (ven, 19 jan 2007) | 2 lines

added image description support

------------------------------------------------------------------------
r7667 | sylvieg | 2007-01-19 00:17:27 +0100 (ven, 19 jan 2007) | 2 lines

temporary patch to havce categ on comment

------------------------------------------------------------------------
r7666 | sylvieg | 2007-01-18 23:04:27 +0100 (jeu, 18 jan 2007) | 2 lines

[MOD]polls: to be able to display the categories of the objects and the objects a poll is used in

------------------------------------------------------------------------
r7665 | sylvieg | 2007-01-18 19:50:17 +0100 (jeu, 18 jan 2007) | 2 lines

[MOD]actionlog: a comment inherits the categories of the object

------------------------------------------------------------------------
r7664 | sylvieg | 2007-01-18 19:18:55 +0100 (jeu, 18 jan 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7663 | sylvieg | 2007-01-18 17:31:20 +0100 (jeu, 18 jan 2007) | 2 lines

include_once

------------------------------------------------------------------------
r7661 | jyhem | 2007-01-17 16:54:47 +0100 (mer, 17 jan 2007) | 2 lines

[MOD] untranslated strings found in tiki-file_archives.php

------------------------------------------------------------------------
r7660 | sylvieg | 2007-01-17 16:54:17 +0100 (mer, 17 jan 2007) | 2 lines

lost merge

------------------------------------------------------------------------
r7659 | sylvieg | 2007-01-17 16:43:42 +0100 (mer, 17 jan 2007) | 2 lines

lost merge

------------------------------------------------------------------------
r7658 | sylvieg | 2007-01-17 16:32:52 +0100 (mer, 17 jan 2007) | 2 lines

manual merge

------------------------------------------------------------------------
r7657 | sylvieg | 2007-01-17 16:22:36 +0100 (mer, 17 jan 2007) | 2 lines

notice

------------------------------------------------------------------------
r7656 | sylvieg | 2007-01-17 16:15:50 +0100 (mer, 17 jan 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7655 | sylvieg | 2007-01-17 16:10:11 +0100 (mer, 17 jan 2007) | 2 lines

bad merge

------------------------------------------------------------------------
r7654 | sylvieg | 2007-01-17 15:55:55 +0100 (mer, 17 jan 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7653 | sylvieg | 2007-01-17 15:09:18 +0100 (mer, 17 jan 2007) | 2 lines

dos2unix: otherwise merge fails

------------------------------------------------------------------------
r7652 | mose | 2007-01-16 16:05:34 +0100 (mar, 16 jan 2007) | 2 lines

[FIX] wysiwyg: made tikilink work under IE

------------------------------------------------------------------------
r7651 | sylvieg | 2007-01-16 15:45:56 +0100 (mar, 16 jan 2007) | 2 lines

some indexes for directories

------------------------------------------------------------------------
r7650 | mose | 2007-01-16 15:43:06 +0100 (mar, 16 jan 2007) | 2 lines

[FIX] wysiwyg: removed debug alert

------------------------------------------------------------------------
r7649 | mose | 2007-01-16 15:40:37 +0100 (mar, 16 jan 2007) | 2 lines

[FIX] wysiwyg: tiki image plugin fix for IE

------------------------------------------------------------------------
r7648 | mose | 2007-01-16 14:55:15 +0100 (mar, 16 jan 2007) | 2 lines

[FIX] wysiwyg: removed debug alert

------------------------------------------------------------------------
r7647 | mose | 2007-01-16 13:28:29 +0100 (mar, 16 jan 2007) | 2 lines

[FIX] wysiwyg: partial fix of tiki image plugin for IE

------------------------------------------------------------------------
r7646 | mose | 2007-01-15 16:17:07 +0100 (lun, 15 jan 2007) | 2 lines

[FIX] wysiwyg: fix on tikiimages

------------------------------------------------------------------------
r7645 | jyhem | 2007-01-15 13:58:22 +0100 (lun, 15 jan 2007) | 2 lines

[FIX]restore Rodolphe's accidentally lost translations

------------------------------------------------------------------------
r7644 | xavidp | 2007-01-15 12:39:20 +0100 (lun, 15 jan 2007) | 2 lines

exchanged some gif icons for png alternatives (the ones I knew that they already exist)

------------------------------------------------------------------------
r7643 | mose | 2007-01-15 11:45:11 +0100 (lun, 15 jan 2007) | 2 lines

[MOD] wysiwyg: added a new plugin for handling wiki images directly thru filemanager

------------------------------------------------------------------------
r7640 | sylvieg | 2007-01-14 14:38:35 +0100 (dim, 14 jan 2007) | 2 lines

[FIX]wiki: restore the help button: the tiki-page_bar is no more called in tiki.tpl?

------------------------------------------------------------------------
r7639 | mose | 2007-01-13 13:02:54 +0100 (sam, 13 jan 2007) | 2 lines

[MOD] cssmenu enhancements

------------------------------------------------------------------------
r7638 | mose | 2007-01-13 12:22:18 +0100 (sam, 13 jan 2007) | 2 lines

[MOD] auth: logins are now case insensitive

------------------------------------------------------------------------
r7637 | sylvieg | 2007-01-12 18:05:43 +0100 (ven, 12 jan 2007) | 2 lines

cvs header

------------------------------------------------------------------------
r7636 | sylvieg | 2007-01-12 18:02:52 +0100 (ven, 12 jan 2007) | 2 lines

[MOD]blog: new perm tiki_p_assign_perm_blog

------------------------------------------------------------------------
r7635 | mose | 2007-01-12 15:04:11 +0100 (ven, 12 jan 2007) | 2 lines

[MOD] register: indicate when login is email

------------------------------------------------------------------------
r7634 | mose | 2007-01-12 15:02:32 +0100 (ven, 12 jan 2007) | 2 lines

[MOD] usermenu: added css option for a tryout of replacement of phplm with css-only version

------------------------------------------------------------------------
r7633 | mose | 2007-01-12 14:59:38 +0100 (ven, 12 jan 2007) | 2 lines

[MOD] more timezone update

------------------------------------------------------------------------
r7632 | mose | 2007-01-12 14:55:33 +0100 (ven, 12 jan 2007) | 2 lines

[MOD] tikicalendar: removed ephemeride

------------------------------------------------------------------------
r7631 | mose | 2007-01-12 14:54:33 +0100 (ven, 12 jan 2007) | 2 lines

[FIX] timezone declaration in setup

------------------------------------------------------------------------
r7630 | sylvieg | 2007-01-11 23:54:16 +0100 (jeu, 11 jan 2007) | 2 lines

[MOD]focus on the login text as you need to enter it

------------------------------------------------------------------------
r7629 | fmk_ca | 2007-01-11 02:40:37 +0100 (jeu, 11 jan 2007) | 2 lines

MFB: Make sure  is used when deleting cached image. Use article_image.php to display the image when editing an article, rather than creating a copy in /tmp

------------------------------------------------------------------------
r7628 | sylvieg | 2007-01-09 18:17:10 +0100 (mar, 09 jan 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7627 | sylvieg | 2007-01-09 17:04:32 +0100 (mar, 09 jan 2007) | 2 lines

[MOD]calendar: can watch calendar

------------------------------------------------------------------------
r7626 | jyhem | 2007-01-09 16:58:49 +0100 (mar, 09 jan 2007) | 2 lines

[FIX] tiki-page_bar should not be displayed while editing

------------------------------------------------------------------------
r7625 | jyhem | 2007-01-09 14:17:27 +0100 (mar, 09 jan 2007) | 2 lines

some more translations, mainly related to file gals

------------------------------------------------------------------------
r7624 | sylvieg | 2007-01-08 22:11:52 +0100 (lun, 08 jan 2007) | 2 lines

[FIX]copyright: duplicate lines

------------------------------------------------------------------------
r7623 | sylvieg | 2007-01-08 17:03:28 +0100 (lun, 08 jan 2007) | 2 lines

[MOD]calendar: new Url param allCals to slect all the calendars

------------------------------------------------------------------------
r7622 | sylvieg | 2007-01-08 14:54:38 +0100 (lun, 08 jan 2007) | 2 lines

[FIX]partial rollback to mose's commit: user can be null

------------------------------------------------------------------------
r7621 | sylvieg | 2007-01-07 22:07:19 +0100 (dim, 07 jan 2007) | 2 lines

[FIX]actionlog: user can be null

------------------------------------------------------------------------
r7620 | sylvieg | 2007-01-06 23:25:47 +0100 (sam, 06 jan 2007) | 2 lines

[FIX]plugin calendar: set the visible calendars to the plugin calendar

------------------------------------------------------------------------
r7619 | tombombadilom | 2007-01-06 17:33:32 +0100 (sam, 06 jan 2007) | 2 lines

fixed ambigous sort_order query

------------------------------------------------------------------------
r7618 | mose | 2007-01-06 07:00:19 +0100 (sam, 06 jan 2007) | 2 lines

[KIL] tikimovies are moving to mods

------------------------------------------------------------------------
r7617 | rlpowell | 2007-01-05 20:08:37 +0100 (ven, 05 jan 2007) | 2 lines

Cleaned up some error handling.

------------------------------------------------------------------------
r7616 | sylvieg | 2007-01-05 15:51:06 +0100 (ven, 05 jan 2007) | 2 lines

[FIX]quick_edit: perm checked can not be done in module because tiki_p_edit have been locally disabled(ex: a tiki-index on a page with no tiki_p_edit with disable the module). Perms checked must be done at module assignment

------------------------------------------------------------------------
r7615 | sylvieg | 2007-01-05 14:28:40 +0100 (ven, 05 jan 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7614 | mose | 2007-01-05 11:51:15 +0100 (ven, 05 jan 2007) | 2 lines

[FIX] calendars: fixed organizer and participant parameters, still hugly, and will deserve a better gui, but at least it works. Also fixed some date/time setup

------------------------------------------------------------------------
r7613 | mose | 2007-01-05 10:17:24 +0100 (ven, 05 jan 2007) | 2 lines

[FIX] calendar: fixed link for view calendar item

------------------------------------------------------------------------
r7612 | mose | 2007-01-05 10:11:20 +0100 (ven, 05 jan 2007) | 2 lines

[FIX] calendar: disabled buttons +/- not working with jscalendar

------------------------------------------------------------------------
r7611 | mose | 2007-01-04 18:46:51 +0100 (jeu, 04 jan 2007) | 2 lines

[FIX] trackers: user with perm to modify a tracker item should be able to delete items as well

------------------------------------------------------------------------
r7610 | mose | 2007-01-04 18:28:50 +0100 (jeu, 04 jan 2007) | 2 lines

[FIX] trackers: user with perm to modify a tracker item should be able to delete items as well

------------------------------------------------------------------------
r7609 | sylvieg | 2007-01-04 16:58:41 +0100 (jeu, 04 jan 2007) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7608 | sylvieg | 2007-01-04 15:40:11 +0100 (jeu, 04 jan 2007) | 2 lines

[FIX]A French title has only the first word letter in upper case

------------------------------------------------------------------------
r7607 | jyhem | 2007-01-04 15:30:16 +0100 (jeu, 04 jan 2007) | 2 lines

some new strings for the calendar

------------------------------------------------------------------------
r7606 | mose | 2007-01-04 06:01:49 +0100 (jeu, 04 jan 2007) | 2 lines

[MOD] quizz: using display_timezone

------------------------------------------------------------------------
r7605 | mose | 2007-01-04 05:55:26 +0100 (jeu, 04 jan 2007) | 2 lines

[NEW] added farsi to 1.10

------------------------------------------------------------------------
r7604 | mose | 2007-01-04 05:45:46 +0100 (jeu, 04 jan 2007) | 2 lines

[MOD] user info: removed unused vraiable declaration

------------------------------------------------------------------------
r7603 | mose | 2007-01-04 05:38:50 +0100 (jeu, 04 jan 2007) | 2 lines

[MOD] mytiki: removed unused code that moved a while ago to user_preferences

------------------------------------------------------------------------
r7602 | mose | 2007-01-04 03:36:12 +0100 (jeu, 04 jan 2007) | 2 lines

[MOD] adminusers: user id rather than username

------------------------------------------------------------------------
r7601 | mose | 2007-01-04 02:54:21 +0100 (jeu, 04 jan 2007) | 2 lines

[MOD] date format: simplified function call

------------------------------------------------------------------------
r7600 | sylvieg | 2007-01-03 18:32:26 +0100 (mer, 03 jan 2007) | 2 lines

[FIX]batch files: use post method, the files list can be long

------------------------------------------------------------------------
r7599 | sylvieg | 2007-01-03 18:00:41 +0100 (mer, 03 jan 2007) | 2 lines

[FIX]img: batch upload select all works as for files(you can unselect after you select all)

------------------------------------------------------------------------
r7598 | sylvieg | 2007-01-03 17:59:23 +0100 (mer, 03 jan 2007) | 2 lines

[FIX]file: message to show file deleted from batch dir as in image bacth upload

------------------------------------------------------------------------
r7597 | sylvieg | 2007-01-03 17:46:13 +0100 (mer, 03 jan 2007) | 2 lines

cvs header

------------------------------------------------------------------------
r7596 | sylvieg | 2007-01-03 17:42:25 +0100 (mer, 03 jan 2007) | 2 lines

[FIX]files: fix select all

------------------------------------------------------------------------
r7595 | nyloth | 2007-01-03 17:03:26 +0100 (mer, 03 jan 2007) | 2 lines

[FIX] fckeditor tikilink plugin : use correct variable names

------------------------------------------------------------------------
r7594 | nyloth | 2007-01-03 16:56:35 +0100 (mer, 03 jan 2007) | 2 lines

[FIX] fckeditor tikilink plugin : initialize oLink and don't call oLink.getAttribute() if oLink is null (occurs when selecting text without a link) (fixes bugs in IE)

------------------------------------------------------------------------
r7593 | nyloth | 2007-01-03 15:44:15 +0100 (mer, 03 jan 2007) | 2 lines

[FIX] fckeditor tikilink plugin : use 'className' instead of 'class' to change the value of the 'class' attribute, since 'class' is a reserved word which causes IE to raise an error.

------------------------------------------------------------------------
r7592 | mose | 2007-01-03 09:32:39 +0100 (mer, 03 jan 2007) | 2 lines

[MOD] adapted smarty date modifiers to use setup timezone

------------------------------------------------------------------------
r7591 | mose | 2007-01-03 08:55:24 +0100 (mer, 03 jan 2007) | 2 lines

[MOD] userprefs: made user can choose his own timezone

------------------------------------------------------------------------
r7590 | mose | 2007-01-03 06:23:12 +0100 (mer, 03 jan 2007) | 2 lines

[MOD] added new pref server_timezone

------------------------------------------------------------------------
r7589 | mose | 2007-01-03 04:16:19 +0100 (mer, 03 jan 2007) | 2 lines

[MOD] upgraded pear::date to v1.4.7

------------------------------------------------------------------------
r7588 | mose | 2007-01-03 02:09:35 +0100 (mer, 03 jan 2007) | 2 lines

[MOD] email validation by server check modified to use pear::net_dns

------------------------------------------------------------------------
r7587 | mose | 2007-01-03 01:58:13 +0100 (mer, 03 jan 2007) | 2 lines

[NEW] added pear::Net_DNS class for universal and trustable email domain check

------------------------------------------------------------------------
r7586 | mose | 2007-01-03 01:55:33 +0100 (mer, 03 jan 2007) | 2 lines

[MOD] login prefs: brought back validate email pref, and added a pref for using email as login

------------------------------------------------------------------------
r7585 | mose | 2007-01-03 00:36:53 +0100 (mer, 03 jan 2007) | 2 lines

[KIL] date handling: removed unused methods, cleaning date internal system for finding the timezone grail

------------------------------------------------------------------------
r7584 | mose | 2007-01-03 00:31:55 +0100 (mer, 03 jan 2007) | 2 lines

[MOD] watches: improved code for watches, for purpose to replace notification by extended watches (more to come)

------------------------------------------------------------------------
r7583 | sylvieg | 2007-01-02 20:13:03 +0100 (mar, 02 jan 2007) | 2 lines

[FIX]newsletter: avoid subscribe a email=space

------------------------------------------------------------------------
r7582 | rlpowell | 2007-01-02 20:02:17 +0100 (mar, 02 jan 2007) | 2 lines

Someone didn't finish their changes, left things broken.

------------------------------------------------------------------------
r7581 | sylvieg | 2007-01-02 17:18:00 +0100 (mar, 02 jan 2007) | 2 lines

[FIX]img: do not show long, lat if gallery is not geo

------------------------------------------------------------------------
r7580 | sylvieg | 2007-01-02 14:56:35 +0100 (mar, 02 jan 2007) | 2 lines

new icons

------------------------------------------------------------------------
r7579 | sylvieg | 2007-01-02 14:31:13 +0100 (mar, 02 jan 2007) | 2 lines

[FIX]registration: fix group selected at registration time with a tracker

------------------------------------------------------------------------
r7578 | sylvieg | 2007-01-02 11:49:12 +0100 (mar, 02 jan 2007) | 2 lines

[FIX]actionlog: button to actionlog view if perms

------------------------------------------------------------------------
r7577 | mose | 2007-01-02 09:19:45 +0100 (mar, 02 jan 2007) | 2 lines

[FIX] layout: fixed and simplified display of left and right columnwhen optional

------------------------------------------------------------------------
r7576 | mose | 2007-01-01 13:20:21 +0100 (lun, 01 jan 2007) | 2 lines

[FIX] headerlib: typo

------------------------------------------------------------------------
r7575 | mose | 2007-01-01 10:37:31 +0100 (lun, 01 jan 2007) | 2 lines

[FIX] db: fixed upgrade in indexes

------------------------------------------------------------------------
r7574 | gregmartin | 2007-01-01 07:23:13 +0100 (lun, 01 jan 2007) | 2 lines

Updated comments for validate_user (sorry!)

------------------------------------------------------------------------
r7573 | gregmartin | 2007-01-01 04:46:51 +0100 (lun, 01 jan 2007) | 6 lines

Added support for authenticated bind to ldap for user search (prior to
login).  This is necessary for AD and other ldap that do not allow
anonymous bind.
Uses LDAP Admin User and LDAP Admin Pwd fields on Admin->Login
page.

------------------------------------------------------------------------
r7572 | mose | 2007-01-01 00:17:15 +0100 (lun, 01 jan 2007) | 2 lines

[FIX] wiki: removed page-bar in removepage panel, and added link back to page

------------------------------------------------------------------------
r7571 | rlpowell | 2006-12-31 21:18:03 +0100 (dim, 31 déc 2006) | 2 lines

New module to show last modification time of a page.

------------------------------------------------------------------------
r7570 | mose | 2006-12-31 10:26:12 +0100 (dim, 31 déc 2006) | 2 lines

[MOD] wiki: new pref to display page version next to lastmodif

------------------------------------------------------------------------
r7569 | mose | 2006-12-31 09:52:38 +0100 (dim, 31 déc 2006) | 2 lines

[FIX] wiki: description field in editpage should not have a block style

------------------------------------------------------------------------
r7568 | mose | 2006-12-31 09:11:37 +0100 (dim, 31 déc 2006) | 2 lines

[FIX] style: trying to rationalize styles setup

------------------------------------------------------------------------
r7567 | mose | 2006-12-31 08:09:25 +0100 (dim, 31 déc 2006) | 2 lines

[FIX] styles: removed width=100% for center column

------------------------------------------------------------------------
r7566 | tombombadilom | 2006-12-31 08:07:48 +0100 (dim, 31 déc 2006) | 2 lines

*** empty log message ***

------------------------------------------------------------------------
r7565 | tombombadilom | 2006-12-31 02:07:53 +0100 (dim, 31 déc 2006) | 2 lines

suppress double </td>

------------------------------------------------------------------------
r7564 | tombombadilom | 2006-12-31 02:04:33 +0100 (dim, 31 déc 2006) | 2 lines

missing </td>

------------------------------------------------------------------------
r7563 | gregmartin | 2006-12-29 20:09:54 +0100 (ven, 29 déc 2006) | 2 lines

Modified to support latest Pear:Auth (v1.3)

------------------------------------------------------------------------
r7562 | mose | 2006-12-29 12:17:49 +0100 (ven, 29 déc 2006) | 2 lines

[MOD] smarty plugins: we do not want to expand tabs

------------------------------------------------------------------------
r7561 | mose | 2006-12-29 01:05:33 +0100 (ven, 29 déc 2006) | 2 lines

[MOD] wiki edit: removed small declaration ducplication

------------------------------------------------------------------------
r7560 | mose | 2006-12-29 01:03:13 +0100 (ven, 29 déc 2006) | 2 lines

[FIX] wysiwyg: indicate visually when wysiwyg is off in list of admin panels

------------------------------------------------------------------------
r7559 | mose | 2006-12-29 01:00:26 +0100 (ven, 29 déc 2006) | 2 lines

[FIX] wysiwyg: when feature is off, enforce it is really off

------------------------------------------------------------------------
r7558 | mose | 2006-12-29 00:41:27 +0100 (ven, 29 déc 2006) | 2 lines

[MOD] smarty: use_sub_dirs default to false as it brings more problems than real performance gain

------------------------------------------------------------------------
r7557 | rlpowell | 2006-12-28 21:12:57 +0100 (jeu, 28 déc 2006) | 2 lines

Regex problems, and a missing redirect case.

------------------------------------------------------------------------
r7556 | tombombadilom | 2006-12-28 21:11:41 +0100 (jeu, 28 déc 2006) | 2 lines

fixed $style bug

------------------------------------------------------------------------
r7555 | rlpowell | 2006-12-28 20:12:05 +0100 (jeu, 28 déc 2006) | 2 lines

page bar was missing.

------------------------------------------------------------------------
r7554 | rlpowell | 2006-12-28 20:05:50 +0100 (jeu, 28 déc 2006) | 2 lines

Minor fix pulled from main module.tpl to avoid PHP error message.

------------------------------------------------------------------------
r7553 | rlpowell | 2006-12-28 19:57:55 +0100 (jeu, 28 déc 2006) | 2 lines

The template was calling for something that wasn't getting set.

------------------------------------------------------------------------
r7552 | mose | 2006-12-28 19:06:50 +0100 (jeu, 28 déc 2006) | 2 lines

[MOD] db: ran convert script

------------------------------------------------------------------------
r7551 | mose | 2006-12-28 19:03:49 +0100 (jeu, 28 déc 2006) | 2 lines

[KIL] epehemeride : more cleaning

------------------------------------------------------------------------
r7550 | mose | 2006-12-28 19:01:34 +0100 (jeu, 28 déc 2006) | 2 lines

[KIL] tikicalendar: removed eph from list of things

------------------------------------------------------------------------
r7549 | mose | 2006-12-28 19:00:13 +0100 (jeu, 28 déc 2006) | 2 lines

[KIL] removed ephemeride prefs

------------------------------------------------------------------------
r7548 | mose | 2006-12-28 18:57:26 +0100 (jeu, 28 déc 2006) | 2 lines

[KIL] removed ephemeride table and perms

------------------------------------------------------------------------
r7547 | mose | 2006-12-28 18:56:05 +0100 (jeu, 28 déc 2006) | 2 lines

[FIX] oops, removed tiki.sql, bad boy

------------------------------------------------------------------------
r7546 | mose | 2006-12-28 18:34:30 +0100 (jeu, 28 déc 2006) | 2 lines

[KIL] removed ephemeride feature that is bugged, unknown and unused

------------------------------------------------------------------------
r7545 | mose | 2006-12-28 18:29:57 +0100 (jeu, 28 déc 2006) | 2 lines

[MOD] db: changed login length to 200 and tuned some indexes

------------------------------------------------------------------------
r7544 | mose | 2006-12-28 18:15:18 +0100 (jeu, 28 déc 2006) | 2 lines

[FIX] trackers watches: made trackers uses watches rather than events for consistency sake

------------------------------------------------------------------------
r7543 | mose | 2006-12-28 12:16:39 +0100 (jeu, 28 déc 2006) | 2 lines

[MOD] watches: simplified method to get user watch

------------------------------------------------------------------------
r7542 | mose | 2006-12-28 11:54:47 +0100 (jeu, 28 déc 2006) | 2 lines

[MOD] wiki: removed notifications from pageperms as it has nothing to do there, and removed page-bar as well

------------------------------------------------------------------------
r7541 | mose | 2006-12-28 10:55:17 +0100 (jeu, 28 déc 2006) | 2 lines

[KIL] removed signal system option as it is not used anywhere

------------------------------------------------------------------------
r7540 | mose | 2006-12-28 07:27:05 +0100 (jeu, 28 déc 2006) | 2 lines

[MOD] auth: removed HTTP_ACCEPT_CHARSET from cookie matching as some browsers don't provide it

------------------------------------------------------------------------
r7539 | mose | 2006-12-28 06:43:09 +0100 (jeu, 28 déc 2006) | 2 lines

[FIX] rename user: added changes in recent tables, and removed some duplicate

------------------------------------------------------------------------
r7538 | mose | 2006-12-27 11:28:33 +0100 (mer, 27 déc 2006) | 2 lines

[KIL] pear: removed unused libs

------------------------------------------------------------------------
r7537 | mose | 2006-12-27 11:17:07 +0100 (mer, 27 déc 2006) | 2 lines

[MOD] PEAR::Auth : upgraded to version 1.4.3 (please test ldap and imap auth)

------------------------------------------------------------------------
r7536 | mose | 2006-12-27 10:48:13 +0100 (mer, 27 déc 2006) | 2 lines

[MOD] module since last visit: made link to user information use userId rather than login, and moved direct link to assignperms to user information page

------------------------------------------------------------------------
r7535 | mose | 2006-12-27 10:38:42 +0100 (mer, 27 déc 2006) | 2 lines

[MOD] avatar: made link to user information use userId rather than login

------------------------------------------------------------------------
r7534 | mose | 2006-12-27 10:34:42 +0100 (mer, 27 déc 2006) | 2 lines

[MOD] user link: made link to user information use userId rather than login

------------------------------------------------------------------------
r7533 | mose | 2006-12-27 07:48:56 +0100 (mer, 27 déc 2006) | 2 lines

[FIX] userinformation: fixed what user to display

------------------------------------------------------------------------
r7532 | mose | 2006-12-27 07:43:37 +0100 (mer, 27 déc 2006) | 2 lines

[MOD] userprefs: made possible to get user preferences by id, and added existence check

------------------------------------------------------------------------
r7531 | mose | 2006-12-27 07:27:41 +0100 (mer, 27 déc 2006) | 2 lines

[MOD] userinfo: made possible to get user information by id

------------------------------------------------------------------------
r7530 | mose | 2006-12-27 06:05:43 +0100 (mer, 27 déc 2006) | 2 lines

[FIX] admin modules: avoid notices

------------------------------------------------------------------------
r7529 | mose | 2006-12-27 04:07:42 +0100 (mer, 27 déc 2006) | 2 lines

[KIL] backups: removed that unreliable feature. do not give false hope, better rely on classic db backup tools (mysqldump, pg_dump, ..)

------------------------------------------------------------------------
r7528 | mose | 2006-12-27 03:55:54 +0100 (mer, 27 déc 2006) | 2 lines

[MOD] register: made bad email do not require to type information again, and checked that user_tracker option still works fine

------------------------------------------------------------------------
r7527 | mose | 2006-12-27 03:08:46 +0100 (mer, 27 déc 2006) | 2 lines

[MOD] registration: removed option to validate email, email validation is now simpler and performed in all cases

------------------------------------------------------------------------
r7526 | mose | 2006-12-27 03:05:51 +0100 (mer, 27 déc 2006) | 2 lines

[MOD] blogs: changed syntax validation for destination emails of send_post feature

------------------------------------------------------------------------
r7525 | mose | 2006-12-27 03:03:31 +0100 (mer, 27 déc 2006) | 2 lines

[MOD] trackers: changed syntax validation for email field type with something that works without doubt

------------------------------------------------------------------------
r7524 | mose | 2006-12-27 02:59:52 +0100 (mer, 27 déc 2006) | 2 lines

[MOD] registration: removed call to snowcheckmail, replaced by a simple syntax validation

------------------------------------------------------------------------
r7523 | mose | 2006-12-27 02:41:14 +0100 (mer, 27 déc 2006) | 2 lines

[KIL] testunit: removed unused test files

------------------------------------------------------------------------
r7522 | mose | 2006-12-26 18:33:11 +0100 (mar, 26 déc 2006) | 2 lines

[FIX] rss: rss per items respect view perms (merge from 1.9)

------------------------------------------------------------------------
r7521 | mose | 2006-12-26 13:49:42 +0100 (mar, 26 déc 2006) | 2 lines

[MOD] error handling: made error.tpl use tiki.tpl, then removed custom style error.tpl as they now are custom by the use of tiki.tpl

------------------------------------------------------------------------
r7520 | mose | 2006-12-25 16:15:26 +0100 (lun, 25 déc 2006) | 2 lines

[KIL] removed more unused libs

------------------------------------------------------------------------
r7519 | mose | 2006-12-25 16:10:30 +0100 (lun, 25 déc 2006) | 2 lines

[KIL] removed unused SOAP library

------------------------------------------------------------------------
r7518 | mose | 2006-12-25 15:55:15 +0100 (lun, 25 déc 2006) | 2 lines

[FIX] layout: removed duplicate declaration (done in setup)

------------------------------------------------------------------------
r7517 | mose | 2006-12-25 15:53:52 +0100 (lun, 25 déc 2006) | 2 lines

[FIX] admin: small html fix

------------------------------------------------------------------------
r7516 | mose | 2006-12-25 00:48:26 +0100 (lun, 25 déc 2006) | 2 lines

[FIX] freetags: css typo

------------------------------------------------------------------------
r7515 | mose | 2006-12-24 03:37:43 +0100 (dim, 24 déc 2006) | 2 lines

[MOD] adjust use of css class=flip

------------------------------------------------------------------------
r7514 | mose | 2006-12-24 03:28:32 +0100 (dim, 24 déc 2006) | 2 lines

[FIX] calendar: style on buttons

------------------------------------------------------------------------
r7513 | mose | 2006-12-24 00:54:20 +0100 (dim, 24 déc 2006) | 2 lines

[FIX] admin: fixed hover on firefox and changed color arbitrarily

------------------------------------------------------------------------
r7512 | mose | 2006-12-23 19:24:43 +0100 (sam, 23 déc 2006) | 2 lines

[FIX] layouts: missing end of form

------------------------------------------------------------------------
r7511 | mose | 2006-12-23 19:12:20 +0100 (sam, 23 déc 2006) | 2 lines

[FIX] cms: avoid notice

------------------------------------------------------------------------
r7510 | mose | 2006-12-23 18:28:51 +0100 (sam, 23 déc 2006) | 2 lines

[FIX] cms: fix html detail

------------------------------------------------------------------------
r7509 | mose | 2006-12-23 18:28:05 +0100 (sam, 23 déc 2006) | 2 lines

[MOD] edithelp: changed toggleBlock to flip js show/hide function

------------------------------------------------------------------------
r7508 | mose | 2006-12-23 18:03:31 +0100 (sam, 23 déc 2006) | 2 lines

[FIX] cms: fixed edithelptool open/close and avoid notices

------------------------------------------------------------------------
r7507 | mose | 2006-12-23 17:52:34 +0100 (sam, 23 déc 2006) | 2 lines

[FIX] imagegal: evoid notices

------------------------------------------------------------------------
r7506 | mose | 2006-12-23 16:53:02 +0100 (sam, 23 déc 2006) | 2 lines

[FIX] imagegal: avoid notice

------------------------------------------------------------------------
r7505 | mose | 2006-12-23 16:47:26 +0100 (sam, 23 déc 2006) | 2 lines

[FIX] wiki: treat structure information before translation for structures respect translations as well

------------------------------------------------------------------------
r7504 | mose | 2006-12-23 16:42:04 +0100 (sam, 23 déc 2006) | 2 lines

[FIX] userwatch: display number of unread messages

------------------------------------------------------------------------
r7503 | mose | 2006-12-23 16:39:37 +0100 (sam, 23 déc 2006) | 2 lines

[FIX] contacts: avoid notice

------------------------------------------------------------------------
r7502 | mose | 2006-12-23 16:19:48 +0100 (sam, 23 déc 2006) | 2 lines

[FIX] userprefs: avoid notice

------------------------------------------------------------------------
r7501 | mose | 2006-12-23 16:17:02 +0100 (sam, 23 déc 2006) | 2 lines

[FIX] mytiki: avoid notice

------------------------------------------------------------------------
r7500 | mose | 2006-12-23 16:15:41 +0100 (sam, 23 déc 2006) | 2 lines

[FIX] modules: avoid notice

------------------------------------------------------------------------
r7499 | mose | 2006-12-23 14:42:37 +0100 (sam, 23 déc 2006) | 2 lines

[FIX] modules: module controls improvement

------------------------------------------------------------------------
r7498 | mose | 2006-12-23 14:05:13 +0100 (sam, 23 déc 2006) | 2 lines

[FIX] wiki: good parsing of content when html is used

------------------------------------------------------------------------
r7497 | mose | 2006-12-22 05:29:22 +0100 (ven, 22 déc 2006) | 2 lines

[MOD] moved some admin-dedicated scripts to devtools

------------------------------------------------------------------------
r7496 | mose | 2006-12-22 05:22:31 +0100 (ven, 22 déc 2006) | 2 lines

[KIL] cleaning tests/ dir

------------------------------------------------------------------------
r7495 | mose | 2006-12-22 05:17:21 +0100 (ven, 22 déc 2006) | 2 lines

[MOD] setup: removed trackback pref

------------------------------------------------------------------------
r7494 | mose | 2006-12-22 05:13:59 +0100 (ven, 22 déc 2006) | 2 lines

[KIL] removed snoopy GPL code that was used for blogs trackbacks

------------------------------------------------------------------------
r7493 | mose | 2006-12-22 05:11:49 +0100 (ven, 22 déc 2006) | 2 lines

[MOD] blogs: cleaning : removed all trackback functionnality, as it is not working, and worse, it uses snoopy gpl code. If we need trackbacks, we cannot be satisfied with current implementation, then a new one would be required

------------------------------------------------------------------------
r7492 | mose | 2006-12-22 04:10:42 +0100 (ven, 22 déc 2006) | 2 lines

[KIL] blogs: removed feature_trackbackpings because that is duplicate with feature_blogposts_pings (afaict)

------------------------------------------------------------------------
r7491 | mose | 2006-12-22 03:47:36 +0100 (ven, 22 déc 2006) | 2 lines

[KIL] irclogs: unused, move to mods

------------------------------------------------------------------------
r7490 | mose | 2006-12-22 03:42:16 +0100 (ven, 22 déc 2006) | 2 lines

[KIL] weather: unused lib

------------------------------------------------------------------------
r7487 | mose | 2006-12-22 03:30:17 +0100 (ven, 22 déc 2006) | 2 lines

[KIL] homework: dead lib

------------------------------------------------------------------------
r7486 | mose | 2006-12-22 03:29:11 +0100 (ven, 22 déc 2006) | 2 lines

[FIX] missing php handler in opening tag

------------------------------------------------------------------------
r7485 | mose | 2006-12-22 03:21:21 +0100 (ven, 22 déc 2006) | 2 lines

[FIX] auth: made phpcas code conditional to its installation

------------------------------------------------------------------------
r7484 | mose | 2006-12-22 02:55:18 +0100 (ven, 22 déc 2006) | 2 lines

[KIL] phpcas moved to mods

------------------------------------------------------------------------
r7481 | mose | 2006-12-22 02:03:13 +0100 (ven, 22 déc 2006) | 2 lines

[FIX] admin general: fixed the theme setup

------------------------------------------------------------------------
r7480 | sylvieg | 2006-12-22 00:25:43 +0100 (ven, 22 déc 2006) | 2 lines

notice

------------------------------------------------------------------------
r7479 | jyhem | 2006-12-21 20:25:06 +0100 (jeu, 21 déc 2006) | 2 lines

download/upload now télécharger/envoyer consistently

------------------------------------------------------------------------
r7478 | sylvieg | 2006-12-21 17:16:23 +0100 (jeu, 21 déc 2006) | 2 lines

[NEW]mytiki: new button linking to actionlog

------------------------------------------------------------------------
r7477 | sylvieg | 2006-12-21 17:14:15 +0100 (jeu, 21 déc 2006) | 2 lines

[NEW]actionlog: new perm tiki_p_view_actionlog

------------------------------------------------------------------------
r7476 | sylvieg | 2006-12-21 16:28:11 +0100 (jeu, 21 déc 2006) | 2 lines

bad merge

------------------------------------------------------------------------
r7475 | sylvieg | 2006-12-21 16:14:53 +0100 (jeu, 21 déc 2006) | 2 lines

bad merge

------------------------------------------------------------------------
r7474 | mose | 2006-12-21 15:57:59 +0100 (jeu, 21 déc 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7473 | sylvieg | 2006-12-20 22:12:22 +0100 (mer, 20 déc 2006) | 2 lines

[FIX]poll: missing param

------------------------------------------------------------------------
r7472 | sylvieg | 2006-12-20 20:15:49 +0100 (mer, 20 déc 2006) | 2 lines

[FIX] some indexes to speed up

------------------------------------------------------------------------
r7471 | sylvieg | 2006-12-20 19:59:52 +0100 (mer, 20 déc 2006) | 2 lines

[NEW]contribution: statistic on contributions

------------------------------------------------------------------------
r7470 | sylvieg | 2006-12-20 18:52:38 +0100 (mer, 20 déc 2006) | 2 lines

notice

------------------------------------------------------------------------
r7469 | sylvieg | 2006-12-20 18:24:12 +0100 (mer, 20 déc 2006) | 2 lines

[FIX]fgal: missing include

------------------------------------------------------------------------
r7468 | sylvieg | 2006-12-20 18:10:20 +0100 (mer, 20 déc 2006) | 2 lines

typo

------------------------------------------------------------------------
r7467 | sylvieg | 2006-12-20 16:57:23 +0100 (mer, 20 déc 2006) | 2 lines

[FIX]group: to be able to delete all the included groups

------------------------------------------------------------------------
r7466 | mose | 2006-12-20 14:11:05 +0100 (mer, 20 déc 2006) | 2 lines

[FIX] install: added a clear of cache at install step to avoid ghost cache files

------------------------------------------------------------------------
r7465 | mose | 2006-12-20 13:46:13 +0100 (mer, 20 déc 2006) | 2 lines

[FIX] setup: put back a check for existence of tables in db

------------------------------------------------------------------------
r7464 | mose | 2006-12-20 13:32:51 +0100 (mer, 20 déc 2006) | 2 lines

[FIX] setup: removed duplicate var declaration

------------------------------------------------------------------------
r7463 | mose | 2006-12-20 13:25:39 +0100 (mer, 20 déc 2006) | 2 lines

[FIX] styles: changed moreneat to tikineat default when no pref setup

------------------------------------------------------------------------
r7462 | mose | 2006-12-20 13:23:47 +0100 (mer, 20 déc 2006) | 2 lines

[FIX] install: removed duplicate code due to merge

------------------------------------------------------------------------
r7461 | mose | 2006-12-20 13:22:55 +0100 (mer, 20 déc 2006) | 2 lines

[FIX] setup: removed duplicate var declaration

------------------------------------------------------------------------
r7460 | gregmartin | 2006-12-19 12:39:37 +0100 (mar, 19 déc 2006) | 2 lines

Added field so admin can specify LDAP version 3 for connections.  Needed for OPENLDAP suppport and others

------------------------------------------------------------------------
r7459 | mose | 2006-12-19 03:21:07 +0100 (mar, 19 déc 2006) | 2 lines

[FIX] setup: typo

------------------------------------------------------------------------
r7458 | mose | 2006-12-19 03:12:00 +0100 (mar, 19 déc 2006) | 2 lines

[FIX] setup: added missing vars

------------------------------------------------------------------------
r7457 | mose | 2006-12-18 22:44:00 +0100 (lun, 18 déc 2006) | 2 lines

[MOD] lang fr: made db-requests string smaller

------------------------------------------------------------------------
r7456 | mose | 2006-12-18 20:40:38 +0100 (lun, 18 déc 2006) | 2 lines

[FIX] wysiwyg: fixed switch beetween wysiwyg and wikimode when it is optional

------------------------------------------------------------------------
r7455 | mose | 2006-12-18 20:33:15 +0100 (lun, 18 déc 2006) | 2 lines

[FIX] wysiwyg: toolbar declaration fixed

------------------------------------------------------------------------
r7454 | mose | 2006-12-18 20:27:39 +0100 (lun, 18 déc 2006) | 2 lines

[FIX] wysiwyg: oops that file was not commited, now admin panel should work

------------------------------------------------------------------------
r7453 | mose | 2006-12-18 20:24:41 +0100 (lun, 18 déc 2006) | 2 lines

[FIX] admin: moved style declaration for admin home out of transition css

------------------------------------------------------------------------
r7452 | mose | 2006-12-18 20:12:23 +0100 (lun, 18 déc 2006) | 2 lines

[FIX] wysiwyg: fixed case when pref is not setup yet and default toolbar is used from setup

------------------------------------------------------------------------
r7451 | mose | 2006-12-18 20:06:52 +0100 (lun, 18 déc 2006) | 2 lines

[FIX] install: removed test on db as now defaults prefs are hardcoded

------------------------------------------------------------------------
r7450 | sylvieg | 2006-12-18 17:44:52 +0100 (lun, 18 déc 2006) | 2 lines

[NEW]actionlog:  a user can see his own log

------------------------------------------------------------------------
r7449 | ohertel | 2006-12-17 23:55:48 +0100 (dim, 17 déc 2006) | 2 lines

[fix] make feed parser more tolerant to unknown tag parameters like <description somethinghere="...">

------------------------------------------------------------------------
r7448 | fr_rodo | 2006-12-17 18:43:20 +0100 (dim, 17 déc 2006) | 2 lines

[MOD] add a display field order for dates

------------------------------------------------------------------------
r7447 | fr_rodo | 2006-12-17 14:20:52 +0100 (dim, 17 déc 2006) | 2 lines

[FIX] display coherence with other truncate method

------------------------------------------------------------------------
r7446 | fr_rodo | 2006-12-17 12:55:27 +0100 (dim, 17 déc 2006) | 2 lines

[MOD] customize length of blog page name in lists

------------------------------------------------------------------------
r7445 | fr_rodo | 2006-12-17 12:29:23 +0100 (dim, 17 déc 2006) | 2 lines

[MOD] customize length of wiki page name in lists

------------------------------------------------------------------------
r7444 | fr_rodo | 2006-12-17 11:48:27 +0100 (dim, 17 déc 2006) | 2 lines

[MOD] customize length of article title

------------------------------------------------------------------------
r7443 | mose | 2006-12-17 09:39:40 +0100 (dim, 17 déc 2006) | 2 lines

[FIX] auth: strengthening cookie-based auth, making cookies stolen by sniffing harder to exploit, and unusable for brute force password decrytpion

------------------------------------------------------------------------
r7442 | mose | 2006-12-17 08:59:35 +0100 (dim, 17 déc 2006) | 2 lines

[FIX] setup: typo

------------------------------------------------------------------------
r7441 | mose | 2006-12-17 08:20:32 +0100 (dim, 17 déc 2006) | 2 lines

[FIX] setup: added missing default prefs for rememberme

------------------------------------------------------------------------
r7440 | mose | 2006-12-17 07:51:43 +0100 (dim, 17 déc 2006) | 2 lines

[FIX] modules: show/hide columns require a clear=both

------------------------------------------------------------------------
r7439 | mose | 2006-12-17 07:49:48 +0100 (dim, 17 déc 2006) | 2 lines

[MOD] notepad: removed template type of note, and simplified code for wysiwyg use

------------------------------------------------------------------------
r7438 | mose | 2006-12-17 07:49:40 +0100 (dim, 17 déc 2006) | 2 lines

[MOD] wysiwyg: extracted parsemode decision in a separate file for inclusion sake

------------------------------------------------------------------------
r7437 | sylvieg | 2006-12-16 20:48:04 +0100 (sam, 16 déc 2006) | 2 lines

[MOD]poll: possibility in the admin poll panel to add a template poll to n pages and lock the page in a click

------------------------------------------------------------------------
r7436 | sylvieg | 2006-12-16 20:27:07 +0100 (sam, 16 déc 2006) | 2 lines

avoid notice

------------------------------------------------------------------------
r7435 | sylvieg | 2006-12-16 20:23:51 +0100 (sam, 16 déc 2006) | 2 lines

bad merge - was interfering with the language module

------------------------------------------------------------------------
r7434 | sylvieg | 2006-12-16 20:16:40 +0100 (sam, 16 déc 2006) | 2 lines

[FIX]categ: rollback code cleaning: itemId is a text for a page

------------------------------------------------------------------------
r7433 | sylvieg | 2006-12-16 20:01:30 +0100 (sam, 16 déc 2006) | 2 lines

bad merge

------------------------------------------------------------------------
r7432 | sylvieg | 2006-12-16 19:58:24 +0100 (sam, 16 déc 2006) | 2 lines

avoid one request

------------------------------------------------------------------------
r7431 | fr_rodo | 2006-12-16 19:50:55 +0100 (sam, 16 déc 2006) | 2 lines

[MOD] add traduction to french for new fields 'w' and 'q'

------------------------------------------------------------------------
r7430 | sylvieg | 2006-12-16 19:41:32 +0100 (sam, 16 déc 2006) | 2 lines

oops trace

------------------------------------------------------------------------
r7429 | sylvieg | 2006-12-16 14:02:08 +0100 (sam, 16 déc 2006) | 2 lines

[FIX]fgal : a little more on lockedby

------------------------------------------------------------------------
r7428 | mose | 2006-12-16 13:03:18 +0100 (sam, 16 déc 2006) | 2 lines

[FIX] modules: module_controls don't need to be inhibited in wikiplugin module

------------------------------------------------------------------------
r7427 | mose | 2006-12-16 12:57:24 +0100 (sam, 16 déc 2006) | 2 lines

[KIL] workspaces: that style is now in mods (aulawiki)

------------------------------------------------------------------------
r7426 | mose | 2006-12-16 12:16:46 +0100 (sam, 16 déc 2006) | 2 lines

[FIX] wysiwyg: damn, that tpl was missing

------------------------------------------------------------------------
r7425 | mose | 2006-12-16 12:16:17 +0100 (sam, 16 déc 2006) | 2 lines

[FIX] wysiwyg: fixed wiki links with given label like in ((xx|yy))

------------------------------------------------------------------------
r7424 | mose | 2006-12-16 11:30:28 +0100 (sam, 16 déc 2006) | 2 lines

[FIX] tikineat: fixed display of linkbut links under ie

------------------------------------------------------------------------
r7423 | mose | 2006-12-16 11:02:57 +0100 (sam, 16 déc 2006) | 2 lines

[FIX] layout: colspan=0 do not work with ie, so columns controls is better out of table

------------------------------------------------------------------------
r7422 | sylvieg | 2006-12-15 22:57:54 +0100 (ven, 15 déc 2006) | 2 lines

[FIX]fgal: edit with unlock

------------------------------------------------------------------------
r7421 | sylvieg | 2006-12-15 22:29:18 +0100 (ven, 15 déc 2006) | 2 lines

[FIX]fgal: mixed up date

------------------------------------------------------------------------
r7420 | fr_rodo | 2006-12-15 22:15:04 +0100 (ven, 15 déc 2006) | 2 lines

[FIX] two or more fields with dynamic items lists and one of them has no selection then no initialization is done.

------------------------------------------------------------------------
r7419 | nyloth | 2006-12-15 17:02:15 +0100 (ven, 15 déc 2006) | 2 lines

[FIX] SQL syntax bug in installation scripts

------------------------------------------------------------------------
r7418 | nyloth | 2006-12-15 16:55:56 +0100 (ven, 15 déc 2006) | 2 lines

[FIX] SQL syntax bug in installation scripts

------------------------------------------------------------------------
r7417 | mose | 2006-12-15 15:06:04 +0100 (ven, 15 déc 2006) | 2 lines

[FIX] wysiwyg tikilink: fixed selection grab

------------------------------------------------------------------------
r7416 | mose | 2006-12-15 14:50:25 +0100 (ven, 15 déc 2006) | 2 lines

[MOD] notepad: applied wysiwyg pref to notepad

------------------------------------------------------------------------
r7415 | mose | 2006-12-15 14:33:17 +0100 (ven, 15 déc 2006) | 2 lines

[MOD] notepad: style uniformization

------------------------------------------------------------------------
r7414 | mose | 2006-12-15 14:27:12 +0100 (ven, 15 déc 2006) | 2 lines

[MOD] notepad: removed useless arguments from query

------------------------------------------------------------------------
r7413 | mose | 2006-12-15 14:19:54 +0100 (ven, 15 déc 2006) | 2 lines

[MOD] notepad: presentation enhancements

------------------------------------------------------------------------
r7412 | mose | 2006-12-15 13:59:44 +0100 (ven, 15 déc 2006) | 2 lines

[MOD] mose.css: removed obsolete tpl

------------------------------------------------------------------------
r7411 | sylvieg | 2006-12-15 12:56:47 +0100 (ven, 15 déc 2006) | 2 lines

[FIX]fix merge

------------------------------------------------------------------------
r7410 | mose | 2006-12-15 08:06:20 +0100 (ven, 15 déc 2006) | 2 lines

[FIX] wysiwyg: string fix

------------------------------------------------------------------------
r7409 | mose | 2006-12-15 08:04:10 +0100 (ven, 15 déc 2006) | 2 lines

[FIX] wysiwyg: added support for link names ((link|name)) in tikilink editor plugin

------------------------------------------------------------------------
r7408 | mose | 2006-12-15 07:22:40 +0100 (ven, 15 déc 2006) | 2 lines

[MOD] wysiwyg: made tikilink plugin use ((wiki)) syntax for storage and html for display

------------------------------------------------------------------------
r7407 | mose | 2006-12-15 06:45:38 +0100 (ven, 15 déc 2006) | 2 lines

[FIX] wysiwyg: taking in account semi-parsing

------------------------------------------------------------------------
r7406 | mose | 2006-12-15 06:36:01 +0100 (ven, 15 déc 2006) | 2 lines

[FIX] setup: merge erased recent changes, odd

------------------------------------------------------------------------
r7405 | mose | 2006-12-15 04:14:22 +0100 (ven, 15 déc 2006) | 2 lines

[FIX] contacts: typo fix and add an edit link

------------------------------------------------------------------------
r7404 | mose | 2006-12-15 04:04:15 +0100 (ven, 15 déc 2006) | 2 lines

[FIX] contacts: typo in sort mode

------------------------------------------------------------------------
r7403 | mose | 2006-12-15 04:00:47 +0100 (ven, 15 déc 2006) | 2 lines

[MOD] calendar: url is to be built in tpl not in lib

------------------------------------------------------------------------
r7402 | mose | 2006-12-15 04:00:16 +0100 (ven, 15 déc 2006) | 2 lines

[FIX] calendar: save date fix

------------------------------------------------------------------------
r7401 | mose | 2006-12-15 03:40:17 +0100 (ven, 15 déc 2006) | 2 lines

[MOD] calendar: minor style improvement

------------------------------------------------------------------------
r7400 | mose | 2006-12-15 02:59:38 +0100 (ven, 15 déc 2006) | 2 lines

[FIX] freetags: including style specific to freetags

------------------------------------------------------------------------
r7399 | fr_rodo | 2006-12-15 01:19:50 +0100 (ven, 15 déc 2006) | 5 lines

[NEW] add a new dynamic field type
Tested on IE7 and Firefox 1.5 & 2 (Windows,Linux,Solaris)
TODO: Tests on older versions and others platforms (and others browsers)
You can cascade this field type but unfortunatly,the initialization of cascaded fields is not done !

------------------------------------------------------------------------
r7398 | fr_rodo | 2006-12-14 23:14:44 +0100 (jeu, 14 déc 2006) | 2 lines

[FIX] display items of the first items list for the second items list when there is two items lists in the same tracker

------------------------------------------------------------------------
r7397 | sylvieg | 2006-12-14 21:50:43 +0100 (jeu, 14 déc 2006) | 2 lines

bad merge

------------------------------------------------------------------------
r7396 | sylvieg | 2006-12-14 18:36:35 +0100 (jeu, 14 déc 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7395 | mose | 2006-12-14 17:56:23 +0100 (jeu, 14 déc 2006) | 2 lines

[MOD] wysiwyg: admin options moved to wysiwyg admin panel

------------------------------------------------------------------------
r7394 | mose | 2006-12-14 17:56:05 +0100 (jeu, 14 déc 2006) | 2 lines

[FIX] wysiwyg: fixed parsing options

------------------------------------------------------------------------
r7393 | sylvieg | 2006-12-14 17:40:33 +0100 (jeu, 14 déc 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7392 | mose | 2006-12-14 15:38:31 +0100 (jeu, 14 déc 2006) | 2 lines

[MOD] wysiwyg: made an admin panel for fckeditor options, and also changed the preferences scheme, an automatic upgrade should be performed, but in case of, you should check wysiwyg admin panel options

------------------------------------------------------------------------
r7391 | sylvieg | 2006-12-14 15:37:29 +0100 (jeu, 14 déc 2006) | 2 lines

[FIX]actionLog: sort_mode in the URL can not be empty

------------------------------------------------------------------------
r7390 | ang23 | 2006-12-14 10:39:08 +0100 (jeu, 14 déc 2006) | 2 lines

typo: isStructure -> inStructure

------------------------------------------------------------------------
r7389 | mose | 2006-12-14 01:40:45 +0100 (jeu, 14 déc 2006) | 2 lines

[FIX] wysiwyg: tuned styles menu to match tiki css

------------------------------------------------------------------------
r7388 | mose | 2006-12-13 21:49:53 +0100 (mer, 13 déc 2006) | 2 lines

[MOD] css: separate css for freetags

------------------------------------------------------------------------
r7387 | sylvieg | 2006-12-13 21:29:47 +0100 (mer, 13 déc 2006) | 2 lines

[MOD]tracker: can also sort the item on lastModif ans created date

------------------------------------------------------------------------
r7386 | mose | 2006-12-13 21:28:34 +0100 (mer, 13 déc 2006) | 2 lines

[MOD] edithelp: mage edithelpzone follow an anchor

------------------------------------------------------------------------
r7385 | ohertel | 2006-12-13 21:23:35 +0100 (mer, 13 déc 2006) | 2 lines

[fix] drop key before adding it (avoid multiple keys on the same field)

------------------------------------------------------------------------
r7384 | mose | 2006-12-13 17:04:56 +0100 (mer, 13 déc 2006) | 2 lines

[FIX] fckeditor: harmonized styles to be used in editarea

------------------------------------------------------------------------
r7383 | mose | 2006-12-13 17:03:48 +0100 (mer, 13 déc 2006) | 2 lines

[FIX] fckeditor: neat tune up

------------------------------------------------------------------------
r7382 | sylvieg | 2006-12-13 15:40:39 +0100 (mer, 13 déc 2006) | 2 lines

typo

------------------------------------------------------------------------
r7381 | mose | 2006-12-13 15:40:12 +0100 (mer, 13 déc 2006) | 2 lines

[FIX] fckeditor: correct var setup

------------------------------------------------------------------------
r7379 | sylvieg | 2006-12-13 15:30:57 +0100 (mer, 13 déc 2006) | 2 lines

[FIX]ldap: if ldap method+ admin is managed by tiki, admin must be able to change password

------------------------------------------------------------------------
r7378 | mose | 2006-12-13 15:23:57 +0100 (mer, 13 déc 2006) | 2 lines

[FIX] fckeditor: styles are now used asis in editarea

------------------------------------------------------------------------
r7377 | mose | 2006-12-13 15:22:37 +0100 (mer, 13 déc 2006) | 2 lines

[FIX] fckeditor: unused var

------------------------------------------------------------------------
r7375 | hsaelens | 2006-12-13 14:05:21 +0100 (mer, 13 déc 2006) | 2 lines

Fixed tiki-articles_rss.php?topicname=Some+Topic type of RSS feed URL.

------------------------------------------------------------------------
r7374 | mose | 2006-12-13 05:01:38 +0100 (mer, 13 déc 2006) | 2 lines

[MOD] bluegreen: style tuning

------------------------------------------------------------------------
r7373 | mose | 2006-12-13 04:51:24 +0100 (mer, 13 déc 2006) | 2 lines

[MOD] fckeditor: trial of adaptation of css to editarea on smartiki and tikineat

------------------------------------------------------------------------
r7372 | mose | 2006-12-13 04:42:57 +0100 (mer, 13 déc 2006) | 2 lines

[MOD] fckeditor: found a better way for styles

------------------------------------------------------------------------
r7371 | mose | 2006-12-13 03:13:49 +0100 (mer, 13 déc 2006) | 2 lines

[FIX] contacts: fixed notice

------------------------------------------------------------------------
r7370 | mose | 2006-12-13 03:07:14 +0100 (mer, 13 déc 2006) | 2 lines

[FIX] admin: made more link go to anchor

------------------------------------------------------------------------
r7369 | mose | 2006-12-13 03:03:23 +0100 (mer, 13 déc 2006) | 2 lines

[FIX] lastchanges wiki: bug in sql query

------------------------------------------------------------------------
r7368 | mose | 2006-12-13 02:58:20 +0100 (mer, 13 déc 2006) | 2 lines

[FIX] wiki orphan pages: replaced icon

------------------------------------------------------------------------
r7367 | mose | 2006-12-13 02:55:45 +0100 (mer, 13 déc 2006) | 2 lines

[FIX] wiki listpages: fixed numrows reserveation in navigation

------------------------------------------------------------------------
r7366 | mose | 2006-12-13 02:53:07 +0100 (mer, 13 déc 2006) | 2 lines

[MOD] wiki: added a numrows field in listpage

------------------------------------------------------------------------
r7365 | mose | 2006-12-13 02:47:06 +0100 (mer, 13 déc 2006) | 2 lines

[MOD] wiki: changed listpages display of edit icon

------------------------------------------------------------------------
r7364 | mose | 2006-12-13 02:42:00 +0100 (mer, 13 déc 2006) | 2 lines

[FIX] wiki lastchanges: typo

------------------------------------------------------------------------
r7363 | mose | 2006-12-13 02:41:01 +0100 (mer, 13 déc 2006) | 2 lines

[FIX] wiki: fixed sort order in lastchanges page

------------------------------------------------------------------------
r7362 | mose | 2006-12-13 02:29:43 +0100 (mer, 13 déc 2006) | 2 lines

[FIX] wiki: avoiding notice

------------------------------------------------------------------------
r7361 | mose | 2006-12-13 02:25:00 +0100 (mer, 13 déc 2006) | 2 lines

[MOD] fckeditor: tuned up the css of editing area

------------------------------------------------------------------------
r7360 | mose | 2006-12-13 00:44:57 +0100 (mer, 13 déc 2006) | 2 lines

[FIX] calendar: avoid notices

------------------------------------------------------------------------
r7359 | mose | 2006-12-13 00:34:48 +0100 (mer, 13 déc 2006) | 2 lines

[MOD] calendar: implemented deisplay of custom colors

------------------------------------------------------------------------
r7358 | mose | 2006-12-12 23:16:08 +0100 (mar, 12 déc 2006) | 2 lines

[MOD] calendar: added optional color for group calendars

------------------------------------------------------------------------
r7357 | sylvieg | 2006-12-12 23:09:47 +0100 (mar, 12 déc 2006) | 2 lines

[MOD] fgal: some more comments about how the directories must be set

------------------------------------------------------------------------
r7356 | sylvieg | 2006-12-12 20:30:34 +0100 (mar, 12 déc 2006) | 2 lines

[MOD] icon upload

------------------------------------------------------------------------
r7355 | sylvieg | 2006-12-12 19:46:39 +0100 (mar, 12 déc 2006) | 2 lines

[MOD]fgal: move icon

------------------------------------------------------------------------
r7354 | mose | 2006-12-12 19:43:57 +0100 (mar, 12 déc 2006) | 2 lines

[FIX] headerlib: typo

------------------------------------------------------------------------
r7353 | mose | 2006-12-12 19:43:01 +0100 (mar, 12 déc 2006) | 2 lines

[FIX] calendar: some cleaning

------------------------------------------------------------------------
r7352 | sylvieg | 2006-12-12 18:57:12 +0100 (mar, 12 déc 2006) | 2 lines

[FIX]fgal: some fixes on file author field

------------------------------------------------------------------------
r7351 | sylvieg | 2006-12-12 18:22:55 +0100 (mar, 12 déc 2006) | 2 lines

[NEW]fgal: fiel author field to be able to give the author name when the author is not registered + admin can change file creator

------------------------------------------------------------------------
r7350 | sylvieg | 2006-12-12 15:26:48 +0100 (mar, 12 déc 2006) | 2 lines

[MOD]fgal: a message in the confirm box to know what you are deleting

------------------------------------------------------------------------
r7349 | mose | 2006-12-12 15:24:06 +0100 (mar, 12 déc 2006) | 2 lines

[MOD] fckeditor: added description in page listing for tikilink

------------------------------------------------------------------------
r7348 | mose | 2006-12-12 15:21:11 +0100 (mar, 12 déc 2006) | 2 lines

[MOD] fckeditor: added split by page view for wiki links, and find box

------------------------------------------------------------------------
r7347 | mose | 2006-12-12 15:20:59 +0100 (mar, 12 déc 2006) | 2 lines

[MOD] fckeditor: bigger edit zone

------------------------------------------------------------------------
r7346 | nyloth | 2006-12-12 14:46:50 +0100 (mar, 12 déc 2006) | 2 lines

[FIX] fckeditor: change in where the slash is

------------------------------------------------------------------------
r7345 | mose | 2006-12-12 14:18:42 +0100 (mar, 12 déc 2006) | 2 lines

[FIX] fckeditor: change in where the slash is

------------------------------------------------------------------------
r7344 | mose | 2006-12-12 14:16:53 +0100 (mar, 12 déc 2006) | 2 lines

[FIX] fckeditor: change in where the slash is

------------------------------------------------------------------------
r7343 | mose | 2006-12-12 11:35:18 +0100 (mar, 12 déc 2006) | 2 lines

[NEW] fckeditor: new item in toolbox, tikilink to add a link to another wiki page (or other content, soon)

------------------------------------------------------------------------
r7342 | mose | 2006-12-12 10:56:24 +0100 (mar, 12 déc 2006) | 2 lines

[NEW] fckeditor: new icon for tikilink plugin in wysiwyg mode

------------------------------------------------------------------------
r7341 | mose | 2006-12-12 04:03:46 +0100 (mar, 12 déc 2006) | 2 lines

[MOD] utf8: experimental, moved utf-8 force to template, cause it was a problem for fckplugin

------------------------------------------------------------------------
r7340 | mose | 2006-12-12 03:26:15 +0100 (mar, 12 déc 2006) | 2 lines

[MOD] fckeditor: made setup built by smarty, and using tiki environment variables and style

------------------------------------------------------------------------
r7339 | sylvieg | 2006-12-12 00:23:28 +0100 (mar, 12 déc 2006) | 2 lines

[FIX]fgal: oops parentId must contain all the fgals not only the paginated fgals

------------------------------------------------------------------------
r7338 | sylvieg | 2006-12-12 00:03:46 +0100 (mar, 12 déc 2006) | 2 lines

more

------------------------------------------------------------------------
r7337 | mose | 2006-12-11 23:36:16 +0100 (lun, 11 déc 2006) | 2 lines

[MOD] admin panels: uniformized use of admin functions, made code much shorter, and also moved wiki attachment options to wiki admin panel

------------------------------------------------------------------------
r7336 | mose | 2006-12-11 22:16:42 +0100 (lun, 11 déc 2006) | 2 lines

[FIX] db: convertscript rollup

------------------------------------------------------------------------
r7335 | sylvieg | 2006-12-11 19:45:23 +0100 (lun, 11 déc 2006) | 2 lines

[MOD]fgal: default sort mode can also be on description

------------------------------------------------------------------------
r7334 | jyhem | 2006-12-11 19:09:49 +0100 (lun, 11 déc 2006) | 2 lines

some new translations and minor corrections, topic->sujet

------------------------------------------------------------------------
r7333 | jyhem | 2006-12-11 18:44:29 +0100 (lun, 11 déc 2006) | 2 lines

some new translations and minor corrections

------------------------------------------------------------------------
r7332 | sylvieg | 2006-12-11 15:46:20 +0100 (lun, 11 déc 2006) | 2 lines

[FIX]fgal rollback author to creator ( it can be confusing)

------------------------------------------------------------------------
r7331 | sylvieg | 2006-12-11 15:40:34 +0100 (lun, 11 déc 2006) | 2 lines

[MOD]fgal: do not display modified field in files list if the file has not been modified

------------------------------------------------------------------------
r7330 | franck | 2006-12-11 01:41:08 +0100 (lun, 11 déc 2006) | 2 lines

FIX: RRSS uses :

------------------------------------------------------------------------
r7329 | ohertel | 2006-12-10 13:34:55 +0100 (dim, 10 déc 2006) | 2 lines

[sec] intertiki fix

------------------------------------------------------------------------
r7328 | sylvieg | 2006-12-09 15:36:53 +0100 (sam, 09 déc 2006) | 2 lines

oops

------------------------------------------------------------------------
r7327 | sylvieg | 2006-12-09 15:24:51 +0100 (sam, 09 déc 2006) | 2 lines

[MOD]fgal: pref to say deafuklt sort mode in list file galleries

------------------------------------------------------------------------
r7326 | sylvieg | 2006-12-09 14:39:02 +0100 (sam, 09 déc 2006) | 2 lines

icons

------------------------------------------------------------------------
r7325 | sylvieg | 2006-12-09 14:37:14 +0100 (sam, 09 déc 2006) | 2 lines

[MOD]fgal: can show last modification date and user on gallery basis

------------------------------------------------------------------------
r7324 | sylvieg | 2006-12-09 00:16:30 +0100 (sam, 09 déc 2006) | 2 lines

[FIX]speed: missing key to speed up

------------------------------------------------------------------------
r7323 | ohertel | 2006-12-08 22:44:43 +0100 (ven, 08 déc 2006) | 2 lines

icons replaced

------------------------------------------------------------------------
r7322 | ohertel | 2006-12-08 21:59:19 +0100 (ven, 08 déc 2006) | 2 lines

only list tracker items in categs when feature_trackers is on

------------------------------------------------------------------------
r7321 | sylvieg | 2006-12-08 21:59:08 +0100 (ven, 08 déc 2006) | 2 lines

[MOD]confirm action: a description to know what you are confirming

------------------------------------------------------------------------
r7320 | sylvieg | 2006-12-08 21:56:41 +0100 (ven, 08 déc 2006) | 2 lines

[MOD]usability: in the confirm screen keep the 'click to confirm' button and add a title with the comment if any - otherwise it is hard to understand you have to click on the action description

------------------------------------------------------------------------
r7319 | ohertel | 2006-12-08 21:55:28 +0100 (ven, 08 déc 2006) | 2 lines

wrong icon

------------------------------------------------------------------------
r7318 | ohertel | 2006-12-08 21:52:15 +0100 (ven, 08 déc 2006) | 2 lines

new icon path (silk set) added to Icon selection paths

------------------------------------------------------------------------
r7317 | ohertel | 2006-12-08 21:50:05 +0100 (ven, 08 déc 2006) | 2 lines

cleanup casing and edit/delete text -> icons

------------------------------------------------------------------------
r7316 | sylvieg | 2006-12-08 19:46:35 +0100 (ven, 08 déc 2006) | 2 lines

[FIX]register: do not go through SnowCheckMail at tracker filling time - the user has already confirms that it is the right email

------------------------------------------------------------------------
r7315 | sylvieg | 2006-12-08 16:09:54 +0100 (ven, 08 déc 2006) | 2 lines

[FIX]registration: change var group to chosenGroup because of interference

------------------------------------------------------------------------
r7314 | sylvieg | 2006-12-08 16:08:27 +0100 (ven, 08 déc 2006) | 2 lines

[FIX]tracker: when tracker is filled at registration, do not check the perms - the uiser is not registered yet (check on tiki-register.php url)

------------------------------------------------------------------------
r7313 | sylvieg | 2006-12-08 14:58:55 +0100 (ven, 08 déc 2006) | 2 lines

[FIX]notice

------------------------------------------------------------------------
r7312 | mose | 2006-12-08 14:57:50 +0100 (ven, 08 déc 2006) | 2 lines

[FIX] lang: made i18n panel use the available lang selection

------------------------------------------------------------------------
r7311 | sylvieg | 2006-12-08 14:55:04 +0100 (ven, 08 déc 2006) | 2 lines

[FIX]lang

------------------------------------------------------------------------
r7310 | mose | 2006-12-08 14:49:31 +0100 (ven, 08 déc 2006) | 2 lines

[FIX] lang: fixing short language list

------------------------------------------------------------------------
r7309 | mose | 2006-12-08 14:46:14 +0100 (ven, 08 déc 2006) | 2 lines

[MOD] calendar: displaying currently selected group calendar

------------------------------------------------------------------------
r7308 | sylvieg | 2006-12-08 14:25:00 +0100 (ven, 08 déc 2006) | 2 lines

syntax error

------------------------------------------------------------------------
r7307 | sylvieg | 2006-12-08 13:08:09 +0100 (ven, 08 déc 2006) | 2 lines

[MOD]top page bar top: obliged to hardcoded a valign:top to have the icons at the top if the categories list is long: TODO use div

------------------------------------------------------------------------
r7306 | mose | 2006-12-08 12:03:57 +0100 (ven, 08 déc 2006) | 2 lines

[MOD] calendar: made url field optional

------------------------------------------------------------------------
r7305 | mose | 2006-12-08 11:57:33 +0100 (ven, 08 déc 2006) | 2 lines

[FIX] langs: made language list reduction effective when short param is set, too

------------------------------------------------------------------------
r7304 | mose | 2006-12-08 11:49:36 +0100 (ven, 08 déc 2006) | 2 lines

[FIX] langs: list of available languages now follow the pref set. to get full list of languages, add a third param with value true to $tikilib->list_languages

------------------------------------------------------------------------
r7303 | mose | 2006-12-08 10:49:25 +0100 (ven, 08 déc 2006) | 2 lines

[FIX] calendar: improved delete calendar, so it also delete extra options

------------------------------------------------------------------------
r7302 | mose | 2006-12-08 10:37:46 +0100 (ven, 08 déc 2006) | 2 lines

[FIX] calendar: fixed deletion of calendar when custom participant is enabled

------------------------------------------------------------------------
r7301 | mose | 2006-12-08 10:33:53 +0100 (ven, 08 déc 2006) | 2 lines

[FIX] tikicalendar: fixed link to each item

------------------------------------------------------------------------
r7300 | mose | 2006-12-08 10:23:42 +0100 (ven, 08 déc 2006) | 2 lines

[FIX] wiki: added pagebar to backlinks page

------------------------------------------------------------------------
r7299 | mose | 2006-12-08 10:22:35 +0100 (ven, 08 déc 2006) | 2 lines

[MOD] pdf: removed useless call to pref already called in setup

------------------------------------------------------------------------
r7298 | mose | 2006-12-08 02:32:16 +0100 (ven, 08 déc 2006) | 2 lines

[FIX] diff: some more tuning for diff with html

------------------------------------------------------------------------
r7297 | mose | 2006-12-08 02:24:33 +0100 (ven, 08 déc 2006) | 2 lines

[FIX] diff: some more tuning for diff with html

------------------------------------------------------------------------
r7296 | mose | 2006-12-08 02:17:25 +0100 (ven, 08 déc 2006) | 2 lines

[FIX] diff: tried some diff enhancement when page is html created by wysiwyg

------------------------------------------------------------------------
r7294 | mose | 2006-12-08 01:26:36 +0100 (ven, 08 déc 2006) | 2 lines

[FIX] pdf: enhanced display, and avoiding using structures when only pdf for a page is requested

------------------------------------------------------------------------
r7293 | sylvieg | 2006-12-07 22:58:46 +0100 (jeu, 07 déc 2006) | 2 lines

[FIX] no value in the query - must be passed with bindvars

------------------------------------------------------------------------
r7292 | mose | 2006-12-07 22:50:31 +0100 (jeu, 07 déc 2006) | 2 lines

[MOD] headerlib: added coments with rank numbers

------------------------------------------------------------------------
r7291 | sylvieg | 2006-12-07 19:53:35 +0100 (jeu, 07 déc 2006) | 2 lines

[FIX] rollback filter list_articles on group until it is fixed(commit on nov 24 / hangerman)

------------------------------------------------------------------------
r7290 | mose | 2006-12-07 18:21:24 +0100 (jeu, 07 déc 2006) | 2 lines

[FIX] structures: better chances that structure tree export respect utf8

------------------------------------------------------------------------
r7289 | mose | 2006-12-07 18:07:28 +0100 (jeu, 07 déc 2006) | 2 lines

[FIX] calendar: fixed url of links in tiki calendar

------------------------------------------------------------------------
r7288 | mose | 2006-12-07 18:01:57 +0100 (jeu, 07 déc 2006) | 2 lines

[FIX] fckeditor: temporary fix to avoid having too many ../ in a link because it can trigger some security blockers in proxies

------------------------------------------------------------------------
r7287 | sylvieg | 2006-12-07 14:25:28 +0100 (jeu, 07 déc 2006) | 2 lines

[MOD]do not need anymore the correctPNG function

------------------------------------------------------------------------
r7286 | mose | 2006-12-07 14:07:26 +0100 (jeu, 07 déc 2006) | 2 lines

[MOD] wiki: made page_bar display only wiki help when in edit mode

------------------------------------------------------------------------
r7285 | mose | 2006-12-07 12:02:16 +0100 (jeu, 07 déc 2006) | 2 lines

[MOD] wiki: replace the minor edit checkbox by a submit button

------------------------------------------------------------------------
r7284 | mose | 2006-12-07 11:34:25 +0100 (jeu, 07 déc 2006) | 2 lines

[FIX] icons: corrected a badly converted icon

------------------------------------------------------------------------
r7283 | mose | 2006-12-07 11:07:55 +0100 (jeu, 07 déc 2006) | 2 lines

[FIX] icons: also converted admin icons to 8bits using gimp

------------------------------------------------------------------------
r7282 | mose | 2006-12-07 10:47:31 +0100 (jeu, 07 déc 2006) | 2 lines

[FIX] icons: converted all icons using gimp

------------------------------------------------------------------------
r7281 | mose | 2006-12-07 09:53:19 +0100 (jeu, 07 déc 2006) | 2 lines

[FIX] icons: better transform images with gimp

------------------------------------------------------------------------
r7280 | mose | 2006-12-07 09:44:40 +0100 (jeu, 07 déc 2006) | 2 lines

[FIX] icons: test of another way to reduce colors

------------------------------------------------------------------------
r7279 | mose | 2006-12-07 08:34:21 +0100 (jeu, 07 déc 2006) | 2 lines

[FIX] imagegals: removed duplicated methods (from merge probably)

------------------------------------------------------------------------
r7278 | mose | 2006-12-07 07:45:46 +0100 (jeu, 07 déc 2006) | 2 lines

[FIX] imagegal: prevent storage move to fs if directory not found from imagegal prefs

------------------------------------------------------------------------
r7277 | mose | 2006-12-07 05:42:56 +0100 (jeu, 07 déc 2006) | 2 lines

[FIX] wiki: why would anonymous have edit perm on sandbox when not able to edit other pages ?

------------------------------------------------------------------------
r7276 | mose | 2006-12-07 05:33:56 +0100 (jeu, 07 déc 2006) | 2 lines

[FIX] structures: forced charset for export tree

------------------------------------------------------------------------
r7275 | mose | 2006-12-07 05:01:20 +0100 (jeu, 07 déc 2006) | 2 lines

[FIX] icons: reduced png icons to 8bits for ie compat

------------------------------------------------------------------------
r7274 | fr_rodo | 2006-12-06 20:47:54 +0100 (mer, 06 déc 2006) | 2 lines

[MOD] select blogs posts only for authorized blogs (last_blog_posts module)

------------------------------------------------------------------------
r7273 | sylvieg | 2006-12-06 20:10:10 +0100 (mer, 06 déc 2006) | 2 lines

[FIX]fgal archive: som cleaning

------------------------------------------------------------------------
r7272 | sylvieg | 2006-12-06 19:36:17 +0100 (mer, 06 déc 2006) | 2 lines

[FIX]fgal: do no pass an empty sort_mode

------------------------------------------------------------------------
r7271 | mose | 2006-12-06 14:28:35 +0100 (mer, 06 déc 2006) | 2 lines

[FIX] styles: table cannot use width:100% because in that case the width is inherited by included tables in IE, then we need to get some width=100% back in html, sorry for full-css lovers

------------------------------------------------------------------------
r7270 | hangerman | 2006-12-06 10:12:20 +0100 (mer, 06 déc 2006) | 2 lines

[FIX] Commited too much

------------------------------------------------------------------------
r7269 | mose | 2006-12-06 09:54:17 +0100 (mer, 06 déc 2006) | 2 lines

[FIX] calendar: display button for edit item only when an item is selected

------------------------------------------------------------------------
r7268 | mose | 2006-12-06 09:50:10 +0100 (mer, 06 déc 2006) | 2 lines

[FIX] calendar: removed debug statement

------------------------------------------------------------------------
r7267 | mose | 2006-12-06 09:47:47 +0100 (mer, 06 déc 2006) | 2 lines

[FIX] calendar: fixed bug in first save of item

------------------------------------------------------------------------
r7266 | mose | 2006-12-06 08:18:40 +0100 (mer, 06 déc 2006) | 2 lines

[FIX] calendar: fixed duration parameter handling

------------------------------------------------------------------------
r7265 | sylvieg | 2006-12-05 22:37:30 +0100 (mar, 05 déc 2006) | 2 lines

[MOD]tracker: usablity (show id as used next line)

------------------------------------------------------------------------
r7264 | mose | 2006-12-05 21:47:12 +0100 (mar, 05 déc 2006) | 2 lines

[FIX] calendar: fixed calendar was not preserved when saving item

------------------------------------------------------------------------
r7263 | hangerman | 2006-12-05 18:28:05 +0100 (mar, 05 déc 2006) | 2 lines

[NEW] Allow an user to specify the fields to display for the list-item component of the tracker

------------------------------------------------------------------------
r7262 | mose | 2006-12-05 14:49:50 +0100 (mar, 05 déc 2006) | 2 lines

[FIX] calendar: display calendar name in item view panel

------------------------------------------------------------------------
r7261 | mose | 2006-12-05 14:21:23 +0100 (mar, 05 déc 2006) | 2 lines

[MOD] fckeditor: have a saller default toolbarset

------------------------------------------------------------------------
r7260 | mose | 2006-12-05 11:26:09 +0100 (mar, 05 déc 2006) | 2 lines

[MOD] calendars: added options to choose what is displayed in popup and what is not

------------------------------------------------------------------------
r7259 | mose | 2006-12-05 08:22:17 +0100 (mar, 05 déc 2006) | 2 lines

[MOD] calendar: added a new perm for event details

------------------------------------------------------------------------
r7258 | sylvieg | 2006-12-04 21:38:46 +0100 (lun, 04 déc 2006) | 2 lines

[FIX]fgal upload: list the file galleries on name_asc (diffcult to find a gal if sort on a date if no sort option)

------------------------------------------------------------------------
r7257 | sylvieg | 2006-12-04 21:10:39 +0100 (lun, 04 déc 2006) | 2 lines

oops

------------------------------------------------------------------------
r7256 | mose | 2006-12-04 16:33:57 +0100 (lun, 04 déc 2006) | 2 lines

[MOD] wiki: arbitrarily moved lang selector under the edit box, for having editzone more visible

------------------------------------------------------------------------
r7255 | mose | 2006-12-04 15:54:45 +0100 (lun, 04 déc 2006) | 2 lines

[FIX] fckeditor: added an option for having wysywig by default in case of it is optional

------------------------------------------------------------------------
r7254 | mose | 2006-12-04 15:23:20 +0100 (lun, 04 déc 2006) | 2 lines

[FIX] fckeditor: made fck accept an external configuration file specifically used by tiki

------------------------------------------------------------------------
r7253 | mose | 2006-12-04 12:00:25 +0100 (lun, 04 déc 2006) | 2 lines

[FIX] freetags: fixed js used to add tags in form field

------------------------------------------------------------------------
r7252 | mose | 2006-12-04 11:21:13 +0100 (lun, 04 déc 2006) | 2 lines

[MOD] wiki: page bar cleaning

------------------------------------------------------------------------
r7251 | mose | 2006-12-04 11:20:37 +0100 (lun, 04 déc 2006) | 2 lines

[MOD] categs: code style fix

------------------------------------------------------------------------
r7250 | mose | 2006-12-04 11:19:02 +0100 (lun, 04 déc 2006) | 2 lines

[FIX] forums: section declaration

------------------------------------------------------------------------
r7249 | mose | 2006-12-04 11:03:38 +0100 (lun, 04 déc 2006) | 2 lines

[MOD] wiki: tuning page bar display

------------------------------------------------------------------------
r7248 | mose | 2006-12-04 10:22:12 +0100 (lun, 04 déc 2006) | 2 lines

[FIX] wiki: moved page_bar in wiki pages rather, its place is not in tiki.tpl (work done)

------------------------------------------------------------------------
r7247 | mose | 2006-12-04 10:20:08 +0100 (lun, 04 déc 2006) | 2 lines

[FIX] wiki: moved page_bar in wiki pages rather, its place is not in tiki.tpl (work in progress)

------------------------------------------------------------------------
r7246 | mose | 2006-12-04 10:11:44 +0100 (lun, 04 déc 2006) | 2 lines

[FIX] wiki: moved page_bar in wiki pages rather, its place is not in tiki.tpl (work in progress)

------------------------------------------------------------------------
r7245 | mose | 2006-12-04 10:03:02 +0100 (lun, 04 déc 2006) | 2 lines

[FIX] wiki: moved page_bar in wiki pages rather, its place is not in tiki.tpl (work in progress)

------------------------------------------------------------------------
r7244 | mose | 2006-12-04 01:08:45 +0100 (lun, 04 déc 2006) | 2 lines

[MOD] appmenu: removed links on folders, so now clicking on separator item opens the list of included items

------------------------------------------------------------------------
r7243 | mose | 2006-12-04 00:47:08 +0100 (lun, 04 déc 2006) | 2 lines

[FIX] features admin: removed multilingual prefs that are now in a separate panel, and fixed holes in list

------------------------------------------------------------------------
r7242 | mose | 2006-12-04 00:00:56 +0100 (lun, 04 déc 2006) | 2 lines

[FIX] forums: fixed sections declaration

------------------------------------------------------------------------
r7241 | sylvieg | 2006-12-03 23:18:57 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] fgal: onwner of a file but not of the gallery can also delete the file

------------------------------------------------------------------------
r7240 | mose | 2006-12-03 23:13:28 +0100 (dim, 03 déc 2006) | 2 lines

[MOD] wiki: removed duplicated var declaration

------------------------------------------------------------------------
r7239 | mose | 2006-12-03 23:11:02 +0100 (dim, 03 déc 2006) | 2 lines

[MOD] forums: gui improvements

------------------------------------------------------------------------
r7238 | mose | 2006-12-03 22:49:03 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] blogs: fixed sections declaration

------------------------------------------------------------------------
r7237 | sylvieg | 2006-12-03 22:43:45 +0100 (dim, 03 déc 2006) | 2 lines

[FIX]fgal zip: can handle also .ZIP extension

------------------------------------------------------------------------
r7236 | mose | 2006-12-03 22:43:06 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] blogs: creator field was not available at blog creation step, now it is (for dthacker)

------------------------------------------------------------------------
r7235 | mose | 2006-12-03 22:36:44 +0100 (dim, 03 déc 2006) | 2 lines

[MOD] blogs: made heading param for blogs optional

------------------------------------------------------------------------
r7234 | mose | 2006-12-03 19:40:46 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] cms: fixed section declaration

------------------------------------------------------------------------
r7233 | mose | 2006-12-03 19:33:38 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] imagegal: fixed section declaration

------------------------------------------------------------------------
r7232 | mose | 2006-12-03 19:08:52 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] sections: removed duplicated declarations

------------------------------------------------------------------------
r7231 | mose | 2006-12-03 19:08:41 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] wiki: fixed section declaration

------------------------------------------------------------------------
r7230 | mose | 2006-12-03 18:17:08 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] newsreader: fixed var name colliding with login var

------------------------------------------------------------------------
r7229 | mose | 2006-12-03 18:10:20 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] newsreader: fixed mark command

------------------------------------------------------------------------
r7228 | mose | 2006-12-03 18:05:47 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] newsreader: fixed var name colliding with login var

------------------------------------------------------------------------
r7227 | mose | 2006-12-03 17:50:35 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] newsreader: fixed var name colliding with login var

------------------------------------------------------------------------
r7226 | mose | 2006-12-03 17:47:37 +0100 (dim, 03 déc 2006) | 2 lines

[MOD] newsreader: fixed section declaration

------------------------------------------------------------------------
r7225 | mose | 2006-12-03 17:44:10 +0100 (dim, 03 déc 2006) | 2 lines

[MOD] features admin: moved newsreader under users features block

------------------------------------------------------------------------
r7224 | mose | 2006-12-03 17:38:56 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] mytiki: defining sections

------------------------------------------------------------------------
r7223 | mose | 2006-12-03 17:30:51 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] notepad: fixed section declaration

------------------------------------------------------------------------
r7222 | mose | 2006-12-03 17:27:11 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] messu: fixed section declaration

------------------------------------------------------------------------
r7221 | mose | 2006-12-03 17:26:41 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] mytiki: defining sections

------------------------------------------------------------------------
r7220 | mose | 2006-12-03 16:36:26 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] tiki calendar: proper menu rank number

------------------------------------------------------------------------
r7219 | mose | 2006-12-03 15:59:55 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] theme control: fixed theme control to be headerlib compliant

------------------------------------------------------------------------
r7218 | mose | 2006-12-03 14:50:49 +0100 (dim, 03 déc 2006) | 2 lines

[FIX] tiki calendar: also called action calendar, it's now separate from groups calendar, and perms goes to 'tiki' section

------------------------------------------------------------------------
r7217 | mose | 2006-12-03 03:34:26 +0100 (dim, 03 déc 2006) | 2 lines

[MOD] calendar: added new option for calendars: day start and day end hours, for smaller select menu in edit forms (one new table tiki_calendar_options)

------------------------------------------------------------------------
r7216 | mose | 2006-12-03 03:19:13 +0100 (dim, 03 déc 2006) | 2 lines

[MOD] select_time: added an optional hours_minmax param

------------------------------------------------------------------------
r7215 | mose | 2006-12-03 01:27:28 +0100 (dim, 03 déc 2006) | 2 lines

[MOD] calendar: style improvement

------------------------------------------------------------------------
r7214 | mose | 2006-12-03 00:39:27 +0100 (dim, 03 déc 2006) | 2 lines

[MOD] calendar: added view mode for events

------------------------------------------------------------------------
r7213 | mose | 2006-12-03 00:36:23 +0100 (dim, 03 déc 2006) | 2 lines

[MOD] calendar: css is now globalized for calendar

------------------------------------------------------------------------
r7212 | mose | 2006-12-02 20:35:22 +0100 (sam, 02 déc 2006) | 2 lines

[MOD] css: made main style managed by headerlib, and experimental modular css system tried on calendar section

------------------------------------------------------------------------
r7211 | mose | 2006-12-02 19:31:01 +0100 (sam, 02 déc 2006) | 2 lines

[FIX] wiki: made editpage comply with section theme control

------------------------------------------------------------------------
r7210 | mose | 2006-12-02 19:24:54 +0100 (sam, 02 déc 2006) | 2 lines

[FIX] wiki: removed duplicated code

------------------------------------------------------------------------
r7209 | mose | 2006-12-02 18:43:40 +0100 (sam, 02 déc 2006) | 2 lines

[MOD] wiki: purification of html code at save time

------------------------------------------------------------------------
r7208 | mose | 2006-12-02 18:42:13 +0100 (sam, 02 déc 2006) | 2 lines

[NEW] html-purify: added new lgpl library for sanitization of html produced by fckeditor

------------------------------------------------------------------------
r7207 | mose | 2006-12-02 18:30:26 +0100 (sam, 02 déc 2006) | 2 lines

[FIX] calendar: fixed bug in hour saved for events

------------------------------------------------------------------------
r7206 | sylvieg | 2006-12-02 13:40:28 +0100 (sam, 02 déc 2006) | 2 lines

[mod]fgal icon: if not icon the alt img is the type not default + {tr} ne more actif there

------------------------------------------------------------------------
r7205 | mose | 2006-12-02 04:29:26 +0100 (sam, 02 déc 2006) | 2 lines

[MOD] wiki to pdf: panel minor design improvement

------------------------------------------------------------------------
r7204 | mose | 2006-12-02 04:22:41 +0100 (sam, 02 déc 2006) | 2 lines

[MOD] multilingual: added a link to create new page from translation panel

------------------------------------------------------------------------
r7203 | sylvieg | 2006-12-01 23:27:59 +0100 (ven, 01 déc 2006) | 2 lines

[MOD]fgal: can specify on a gallery basis the default sort order(tired about created_desc

------------------------------------------------------------------------
r7202 | sylvieg | 2006-12-01 23:19:25 +0100 (ven, 01 déc 2006) | 2 lines

[MOD]fgal: can specify on a gallery basis the default sort order(tired about created_desc

------------------------------------------------------------------------
r7201 | sylvieg | 2006-12-01 22:51:46 +0100 (ven, 01 déc 2006) | 2 lines

[FIX]html compliance

------------------------------------------------------------------------
r7200 | mose | 2006-12-01 21:49:04 +0100 (ven, 01 déc 2006) | 2 lines

[MOD] categories: improved show/hide js for categ chooser

------------------------------------------------------------------------
r7199 | sylvieg | 2006-12-01 20:37:54 +0100 (ven, 01 déc 2006) | 2 lines

[MOD]menu: a select all button/checkbox to delete a set of menu options

------------------------------------------------------------------------
r7198 | sylvieg | 2006-12-01 19:15:47 +0100 (ven, 01 déc 2006) | 2 lines

[MOD]perms: a select all button/checkbox to delete a set of perms

------------------------------------------------------------------------
r7197 | sylvieg | 2006-12-01 15:51:48 +0100 (ven, 01 déc 2006) | 2 lines

[FIX]userlink: do not show empty or nul info

------------------------------------------------------------------------
r7196 | mose | 2006-12-01 12:10:04 +0100 (ven, 01 déc 2006) | 2 lines

[FIX] userlink: fixed userdistance call to the proper lib

------------------------------------------------------------------------
r7195 | mose | 2006-12-01 12:00:19 +0100 (ven, 01 déc 2006) | 2 lines

[MOD] calendar: style improvement

------------------------------------------------------------------------
r7194 | mose | 2006-12-01 10:20:50 +0100 (ven, 01 déc 2006) | 2 lines

[FIX] trackers: fixe jscalendar display

------------------------------------------------------------------------
r7193 | mose | 2006-12-01 09:48:26 +0100 (ven, 01 déc 2006) | 2 lines

[FIX] calendar: unused file

------------------------------------------------------------------------
r7192 | mose | 2006-12-01 08:07:51 +0100 (ven, 01 déc 2006) | 2 lines

[MOD] calendar: huge overhaul. work is still in progress, calendar is not functionnal at the moment. Please wait for update. Changes involve mostly a split in several files, simplification of the code, usability enhancements, and import/export impovement for sync purrposes

------------------------------------------------------------------------
r7191 | mose | 2006-12-01 08:02:47 +0100 (ven, 01 déc 2006) | 2 lines

[NEW] calendar: lgpl ical library

------------------------------------------------------------------------
r7190 | mose | 2006-12-01 07:57:30 +0100 (ven, 01 déc 2006) | 2 lines

[FIX] contacts: missing icon

------------------------------------------------------------------------
r7189 | sylvieg | 2006-11-30 23:57:56 +0100 (jeu, 30 nov 2006) | 2 lines

[FIX]plugin articles: topic param was no more supported without change in the help message- it is back

------------------------------------------------------------------------
r7188 | mose | 2006-11-30 23:00:39 +0100 (jeu, 30 nov 2006) | 2 lines

[FIX] module freetags: missing end of div

------------------------------------------------------------------------
r7187 | lfagundes | 2006-11-30 21:31:13 +0100 (jeu, 30 nov 2006) | 2 lines

[FIX] pagination broken in tracker items

------------------------------------------------------------------------
r7186 | lfagundes | 2006-11-30 21:26:56 +0100 (jeu, 30 nov 2006) | 2 lines

[FIX] db changes in tracker were only in upgrade script

------------------------------------------------------------------------
r7185 | sylvieg | 2006-11-30 21:03:17 +0100 (jeu, 30 nov 2006) | 2 lines

[fix]fgal: to use in plugin the tpl

------------------------------------------------------------------------
r7184 | sylvieg | 2006-11-30 21:01:57 +0100 (jeu, 30 nov 2006) | 2 lines

[FIX]fgal: do not list all gals if look only for subgal

------------------------------------------------------------------------
r7183 | sylvieg | 2006-11-30 20:56:39 +0100 (jeu, 30 nov 2006) | 2 lines

[FIX]notice

------------------------------------------------------------------------
r7182 | sylvieg | 2006-11-30 16:51:13 +0100 (jeu, 30 nov 2006) | 2 lines

oops

------------------------------------------------------------------------
r7181 | sylvieg | 2006-11-30 16:45:41 +0100 (jeu, 30 nov 2006) | 2 lines

[NEW]perm: tiki_p_assign_perm_file_gallery (the perms you can assign are limited to those you have

------------------------------------------------------------------------
r7180 | sylvieg | 2006-11-30 13:06:51 +0100 (jeu, 30 nov 2006) | 2 lines

[MOD]icons

------------------------------------------------------------------------
r7179 | mose | 2006-11-30 08:19:38 +0100 (jeu, 30 nov 2006) | 2 lines

[FIX] security admin: forgotten version declaration

------------------------------------------------------------------------
r7178 | mose | 2006-11-30 08:11:53 +0100 (jeu, 30 nov 2006) | 2 lines

[MOD] rss: set the default value for refresh to 30 minutes

------------------------------------------------------------------------
r7177 | lmoss | 2006-11-30 02:47:55 +0100 (jeu, 30 nov 2006) | 2 lines

Increase article submission title length to 255

------------------------------------------------------------------------
r7176 | rlpowell | 2006-11-30 01:41:45 +0100 (jeu, 30 nov 2006) | 2 lines

sizeof doesn't work for strings.

------------------------------------------------------------------------
r7175 | sylvieg | 2006-11-29 23:43:40 +0100 (mer, 29 nov 2006) | 2 lines

[SEC]file_offset and file_sort_mode chacking

------------------------------------------------------------------------
r7174 | sylvieg | 2006-11-29 23:16:08 +0100 (mer, 29 nov 2006) | 2 lines

[FIX]blog: user creator was broken+move the html to tpl

------------------------------------------------------------------------
r7173 | sylvieg | 2006-11-29 22:49:22 +0100 (mer, 29 nov 2006) | 2 lines

[FIX]blog: rollback the perm checking because 1)do not check the special perms 2)avoid an additional query

------------------------------------------------------------------------
r7172 | sylvieg | 2006-11-29 19:40:51 +0100 (mer, 29 nov 2006) | 2 lines

[NEW]fgal: show up sub_galleries if any in list files of a gallery

------------------------------------------------------------------------
r7171 | sylvieg | 2006-11-29 19:37:37 +0100 (mer, 29 nov 2006) | 2 lines

[NEW]fgal: show up sub_galleries if any

------------------------------------------------------------------------
r7170 | sylvieg | 2006-11-29 19:29:08 +0100 (mer, 29 nov 2006) | 2 lines

[FIX]html compliance

------------------------------------------------------------------------
r7169 | sylvieg | 2006-11-29 19:21:59 +0100 (mer, 29 nov 2006) | 2 lines

[FIX]html compliance

------------------------------------------------------------------------
r7168 | mose | 2006-11-29 17:42:55 +0100 (mer, 29 nov 2006) | 2 lines

[MOD] contacts: made addressbook group-sharable

------------------------------------------------------------------------
r7167 | sylvieg | 2006-11-29 17:09:14 +0100 (mer, 29 nov 2006) | 2 lines

[FIX]tra can be called earlier

------------------------------------------------------------------------
r7166 | mose | 2006-11-29 16:00:23 +0100 (mer, 29 nov 2006) | 2 lines

[FIX] wikiplugin module: avoid notice

------------------------------------------------------------------------
r7165 | mose | 2006-11-29 15:38:40 +0100 (mer, 29 nov 2006) | 2 lines

[FIX] avoid notice

------------------------------------------------------------------------
r7164 | mose | 2006-11-29 15:21:02 +0100 (mer, 29 nov 2006) | 2 lines

[FIX] fckeditor: managed handling of special characters in wysiwyg mode

------------------------------------------------------------------------
r7161 | mose | 2006-11-29 11:39:10 +0100 (mer, 29 nov 2006) | 2 lines

[FIX] error reporting: fixed global var name

------------------------------------------------------------------------
r7160 | mose | 2006-11-29 11:29:53 +0100 (mer, 29 nov 2006) | 2 lines

[NEW] fckeditor: integrated fckeditor for wiki pages edit

------------------------------------------------------------------------
r7159 | mose | 2006-11-29 11:23:41 +0100 (mer, 29 nov 2006) | 2 lines

[NEW] fckeditor: new files for fckeditor wysiwyg feature

------------------------------------------------------------------------
r7156 | mose | 2006-11-29 07:07:49 +0100 (mer, 29 nov 2006) | 2 lines

[FIX] style adjustment

------------------------------------------------------------------------
r7155 | fr_rodo | 2006-11-29 01:36:04 +0100 (mer, 29 nov 2006) | 2 lines

[NEW] add sequential auto-increment number

------------------------------------------------------------------------
r7154 | fr_rodo | 2006-11-29 01:30:26 +0100 (mer, 29 nov 2006) | 2 lines

[NEW] add sequential auto-increment number

------------------------------------------------------------------------
r7153 | mose | 2006-11-28 23:27:55 +0100 (mar, 28 nov 2006) | 2 lines

[FIX] trackers: textarea can be parsed by a field option

------------------------------------------------------------------------
r7152 | sylvieg | 2006-11-28 20:29:22 +0100 (mar, 28 nov 2006) | 2 lines

[FIX] oops

------------------------------------------------------------------------
r7151 | sylvieg | 2006-11-28 17:20:21 +0100 (mar, 28 nov 2006) | 2 lines

[FIX]fgal archive sort

------------------------------------------------------------------------
r7150 | sylvieg | 2006-11-28 17:05:53 +0100 (mar, 28 nov 2006) | 2 lines

[MOD]fgal archive: so also the original file for usability

------------------------------------------------------------------------
r7149 | hangerman | 2006-11-28 16:23:27 +0100 (mar, 28 nov 2006) | 2 lines

Wiki parsed string for tracker Item text area

------------------------------------------------------------------------
r7148 | hangerman | 2006-11-28 16:23:18 +0100 (mar, 28 nov 2006) | 2 lines

[FIX]Get category name

------------------------------------------------------------------------
r7147 | sylvieg | 2006-11-28 15:54:54 +0100 (mar, 28 nov 2006) | 2 lines

[FIX]fgal archives: do not archive a file if no file change(only desc, categ...) (to not duplicate file)

------------------------------------------------------------------------
r7146 | sylvieg | 2006-11-28 15:34:12 +0100 (mar, 28 nov 2006) | 2 lines

[FIX]error: change the name errors to phpErrors because it interfers with tiki-upload_files errors for instance

------------------------------------------------------------------------
r7145 | mose | 2006-11-28 14:52:29 +0100 (mar, 28 nov 2006) | 2 lines

[REL] fixed version number

------------------------------------------------------------------------
r7144 | fr_rodo | 2006-11-28 11:01:27 +0100 (mar, 28 nov 2006) | 2 lines

[FIX] tasks : The question mark in the request URL is missing

------------------------------------------------------------------------
r7143 | sylvieg | 2006-11-28 08:59:17 +0100 (mar, 28 nov 2006) | 2 lines

[FIX]missing</div>

------------------------------------------------------------------------
r7142 | sylvieg | 2006-11-28 08:52:17 +0100 (mar, 28 nov 2006) | 2 lines

[FIX]some html compliance

------------------------------------------------------------------------
r7141 | mose | 2006-11-28 08:32:11 +0100 (mar, 28 nov 2006) | 2 lines

[NEW] contacts: new groups contacts feature, for sharing contacts across groups

------------------------------------------------------------------------
r7140 | mose | 2006-11-28 08:24:53 +0100 (mar, 28 nov 2006) | 2 lines

[NEW] contacts: new feature user contacts, which is in fact a split of the webmail addressbook

------------------------------------------------------------------------
r7139 | mose | 2006-11-28 08:16:46 +0100 (mar, 28 nov 2006) | 2 lines

[NEW] contacts: new feature user contacts, which is in fact a split of the webmail addressbook

------------------------------------------------------------------------
r7138 | mose | 2006-11-28 06:36:32 +0100 (mar, 28 nov 2006) | 2 lines

[FIX] categs: made the display of items to add in categs conditional to feature activation

------------------------------------------------------------------------
r7137 | mose | 2006-11-28 06:26:03 +0100 (mar, 28 nov 2006) | 2 lines

[FIX] error reporting: fixed badly placed var

------------------------------------------------------------------------
r7136 | mose | 2006-11-28 06:17:11 +0100 (mar, 28 nov 2006) | 2 lines

[FIX] filegals: changing filegal info now updates the tiki_object entry used in categories

------------------------------------------------------------------------
r7135 | lmoss | 2006-11-28 03:55:01 +0100 (mar, 28 nov 2006) | 2 lines

Increased article title length to 255

------------------------------------------------------------------------
r7134 | sylvieg | 2006-11-27 22:41:29 +0100 (lun, 27 nov 2006) | 2 lines

[FIX]fgal: delete file and archive

------------------------------------------------------------------------
r7133 | sylvieg | 2006-11-27 22:24:13 +0100 (lun, 27 nov 2006) | 2 lines

[FIX]fgal: the locker can also edit the file

------------------------------------------------------------------------
r7132 | sylvieg | 2006-11-27 20:23:56 +0100 (lun, 27 nov 2006) | 2 lines

oops trace

------------------------------------------------------------------------
r7131 | sylvieg | 2006-11-27 20:14:15 +0100 (lun, 27 nov 2006) | 2 lines

[FIX]fgal: delete file and archives

------------------------------------------------------------------------
r7130 | sylvieg | 2006-11-27 19:56:35 +0100 (lun, 27 nov 2006) | 2 lines

typo

------------------------------------------------------------------------
r7129 | hangerman | 2006-11-27 18:49:20 +0100 (lun, 27 nov 2006) | 2 lines

Bug in no multiligual textarea

------------------------------------------------------------------------
r7128 | hangerman | 2006-11-27 18:01:03 +0100 (lun, 27 nov 2006) | 2 lines

Buggy tracker owner listing

------------------------------------------------------------------------
r7127 | mose | 2006-11-27 16:14:07 +0100 (lun, 27 nov 2006) | 2 lines

[FIX] made login validation respect the minimum password length defined in admin login panel

------------------------------------------------------------------------
r7126 | mose | 2006-11-27 11:16:53 +0100 (lun, 27 nov 2006) | 2 lines

[FIX] sections: fixed section name

------------------------------------------------------------------------
r7125 | mose | 2006-11-27 11:14:16 +0100 (lun, 27 nov 2006) | 2 lines

[MOD] small style modifs

------------------------------------------------------------------------
r7124 | hangerman | 2006-11-27 09:45:46 +0100 (lun, 27 nov 2006) | 2 lines

Autocreate a category for each tracker Items

------------------------------------------------------------------------
r7121 | mose | 2006-11-25 11:35:49 +0100 (sam, 25 nov 2006) | 2 lines

some more icons to be used in calendar

------------------------------------------------------------------------
r7120 | hangerman | 2006-11-24 18:36:35 +0100 (ven, 24 nov 2006) | 2 lines

Add shortcut for direct editing - correct little cut/paste mistake

------------------------------------------------------------------------
r7119 | hangerman | 2006-11-24 18:33:37 +0100 (ven, 24 nov 2006) | 2 lines

Rollback, I commit the wrong file

------------------------------------------------------------------------
r7118 | hangerman | 2006-11-24 18:30:52 +0100 (ven, 24 nov 2006) | 2 lines

Add shortcut for direct editing

------------------------------------------------------------------------
r7117 | hangerman | 2006-11-24 18:30:43 +0100 (ven, 24 nov 2006) | 2 lines

Add multilingual textfield + Textarea for trackers items

------------------------------------------------------------------------
r7116 | hangerman | 2006-11-24 18:28:19 +0100 (ven, 24 nov 2006) | 2 lines

Add tracker Items created by a specific user in get_user_items

------------------------------------------------------------------------
r7115 | mose | 2006-11-24 17:39:20 +0100 (ven, 24 nov 2006) | 2 lines

[MOD] calendar: added a pref to setup first day of week. Calendars work is in progress, don't update if you use it, more commits will come next days

------------------------------------------------------------------------
r7114 | sylvieg | 2006-11-24 13:53:32 +0100 (ven, 24 nov 2006) | 2 lines

oops

------------------------------------------------------------------------
r7113 | sylvieg | 2006-11-24 13:51:21 +0100 (ven, 24 nov 2006) | 2 lines

[FIX] a lost one

------------------------------------------------------------------------
r7112 | sylvieg | 2006-11-24 13:47:26 +0100 (ven, 24 nov 2006) | 2 lines

[NEW]fgal: can archive the files on a gallery basis

------------------------------------------------------------------------
r7111 | sylvieg | 2006-11-24 13:43:27 +0100 (ven, 24 nov 2006) | 2 lines

[NEW]fgal: can archive the files on a category basis

------------------------------------------------------------------------
r7110 | mose | 2006-11-24 11:32:39 +0100 (ven, 24 nov 2006) | 2 lines

[FIX] sections: fixed declaration of enabled sections

------------------------------------------------------------------------
r7109 | mose | 2006-11-24 10:34:56 +0100 (ven, 24 nov 2006) | 2 lines

[FIX] install: incremented version number that was forgotten

------------------------------------------------------------------------
r7108 | mose | 2006-11-24 10:27:22 +0100 (ven, 24 nov 2006) | 2 lines

[FIX] install: moved the tra() function in a separate file, to fix installer need

------------------------------------------------------------------------
r7107 | mose | 2006-11-23 19:51:07 +0100 (jeu, 23 nov 2006) | 2 lines

[KIL] pearwikiparser: removed option box as this code is not in there anymore

------------------------------------------------------------------------
r7106 | mose | 2006-11-23 19:35:01 +0100 (jeu, 23 nov 2006) | 2 lines

[MOD] removed list_sections functions as now setup provides this information

------------------------------------------------------------------------
r7105 | mose | 2006-11-23 19:33:25 +0100 (jeu, 23 nov 2006) | 2 lines

[MOD] layout control: made list of section extracted from setup rather than arbitrary list_sections

------------------------------------------------------------------------
r7104 | mose | 2006-11-23 19:26:46 +0100 (jeu, 23 nov 2006) | 2 lines

[MOD] themecontrol: made list of section extracted from setup rather than arbitrary list_sections, and introduced a new var section_enabled which holds only enabled features

------------------------------------------------------------------------
r7103 | mose | 2006-11-23 18:50:31 +0100 (jeu, 23 nov 2006) | 2 lines

[MOD] banning: made list of section extracted from setup rather from arbitrary list of sections

------------------------------------------------------------------------
r7102 | mose | 2006-11-23 18:48:44 +0100 (jeu, 23 nov 2006) | 2 lines

[FIX] prefs: reported list of sections used by theme control to section declaration in tiki-setup.php

------------------------------------------------------------------------
r7101 | sylvieg | 2006-11-23 14:34:36 +0100 (jeu, 23 nov 2006) | 2 lines

translation update

------------------------------------------------------------------------
r7100 | mose | 2006-11-23 02:21:56 +0100 (jeu, 23 nov 2006) | 2 lines

[KIL] removed unused item in array of prefs available

------------------------------------------------------------------------
r7099 | mose | 2006-11-23 01:41:32 +0100 (jeu, 23 nov 2006) | 2 lines

[FIX] freetags: better form action

------------------------------------------------------------------------
r7098 | mose | 2006-11-22 14:33:03 +0100 (mer, 22 nov 2006) | 2 lines

[KIL] workspaces moved to aulawiki mods

------------------------------------------------------------------------
r7097 | franck | 2006-11-22 04:15:33 +0100 (mer, 22 nov 2006) | 2 lines

[MOD] Articles: can list by categories

------------------------------------------------------------------------
r7096 | mose | 2006-11-22 03:34:36 +0100 (mer, 22 nov 2006) | 2 lines

[MOD] smartiki: style improvement

------------------------------------------------------------------------
r7095 | mose | 2006-11-22 02:42:41 +0100 (mer, 22 nov 2006) | 2 lines

[MOD] error_reporting: placed this code in footer.tpl rather than tiki.tpl, then all themes have it

------------------------------------------------------------------------
r7094 | mose | 2006-11-22 01:26:49 +0100 (mer, 22 nov 2006) | 2 lines

[MOD] translation: made {tr} use tra() rather than duplicating code, and added a possibility to have a lang/xx/custom.php for extra language declaration

------------------------------------------------------------------------
r7093 | mose | 2006-11-22 01:24:46 +0100 (mer, 22 nov 2006) | 2 lines

[FIX] update of tiki.sql without prefs and with less default perms (watch tracker default perm for registered was strange)

------------------------------------------------------------------------
r7092 | mose | 2006-11-22 01:18:20 +0100 (mer, 22 nov 2006) | 2 lines

[MOD] prefs: added missing prefs defaults in tiki-setup.php, and removed preferences defaults fron tiki.sql, to avoid double-inputs. Now defaults prefs all are to be declared in tiki-setup.php under the proper section

------------------------------------------------------------------------
r7091 | sylvieg | 2006-11-21 21:32:24 +0100 (mar, 21 nov 2006) | 2 lines

[FIX]newsreader: username and password can be empty

------------------------------------------------------------------------
r7090 | sylvieg | 2006-11-21 21:26:31 +0100 (mar, 21 nov 2006) | 2 lines

[FIX] username can not be empty

------------------------------------------------------------------------
r7089 | sylvieg | 2006-11-21 21:22:01 +0100 (mar, 21 nov 2006) | 2 lines

[FIX] notice

------------------------------------------------------------------------
r7088 | sylvieg | 2006-11-21 18:44:17 +0100 (mar, 21 nov 2006) | 2 lines

[FIX] notice

------------------------------------------------------------------------
r7087 | mose | 2006-11-21 16:23:45 +0100 (mar, 21 nov 2006) | 2 lines

[SEC] stronger protection against js injection

------------------------------------------------------------------------
r7086 | mose | 2006-11-21 16:00:50 +0100 (mar, 21 nov 2006) | 2 lines

[MOD] error reporting: made it buffered and displayerd in a hidden box at bottom of the page. needs to be spreaded in all tiki.tpl files

------------------------------------------------------------------------
r7085 | mose | 2006-11-21 15:45:18 +0100 (mar, 21 nov 2006) | 2 lines

[FIX] avoid notice

------------------------------------------------------------------------
r7084 | mose | 2006-11-21 15:35:22 +0100 (mar, 21 nov 2006) | 2 lines

[MOD] admin: made the box with more links switchable

------------------------------------------------------------------------
r7083 | sylvieg | 2006-11-21 13:05:14 +0100 (mar, 21 nov 2006) | 2 lines

[FIX] notice

------------------------------------------------------------------------
r7082 | bluestrain | 2006-11-21 06:22:56 +0100 (mar, 21 nov 2006) | 2 lines

[FIX] Corrected Help URL to point to Permissions Settings page on d.tw.o

------------------------------------------------------------------------
r7081 | franck | 2006-11-21 05:48:23 +0100 (mar, 21 nov 2006) | 2 lines

[FIX] events wikiplugin

------------------------------------------------------------------------
r7080 | mose | 2006-11-21 03:13:26 +0100 (mar, 21 nov 2006) | 2 lines

[MOD] smartiki style improvement

------------------------------------------------------------------------
r7079 | mose | 2006-11-21 02:27:46 +0100 (mar, 21 nov 2006) | 2 lines

[MOD] smartiki: style mader simpler

------------------------------------------------------------------------
r7078 | mose | 2006-11-21 02:20:44 +0100 (mar, 21 nov 2006) | 2 lines

[KIL] removed unused pear::tewt_wiki calls

------------------------------------------------------------------------
r7077 | mose | 2006-11-21 02:14:07 +0100 (mar, 21 nov 2006) | 2 lines

[FIX] trackback pings are off by default

------------------------------------------------------------------------
r7076 | franck | 2006-11-21 01:38:17 +0100 (mar, 21 nov 2006) | 2 lines

[Feature] upcoming and current events

------------------------------------------------------------------------
r7075 | franck | 2006-11-21 00:52:07 +0100 (mar, 21 nov 2006) | 2 lines

[Feature] Events(calendar) list wiki plugin

------------------------------------------------------------------------
r7074 | sylvieg | 2006-11-21 00:16:26 +0100 (mar, 21 nov 2006) | 2 lines

[MOD]upload file: some cleaning

------------------------------------------------------------------------
r7073 | sylvieg | 2006-11-20 22:27:26 +0100 (lun, 20 nov 2006) | 2 lines

[FIX]: notice

------------------------------------------------------------------------
r7072 | sylvieg | 2006-11-20 22:14:05 +0100 (lun, 20 nov 2006) | 2 lines

[FIX] notice

------------------------------------------------------------------------
r7071 | sylvieg | 2006-11-20 21:42:29 +0100 (lun, 20 nov 2006) | 2 lines

[FIX] notice

------------------------------------------------------------------------
r7070 | sylvieg | 2006-11-20 20:13:20 +0100 (lun, 20 nov 2006) | 2 lines

[FIX] notice

------------------------------------------------------------------------
r7069 | sylvieg | 2006-11-20 19:01:51 +0100 (lun, 20 nov 2006) | 2 lines

[FIX] notice

------------------------------------------------------------------------
r7068 | sylvieg | 2006-11-20 18:52:33 +0100 (lun, 20 nov 2006) | 2 lines

[FIX]fgal: sort the list in the dropdown on the name

------------------------------------------------------------------------
r7067 | sylvieg | 2006-11-20 17:59:06 +0100 (lun, 20 nov 2006) | 2 lines

[FIX]: notice

------------------------------------------------------------------------
r7066 | mose | 2006-11-20 17:17:54 +0100 (lun, 20 nov 2006) | 2 lines

[FIX] commented code for gender in user_prefs. It should be optional by choice of admin

------------------------------------------------------------------------
r7065 | sylvieg | 2006-11-20 16:09:35 +0100 (lun, 20 nov 2006) | 2 lines

[FIX]do not load overlib is not needed

------------------------------------------------------------------------
r7064 | sylvieg | 2006-11-20 15:03:45 +0100 (lun, 20 nov 2006) | 2 lines

[FIX]comment button: missing a div

------------------------------------------------------------------------
r7063 | josefgc | 2006-11-20 13:42:53 +0100 (lun, 20 nov 2006) | 2 lines

Added gl language

------------------------------------------------------------------------
r7062 | josefgc | 2006-11-20 09:49:06 +0100 (lun, 20 nov 2006) | 2 lines

Galician language files

------------------------------------------------------------------------
r7061 | mose | 2006-11-20 06:03:25 +0100 (lun, 20 nov 2006) | 2 lines

[FIX] fullscreen: fixed link building, avoiding repeat

------------------------------------------------------------------------
r7060 | mose | 2006-11-20 05:24:36 +0100 (lun, 20 nov 2006) | 2 lines

[FIX] freetag: made freetags work on galleries in imagegals

------------------------------------------------------------------------
r7059 | mose | 2006-11-20 05:20:48 +0100 (lun, 20 nov 2006) | 2 lines

[FIX] freetag: made freetags work on images in imagegals

------------------------------------------------------------------------
r7058 | mose | 2006-11-20 05:12:30 +0100 (lun, 20 nov 2006) | 2 lines

[FIX] freetags: made modules work

------------------------------------------------------------------------
r7057 | bluestrain | 2006-11-20 03:32:26 +0100 (lun, 20 nov 2006) | 2 lines

Changed help URL to Admin+Home page on d.tw.o

------------------------------------------------------------------------
r7056 | mose | 2006-11-20 02:55:02 +0100 (lun, 20 nov 2006) | 2 lines

[FIX] wiki: redirect on default page

------------------------------------------------------------------------
r7055 | franck | 2006-11-20 01:50:48 +0100 (lun, 20 nov 2006) | 2 lines

Fixed some notices

------------------------------------------------------------------------
r7054 | mose | 2006-11-20 01:37:51 +0100 (lun, 20 nov 2006) | 2 lines

[FIX] freetags: now should work at least for wikis, somehow generically for every objects (work in progress)

------------------------------------------------------------------------
r7053 | franck | 2006-11-20 01:01:08 +0100 (lun, 20 nov 2006) | 2 lines

Fixed some notices

------------------------------------------------------------------------
r7052 | franck | 2006-11-20 00:52:53 +0100 (lun, 20 nov 2006) | 2 lines

Fixed some notices

------------------------------------------------------------------------
r7051 | franck | 2006-11-20 00:43:07 +0100 (lun, 20 nov 2006) | 2 lines

Fixed some notices

------------------------------------------------------------------------
r7050 | franck | 2006-11-20 00:34:31 +0100 (lun, 20 nov 2006) | 2 lines

Fixed some notices

------------------------------------------------------------------------
r7049 | franck | 2006-11-20 00:06:19 +0100 (lun, 20 nov 2006) | 2 lines

Fixed some notices

------------------------------------------------------------------------
r7048 | franck | 2006-11-20 00:01:16 +0100 (lun, 20 nov 2006) | 2 lines

Fixed some notices

------------------------------------------------------------------------
r7047 | mose | 2006-11-19 21:14:57 +0100 (dim, 19 nov 2006) | 2 lines

[MOD] spreaded new display/close button trick to all styles

------------------------------------------------------------------------
r7046 | mose | 2006-11-19 18:12:20 +0100 (dim, 19 nov 2006) | 2 lines

[MOD] flip javascript function rewritten to store display choice in the cookie jar (more js cleaning to come)

------------------------------------------------------------------------
r7045 | mose | 2006-11-19 15:00:38 +0100 (dim, 19 nov 2006) | 2 lines

[FIX] avoid notice

------------------------------------------------------------------------
r7044 | mose | 2006-11-19 14:33:20 +0100 (dim, 19 nov 2006) | 2 lines

[FIX] templates modification to use headerlib

------------------------------------------------------------------------
r7043 | mose | 2006-11-19 03:53:28 +0100 (dim, 19 nov 2006) | 2 lines

[FIX] avoiding a notice

------------------------------------------------------------------------
r7042 | mose | 2006-11-19 01:35:05 +0100 (dim, 19 nov 2006) | 2 lines

[FIX] fixed odd variable behaviour with php5

------------------------------------------------------------------------
r7041 | mose | 2006-11-18 04:35:27 +0100 (sam, 18 nov 2006) | 2 lines

[MOD] error reporting: improved usability of error reporting levels, adding a callback function, and dismissed possible path disclosures

------------------------------------------------------------------------
r7040 | mose | 2006-11-17 23:38:41 +0100 (ven, 17 nov 2006) | 2 lines

[FIX] avoid notice

------------------------------------------------------------------------
r7039 | mose | 2006-11-17 22:34:45 +0100 (ven, 17 nov 2006) | 2 lines

[FIX] wiki: page separator

------------------------------------------------------------------------
r7038 | mose | 2006-11-17 22:32:00 +0100 (ven, 17 nov 2006) | 2 lines

[MOD] tiki-setup: reordering of declaration of default value, and general cleaning of this file, work still in progress, update at your own risk or wait some hours

------------------------------------------------------------------------
r7037 | mose | 2006-11-17 22:26:50 +0100 (ven, 17 nov 2006) | 2 lines

[FIX] missing quotes

------------------------------------------------------------------------
r7036 | mose | 2006-11-17 22:07:04 +0100 (ven, 17 nov 2006) | 2 lines

[FIX] switchthemes module: fixed display of current style

------------------------------------------------------------------------
r7035 | mose | 2006-11-17 22:05:04 +0100 (ven, 17 nov 2006) | 2 lines

[FIX] modules: avoid notices

------------------------------------------------------------------------
r7034 | sylvieg | 2006-11-17 21:26:57 +0100 (ven, 17 nov 2006) | 2 lines

[NEW]: a file can be locked when downloaded until it is edited again

------------------------------------------------------------------------
r7033 | mose | 2006-11-17 20:30:17 +0100 (ven, 17 nov 2006) | 2 lines

[FIX] avoid notices

------------------------------------------------------------------------
r7032 | mose | 2006-11-17 20:20:47 +0100 (ven, 17 nov 2006) | 2 lines

[FIX] freetags: avoid notice, and better test order

------------------------------------------------------------------------
r7031 | mose | 2006-11-17 20:18:02 +0100 (ven, 17 nov 2006) | 2 lines

[FIX] avoid notice

------------------------------------------------------------------------
r7030 | mose | 2006-11-17 20:16:43 +0100 (ven, 17 nov 2006) | 2 lines

[FIX] strings need quotes

------------------------------------------------------------------------
r7029 | sylvieg | 2006-11-17 19:35:56 +0100 (ven, 17 nov 2006) | 2 lines

[NEW]: a file can be locked when downloaded until it is edited again

------------------------------------------------------------------------
r7028 | sylvieg | 2006-11-17 19:34:21 +0100 (ven, 17 nov 2006) | 2 lines

[FIX][perms sort order

------------------------------------------------------------------------
r7027 | sylvieg | 2006-11-17 18:50:50 +0100 (ven, 17 nov 2006) | 2 lines

[FIX] again this notice

------------------------------------------------------------------------
r7026 | mose | 2006-11-17 17:32:34 +0100 (ven, 17 nov 2006) | 2 lines

[KIL] cleaning unused things

------------------------------------------------------------------------
r7025 | sylvieg | 2006-11-17 17:01:25 +0100 (ven, 17 nov 2006) | 2 lines

[FIX]syntax error

------------------------------------------------------------------------
r7024 | mose | 2006-11-17 16:56:06 +0100 (ven, 17 nov 2006) | 2 lines

[KIL] removed unused projectlib

------------------------------------------------------------------------
r7023 | mose | 2006-11-17 16:40:09 +0100 (ven, 17 nov 2006) | 2 lines

[FIX] headerlib: removed call to $head_extra_js, replaced by headerlib

------------------------------------------------------------------------
r7022 | mose | 2006-11-17 16:38:50 +0100 (ven, 17 nov 2006) | 2 lines

[FIX] headerlib: removed call to $head_extra_js, replaced by headerlib, and fixed jsfile statement

------------------------------------------------------------------------
r7021 | sylvieg | 2006-11-17 16:35:02 +0100 (ven, 17 nov 2006) | 2 lines

[MOD]perms: a perm help button to see the perms description

------------------------------------------------------------------------
r7020 | mose | 2006-11-17 15:54:04 +0100 (ven, 17 nov 2006) | 2 lines

[KIL] removed $trl var that is replaced now by headerlib

------------------------------------------------------------------------
r7019 | mose | 2006-11-17 12:54:10 +0100 (ven, 17 nov 2006) | 2 lines

[MOD] mose.css: small improvements

------------------------------------------------------------------------
r7018 | mose | 2006-11-17 12:44:31 +0100 (ven, 17 nov 2006) | 2 lines

[MOD] fullscreen: improved switch to respect query, and adapted all themes to fullscreen use (except simple)

------------------------------------------------------------------------
r7017 | mose | 2006-11-17 12:14:52 +0100 (ven, 17 nov 2006) | 2 lines

[NEW] fullscreen mode: optional usability improvement

------------------------------------------------------------------------
r7016 | mose | 2006-11-16 20:03:35 +0100 (jeu, 16 nov 2006) | 2 lines

[FIX] headerlib: better error checks

------------------------------------------------------------------------
r7015 | mose | 2006-11-16 19:58:35 +0100 (jeu, 16 nov 2006) | 2 lines

[FIX] headerlib: avoiding duplicates

------------------------------------------------------------------------
r7014 | niclone | 2006-11-16 19:44:04 +0100 (jeu, 16 nov 2006) | 2 lines

[MOD]bottom_bar: added time elapsed in database

------------------------------------------------------------------------
r7013 | sylvieg | 2006-11-16 17:47:06 +0100 (jeu, 16 nov 2006) | 2 lines

[MOD] better to use select * than select on each column

------------------------------------------------------------------------
r7012 | sylvieg | 2006-11-16 15:43:28 +0100 (jeu, 16 nov 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7011 | mose | 2006-11-16 14:57:23 +0100 (jeu, 16 nov 2006) | 2 lines

[SEC] more power even, for the javascript shield

------------------------------------------------------------------------
r7010 | niclone | 2006-11-16 01:24:35 +0100 (jeu, 16 nov 2006) | 2 lines

[MOD]imagegal: added "save and go next" when editing image

------------------------------------------------------------------------
r7009 | niclone | 2006-11-15 21:44:59 +0100 (mer, 15 nov 2006) | 2 lines

[FIX]imagegal: ordering by filesize was not fully working

------------------------------------------------------------------------
r7008 | sylvieg | 2006-11-15 16:46:03 +0100 (mer, 15 nov 2006) | 2 lines

[FIX]notice

------------------------------------------------------------------------
r7007 | sylvieg | 2006-11-15 15:59:01 +0100 (mer, 15 nov 2006) | 2 lines

db script sync

------------------------------------------------------------------------
r7006 | sylvieg | 2006-11-15 15:56:14 +0100 (mer, 15 nov 2006) | 2 lines

[FIX]ldap: bad merge

------------------------------------------------------------------------
r7005 | sylvieg | 2006-11-15 15:49:09 +0100 (mer, 15 nov 2006) | 2 lines

[KIL]in mods

------------------------------------------------------------------------
r7004 | sylvieg | 2006-11-15 15:32:55 +0100 (mer, 15 nov 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7003 | sylvieg | 2006-11-15 15:02:06 +0100 (mer, 15 nov 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r7002 | mose | 2006-11-15 12:08:51 +0100 (mer, 15 nov 2006) | 2 lines

[SEC] strengthening javascript shield

------------------------------------------------------------------------
r7001 | mose | 2006-11-15 12:02:00 +0100 (mer, 15 nov 2006) | 2 lines

[FIX] freetags: moved freetag creation at tiki-setup.php level

------------------------------------------------------------------------
r7000 | nyloth | 2006-11-15 10:30:24 +0100 (mer, 15 nov 2006) | 2 lines

[FIX] remove a call to print_r

------------------------------------------------------------------------
r6999 | mose | 2006-11-15 09:55:17 +0100 (mer, 15 nov 2006) | 2 lines

[NEW] wiki: display of page title follow pagename strip preference

------------------------------------------------------------------------
r6998 | mose | 2006-11-15 09:53:25 +0100 (mer, 15 nov 2006) | 2 lines

[FIX] wiki: small conf param fix

------------------------------------------------------------------------
r6997 | mose | 2006-11-15 09:37:41 +0100 (mer, 15 nov 2006) | 2 lines

[NEW] wiki: added an optional pagename display stripper, to make translations easier (new pref wiki_pagename_strip)

------------------------------------------------------------------------
r6996 | franck | 2006-11-15 06:21:54 +0100 (mer, 15 nov 2006) | 2 lines

rss plugin:can merge multiple rss feeds

------------------------------------------------------------------------
r6995 | sylvieg | 2006-11-14 23:15:44 +0100 (mar, 14 nov 2006) | 2 lines

[FIX]tpl: to have the new header call working for install

------------------------------------------------------------------------
r6994 | sylvieg | 2006-11-14 14:42:56 +0100 (mar, 14 nov 2006) | 2 lines

[MOD]perms: can select multiple groups

------------------------------------------------------------------------
r6993 | sylvieg | 2006-11-13 21:23:19 +0100 (lun, 13 nov 2006) | 2 lines

[FIX]; missing merge

------------------------------------------------------------------------
r6992 | sylvieg | 2006-11-13 19:37:16 +0100 (lun, 13 nov 2006) | 2 lines

[MOD]file gallery: sub file galleries + admin can change owner

------------------------------------------------------------------------
r6991 | mose | 2006-11-13 19:15:57 +0100 (lun, 13 nov 2006) | 2 lines

[MOD] jscalendar: added optional align parameter

------------------------------------------------------------------------
r6990 | sylvieg | 2006-11-13 15:04:49 +0100 (lun, 13 nov 2006) | 2 lines

[FIX]HTML compliance+use formcolor class on tr instead of form class on tr or td

------------------------------------------------------------------------
r6989 | sylvieg | 2006-11-13 13:04:19 +0100 (lun, 13 nov 2006) | 2 lines

[MOD] better to see the mime type than icon in the alt

------------------------------------------------------------------------
r6988 | mose | 2006-11-13 10:58:48 +0100 (lun, 13 nov 2006) | 2 lines

[FIX] removed reference to a cache file that do not exist anymore for a while

------------------------------------------------------------------------
r6987 | mose | 2006-11-13 08:44:12 +0100 (lun, 13 nov 2006) | 2 lines

[MOD] jscalendar: improved genericity of the smartyplugin for a broader use

------------------------------------------------------------------------
r6986 | sampaioprimo | 2006-11-12 18:51:53 +0100 (dim, 12 nov 2006) | 2 lines

update language.php files using get_strings.php script

------------------------------------------------------------------------
r6985 | mose | 2006-11-12 04:08:40 +0100 (dim, 12 nov 2006) | 2 lines

[MOD] jscalendar: made a smarty-plugin for jscalendar integration, and tested it on tiki-view_tracker_item.php

------------------------------------------------------------------------
r6984 | mose | 2006-11-12 04:01:35 +0100 (dim, 12 nov 2006) | 2 lines

[NEW] added a new way to declare content of html head, first example of use with function.jscalendar.php - almost all other head elements can use that new system. Coders, feel free to help that migration.

------------------------------------------------------------------------
r6983 | mose | 2006-11-12 03:47:05 +0100 (dim, 12 nov 2006) | 2 lines

[MOD] jscalendar: improved style for jscalendar display and behaviour

------------------------------------------------------------------------
r6982 | mose | 2006-11-11 18:52:28 +0100 (sam, 11 nov 2006) | 2 lines

[FIX] trackers: jscalendar in new item form was not displaying value after selection

------------------------------------------------------------------------
r6981 | mose | 2006-11-11 18:43:36 +0100 (sam, 11 nov 2006) | 2 lines

[FIX] trackers: fixed case when jscalendar field is used as main link to item, also removed useless test of emptiness, that is managed by |default filter

------------------------------------------------------------------------
r6980 | mose | 2006-11-11 18:31:16 +0100 (sam, 11 nov 2006) | 2 lines

[FIX] fixed jscalendar input for new item

------------------------------------------------------------------------
r6979 | sylvieg | 2006-11-10 22:31:27 +0100 (ven, 10 nov 2006) | 2 lines

[NEW]tracker: a field can be viewed only by the item creator or an admin(convenient for credit card number)

------------------------------------------------------------------------
r6978 | sylvieg | 2006-11-10 17:34:12 +0100 (ven, 10 nov 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6977 | sylvieg | 2006-11-10 16:22:27 +0100 (ven, 10 nov 2006) | 2 lines

[NEW]plugin vote: dispays the limit date is any

------------------------------------------------------------------------
r6976 | mose | 2006-11-10 04:14:42 +0100 (ven, 10 nov 2006) | 2 lines

[SEC] added a minimal check on email for new registration, even if check is not requested in prefs, to avoid notification-spam

------------------------------------------------------------------------
r6975 | sylvieg | 2006-11-09 22:57:25 +0100 (jeu, 09 nov 2006) | 2 lines

oops: missing some html tags

------------------------------------------------------------------------
r6974 | sylvieg | 2006-11-09 22:29:07 +0100 (jeu, 09 nov 2006) | 2 lines

can add dates restricting when a tracker item can be created

------------------------------------------------------------------------
r6973 | mose | 2006-11-09 21:11:27 +0100 (jeu, 09 nov 2006) | 2 lines

[KIL] removed unused file

------------------------------------------------------------------------
r6972 | mose | 2006-11-09 18:36:13 +0100 (jeu, 09 nov 2006) | 2 lines

[KIL] removed a poprietary unused library

------------------------------------------------------------------------
r6971 | sylvieg | 2006-11-09 18:16:18 +0100 (jeu, 09 nov 2006) | 2 lines

rollback

------------------------------------------------------------------------
r6970 | sylvieg | 2006-11-09 17:58:33 +0100 (jeu, 09 nov 2006) | 2 lines

if delete user with the option each user has a group, the group must be deleted too

------------------------------------------------------------------------
r6969 | nyloth | 2006-11-09 16:41:35 +0100 (jeu, 09 nov 2006) | 2 lines

fix bug related to favicon

------------------------------------------------------------------------
r6968 | mose | 2006-11-09 09:46:54 +0100 (jeu, 09 nov 2006) | 2 lines

[MOD] removing workspaces, as this feature is included in mods under name Aulawiki

------------------------------------------------------------------------
r6967 | sylvieg | 2006-11-09 01:13:57 +0100 (jeu, 09 nov 2006) | 2 lines

we want to delete the exact user not the one case insentive one

------------------------------------------------------------------------
r6966 | sylvieg | 2006-11-07 16:30:24 +0100 (mar, 07 nov 2006) | 2 lines

file can be individually categorize like image

------------------------------------------------------------------------
r6965 | sylvieg | 2006-11-07 15:33:50 +0100 (mar, 07 nov 2006) | 2 lines

merge from 1.9

------------------------------------------------------------------------
r6964 | mose | 2006-11-07 15:21:54 +0100 (mar, 07 nov 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6963 | sylvieg | 2006-11-07 14:08:41 +0100 (mar, 07 nov 2006) | 2 lines

Fix: an object with 2 categories was only appearing once in browse categories

------------------------------------------------------------------------
r6962 | sylvieg | 2006-11-07 03:04:20 +0100 (mar, 07 nov 2006) | 2 lines

galleryId is not necessary set for a batch

------------------------------------------------------------------------
r6961 | sylvieg | 2006-11-07 02:54:57 +0100 (mar, 07 nov 2006) | 2 lines

oops

------------------------------------------------------------------------
r6960 | sylvieg | 2006-11-07 02:39:45 +0100 (mar, 07 nov 2006) | 2 lines

avoid notice

------------------------------------------------------------------------
r6959 | sylvieg | 2006-11-07 02:28:16 +0100 (mar, 07 nov 2006) | 2 lines

get rid off the current directory

------------------------------------------------------------------------
r6958 | sylvieg | 2006-11-06 18:12:21 +0100 (lun, 06 nov 2006) | 2 lines

optional type display

------------------------------------------------------------------------
r6957 | sylvieg | 2006-11-06 16:32:35 +0100 (lun, 06 nov 2006) | 2 lines

string more explicit

------------------------------------------------------------------------
r6956 | sylvieg | 2006-11-06 16:30:13 +0100 (lun, 06 nov 2006) | 2 lines

oops

------------------------------------------------------------------------
r6955 | sylvieg | 2006-11-06 16:14:37 +0100 (lun, 06 nov 2006) | 2 lines

optional duplicate category and perms while duplicating a tracker

------------------------------------------------------------------------
r6954 | sylvieg | 2006-11-06 16:04:49 +0100 (lun, 06 nov 2006) | 2 lines

to be able to select multiple perms at the same time

------------------------------------------------------------------------
r6953 | sylvieg | 2006-11-03 23:19:11 +0100 (ven, 03 nov 2006) | 2 lines

non fixed rate range + wiki textarea question in survey

------------------------------------------------------------------------
r6952 | sylvieg | 2006-11-03 19:32:47 +0100 (ven, 03 nov 2006) | 2 lines

to have the choice in the order you out them in

------------------------------------------------------------------------
r6951 | sylvieg | 2006-11-03 18:50:46 +0100 (ven, 03 nov 2006) | 2 lines

fix special perm and view rating

------------------------------------------------------------------------
r6950 | sylvieg | 2006-11-03 18:36:31 +0100 (ven, 03 nov 2006) | 2 lines

fix special perm and view rating

------------------------------------------------------------------------
r6949 | sylvieg | 2006-11-03 17:29:12 +0100 (ven, 03 nov 2006) | 2 lines

new perm tiki_p_watch_tracker: CAREFULL: the sql upgrade script will reintroduce the perms for Registered each time you run the script

------------------------------------------------------------------------
r6948 | sampaioprimo | 2006-11-03 06:45:27 +0100 (ven, 03 nov 2006) | 3 lines

get_contributors returns everyone that has edited the page not a random
number up to 10

------------------------------------------------------------------------
r6947 | sylvieg | 2006-11-02 19:58:10 +0100 (jeu, 02 nov 2006) | 2 lines

some class to help with tracker plugins

------------------------------------------------------------------------
r6946 | mose | 2006-11-02 08:16:50 +0100 (jeu, 02 nov 2006) | 2 lines

small cleaning

------------------------------------------------------------------------
r6945 | ohertel | 2006-11-02 00:23:30 +0100 (jeu, 02 nov 2006) | 2 lines

temporary fix for url until url regex from type check allows (almost) any valid url

------------------------------------------------------------------------
r6944 | ohertel | 2006-11-02 00:17:59 +0100 (jeu, 02 nov 2006) | 2 lines

update: icons replaced + some mime type icons

------------------------------------------------------------------------
r6943 | ohertel | 2006-11-02 00:16:20 +0100 (jeu, 02 nov 2006) | 2 lines

updated links to new icons

------------------------------------------------------------------------
r6942 | ohertel | 2006-11-01 22:23:02 +0100 (mer, 01 nov 2006) | 2 lines

[sec] type check improvement (empty parameters), cleanup

------------------------------------------------------------------------
r6941 | ohertel | 2006-11-01 22:18:33 +0100 (mer, 01 nov 2006) | 2 lines

[fix] removed debug code

------------------------------------------------------------------------
r6940 | sylvieg | 2006-11-01 17:55:41 +0100 (mer, 01 nov 2006) | 2 lines

some mroe galleryId for the pod feature

------------------------------------------------------------------------
r6939 | sylvieg | 2006-10-31 20:20:00 +0100 (mar, 31 oct 2006) | 2 lines

do not know necessary the gallery when going in the upload page

------------------------------------------------------------------------
r6938 | beuc | 2006-10-30 17:10:38 +0100 (lun, 30 oct 2006) | 2 lines

Enable a way to show attachments w/o JavaScript in the templates

------------------------------------------------------------------------
r6937 | sylvieg | 2006-10-30 16:33:28 +0100 (lun, 30 oct 2006) | 2 lines

remove gallery back

------------------------------------------------------------------------
r6936 | sylvieg | 2006-10-30 16:22:01 +0100 (lun, 30 oct 2006) | 2 lines

avoid notice

------------------------------------------------------------------------
r6935 | sylvieg | 2006-10-30 15:01:13 +0100 (lun, 30 oct 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6933 | sylvieg | 2006-10-27 20:22:55 +0200 (ven, 27 oct 2006) | 2 lines

IP can be null if you are in a batch mode

------------------------------------------------------------------------
r6932 | mose | 2006-10-27 18:20:24 +0200 (ven, 27 oct 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6931 | luciash | 2006-10-26 15:00:42 +0200 (jeu, 26 oct 2006) | 2 lines

[ENH] better padding for box-data and style for site search bar

------------------------------------------------------------------------
r6930 | luciash | 2006-10-26 14:45:08 +0200 (jeu, 26 oct 2006) | 2 lines

[ADD] style for structure toc lists

------------------------------------------------------------------------
r6929 | luciash | 2006-10-26 13:53:44 +0200 (jeu, 26 oct 2006) | 2 lines

[ENH] style for search bar in site header

------------------------------------------------------------------------
r6928 | franck | 2006-10-26 13:52:01 +0200 (jeu, 26 oct 2006) | 2 lines

{toc} Damn nested lists...

------------------------------------------------------------------------
r6927 | luciash | 2006-10-26 13:23:27 +0200 (jeu, 26 oct 2006) | 2 lines

[FIX] enhanced categories tree - making it properly nested ul list (displays it only when PLM off)

------------------------------------------------------------------------
r6926 | franck | 2006-10-26 07:37:15 +0200 (jeu, 26 oct 2006) | 2 lines

{toc} ul list fixed...

------------------------------------------------------------------------
r6925 | ohertel | 2006-10-25 22:50:08 +0200 (mer, 25 oct 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6924 | ohertel | 2006-10-25 22:45:19 +0200 (mer, 25 oct 2006) | 2 lines

typo

------------------------------------------------------------------------
r6923 | ohertel | 2006-10-25 22:43:21 +0200 (mer, 25 oct 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6922 | sylvieg | 2006-10-25 22:09:23 +0200 (mer, 25 oct 2006) | 2 lines

duplicate tracker pannel- duplicate tracker options + fields + categories

------------------------------------------------------------------------
r6921 | sylvieg | 2006-10-25 21:20:18 +0200 (mer, 25 oct 2006) | 2 lines

avoid some notice

------------------------------------------------------------------------
r6920 | sylvieg | 2006-10-25 20:47:34 +0200 (mer, 25 oct 2006) | 2 lines

fields param is optional - all the fields (except user, group, IP) are used in this case

------------------------------------------------------------------------
r6919 | sylvieg | 2006-10-25 20:19:02 +0200 (mer, 25 oct 2006) | 2 lines

avoid notice

------------------------------------------------------------------------
r6918 | sylvieg | 2006-10-23 19:16:53 +0200 (lun, 23 oct 2006) | 2 lines

highlight vote that has not been already voted

------------------------------------------------------------------------
r6917 | sylvieg | 2006-10-23 17:51:21 +0200 (lun, 23 oct 2006) | 2 lines

show_stat by default - more friendly to see all by default

------------------------------------------------------------------------
r6916 | sylvieg | 2006-10-23 17:10:55 +0200 (lun, 23 oct 2006) | 2 lines

oops again

------------------------------------------------------------------------
r6915 | sylvieg | 2006-10-23 16:01:15 +0200 (lun, 23 oct 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6914 | rlpowell | 2006-10-23 01:38:58 +0200 (lun, 23 oct 2006) | 2 lines

Ordering by Last Post in the thread is a *much* more sensible default than by the *first* post in the thread.

------------------------------------------------------------------------
r6913 | rlpowell | 2006-10-23 01:36:55 +0200 (lun, 23 oct 2006) | 2 lines

Admins get to admin too.

------------------------------------------------------------------------
r6912 | rlpowell | 2006-10-23 01:35:14 +0200 (lun, 23 oct 2006) | 2 lines

Major speed improvements through a few simple forum code changes.

------------------------------------------------------------------------
r6911 | mose | 2006-10-22 18:15:04 +0200 (dim, 22 oct 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6908 | mose | 2006-10-22 13:45:30 +0200 (dim, 22 oct 2006) | 2 lines

fixed missing end of php tag

------------------------------------------------------------------------
r6907 | mose | 2006-10-22 05:21:41 +0200 (dim, 22 oct 2006) | 2 lines

difficult merge from 1.9 to head (please update cvs only if in mood of fixing things that may be broken by that merge, or wait some days)

------------------------------------------------------------------------
r6905 | luciash | 2006-10-20 05:30:27 +0200 (ven, 20 oct 2006) | 2 lines

[ADD] CSS example how can be the ul based TOC styled in the tiki themes

------------------------------------------------------------------------
r6904 | luciash | 2006-10-20 05:28:48 +0200 (ven, 20 oct 2006) | 2 lines

[FIX] manual rollback of the TOC back to ul list based

------------------------------------------------------------------------
r6903 | mose | 2006-10-20 01:04:01 +0200 (ven, 20 oct 2006) | 2 lines

fixed maxdepth in toc

------------------------------------------------------------------------
r6902 | mose | 2006-10-20 00:10:05 +0200 (ven, 20 oct 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6901 | sylvieg | 2006-10-19 12:49:18 +0200 (jeu, 19 oct 2006) | 2 lines

oops

------------------------------------------------------------------------
r6900 | sylvieg | 2006-10-18 23:43:18 +0200 (mer, 18 oct 2006) | 2 lines

Merge 1.9 to 1.10

------------------------------------------------------------------------
r6899 | sylvieg | 2006-10-18 23:37:53 +0200 (mer, 18 oct 2006) | 2 lines

typo

------------------------------------------------------------------------
r6898 | rlpowell | 2006-10-18 21:59:05 +0200 (mer, 18 oct 2006) | 2 lines

Don't waste time refreshing if we're using full text search.

------------------------------------------------------------------------
r6897 | luciash | 2006-10-18 21:44:20 +0200 (mer, 18 oct 2006) | 2 lines

[REM] removed unneeded stuff

------------------------------------------------------------------------
r6896 | xavidp | 2006-10-18 21:32:21 +0200 (mer, 18 oct 2006) | 2 lines

fixed tipo on tpl and translated install strings and a few more (in sync with 1.9 now)

------------------------------------------------------------------------
r6895 | xavidp | 2006-10-18 21:05:39 +0200 (mer, 18 oct 2006) | 2 lines

2 strings missing update with tr tags

------------------------------------------------------------------------
r6894 | xavidp | 2006-10-18 20:14:41 +0200 (mer, 18 oct 2006) | 2 lines

added tr tags (as in branch 1.9)

------------------------------------------------------------------------
r6893 | luciash | 2006-10-18 16:22:53 +0200 (mer, 18 oct 2006) | 2 lines

[DEL] unused dir and file

------------------------------------------------------------------------
r6892 | luciash | 2006-10-18 16:12:18 +0200 (mer, 18 oct 2006) | 2 lines

[FIX] activate/deactivate tiki root .htaccess too

------------------------------------------------------------------------
r6891 | luciash | 2006-10-18 15:49:48 +0200 (mer, 18 oct 2006) | 2 lines

[ADD] create templates_c/_htaccess and index.php as needed

------------------------------------------------------------------------
r6890 | luciash | 2006-10-18 11:17:41 +0200 (mer, 18 oct 2006) | 2 lines

[DEL] templates_c is in root /.cvsignore - shouldn't be in the repository at all

------------------------------------------------------------------------
r6889 | franck | 2006-10-18 01:08:44 +0200 (mer, 18 oct 2006) | 2 lines

Better TOC for structures

------------------------------------------------------------------------
r6888 | mose | 2006-10-17 02:09:11 +0200 (mar, 17 oct 2006) | 2 lines

fixed item link field type and cache issue (thx sean)

------------------------------------------------------------------------
r6887 | sylvieg | 2006-10-16 14:48:16 +0200 (lun, 16 oct 2006) | 2 lines

avoid notice

------------------------------------------------------------------------
r6886 | sylvieg | 2006-10-16 14:22:50 +0200 (lun, 16 oct 2006) | 2 lines

show_stat param in vote

------------------------------------------------------------------------
r6885 | sylvieg | 2006-10-16 14:15:39 +0200 (lun, 16 oct 2006) | 2 lines

tracker stat on categ

------------------------------------------------------------------------
r6884 | sylvieg | 2006-10-16 00:11:54 +0200 (lun, 16 oct 2006) | 2 lines

merge the optional lang param: TODO a lang switch in the first install page

------------------------------------------------------------------------
r6883 | sylvieg | 2006-10-13 14:22:59 +0200 (ven, 13 oct 2006) | 2 lines

do not show country flag if option tells so

------------------------------------------------------------------------
r6882 | xavidp | 2006-10-13 12:55:01 +0200 (ven, 13 oct 2006) | 2 lines

propragated new strings from 1.9.x ca to 1.10ca

------------------------------------------------------------------------
r6881 | sylvieg | 2006-10-12 21:47:59 +0200 (jeu, 12 oct 2006) | 2 lines

typo

------------------------------------------------------------------------
r6880 | sylvieg | 2006-10-12 21:45:31 +0200 (jeu, 12 oct 2006) | 2 lines

stat do not display hidden field

------------------------------------------------------------------------
r6879 | sylvieg | 2006-10-12 21:34:14 +0200 (jeu, 12 oct 2006) | 2 lines

if fields param is empty, take all the fields - for friendly use of plugin

------------------------------------------------------------------------
r6878 | sylvieg | 2006-10-12 20:54:13 +0200 (jeu, 12 oct 2006) | 2 lines

centralized tpl for error on trackerId

------------------------------------------------------------------------
r6877 | sylvieg | 2006-10-12 20:13:44 +0200 (jeu, 12 oct 2006) | 2 lines

centralized tpl for error on trackerId

------------------------------------------------------------------------
r6876 | sylvieg | 2006-10-12 17:30:25 +0200 (jeu, 12 oct 2006) | 2 lines

a little better display

------------------------------------------------------------------------
r6875 | sylvieg | 2006-10-12 00:15:39 +0200 (jeu, 12 oct 2006) | 2 lines

show errors if any  in vote plugin

------------------------------------------------------------------------
r6874 | sylvieg | 2006-10-11 23:49:26 +0200 (mer, 11 oct 2006) | 2 lines

to have different vote plugins in a same page with tracker with local perms

------------------------------------------------------------------------
r6873 | sylvieg | 2006-10-11 23:18:19 +0200 (mer, 11 oct 2006) | 2 lines

fixes

------------------------------------------------------------------------
r6872 | sylvieg | 2006-10-11 22:39:21 +0200 (mer, 11 oct 2006) | 2 lines

to have multiple tracker stat plugins inna same page

------------------------------------------------------------------------
r6871 | sylvieg | 2006-10-11 22:17:23 +0200 (mer, 11 oct 2006) | 2 lines

country in tracker plugin

------------------------------------------------------------------------
r6870 | sylvieg | 2006-10-11 20:22:11 +0200 (mer, 11 oct 2006) | 2 lines

for checkbox, there is no value for no, so the totla is the number of items not the number of values

------------------------------------------------------------------------
r6869 | sylvieg | 2006-10-11 19:50:58 +0200 (mer, 11 oct 2006) | 2 lines

new tracker field IP (works like user but put the IP)

------------------------------------------------------------------------
r6868 | sylvieg | 2006-10-11 19:41:33 +0200 (mer, 11 oct 2006) | 2 lines

if 2 tracker plugins in the page, the perm can not be set but must be reevaluated each time

------------------------------------------------------------------------
r6864 | sylvieg | 2006-10-11 15:03:07 +0200 (mer, 11 oct 2006) | 2 lines

the current IP in the smarty var

------------------------------------------------------------------------
r6863 | sylvieg | 2006-10-10 16:01:59 +0200 (mar, 10 oct 2006) | 2 lines

the categories cache was built differently in 2 places (the drop-down categs list was empty depending where the cache was built

------------------------------------------------------------------------
r6862 | sylvieg | 2006-10-10 14:58:56 +0200 (mar, 10 oct 2006) | 2 lines

if categ path empty put the categ name

------------------------------------------------------------------------
r6861 | sylvieg | 2006-10-10 14:51:15 +0200 (mar, 10 oct 2006) | 2 lines

if categ path empty put the categ name

------------------------------------------------------------------------
r6860 | rlpowell | 2006-10-10 05:54:29 +0200 (mar, 10 oct 2006) | 2 lines

Grab the *first* thread with a particular title, or things aren't likely to work very well.

------------------------------------------------------------------------
r6859 | beuc | 2006-10-09 16:29:39 +0200 (lun, 09 oct 2006) | 2 lines

typo

------------------------------------------------------------------------
r6858 | jmaspons | 2006-10-08 04:29:47 +0200 (dim, 08 oct 2006) | 2 lines

update + get_strings

------------------------------------------------------------------------
r6857 | jmaspons | 2006-10-08 02:07:26 +0200 (dim, 08 oct 2006) | 2 lines

update

------------------------------------------------------------------------
r6856 | sylvieg | 2006-10-06 16:31:07 +0200 (ven, 06 oct 2006) | 2 lines

get the total of items and not the total of values (checkbox has only y value

------------------------------------------------------------------------
r6855 | sylvieg | 2006-10-06 16:00:23 +0200 (ven, 06 oct 2006) | 2 lines

field caches were not cleaned when delete item

------------------------------------------------------------------------
r6854 | sylvieg | 2006-10-06 14:56:47 +0200 (ven, 06 oct 2006) | 2 lines

roll back the access check to old method

------------------------------------------------------------------------
r6853 | sylvieg | 2006-10-06 14:08:38 +0200 (ven, 06 oct 2006) | 2 lines

can have multiple tracker plugin or tracker vote in the same page (if not the same tracker)

------------------------------------------------------------------------
r6852 | sylvieg | 2006-10-05 16:21:17 +0200 (jeu, 05 oct 2006) | 2 lines

new vote/rating plugin based on tracker

------------------------------------------------------------------------
r6851 | sylvieg | 2006-10-05 15:55:05 +0200 (jeu, 05 oct 2006) | 2 lines

missing some global

------------------------------------------------------------------------
r6850 | mose | 2006-10-04 04:12:53 +0200 (mer, 04 oct 2006) | 2 lines

fixed freetags admin panel integration

------------------------------------------------------------------------
r6849 | mose | 2006-10-03 17:43:38 +0200 (mar, 03 oct 2006) | 2 lines

emhanced freetags display

------------------------------------------------------------------------
r6848 | mose | 2006-10-03 17:27:14 +0200 (mar, 03 oct 2006) | 2 lines

adodb compat

------------------------------------------------------------------------
r6847 | mose | 2006-10-03 17:22:29 +0200 (mar, 03 oct 2006) | 2 lines

fixed call to wrong libname

------------------------------------------------------------------------
r6846 | mose | 2006-10-03 15:32:31 +0200 (mar, 03 oct 2006) | 2 lines

removed mysqli entry because not implemented yet

------------------------------------------------------------------------
r6845 | mose | 2006-10-03 15:26:35 +0200 (mar, 03 oct 2006) | 2 lines

fixed some strange comparison ==

------------------------------------------------------------------------
r6844 | sylvieg | 2006-10-03 15:12:34 +0200 (mar, 03 oct 2006) | 2 lines

to stat on n fields

------------------------------------------------------------------------
r6843 | sylvieg | 2006-10-03 14:36:10 +0200 (mar, 03 oct 2006) | 2 lines

do not display system field in stat

------------------------------------------------------------------------
r6842 | sylvieg | 2006-10-03 14:29:23 +0200 (mar, 03 oct 2006) | 2 lines

avoid notice

------------------------------------------------------------------------
r6841 | sylvieg | 2006-10-03 13:58:56 +0200 (mar, 03 oct 2006) | 2 lines

a clear to have not crosslink n the left

------------------------------------------------------------------------
r6840 | sylvieg | 2006-10-03 12:53:38 +0200 (mar, 03 oct 2006) | 2 lines

new tracker option: only one item per user creator(the tracker needs a field user selector - option 1

------------------------------------------------------------------------
r6839 | sylvieg | 2006-10-03 12:46:30 +0200 (mar, 03 oct 2006) | 2 lines

new tracker option: only one item per user creator(the tracker needs a field user selector - option 1

------------------------------------------------------------------------
r6838 | hangerman | 2006-10-03 11:42:21 +0200 (mar, 03 oct 2006) | 2 lines

Admin can change tracker_creator

------------------------------------------------------------------------
r6837 | sylvieg | 2006-10-03 00:42:26 +0200 (mar, 03 oct 2006) | 2 lines

to have some stat on a tracker (tracker can be use as survey)

------------------------------------------------------------------------
r6836 | sylvieg | 2006-10-02 20:42:02 +0200 (lun, 02 oct 2006) | 2 lines

oops

------------------------------------------------------------------------
r6835 | sylvieg | 2006-10-02 20:29:50 +0200 (lun, 02 oct 2006) | 2 lines

avoid notice

------------------------------------------------------------------------
r6834 | ohertel | 2006-10-02 20:26:22 +0200 (lun, 02 oct 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6833 | ohertel | 2006-10-02 20:18:26 +0200 (lun, 02 oct 2006) | 2 lines

fix merge problem and icons replaced

------------------------------------------------------------------------
r6832 | sylvieg | 2006-10-02 20:11:51 +0200 (lun, 02 oct 2006) | 2 lines

missing ''

------------------------------------------------------------------------
r6831 | ohertel | 2006-10-02 18:24:51 +0200 (lun, 02 oct 2006) | 2 lines

make userlists separated by ; again, added a new type 'stringlist' for that, which allows 'string' and ;

------------------------------------------------------------------------
r6830 | ohertel | 2006-10-02 18:16:41 +0200 (lun, 02 oct 2006) | 2 lines

ignore this when function doesn't exist (oder php versions)

------------------------------------------------------------------------
r6829 | rlpowell | 2006-10-02 07:24:11 +0200 (lun, 02 oct 2006) | 2 lines

Deal with ~tc~ and ~hc~ better.  Also, don't run on zero-length pages.

------------------------------------------------------------------------
r6828 | ohertel | 2006-10-01 16:18:28 +0200 (dim, 01 oct 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6827 | sylvieg | 2006-10-01 16:11:24 +0200 (dim, 01 oct 2006) | 2 lines

missing closing if

------------------------------------------------------------------------
r6826 | ohertel | 2006-10-01 16:09:05 +0200 (dim, 01 oct 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6825 | sylvieg | 2006-10-01 16:00:19 +0200 (dim, 01 oct 2006) | 2 lines

better to use the same case

------------------------------------------------------------------------
r6824 | sylvieg | 2006-10-01 15:49:09 +0200 (dim, 01 oct 2006) | 2 lines

phplayers menu back

------------------------------------------------------------------------
r6823 | ohertel | 2006-10-01 15:45:06 +0200 (dim, 01 oct 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6822 | ohertel | 2006-10-01 15:35:21 +0200 (dim, 01 oct 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6821 | ohertel | 2006-10-01 15:24:16 +0200 (dim, 01 oct 2006) | 2 lines

more silk icons

------------------------------------------------------------------------
r6820 | ohertel | 2006-10-01 15:23:12 +0200 (dim, 01 oct 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6819 | ohertel | 2006-10-01 14:55:52 +0200 (dim, 01 oct 2006) | 2 lines

use window.attachEvent on windows only

------------------------------------------------------------------------
r6816 | ohertel | 2006-09-30 23:48:20 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6815 | ohertel | 2006-09-30 22:55:05 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6814 | ohertel | 2006-09-30 22:39:49 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6813 | ohertel | 2006-09-30 22:27:35 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6812 | ohertel | 2006-09-30 22:20:19 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6811 | ohertel | 2006-09-30 21:56:13 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6810 | ohertel | 2006-09-30 21:45:25 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6809 | ohertel | 2006-09-30 21:28:04 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6808 | ohertel | 2006-09-30 20:01:16 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6807 | ohertel | 2006-09-30 19:37:17 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6806 | ohertel | 2006-09-30 18:37:23 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6805 | ohertel | 2006-09-30 18:13:43 +0200 (sam, 30 sep 2006) | 2 lines

more silk icons

------------------------------------------------------------------------
r6804 | ohertel | 2006-09-30 18:11:45 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6803 | ohertel | 2006-09-30 17:29:50 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6802 | ohertel | 2006-09-30 16:43:47 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6801 | ohertel | 2006-09-30 16:06:15 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6800 | ohertel | 2006-09-30 15:53:22 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6799 | ohertel | 2006-09-30 15:50:30 +0200 (sam, 30 sep 2006) | 2 lines

fix: concat cc and bcc users with , because ; is disallowed by filter (for killing html special chars like &something; )

------------------------------------------------------------------------
r6798 | ohertel | 2006-09-30 15:00:30 +0200 (sam, 30 sep 2006) | 2 lines

update icons in quicktag list (todo: add to sql update script, too)

------------------------------------------------------------------------
r6797 | ohertel | 2006-09-30 14:58:49 +0200 (sam, 30 sep 2006) | 2 lines

added more silk icons and copyright info file

------------------------------------------------------------------------
r6796 | ohertel | 2006-09-30 14:57:35 +0200 (sam, 30 sep 2006) | 2 lines

fix padding for input fields

------------------------------------------------------------------------
r6795 | ohertel | 2006-09-30 12:57:32 +0200 (sam, 30 sep 2006) | 2 lines

roll back those two as unicode stuff broke, image path needs to be corrected

------------------------------------------------------------------------
r6793 | ohertel | 2006-09-30 03:52:08 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6792 | ohertel | 2006-09-30 03:41:12 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6791 | ohertel | 2006-09-30 03:36:01 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6790 | ohertel | 2006-09-30 03:25:35 +0200 (sam, 30 sep 2006) | 2 lines

update icon name in string and fix of note ("separate usernames with ;" must be ,)

------------------------------------------------------------------------
r6789 | ohertel | 2006-09-30 03:18:46 +0200 (sam, 30 sep 2006) | 2 lines

temporary fix: avoid errors on tiki-error.tpl with special chars in url (translated strings as url params)

------------------------------------------------------------------------
r6788 | ohertel | 2006-09-30 02:57:55 +0200 (sam, 30 sep 2006) | 2 lines

more silk icons + updates

------------------------------------------------------------------------
r6787 | ohertel | 2006-09-30 02:17:38 +0200 (sam, 30 sep 2006) | 2 lines

more silk icons

------------------------------------------------------------------------
r6786 | ohertel | 2006-09-30 02:17:03 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6785 | ohertel | 2006-09-30 02:07:26 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6784 | ohertel | 2006-09-30 01:40:01 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6783 | ohertel | 2006-09-30 01:29:37 +0200 (sam, 30 sep 2006) | 2 lines

more silk icons

------------------------------------------------------------------------
r6782 | ohertel | 2006-09-30 01:28:59 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6781 | ohertel | 2006-09-30 00:50:38 +0200 (sam, 30 sep 2006) | 2 lines

update: icons replaced

------------------------------------------------------------------------
r6780 | ohertel | 2006-09-30 00:45:11 +0200 (sam, 30 sep 2006) | 2 lines

first set of silk icons, more to come as replacement continues

------------------------------------------------------------------------
r6779 | ohertel | 2006-09-29 21:17:23 +0200 (ven, 29 sep 2006) | 2 lines

cleanup tiki-admin and admin menu bar: new icon set, no greyed out icons needed anymore, background of the box is colored light green or grey, many unnecessary DIVs removed

------------------------------------------------------------------------
r6778 | ohertel | 2006-09-29 21:14:28 +0200 (ven, 29 sep 2006) | 2 lines

new location for new icons so people can easier replace them with their own set, including a usage file with image name, template used in and alt text

------------------------------------------------------------------------
r6777 | ohertel | 2006-09-29 21:11:59 +0200 (ven, 29 sep 2006) | 2 lines

fix module toggle buttons

------------------------------------------------------------------------
r6776 | ohertel | 2006-09-29 20:46:15 +0200 (ven, 29 sep 2006) | 2 lines

IE fix: transparency for png images

------------------------------------------------------------------------
r6775 | ohertel | 2006-09-29 20:44:05 +0200 (ven, 29 sep 2006) | 2 lines

update lang/de

------------------------------------------------------------------------
r6774 | ohertel | 2006-09-29 20:43:07 +0200 (ven, 29 sep 2006) | 2 lines

update for the admin menu (for all styles that dont define this themselves)

------------------------------------------------------------------------
r6773 | ohertel | 2006-09-29 20:41:47 +0200 (ven, 29 sep 2006) | 2 lines

update for the admin menu

------------------------------------------------------------------------
r6771 | sylvieg | 2006-09-27 22:01:32 +0200 (mer, 27 sep 2006) | 2 lines

radio button in plugin

------------------------------------------------------------------------
r6770 | xavidp | 2006-09-27 11:44:33 +0200 (mer, 27 sep 2006) | 2 lines

added entries for workspaces

------------------------------------------------------------------------
r6769 | luciash | 2006-09-26 15:45:31 +0200 (mar, 26 sep 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6768 | sylvieg | 2006-09-26 15:17:51 +0200 (mar, 26 sep 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6767 | luciash | 2006-09-26 15:13:42 +0200 (mar, 26 sep 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6765 | luciash | 2006-09-26 11:25:14 +0200 (mar, 26 sep 2006) | 2 lines

include Tiki's modified version of that file to keep original intact at time of upgrading PLM package

------------------------------------------------------------------------
r6764 | sylvieg | 2006-09-25 15:36:04 +0200 (lun, 25 sep 2006) | 2 lines

do not bug when you do not give enough color or style (one per x)

------------------------------------------------------------------------
r6763 | ohertel | 2006-09-24 02:48:17 +0200 (dim, 24 sep 2006) | 2 lines

fix for IE (grey background)

------------------------------------------------------------------------
r6762 | ohertel | 2006-09-24 02:23:57 +0200 (dim, 24 sep 2006) | 2 lines

update jini icons

------------------------------------------------------------------------
r6761 | ohertel | 2006-09-24 00:37:41 +0200 (dim, 24 sep 2006) | 2 lines

use new icons

------------------------------------------------------------------------
r6760 | ohertel | 2006-09-24 00:36:58 +0200 (dim, 24 sep 2006) | 2 lines

file gallery icons (default, podcast, vidcast) 48x48

------------------------------------------------------------------------
r6759 | ohertel | 2006-09-23 22:38:24 +0200 (sam, 23 sep 2006) | 2 lines

[new] "batch upload from directory" for file galleries. users can ftp/scp their large podcast files to the server and then add them to the galleries

------------------------------------------------------------------------
r6758 | ohertel | 2006-09-23 22:02:41 +0200 (sam, 23 sep 2006) | 2 lines

[fix] disallow listing of .* files

------------------------------------------------------------------------
r6757 | ohertel | 2006-09-23 21:19:04 +0200 (sam, 23 sep 2006) | 2 lines

fix "if >0" to "isset()"

------------------------------------------------------------------------
r6756 | ohertel | 2006-09-23 17:49:59 +0200 (sam, 23 sep 2006) | 2 lines

[fix] layout, disallow listing of .* files

------------------------------------------------------------------------
r6755 | ohertel | 2006-09-23 15:48:59 +0200 (sam, 23 sep 2006) | 2 lines

fix link to files

------------------------------------------------------------------------
r6754 | ohertel | 2006-09-23 15:41:51 +0200 (sam, 23 sep 2006) | 2 lines

added strtolower to file extension

------------------------------------------------------------------------
r6753 | ohertel | 2006-09-23 15:05:59 +0200 (sam, 23 sep 2006) | 2 lines

[new] file gallery podcast support - different rdf output (itunes podcast rdf format), save to directory is enforced for podcast galleries, direct links to files - admin may choose now between file gallery type default (any file), podcast (audio) and podcast (video)

------------------------------------------------------------------------
r6752 | ohertel | 2006-09-23 15:00:46 +0200 (sam, 23 sep 2006) | 2 lines

[fix] by default link to wiki page, show diff with additional parameter &diff=1

------------------------------------------------------------------------
r6751 | ohertel | 2006-09-23 12:41:37 +0200 (sam, 23 sep 2006) | 2 lines

[fix] we want the correct timestamp

------------------------------------------------------------------------
r6750 | ohertel | 2006-09-23 11:58:06 +0200 (sam, 23 sep 2006) | 2 lines

update lang/de

------------------------------------------------------------------------
r6749 | sylvieg | 2006-09-22 16:16:43 +0200 (ven, 22 sep 2006) | 2 lines

pick up transition1.9to1.10 by default

------------------------------------------------------------------------
r6748 | sylvieg | 2006-09-22 11:32:45 +0200 (ven, 22 sep 2006) | 2 lines

rollback the dirname setting to have tiki in a subdirectory working

------------------------------------------------------------------------
r6747 | sylvieg | 2006-09-21 17:29:15 +0200 (jeu, 21 sep 2006) | 2 lines

missing commit for choice of fileds to export

------------------------------------------------------------------------
r6746 | sylvieg | 2006-09-20 19:15:18 +0200 (mer, 20 sep 2006) | 2 lines

rollback - the setting are done in phplayers_tiki/tiki-phplayers.php

------------------------------------------------------------------------
r6745 | illori | 2006-09-20 03:01:28 +0200 (mer, 20 sep 2006) | 2 lines

correct shout messagebox width

------------------------------------------------------------------------
r6744 | ohertel | 2006-09-20 00:39:40 +0200 (mer, 20 sep 2006) | 2 lines

fake file extension, date valid only in rfc822 format

------------------------------------------------------------------------
r6743 | ohertel | 2006-09-20 00:15:19 +0200 (mer, 20 sep 2006) | 2 lines

fix urls

------------------------------------------------------------------------
r6742 | ohertel | 2006-09-19 23:36:20 +0200 (mar, 19 sep 2006) | 2 lines

[new] rdf support for iTunes PodCast 1.0, use: /tiki-file_gallery_rss.php?galleryId=1&ver=PC1.0

------------------------------------------------------------------------
r6741 | ohertel | 2006-09-19 23:33:04 +0200 (mar, 19 sep 2006) | 2 lines

update lang/de

------------------------------------------------------------------------
r6740 | ohertel | 2006-09-19 21:41:16 +0200 (mar, 19 sep 2006) | 2 lines

[mod] cleanup style/icons

------------------------------------------------------------------------
r6739 | ohertel | 2006-09-19 21:34:39 +0200 (mar, 19 sep 2006) | 2 lines

[mod] style cleanup, help has hide/show toggle now

------------------------------------------------------------------------
r6738 | ohertel | 2006-09-19 21:16:05 +0200 (mar, 19 sep 2006) | 2 lines

[fix] fix after merge, [mod] iconized edit action

------------------------------------------------------------------------
r6737 | ohertel | 2006-09-19 21:09:40 +0200 (mar, 19 sep 2006) | 2 lines

[mod] blog title longer now (was truncated to TOO SHORT), edit/delete are buttons now

------------------------------------------------------------------------
r6736 | ohertel | 2006-09-19 20:48:20 +0200 (mar, 19 sep 2006) | 2 lines

added Crawl-Delay: 30

------------------------------------------------------------------------
r6735 | ohertel | 2006-09-19 20:47:14 +0200 (mar, 19 sep 2006) | 2 lines

update lang/de

------------------------------------------------------------------------
r6734 | ohertel | 2006-09-19 20:46:42 +0200 (mar, 19 sep 2006) | 2 lines

blog styling

------------------------------------------------------------------------
r6733 | ohertel | 2006-09-19 20:31:19 +0200 (mar, 19 sep 2006) | 2 lines

[fix] save privacy flag and dont forget it when editing blog post

------------------------------------------------------------------------
r6732 | ohertel | 2006-09-19 19:49:25 +0200 (mar, 19 sep 2006) | 2 lines

[mod] tips/notes should look all the same

------------------------------------------------------------------------
r6731 | ohertel | 2006-09-19 19:48:06 +0200 (mar, 19 sep 2006) | 2 lines

[fix] 'mark as private' got lost when selection of contribution is required and missing

------------------------------------------------------------------------
r6730 | ohertel | 2006-09-19 19:28:12 +0200 (mar, 19 sep 2006) | 2 lines

cleanup styles

------------------------------------------------------------------------
r6729 | ohertel | 2006-09-19 19:27:32 +0200 (mar, 19 sep 2006) | 2 lines

{tr} fix

------------------------------------------------------------------------
r6728 | ohertel | 2006-09-19 19:22:25 +0200 (mar, 19 sep 2006) | 2 lines

[fix] allow characters too for parameter 'type'

------------------------------------------------------------------------
r6727 | ohertel | 2006-09-19 19:19:54 +0200 (mar, 19 sep 2006) | 2 lines

[fix] don't produce a newline before <?xml ...> which causes xml validation of page to throw an error.

------------------------------------------------------------------------
r6726 | ohertel | 2006-09-19 18:33:25 +0200 (mar, 19 sep 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6725 | ohertel | 2006-09-19 17:23:45 +0200 (mar, 19 sep 2006) | 2 lines

[new] silk icons for forums

------------------------------------------------------------------------
r6724 | sylvieg | 2006-09-18 16:22:00 +0200 (lun, 18 sep 2006) | 2 lines

to be able to choose to export all / only list visible / only non hidden fields

------------------------------------------------------------------------
r6722 | ohertel | 2006-09-17 19:56:34 +0200 (dim, 17 sep 2006) | 2 lines

[fix] prevent truncated chars on some systems

------------------------------------------------------------------------
r6721 | ohertel | 2006-09-17 19:01:11 +0200 (dim, 17 sep 2006) | 2 lines

minor update

------------------------------------------------------------------------
r6720 | ohertel | 2006-09-17 19:00:51 +0200 (dim, 17 sep 2006) | 2 lines

update lang/de

------------------------------------------------------------------------
r6719 | ohertel | 2006-09-17 17:44:40 +0200 (dim, 17 sep 2006) | 2 lines

[mod] all "Tip: ..." entries should be defined all the same say (for easier tiki styling)

------------------------------------------------------------------------
r6718 | ohertel | 2006-09-17 17:33:38 +0200 (dim, 17 sep 2006) | 2 lines

[mod] tip added about page permissions overriding global permissions

------------------------------------------------------------------------
r6717 | ohertel | 2006-09-17 17:05:20 +0200 (dim, 17 sep 2006) | 2 lines

[fix] filter by topicId

------------------------------------------------------------------------
r6716 | ohertel | 2006-09-17 15:58:25 +0200 (dim, 17 sep 2006) | 2 lines

[fix] error 'Input array does not match' when saving a wiki page and locking it at the same time

------------------------------------------------------------------------
r6715 | damosoft | 2006-09-17 15:37:34 +0200 (dim, 17 sep 2006) | 2 lines

Fix for duplication on installer screen

------------------------------------------------------------------------
r6714 | ohertel | 2006-09-17 15:36:41 +0200 (dim, 17 sep 2006) | 2 lines

cleanup, permission table now sortable without page reload

------------------------------------------------------------------------
r6713 | ohertel | 2006-09-17 15:20:56 +0200 (dim, 17 sep 2006) | 2 lines

update lang/de

------------------------------------------------------------------------
r6712 | ohertel | 2006-09-17 15:01:59 +0200 (dim, 17 sep 2006) | 2 lines

[fix] sql-error in edit submission

------------------------------------------------------------------------
r6711 | ohertel | 2006-09-17 13:40:20 +0200 (dim, 17 sep 2006) | 2 lines

[fix] fix of {tra}nslation tags

------------------------------------------------------------------------
r6710 | ohertel | 2006-09-17 13:14:07 +0200 (dim, 17 sep 2006) | 2 lines

update lang/de, moved untranslated strings to separate file to make lang array much smaller (php memory_limit!)

------------------------------------------------------------------------
r6709 | ohertel | 2006-09-17 12:40:39 +0200 (dim, 17 sep 2006) | 2 lines

fix link to image

------------------------------------------------------------------------
r6708 | ohertel | 2006-09-17 12:32:11 +0200 (dim, 17 sep 2006) | 2 lines

fix typo

------------------------------------------------------------------------
r6707 | ohertel | 2006-09-17 12:06:41 +0200 (dim, 17 sep 2006) | 2 lines

update lang/de

------------------------------------------------------------------------
r6706 | ohertel | 2006-09-17 12:04:31 +0200 (dim, 17 sep 2006) | 2 lines

visual fix

------------------------------------------------------------------------
r6705 | ohertel | 2006-09-17 12:04:06 +0200 (dim, 17 sep 2006) | 2 lines

update lang/de

------------------------------------------------------------------------
r6704 | ohertel | 2006-09-17 11:28:11 +0200 (dim, 17 sep 2006) | 2 lines

update lang/de

------------------------------------------------------------------------
r6703 | ohertel | 2006-09-17 11:27:47 +0200 (dim, 17 sep 2006) | 2 lines

[fix] fix of {tra}nslation tags

------------------------------------------------------------------------
r6702 | ohertel | 2006-09-17 11:22:18 +0200 (dim, 17 sep 2006) | 2 lines

[fix] wrong line breaks

------------------------------------------------------------------------
r6701 | ohertel | 2006-09-17 11:13:03 +0200 (dim, 17 sep 2006) | 2 lines

[fix] fix of {tra}nslation tags

------------------------------------------------------------------------
r6700 | ohertel | 2006-09-17 11:12:34 +0200 (dim, 17 sep 2006) | 2 lines

update lang/de

------------------------------------------------------------------------
r6699 | ohertel | 2006-09-17 09:42:54 +0200 (dim, 17 sep 2006) | 2 lines

update lang/de

------------------------------------------------------------------------
r6698 | ohertel | 2006-09-17 00:41:46 +0200 (dim, 17 sep 2006) | 2 lines

[new] stylesheet: modern - header background image

------------------------------------------------------------------------
r6697 | ohertel | 2006-09-17 00:40:49 +0200 (dim, 17 sep 2006) | 2 lines

[new] stylesheet: modern

------------------------------------------------------------------------
r6696 | ohertel | 2006-09-17 00:36:16 +0200 (dim, 17 sep 2006) | 2 lines

update lang/de

------------------------------------------------------------------------
r6695 | ohertel | 2006-09-16 19:51:01 +0200 (sam, 16 sep 2006) | 2 lines

not to be seen yet.

------------------------------------------------------------------------
r6694 | ohertel | 2006-09-16 19:27:19 +0200 (sam, 16 sep 2006) | 2 lines

[fix] added missing icons for admin/freetags

------------------------------------------------------------------------
r6693 | ohertel | 2006-09-16 16:22:42 +0200 (sam, 16 sep 2006) | 2 lines

[mod] css fixes and update for admin menu

------------------------------------------------------------------------
r6692 | ohertel | 2006-09-16 16:20:28 +0200 (sam, 16 sep 2006) | 2 lines

[mod] better and nicer tiki-admin layout, icons now flow as you resize the browser

------------------------------------------------------------------------
r6691 | ohertel | 2006-09-16 16:13:10 +0200 (sam, 16 sep 2006) | 2 lines

update lang/de

------------------------------------------------------------------------
r6690 | ohertel | 2006-09-16 16:12:16 +0200 (sam, 16 sep 2006) | 2 lines

update for easier translation

------------------------------------------------------------------------
r6689 | ohertel | 2006-09-16 16:10:36 +0200 (sam, 16 sep 2006) | 2 lines

added ZendPlatform to CVS ignore list

------------------------------------------------------------------------
r6688 | ohertel | 2006-09-16 16:09:29 +0200 (sam, 16 sep 2006) | 2 lines

[fix] <hr> to <hr/> for xhtml conformity

------------------------------------------------------------------------
r6687 | ohertel | 2006-09-16 11:57:20 +0200 (sam, 16 sep 2006) | 2 lines

[mod] 'fix utf-8 in tables' is hidden by default (advanced feature toggle)

------------------------------------------------------------------------
r6686 | ohertel | 2006-09-16 11:46:52 +0200 (sam, 16 sep 2006) | 2 lines

[fix] visual: tables use even/odd coloring

------------------------------------------------------------------------
r6685 | sylvieg | 2006-09-15 22:09:39 +0200 (ven, 15 sep 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6684 | sylvieg | 2006-09-15 21:53:23 +0200 (ven, 15 sep 2006) | 2 lines

avoid notice

------------------------------------------------------------------------
r6683 | sylvieg | 2006-09-15 15:21:10 +0200 (ven, 15 sep 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6682 | sylvieg | 2006-09-15 12:34:59 +0200 (ven, 15 sep 2006) | 2 lines

char encoding choice for the csv file

------------------------------------------------------------------------
r6681 | sylvieg | 2006-09-15 12:31:26 +0200 (ven, 15 sep 2006) | 2 lines

avoid long url if in default

------------------------------------------------------------------------
r6680 | sylvieg | 2006-09-14 18:41:54 +0200 (jeu, 14 sep 2006) | 2 lines

oops

------------------------------------------------------------------------
r6679 | sylvieg | 2006-09-14 18:38:13 +0200 (jeu, 14 sep 2006) | 2 lines

new tracker filed type : radio buttons

------------------------------------------------------------------------
r6678 | sylvieg | 2006-09-14 17:00:25 +0200 (jeu, 14 sep 2006) | 2 lines

add contributions in the blog watch email

------------------------------------------------------------------------
r6677 | sylvieg | 2006-09-14 16:36:26 +0200 (jeu, 14 sep 2006) | 2 lines

sync script

------------------------------------------------------------------------
r6676 | sylvieg | 2006-09-14 16:28:47 +0200 (jeu, 14 sep 2006) | 2 lines

blog post in actionlog and contribution

------------------------------------------------------------------------
r6675 | illori | 2006-09-12 14:20:33 +0200 (mar, 12 sep 2006) | 2 lines

make center section look alike in IE and firefox/konq/opera

------------------------------------------------------------------------
r6674 | sylvieg | 2006-09-12 12:45:48 +0200 (mar, 12 sep 2006) | 2 lines

ad the delete tiki_menu_options when inserting a new option to avoid the table to grow

------------------------------------------------------------------------
r6673 | sylvieg | 2006-09-12 12:13:40 +0200 (mar, 12 sep 2006) | 2 lines

merge 1.9+synchro

------------------------------------------------------------------------
r6672 | ohertel | 2006-09-09 02:40:44 +0200 (sam, 09 sep 2006) | 2 lines

update: layout=>table shows list as sortable list (click on the table header!)

------------------------------------------------------------------------
r6671 | ohertel | 2006-09-09 02:29:38 +0200 (sam, 09 sep 2006) | 2 lines

added sort: {USERLIST(sep=>", ",max=>10,sort=>asc|desc)}substring{USERLIST}

------------------------------------------------------------------------
r6670 | ohertel | 2006-09-09 02:14:22 +0200 (sam, 09 sep 2006) | 2 lines

new plugin, that returns a full or filtered tiki user list: {USERLIST(sep=>", ",max=>10)}substring{USERLIST}

------------------------------------------------------------------------
r6669 | fmathias | 2006-09-07 20:29:19 +0200 (jeu, 07 sep 2006) | 2 lines

[ADD] option structId=<structure id> to {toc} tag

------------------------------------------------------------------------
r6668 | sylvieg | 2006-09-07 00:09:17 +0200 (jeu, 07 sep 2006) | 2 lines

radio categ was not showing all the time

------------------------------------------------------------------------
r6667 | wesleywillians | 2006-09-06 17:22:37 +0200 (mer, 06 sep 2006) | 2 lines

[MOD] Adding title for blogs post

------------------------------------------------------------------------
r6666 | rlpowell | 2006-09-05 23:46:54 +0200 (mar, 05 sep 2006) | 2 lines

No newlines in page names!

------------------------------------------------------------------------
r6665 | wesleywillians | 2006-09-05 23:06:36 +0200 (mar, 05 sep 2006) | 2 lines

[ADD] Smarty plugin for articles

------------------------------------------------------------------------
r6664 | rlpowell | 2006-09-05 21:36:09 +0200 (mar, 05 sep 2006) | 2 lines

Search needed a new index.

------------------------------------------------------------------------
r6663 | sylvieg | 2006-09-05 17:35:30 +0200 (mar, 05 sep 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6659 | rlpowell | 2006-09-05 03:36:25 +0200 (mar, 05 sep 2006) | 2 lines

Non-broken joins *good*.

------------------------------------------------------------------------
r6658 | sylvieg | 2006-09-04 12:47:33 +0200 (lun, 04 sep 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6657 | hangerman | 2006-09-04 10:20:59 +0200 (lun, 04 sep 2006) | 2 lines

Bug correction: Display of tracker form from tiki-register through the wikiplugin_tracker

------------------------------------------------------------------------
r6656 | jreyesg | 2006-09-03 17:45:14 +0200 (dim, 03 sep 2006) | 2 lines

Included workspace groups on role groups

------------------------------------------------------------------------
r6655 | sylvieg | 2006-09-03 15:52:19 +0200 (dim, 03 sep 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6654 | toggg | 2006-09-01 09:31:52 +0200 (ven, 01 sep 2006) | 2 lines

These plugins are distributed in wiki-plugins-dist , a failing MTH ?

------------------------------------------------------------------------
r6653 | sylvieg | 2006-08-31 16:17:54 +0200 (jeu, 31 aoû 2006) | 2 lines

add page to the title

------------------------------------------------------------------------
r6648 | jreyesg | 2006-08-30 19:23:06 +0200 (mer, 30 aoû 2006) | 2 lines

AulaWiki renamed to Workspaces

------------------------------------------------------------------------
r6647 | toggg | 2006-08-30 18:27:22 +0200 (mer, 30 aoû 2006) | 2 lines

Reset action log lost in MTH

------------------------------------------------------------------------
r6646 | jreyesg | 2006-08-30 17:53:00 +0200 (mer, 30 aoû 2006) | 2 lines

Included workspace groups on role groups

------------------------------------------------------------------------
r6645 | jreyesg | 2006-08-30 17:46:10 +0200 (mer, 30 aoû 2006) | 2 lines

AulaWiki renamed to Workspaces

------------------------------------------------------------------------
r6644 | jreyesg | 2006-08-30 17:40:48 +0200 (mer, 30 aoû 2006) | 2 lines

Workspace zones

------------------------------------------------------------------------
r6643 | toggg | 2006-08-30 00:43:20 +0200 (mer, 30 aoû 2006) | 2 lines

Some old repetition of integrated help ...

------------------------------------------------------------------------
r6642 | toggg | 2006-08-30 00:17:30 +0200 (mer, 30 aoû 2006) | 2 lines

correction as in branch , in the merge to head move

------------------------------------------------------------------------
r6641 | sylvieg | 2006-08-29 23:24:47 +0200 (mar, 29 aoû 2006) | 2 lines

bad merge

------------------------------------------------------------------------
r6640 | sylvieg | 2006-08-29 23:09:29 +0200 (mar, 29 aoû 2006) | 2 lines

bad merge

------------------------------------------------------------------------
r6639 | sylvieg | 2006-08-29 22:32:05 +0200 (mar, 29 aoû 2006) | 2 lines

avoid notice

------------------------------------------------------------------------
r6638 | sylvieg | 2006-08-29 22:19:15 +0200 (mar, 29 aoû 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6637 | ohertel | 2006-08-29 18:25:35 +0200 (mar, 29 aoû 2006) | 2 lines

fixed $smarty->assing to $smarty->assign

------------------------------------------------------------------------
r6636 | ohertel | 2006-08-29 18:24:32 +0200 (mar, 29 aoû 2006) | 2 lines

missing {tr}{/tr} added

------------------------------------------------------------------------
r6635 | ohertel | 2006-08-29 18:21:26 +0200 (mar, 29 aoû 2006) | 2 lines

2x missing $cachelib-> added

------------------------------------------------------------------------
r6634 | hangerman | 2006-08-28 21:56:54 +0200 (lun, 28 aoû 2006) | 2 lines

Correction: User can post a blog if 1)It is his own blog 2)It is public (Before a user with tiki_p_blog_post could post to any blog) (Possible improovment: public to a specific group)

------------------------------------------------------------------------
r6633 | jreyesg | 2006-08-22 21:57:58 +0200 (mar, 22 aoû 2006) | 2 lines

Workspace zones

------------------------------------------------------------------------
r6632 | jreyesg | 2006-08-22 21:39:14 +0200 (mar, 22 aoû 2006) | 2 lines

Workspace zones

------------------------------------------------------------------------
r6631 | jreyesg | 2006-08-22 21:31:52 +0200 (mar, 22 aoû 2006) | 2 lines

Categorie perms problem

------------------------------------------------------------------------
r6630 | jmaspons | 2006-08-22 04:46:22 +0200 (mar, 22 aoû 2006) | 2 lines

some translations

------------------------------------------------------------------------
r6629 | marclaporte | 2006-08-16 01:45:22 +0200 (mer, 16 aoû 2006) | 2 lines

typo

------------------------------------------------------------------------
r6628 | marclaporte | 2006-08-15 23:06:11 +0200 (mar, 15 aoû 2006) | 2 lines

typos

------------------------------------------------------------------------
r6627 | marclaporte | 2006-08-15 22:26:23 +0200 (mar, 15 aoû 2006) | 2 lines

typo

------------------------------------------------------------------------
r6626 | marclaporte | 2006-08-15 22:18:03 +0200 (mar, 15 aoû 2006) | 2 lines

typos

------------------------------------------------------------------------
r6625 | marclaporte | 2006-08-15 22:10:02 +0200 (mar, 15 aoû 2006) | 2 lines

adding feature_workspaces to features admin panel

------------------------------------------------------------------------
r6624 | mose | 2006-08-13 16:28:44 +0200 (dim, 13 aoû 2006) | 2 lines

removed destructive operation, and removed creation of extra groups, they should not be created without asking

------------------------------------------------------------------------
r6623 | sylvieg | 2006-08-11 17:06:24 +0200 (ven, 11 aoû 2006) | 2 lines

bad marge: missing like page

------------------------------------------------------------------------
r6622 | jreyesg | 2006-08-10 20:36:08 +0200 (jeu, 10 aoû 2006) | 2 lines

AulaWiki renamed to Workspaces

------------------------------------------------------------------------
r6621 | hangerman | 2006-08-03 17:41:45 +0200 (jeu, 03 aoû 2006) | 2 lines

Add entries for the text newsletter

------------------------------------------------------------------------
r6620 | hangerman | 2006-08-03 16:59:10 +0200 (jeu, 03 aoû 2006) | 2 lines

moove presentation to tpl

------------------------------------------------------------------------
r6619 | hangerman | 2006-08-02 17:23:54 +0200 (mer, 02 aoû 2006) | 2 lines

moove custom hack for interactive translation from Smarty_compiler

------------------------------------------------------------------------
r6618 | hangerman | 2006-08-02 17:22:42 +0200 (mer, 02 aoû 2006) | 2 lines

Remove copy string

------------------------------------------------------------------------
r6616 | hangerman | 2006-08-02 17:19:23 +0200 (mer, 02 aoû 2006) | 2 lines

Interactive translation

------------------------------------------------------------------------
r6615 | hangerman | 2006-08-01 15:42:05 +0200 (mar, 01 aoû 2006) | 2 lines

Interactive translator

------------------------------------------------------------------------
r6614 | hangerman | 2006-07-31 23:10:19 +0200 (lun, 31 jui 2006) | 2 lines

Correct preferences bug

------------------------------------------------------------------------
r6613 | hangerman | 2006-07-31 15:05:37 +0200 (lun, 31 jui 2006) | 2 lines

add send text fonctionality

------------------------------------------------------------------------
r6612 | lfagundes | 2006-07-30 17:14:36 +0200 (dim, 30 jui 2006) | 2 lines

[NEW] access permission control for registered ajax functions

------------------------------------------------------------------------
r6611 | amette | 2006-07-30 03:03:30 +0200 (dim, 30 jui 2006) | 2 lines

removed leftover closing comment and fixing display of original size

------------------------------------------------------------------------
r6610 | toggg | 2006-07-30 02:10:58 +0200 (dim, 30 jui 2006) | 2 lines

Funny bad old MTH

------------------------------------------------------------------------
r6609 | toggg | 2006-07-27 08:50:13 +0200 (jeu, 27 jui 2006) | 2 lines

Repair the Merge To Head _ Get in conformity with BRANCH-1-9.

------------------------------------------------------------------------
r6608 | niclone | 2006-07-24 02:44:22 +0200 (lun, 24 jui 2006) | 2 lines

add crypt-md5 and crypt-des support

------------------------------------------------------------------------
r6607 | mose | 2006-07-24 00:43:05 +0200 (lun, 24 jui 2006) | 2 lines

key have a limited size. truncated one

------------------------------------------------------------------------
r6606 | toggg | 2006-07-22 19:20:00 +0200 (sam, 22 jui 2006) | 2 lines

Comment : you need now to install the official pear Text_Wiki_Tiki on top of your tw

------------------------------------------------------------------------
r6605 | toggg | 2006-07-22 19:09:19 +0200 (sam, 22 jui 2006) | 3 lines

Voila , c'est fait. We keep lib/pear/Text/Wiki.php for those using it.
Just pear install Text_Wiki on top of your tw.

------------------------------------------------------------------------
r6604 | toggg | 2006-07-22 18:57:35 +0200 (sam, 22 jui 2006) | 2 lines

Basic render out

------------------------------------------------------------------------
r6603 | toggg | 2006-07-22 18:54:09 +0200 (sam, 22 jui 2006) | 2 lines

Mooving out , that's in pear

------------------------------------------------------------------------
r6602 | toggg | 2006-07-22 18:46:02 +0200 (sam, 22 jui 2006) | 2 lines

The pear/Text/Wiki is now available from pear only

------------------------------------------------------------------------
r6601 | sylvieg | 2006-07-18 20:28:04 +0200 (mar, 18 jui 2006) | 2 lines

additional param to have the tree expanded by default in browse categories in phplayers mode

------------------------------------------------------------------------
r6600 | luciash | 2006-07-14 13:43:43 +0200 (ven, 14 jui 2006) | 2 lines

[FIX] after merge manual check and repair to bring HEAD changes back

------------------------------------------------------------------------
r6599 | amette | 2006-07-14 13:08:13 +0200 (ven, 14 jui 2006) | 2 lines

Delayed-Manual-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6598 | sylvieg | 2006-07-14 13:01:00 +0200 (ven, 14 jui 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6597 | sylvieg | 2006-07-13 16:30:29 +0200 (jeu, 13 jui 2006) | 2 lines

optional contributions param

------------------------------------------------------------------------
r6595 | mose | 2006-07-10 13:24:26 +0200 (lun, 10 jui 2006) | 2 lines

fixed an index length making sql impossible to setup

------------------------------------------------------------------------
r6594 | amette | 2006-07-09 13:41:58 +0200 (dim, 09 jui 2006) | 2 lines

missing global

------------------------------------------------------------------------
r6592 | amette | 2006-07-08 07:47:40 +0200 (sam, 08 jui 2006) | 2 lines

possibility to delete blog post level trackback pings

------------------------------------------------------------------------
r6591 | amette | 2006-07-08 02:34:05 +0200 (sam, 08 jui 2006) | 2 lines

escape ampersand in URL

------------------------------------------------------------------------
r6588 | amette | 2006-06-27 23:46:48 +0200 (mar, 27 jun 2006) | 2 lines

Better use of alt and title attributes, output sanitation and making module react to $module_rows

------------------------------------------------------------------------
r6587 | sylvieg | 2006-06-25 23:24:22 +0200 (dim, 25 jun 2006) | 2 lines

redirect error if no page indicated

------------------------------------------------------------------------
r6586 | rischconsulting | 2006-06-25 23:18:20 +0200 (dim, 25 jun 2006) | 2 lines

Add feature checking

------------------------------------------------------------------------
r6585 | sylvieg | 2006-06-25 23:15:35 +0200 (dim, 25 jun 2006) | 2 lines

check feature copyright

------------------------------------------------------------------------
r6584 | rischconsulting | 2006-06-25 18:10:25 +0200 (dim, 25 jun 2006) | 2 lines

Undo prior fix - changed wrong parameter

------------------------------------------------------------------------
r6583 | rischconsulting | 2006-06-24 17:34:02 +0200 (sam, 24 jun 2006) | 2 lines

fix copyright management links

------------------------------------------------------------------------
r6582 | rischconsulting | 2006-06-24 17:33:03 +0200 (sam, 24 jun 2006) | 2 lines

Fix copyright plugin

------------------------------------------------------------------------
r6581 | amette | 2006-06-24 16:23:59 +0200 (sam, 24 jun 2006) | 2 lines

Use alt and title attributes to provide more information about thumbnails

------------------------------------------------------------------------
r6580 | amette | 2006-06-24 15:08:27 +0200 (sam, 24 jun 2006) | 2 lines

Moving that broken slideshow out of the way, damnit - and clicking on the image now toggles through all scales including original size

------------------------------------------------------------------------
r6579 | jmaspons | 2006-06-20 15:46:16 +0200 (mar, 20 jun 2006) | 2 lines

some strings translated

------------------------------------------------------------------------
r6578 | sylvieg | 2006-06-19 23:04:52 +0200 (lun, 19 jun 2006) | 2 lines

an existing newsletter draft is already on the database

------------------------------------------------------------------------
r6577 | sylvieg | 2006-06-19 22:50:04 +0200 (lun, 19 jun 2006) | 2 lines

the edition was saved 2 times

------------------------------------------------------------------------
r6576 | jmaspons | 2006-06-12 13:52:37 +0200 (lun, 12 jun 2006) | 2 lines

more strings translated :)

------------------------------------------------------------------------
r6575 | jmaspons | 2006-06-11 21:22:07 +0200 (dim, 11 jun 2006) | 2 lines

corrected "enregistrar"=>"registrar"

------------------------------------------------------------------------
r6574 | jmaspons | 2006-06-11 21:07:06 +0200 (dim, 11 jun 2006) | 2 lines

countries translated acording to softcatala.org

------------------------------------------------------------------------
r6573 | xavidp | 2006-06-09 14:35:26 +0200 (ven, 09 jun 2006) | 2 lines

1 bug fixed related to inserting record in action logs

------------------------------------------------------------------------
r6572 | xavidp | 2006-06-09 13:11:05 +0200 (ven, 09 jun 2006) | 2 lines

(proposal of) improvements for tikisheet borders and background of cells

------------------------------------------------------------------------
r6570 | xavidp | 2006-06-07 18:12:02 +0200 (mer, 07 jun 2006) | 2 lines

some colors to cells (border and background) in tikisheet added (I hope authors of styles don't mind! :-)

------------------------------------------------------------------------
r6569 | sylvieg | 2006-06-02 22:15:25 +0200 (ven, 02 jun 2006) | 2 lines

in actionlog, to be able to see in the url the name of page at the action time if the page is renamed + new page name in object column

------------------------------------------------------------------------
r6568 | sylvieg | 2006-05-30 16:52:45 +0200 (mar, 30 mai 2006) | 2 lines

remember date on sort

------------------------------------------------------------------------
r6567 | beuc | 2006-05-29 16:46:52 +0200 (lun, 29 mai 2006) | 2 lines

Removed a superfluous {/if}, and indented so that it doesn't happen again ;)

------------------------------------------------------------------------
r6566 | sylvieg | 2006-05-29 14:59:40 +0200 (lun, 29 mai 2006) | 2 lines

when renaming an object the comment lines of this object in actionlog are renamed

------------------------------------------------------------------------
r6565 | sylvieg | 2006-05-29 14:47:12 +0200 (lun, 29 mai 2006) | 2 lines

avoid notice if sort on categ

------------------------------------------------------------------------
r6558 | sylvieg | 2006-05-25 16:34:39 +0200 (jeu, 25 mai 2006) | 2 lines

fix find in list sheets

------------------------------------------------------------------------
r6557 | sylvieg | 2006-05-25 16:22:23 +0200 (jeu, 25 mai 2006) | 2 lines

the user in history and in the database on a cell was lost for the user changing the cell

------------------------------------------------------------------------
r6556 | sylvieg | 2006-05-25 16:18:21 +0200 (jeu, 25 mai 2006) | 2 lines

link to the sheet and not the list

------------------------------------------------------------------------
r6555 | sampaioprimo | 2006-05-25 08:06:47 +0200 (jeu, 25 mai 2006) | 2 lines

[ADD] individual permission and feature for view wiki page source

------------------------------------------------------------------------
r6554 | mose | 2006-05-22 19:09:17 +0200 (lun, 22 mai 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6553 | beuc | 2006-05-22 16:49:38 +0200 (lun, 22 mai 2006) | 2 lines

Fix bug that prevented normal tiki authentication

------------------------------------------------------------------------
r6552 | philwhipps | 2006-05-22 08:00:03 +0200 (lun, 22 mai 2006) | 2 lines

Shibboleth Login - Initial load

------------------------------------------------------------------------
r6551 | philwhipps | 2006-05-22 07:44:24 +0200 (lun, 22 mai 2006) | 2 lines

Shibboleth Login- Initial load

------------------------------------------------------------------------
r6550 | amette | 2006-05-20 01:03:48 +0200 (sam, 20 mai 2006) | 2 lines

Added the clear attribute to the wiki-plugin-help - sorry for not noticing in the commit adding the attribute

------------------------------------------------------------------------
r6549 | amette | 2006-05-20 00:54:21 +0200 (sam, 20 mai 2006) | 2 lines

Ooops, broke the class-attribute with the last commit - fixing it here - thanks to CVS-diff-mails

------------------------------------------------------------------------
r6548 | amette | 2006-05-20 00:49:53 +0200 (sam, 20 mai 2006) | 2 lines

Added property "clear" to WikiPlugin DIV

------------------------------------------------------------------------
r6547 | sylvieg | 2006-05-18 14:54:34 +0200 (jeu, 18 mai 2006) | 2 lines

 a bigger scroll list

------------------------------------------------------------------------
r6546 | sylvieg | 2006-05-18 14:48:10 +0200 (jeu, 18 mai 2006) | 2 lines

can edit contribution in actionlog

------------------------------------------------------------------------
r6545 | xavidp | 2006-05-16 17:31:22 +0200 (mar, 16 mai 2006) | 2 lines

some links and "make up" added for usability

------------------------------------------------------------------------
r6544 | xavidp | 2006-05-16 16:48:20 +0200 (mar, 16 mai 2006) | 2 lines

contribution info separated one line to make links usable again

------------------------------------------------------------------------
r6543 | sylvieg | 2006-05-16 12:18:19 +0200 (mar, 16 mai 2006) | 2 lines

oops: a debug trace

------------------------------------------------------------------------
r6542 | marcmont | 2006-05-16 11:39:02 +0200 (mar, 16 mai 2006) | 2 lines

- Corrected problems with csv-export and blank lines/order

------------------------------------------------------------------------
r6541 | xavidp | 2006-05-15 19:53:22 +0200 (lun, 15 mai 2006) | 2 lines

fixed wrong link to galleries in navigation bar at bottom of page

------------------------------------------------------------------------
r6540 | sylvieg | 2006-05-12 20:27:07 +0200 (ven, 12 mai 2006) | 2 lines

wysiwig in contribution for wiki page + rename update actionlog

------------------------------------------------------------------------
r6539 | marcmont | 2006-05-07 19:40:50 +0200 (dim, 07 mai 2006) | 2 lines

* Corrected support to export csv-excel

------------------------------------------------------------------------
r6538 | marcmont | 2006-05-07 19:32:32 +0200 (dim, 07 mai 2006) | 4 lines

* Added a csv-excel import type for tikisheets (; separated and iso-8859-15)
* Eliminated autodetect encoding because it was causing some problems.
* Added support for iso-8859-15 to lib-encoding.php

------------------------------------------------------------------------
r6537 | sylvieg | 2006-05-03 17:28:42 +0200 (mer, 03 mai 2006) | 2 lines

tighten a little bit the notif if the contribution feature is not set

------------------------------------------------------------------------
r6536 | sylvieg | 2006-05-03 17:15:45 +0200 (mer, 03 mai 2006) | 2 lines

to avoid to see Contributions: if feature is desactivated or if no contribution

------------------------------------------------------------------------
r6535 | sylvieg | 2006-05-03 17:13:56 +0200 (mer, 03 mai 2006) | 2 lines

you can only add a parameter at the end of the parameters

------------------------------------------------------------------------
r6534 | xavidp | 2006-05-03 17:04:29 +0200 (mer, 03 mai 2006) | 2 lines

Include type of contrib. into emails from wiki changes (create + edit). To be coonfirmed that everything is ok.

------------------------------------------------------------------------
r6533 | xavidp | 2006-05-03 15:37:06 +0200 (mer, 03 mai 2006) | 2 lines

relocated contribution type info below message headers (before message) + label

------------------------------------------------------------------------
r6532 | sylvieg | 2006-05-03 15:32:33 +0200 (mer, 03 mai 2006) | 2 lines

avoid a notice

------------------------------------------------------------------------
r6531 | sylvieg | 2006-05-03 13:37:52 +0200 (mer, 03 mai 2006) | 2 lines

fix contributions sent to a forum topic notification

------------------------------------------------------------------------
r6530 | xavidp | 2006-05-03 12:41:54 +0200 (mer, 03 mai 2006) | 2 lines

trial to include contribution type information on watch emails from forum posts (buggy)

------------------------------------------------------------------------
r6529 | xavidp | 2006-05-03 11:34:48 +0200 (mer, 03 mai 2006) | 2 lines

request freetag_string for smarty only if feature freetags is on

------------------------------------------------------------------------
r6525 | franck | 2006-05-01 06:51:14 +0200 (lun, 01 mai 2006) | 2 lines

TikiMaps: more ajax Languages: FJ added

------------------------------------------------------------------------
r6524 | sampaioprimo | 2006-04-30 02:44:23 +0200 (dim, 30 avr 2006) | 2 lines

[ADD] force lowercase username, max and min lenght username options added to admin login panel

------------------------------------------------------------------------
r6523 | xavidp | 2006-04-28 19:04:09 +0200 (ven, 28 avr 2006) | 2 lines

updated and manually synchronized between jmaspons (1.9. changes) and me (1.10 changes)

------------------------------------------------------------------------
r6522 | sylvieg | 2006-04-27 23:03:00 +0200 (jeu, 27 avr 2006) | 2 lines

for an unknown reason, can't use key in array becquse each array contains remove and contains. Was creating empty contributions

------------------------------------------------------------------------
r6521 | sylvieg | 2006-04-27 22:22:38 +0200 (jeu, 27 avr 2006) | 2 lines

oops set is useless

------------------------------------------------------------------------
r6520 | sylvieg | 2006-04-27 19:25:27 +0200 (jeu, 27 avr 2006) | 2 lines

contribution with a quote was craching the edit sheet

------------------------------------------------------------------------
r6519 | sylvieg | 2006-04-27 16:51:40 +0200 (jeu, 27 avr 2006) | 2 lines

some fix on semaphore with anonymous + possibility 2 have 2 semaphore on the same object by 2 users

------------------------------------------------------------------------
r6518 | sylvieg | 2006-04-27 15:51:54 +0200 (jeu, 27 avr 2006) | 2 lines

sync

------------------------------------------------------------------------
r6517 | sylvieg | 2006-04-27 15:50:12 +0200 (jeu, 27 avr 2006) | 2 lines

warning on edit conflict also for sheet+delete all old semaphore while testing semaphore

------------------------------------------------------------------------
r6516 | sylvieg | 2006-04-26 16:24:02 +0200 (mer, 26 avr 2006) | 2 lines

avoid notice

------------------------------------------------------------------------
r6515 | sylvieg | 2006-04-26 15:58:09 +0200 (mer, 26 avr 2006) | 2 lines

the user who must have reeive a newsletter but didn't (send timeout or error...) are kept in a list and can be displayed

------------------------------------------------------------------------
r6514 | sylvieg | 2006-04-26 15:47:22 +0200 (mer, 26 avr 2006) | 2 lines

the user who must have reeive a newsletter but didn't (send timeout or error...) are kept in a list and can be displayed + list editions was broken

------------------------------------------------------------------------
r6513 | sylvieg | 2006-04-26 15:43:47 +0200 (mer, 26 avr 2006) | 2 lines

add simple user to a newsletter was broken

------------------------------------------------------------------------
r6511 | xavidp | 2006-04-25 12:14:15 +0200 (mar, 25 avr 2006) | 2 lines

deleted extra slash and add chmod to make it work under servers with suphp

------------------------------------------------------------------------
r6510 | xavidp | 2006-04-24 20:01:27 +0200 (lun, 24 avr 2006) | 2 lines

some more strings translated + reordered back to original sections from get_strings.php, etc.

------------------------------------------------------------------------
r6509 | sylvieg | 2006-04-24 18:06:32 +0200 (lun, 24 avr 2006) | 2 lines

missing tr

------------------------------------------------------------------------
r6508 | sylvieg | 2006-04-24 17:03:09 +0200 (lun, 24 avr 2006) | 2 lines

contribution for sheet

------------------------------------------------------------------------
r6507 | xavidp | 2006-04-24 12:20:21 +0200 (lun, 24 avr 2006) | 2 lines

some new strings added, and a few translated (contributions, action logs). Reordered to ease dupli. deletion

------------------------------------------------------------------------
r6506 | lphuberdeau | 2006-04-23 22:08:42 +0200 (dim, 23 avr 2006) | 2 lines

Adding some code for sylvieg (related to contribution).

------------------------------------------------------------------------
r6505 | sylvieg | 2006-04-21 20:11:15 +0200 (ven, 21 avr 2006) | 2 lines

export displays contribution and not array

------------------------------------------------------------------------
r6504 | sylvieg | 2006-04-21 19:54:31 +0200 (ven, 21 avr 2006) | 2 lines

fix perm for editing sheet

------------------------------------------------------------------------
r6503 | marcmont | 2006-04-21 19:00:50 +0200 (ven, 21 avr 2006) | 2 lines

* Changed mb_convert_encoding to iconv because some characters isn't transformed correct.

------------------------------------------------------------------------
r6502 | sylvieg | 2006-04-21 12:53:47 +0200 (ven, 21 avr 2006) | 2 lines

no notice if object has been deleted

------------------------------------------------------------------------
r6501 | xavidp | 2006-04-20 20:32:28 +0200 (jeu, 20 avr 2006) | 2 lines

added a couple of {tr} tags to submit buttons

------------------------------------------------------------------------
r6500 | marcmont | 2006-04-20 19:57:20 +0200 (jeu, 20 avr 2006) | 2 lines

* Corrected an unclosed select ...

------------------------------------------------------------------------
r6499 | marcmont | 2006-04-20 19:31:24 +0200 (jeu, 20 avr 2006) | 2 lines

* Added enconding convert code.

------------------------------------------------------------------------
r6498 | sylvieg | 2006-04-19 23:28:59 +0200 (mer, 19 avr 2006) | 2 lines

smarty fucntion popup is buggy: the text must not include double quote

------------------------------------------------------------------------
r6497 | sylvieg | 2006-04-19 23:06:30 +0200 (mer, 19 avr 2006) | 2 lines

missing global

------------------------------------------------------------------------
r6496 | marcmont | 2006-04-18 12:11:40 +0200 (mar, 18 avr 2006) | 2 lines

* Added different input/output character encoding suppoort to tiki sheet

------------------------------------------------------------------------
r6495 | marcmont | 2006-04-18 12:06:45 +0200 (mar, 18 avr 2006) | 2 lines

* Uploaded library to  work with encodings. For now it's a wrapper to another phpp librariy (mb_convert)

------------------------------------------------------------------------
r6494 | sylvieg | 2006-04-13 19:39:46 +0200 (jeu, 13 avr 2006) | 2 lines

sync

------------------------------------------------------------------------
r6493 | sylvieg | 2006-04-13 19:38:45 +0200 (jeu, 13 avr 2006) | 2 lines

sheet in actionlog + user name in sheet history + fix display contrib in actionlog

------------------------------------------------------------------------
r6492 | sylvieg | 2006-04-13 17:48:59 +0200 (jeu, 13 avr 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6491 | sylvieg | 2006-04-12 22:39:31 +0200 (mer, 12 avr 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6490 | sylvieg | 2006-04-11 19:33:45 +0200 (mar, 11 avr 2006) | 2 lines

perm for anonymous

------------------------------------------------------------------------
r6489 | sylvieg | 2006-04-11 19:28:14 +0200 (mar, 11 avr 2006) | 2 lines

some buttom to navigate around the sheet at import

------------------------------------------------------------------------
r6488 | sylvieg | 2006-04-11 19:05:11 +0200 (mar, 11 avr 2006) | 2 lines

add list tikisheet in menu for usability

------------------------------------------------------------------------
r6487 | sylvieg | 2006-04-11 19:02:19 +0200 (mar, 11 avr 2006) | 2 lines

wysiwyg edit buttom for the plugin sheet

------------------------------------------------------------------------
r6486 | sylvieg | 2006-04-11 18:48:20 +0200 (mar, 11 avr 2006) | 2 lines

list_pages is in tikilib

------------------------------------------------------------------------
r6485 | sylvieg | 2006-04-11 18:41:08 +0200 (mar, 11 avr 2006) | 2 lines

avoid some notice

------------------------------------------------------------------------
r6484 | sylvieg | 2006-04-11 18:31:39 +0200 (mar, 11 avr 2006) | 2 lines

each include must have the global

------------------------------------------------------------------------
r6483 | xavidp | 2006-04-11 12:21:33 +0200 (mar, 11 avr 2006) | 2 lines

hacked to allow chmodding files to 644 on servers with suphp security installed (for instance: ourproject.org, where edu.tw.o is installed). Hacked with the help of vjrj, op.o admin :-)

------------------------------------------------------------------------
r6482 | xavidp | 2006-04-07 10:01:20 +0200 (ven, 07 avr 2006) | 2 lines

Improved error page, more similar to error.tpl from base style

------------------------------------------------------------------------
r6481 | xavidp | 2006-04-07 09:34:04 +0200 (ven, 07 avr 2006) | 2 lines

Taken out extra "Login" notice on top of module, and Capitalize title text (I guess that was an undesired tiny error)

------------------------------------------------------------------------
r6480 | sylvieg | 2006-04-06 18:06:23 +0200 (jeu, 06 avr 2006) | 2 lines

individual+ categ perms on sheet

------------------------------------------------------------------------
r6479 | sylvieg | 2006-04-06 14:46:27 +0200 (jeu, 06 avr 2006) | 2 lines

rename wiki page in actionlog

------------------------------------------------------------------------
r6477 | lphuberdeau | 2006-04-06 04:07:40 +0200 (jeu, 06 avr 2006) | 2 lines

$feature_sheet check.

------------------------------------------------------------------------
r6476 | sylvieg | 2006-04-05 23:49:20 +0200 (mer, 05 avr 2006) | 2 lines

contribution in export

------------------------------------------------------------------------
r6475 | sylvieg | 2006-04-05 22:45:28 +0200 (mer, 05 avr 2006) | 2 lines

readable date in export

------------------------------------------------------------------------
r6474 | sylvieg | 2006-04-05 22:09:06 +0200 (mer, 05 avr 2006) | 2 lines

missed up with param order

------------------------------------------------------------------------
r6473 | sylvieg | 2006-04-05 17:58:34 +0200 (mer, 05 avr 2006) | 2 lines

sync

------------------------------------------------------------------------
r6472 | sylvieg | 2006-04-05 17:53:25 +0200 (mer, 05 avr 2006) | 2 lines

not to have quoted lines without cr counted

------------------------------------------------------------------------
r6471 | sylvieg | 2006-04-05 00:16:07 +0200 (mer, 05 avr 2006) | 2 lines

current contributions are kept in comments logs to see the right contributions if comment edited

------------------------------------------------------------------------
r6470 | sampaioprimo | 2006-03-28 09:41:46 +0200 (mar, 28 mar 2006) | 2 lines

[ADD] make search and replace feature optional

------------------------------------------------------------------------
r6469 | sylvieg | 2006-03-26 17:56:38 +0200 (dim, 26 mar 2006) | 2 lines

show contribution in action logs

------------------------------------------------------------------------
r6468 | sylvieg | 2006-03-26 17:00:21 +0200 (dim, 26 mar 2006) | 2 lines

contribution help more readable

------------------------------------------------------------------------
r6467 | lfagundes | 2006-03-20 22:47:11 +0100 (lun, 20 mar 2006) | 2 lines

save draft working with edit is loaded dinamically

------------------------------------------------------------------------
r6466 | lfagundes | 2006-03-20 22:39:19 +0100 (lun, 20 mar 2006) | 3 lines

editpage now loads with ajax
[FIX] avoid rolling page to top when clicking ajax link

------------------------------------------------------------------------
r6465 | lfagundes | 2006-03-20 17:36:14 +0100 (lun, 20 mar 2006) | 7 lines

refactor:
* create ajaxlib, that extends xajax
* global $xajax renamed to $ajaxlib
* all component templates have to be registered with $ajaxlib->registerTemplate()

also fix doc/devtools/make_ajax_template.pl to remove path from template

------------------------------------------------------------------------
r6464 | lfagundes | 2006-03-20 08:29:16 +0100 (lun, 20 mar 2006) | 2 lines

removing old ajax garbage

------------------------------------------------------------------------
r6463 | lfagundes | 2006-03-20 08:03:38 +0100 (lun, 20 mar 2006) | 3 lines

save draft in wiki now with xajax
quicktags also dinamic

------------------------------------------------------------------------
r6462 | lfagundes | 2006-03-20 07:54:21 +0100 (lun, 20 mar 2006) | 2 lines

refactor of admin_quicktags

------------------------------------------------------------------------
r6461 | lfagundes | 2006-03-20 07:20:58 +0100 (lun, 20 mar 2006) | 2 lines

"Loading..." sign while loading component with ajax

------------------------------------------------------------------------
r6460 | lfagundes | 2006-03-20 07:15:12 +0100 (lun, 20 mar 2006) | 2 lines

tiki-admin_quicktags now uses xajax instead of cpaint

------------------------------------------------------------------------
r6459 | lfagundes | 2006-03-20 07:10:22 +0100 (lun, 20 mar 2006) | 2 lines

[NEW] perl script to put ajax in a page

------------------------------------------------------------------------
r6458 | lfagundes | 2006-03-20 06:06:32 +0100 (lun, 20 mar 2006) | 2 lines

continuing ajax refactor, adding xajax_js to lib/ajax/

------------------------------------------------------------------------
r6457 | lfagundes | 2006-03-20 05:49:21 +0100 (lun, 20 mar 2006) | 2 lines

[NEW] ajax_href smarty block that makes a common url into a js call to dinamically load a component in screen.

------------------------------------------------------------------------
r6456 | lfagundes | 2006-03-20 05:45:53 +0100 (lun, 20 mar 2006) | 4 lines

new proposal for ajax framework, now using xajax and smarty blocks to make components dinamic in a very simple way and preserving environment.
[NEW] list of wiki pages with ajax
refactor of xajax structure. lib/cpaint will be deleted soon

------------------------------------------------------------------------
r6455 | lfagundes | 2006-03-20 00:28:54 +0100 (lun, 20 mar 2006) | 2 lines

upgrade of xajax lib to v0.2.2, with patch available in http://sourceforge.net/tracker/index.php?func=detail&aid=1454076&group_id=139736&atid=744316

------------------------------------------------------------------------
r6454 | sampaioprimo | 2006-03-17 19:45:02 +0100 (ven, 17 mar 2006) | 2 lines

[ADD] make dafault calendar view mode optional on calendar admin panel

------------------------------------------------------------------------
r6453 | sylvieg | 2006-03-16 16:58:31 +0100 (jeu, 16 mar 2006) | 2 lines

if error in comment, keep the already typed title,data ...

------------------------------------------------------------------------
r6452 | sylvieg | 2006-03-16 14:43:13 +0100 (jeu, 16 mar 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6451 | lfagundes | 2006-03-15 13:23:30 +0100 (mer, 15 mar 2006) | 2 lines

rollback cpaint's modification and make ajaxlib in a way not to need cpaint's patch

------------------------------------------------------------------------
r6450 | lfagundes | 2006-03-14 23:59:02 +0100 (mar, 14 mar 2006) | 5 lines

refactor: oo design, now ajaxlib extends cpaint with funcionality we need.
by now tra() js function is not working, temporarily disabled.
one file per function is no more, now we pass file as argument to load() and loadFunction()
sadly we had to modify cpaint's constructor so it can be extended, simple change, have tell cpaint's author

------------------------------------------------------------------------
r6449 | lfagundes | 2006-03-14 13:22:20 +0100 (mar, 14 mar 2006) | 2 lines

sorry, forgot to add this file long ago when refactoring calendar to make wikiplugin

------------------------------------------------------------------------
r6448 | sylvieg | 2006-03-13 15:13:41 +0100 (lun, 13 mar 2006) | 2 lines

avoid some notice

------------------------------------------------------------------------
r6447 | sylvieg | 2006-03-13 15:08:18 +0100 (lun, 13 mar 2006) | 2 lines

clean quote

------------------------------------------------------------------------
r6446 | sylvieg | 2006-03-13 14:59:29 +0100 (lun, 13 mar 2006) | 2 lines

avoid notice

------------------------------------------------------------------------
r6445 | sylvieg | 2006-03-13 14:56:00 +0100 (lun, 13 mar 2006) | 2 lines

sync scripts

------------------------------------------------------------------------
r6444 | sylvieg | 2006-03-13 14:48:37 +0100 (lun, 13 mar 2006) | 2 lines

avoid a notice

------------------------------------------------------------------------
r6443 | sylvieg | 2006-03-13 14:48:20 +0100 (lun, 13 mar 2006) | 2 lines

mysql 3 compliance

------------------------------------------------------------------------
r6442 | lfagundes | 2006-03-12 22:02:42 +0100 (dim, 12 mar 2006) | 2 lines

drafts now are recovered by edit. now have to fix the \n being converted to "n" and alert user drafts on tiki-index.php

------------------------------------------------------------------------
r6441 | lfagundes | 2006-03-12 20:50:08 +0100 (dim, 12 mar 2006) | 3 lines

[NEW] save draft for wiki pages in ajax
by now it saves, but don't recover yet

------------------------------------------------------------------------
r6440 | lfagundes | 2006-03-12 14:25:31 +0100 (dim, 12 mar 2006) | 2 lines

ignore ajax php function accidental output that would kill cpaint client

------------------------------------------------------------------------
r6439 | lfagundes | 2006-03-12 14:16:53 +0100 (dim, 12 mar 2006) | 2 lines

changed quicktags ajax so to use the framework

------------------------------------------------------------------------
r6438 | lfagundes | 2006-03-12 14:12:25 +0100 (dim, 12 mar 2006) | 2 lines

[FIX] no such field tagname in tiki_quicktags, changed for taglabel

------------------------------------------------------------------------
r6437 | lfagundes | 2006-03-11 21:45:24 +0100 (sam, 11 mar 2006) | 2 lines

explicity type declaration of ajax functions not necessary anymore. now any data structure (but objects) can be passed directly to js. tough but worth.

------------------------------------------------------------------------
r6436 | sylvieg | 2006-03-10 17:06:27 +0100 (ven, 10 mar 2006) | 2 lines

remove object & contributions if remove comment

------------------------------------------------------------------------
r6435 | sylvieg | 2006-03-10 16:24:02 +0100 (ven, 10 mar 2006) | 2 lines

keep the previous contributions as preselected in modif comment/post

------------------------------------------------------------------------
r6434 | lphuberdeau | 2006-03-10 13:20:16 +0100 (ven, 10 mar 2006) | 2 lines

Additional verification.

------------------------------------------------------------------------
r6433 | wesleywillians | 2006-03-10 03:56:15 +0100 (ven, 10 mar 2006) | 2 lines

[NEW] Xajax lib.

------------------------------------------------------------------------
r6432 | wesleywillians | 2006-03-10 03:15:52 +0100 (ven, 10 mar 2006) | 2 lines

[NEW] Xajax, example.

------------------------------------------------------------------------
r6431 | wesleywillians | 2006-03-10 03:14:36 +0100 (ven, 10 mar 2006) | 2 lines

[NEW] template of xajax

------------------------------------------------------------------------
r6430 | wesleywillians | 2006-03-10 03:10:56 +0100 (ven, 10 mar 2006) | 2 lines

[NEW] XAJAX FRAMEWORK

------------------------------------------------------------------------
r6429 | sylvieg | 2006-03-09 21:31:20 +0100 (jeu, 09 mar 2006) | 2 lines

add the description filed in the contribution lmabel

------------------------------------------------------------------------
r6428 | sylvieg | 2006-03-09 20:52:26 +0100 (jeu, 09 mar 2006) | 2 lines

resuse what was modified and db info if error

------------------------------------------------------------------------
r6427 | sylvieg | 2006-03-09 17:33:22 +0100 (jeu, 09 mar 2006) | 2 lines

db script sync

------------------------------------------------------------------------
r6426 | sylvieg | 2006-03-09 17:28:30 +0100 (jeu, 09 mar 2006) | 2 lines

mandatory contribution for comments/forums

------------------------------------------------------------------------
r6425 | xavidp | 2006-03-06 21:34:31 +0100 (lun, 06 mar 2006) | 2 lines

tikisheet details added

------------------------------------------------------------------------
r6424 | xavidp | 2006-03-06 21:18:25 +0100 (lun, 06 mar 2006) | 2 lines

added quote plugin and sheet css entries

------------------------------------------------------------------------
r6423 | sylvieg | 2006-03-06 15:31:17 +0100 (lun, 06 mar 2006) | 2 lines

contribution for comments

------------------------------------------------------------------------
r6422 | sylvieg | 2006-03-06 14:24:43 +0100 (lun, 06 mar 2006) | 2 lines

display contribution choice

------------------------------------------------------------------------
r6421 | mose | 2006-03-06 10:50:43 +0100 (lun, 06 mar 2006) | 2 lines

trying  some display enhancement

------------------------------------------------------------------------
r6420 | lfagundes | 2006-03-06 07:19:13 +0100 (lun, 06 mar 2006) | 2 lines

[ADD] client-side translation via ajax

------------------------------------------------------------------------
r6419 | lfagundes | 2006-03-06 06:24:34 +0100 (lun, 06 mar 2006) | 2 lines

[ADD] tiki-ajax_example.php, that explains and demonstrates how to use new ajax framework in tiki

------------------------------------------------------------------------
r6418 | lfagundes | 2006-03-06 03:47:13 +0100 (lun, 06 mar 2006) | 2 lines

[ADD] mid-layer for cpaint and baby ajax framework for tiki

------------------------------------------------------------------------
r6417 | ice8878 | 2006-03-03 21:54:12 +0100 (ven, 03 mar 2006) | 2 lines

more translations and fixes

------------------------------------------------------------------------
r6416 | sylvieg | 2006-03-03 19:13:49 +0100 (ven, 03 mar 2006) | 2 lines

new option in category tracker field: radio or checkbox to have one or many categs

------------------------------------------------------------------------
r6415 | lfagundes | 2006-03-03 16:53:30 +0100 (ven, 03 mar 2006) | 2 lines

translation

------------------------------------------------------------------------
r6414 | sylvieg | 2006-03-03 15:56:08 +0100 (ven, 03 mar 2006) | 2 lines

to be able to reuse objectlib somewhere else

------------------------------------------------------------------------
r6413 | sylvieg | 2006-03-03 15:09:29 +0100 (ven, 03 mar 2006) | 2 lines

export csv

------------------------------------------------------------------------
r6412 | sylvieg | 2006-03-02 21:46:16 +0100 (jeu, 02 mar 2006) | 2 lines

update

------------------------------------------------------------------------
r6411 | sylvieg | 2006-03-02 21:24:13 +0100 (jeu, 02 mar 2006) | 2 lines

sync script

------------------------------------------------------------------------
r6410 | sylvieg | 2006-03-02 21:21:33 +0100 (jeu, 02 mar 2006) | 2 lines

contribution can be mandatory

------------------------------------------------------------------------
r6409 | sylvieg | 2006-03-02 16:20:32 +0100 (jeu, 02 mar 2006) | 2 lines

some style

------------------------------------------------------------------------
r6408 | sylvieg | 2006-03-02 16:15:54 +0100 (jeu, 02 mar 2006) | 2 lines

contribution(see doc on edut.tw.org)

------------------------------------------------------------------------
r6407 | sylvieg | 2006-03-02 12:34:11 +0100 (jeu, 02 mar 2006) | 2 lines

syntax error

------------------------------------------------------------------------
r6406 | sylvieg | 2006-02-27 18:21:14 +0100 (lun, 27 fév 2006) | 2 lines

new param switchLang to force strings and page to have the same language

------------------------------------------------------------------------
r6405 | amette | 2006-02-27 03:13:25 +0100 (lun, 27 fév 2006) | 2 lines

[FIX] Correct display of User Features

------------------------------------------------------------------------
r6404 | amette | 2006-02-26 22:01:49 +0100 (dim, 26 fév 2006) | 2 lines

[FIX] Display theme correctly when right AND left column is switched off

------------------------------------------------------------------------
r6403 | karneevor | 2006-02-22 13:20:37 +0100 (mer, 22 fév 2006) | 2 lines

New translations added.

------------------------------------------------------------------------
r6402 | karneevor | 2006-02-21 20:38:41 +0100 (mar, 21 fév 2006) | 2 lines

New translations added.

------------------------------------------------------------------------
r6400 | sylvieg | 2006-02-17 16:10:48 +0100 (ven, 17 fév 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6398 | xavidp | 2006-02-16 18:42:44 +0100 (jeu, 16 fév 2006) | 2 lines

drawing uploaded with perms 600 on some systems; fixed to chmod to 755, thanks to sylvie on irc

------------------------------------------------------------------------
r6397 | karneevor | 2006-02-16 09:25:16 +0100 (jeu, 16 fév 2006) | 5 lines


Some changes in danish.

/Karneevor

------------------------------------------------------------------------
r6394 | franck | 2006-02-15 07:25:07 +0100 (mer, 15 fév 2006) | 2 lines

TikiMaps: ajax queries with map update

------------------------------------------------------------------------
r6393 | franck | 2006-02-15 06:22:13 +0100 (mer, 15 fév 2006) | 2 lines

TikiMaps: ajax queries now available

------------------------------------------------------------------------
r6392 | lfagundes | 2006-02-13 21:55:32 +0100 (lun, 13 fév 2006) | 2 lines

making wiki-plugin calendar, and refactorin tiki-calendar.php to share code with wikiplugin

------------------------------------------------------------------------
r6391 | lfagundes | 2006-02-13 21:39:05 +0100 (lun, 13 fév 2006) | 2 lines

refactor: extract code to tiki-show_calendar.tpl, so it can be used for wiki-plugin too

------------------------------------------------------------------------
r6390 | lfagundes | 2006-02-13 03:16:01 +0100 (lun, 13 fév 2006) | 2 lines

better interface for sending/receiving messages, starting to look like a IM

------------------------------------------------------------------------
r6389 | amette | 2006-02-13 03:11:51 +0100 (lun, 13 fév 2006) | 2 lines

Update CPAINT Backend, too - due to consistency with the frontend and a security fix in the backend

------------------------------------------------------------------------
r6388 | lfagundes | 2006-02-13 02:50:57 +0100 (lun, 13 fév 2006) | 2 lines

basic prototype of instant messaging working, bad interface though

------------------------------------------------------------------------
r6387 | lfagundes | 2006-02-13 02:49:37 +0100 (lun, 13 fév 2006) | 2 lines

ooops, forgot the im ajax server

------------------------------------------------------------------------
r6386 | franck | 2006-02-13 01:10:01 +0100 (lun, 13 fév 2006) | 2 lines

xlib from cross-browser.com (LGPL)

------------------------------------------------------------------------
r6385 | franck | 2006-02-13 01:07:39 +0100 (lun, 13 fév 2006) | 2 lines

xlib: wrong files to use

------------------------------------------------------------------------
r6384 | franck | 2006-02-13 00:21:41 +0100 (lun, 13 fév 2006) | 2 lines

xlib from cross-browser.com (LGPL)

------------------------------------------------------------------------
r6383 | sylvieg | 2006-02-12 23:24:19 +0100 (dim, 12 fév 2006) | 2 lines

error shown as in tracker

------------------------------------------------------------------------
r6382 | lfagundes | 2006-02-12 23:19:33 +0100 (dim, 12 fév 2006) | 2 lines

mod-instant_messaging already shows online friends and refresh real-time

------------------------------------------------------------------------
r6381 | sylvieg | 2006-02-12 22:56:44 +0100 (dim, 12 fév 2006) | 2 lines

escape value

------------------------------------------------------------------------
r6380 | lfagundes | 2006-02-12 18:02:33 +0100 (dim, 12 fév 2006) | 4 lines

[ADD] instant messaging module with ajax
ongoing work, using unfunctional old chat structure.
already implemented communication layer with alert of new messages

------------------------------------------------------------------------
r6379 | lfagundes | 2006-02-12 17:02:15 +0100 (dim, 12 fév 2006) | 2 lines

upgrading cpaint version

------------------------------------------------------------------------
r6378 | lfagundes | 2006-02-12 16:59:59 +0100 (dim, 12 fév 2006) | 2 lines

adding uncompressed version of cpaint, very useful for debugging

------------------------------------------------------------------------
r6377 | amette | 2006-02-11 18:04:45 +0100 (sam, 11 fév 2006) | 2 lines

Fixed missing bracket - and adapted admin_quicktags to new array-based ajax-table-method

------------------------------------------------------------------------
r6376 | amette | 2006-02-11 16:00:25 +0100 (sam, 11 fév 2006) | 2 lines

Rudimental start of structured responses for allowing generic AJAX-tables with nested XHTML-tags

------------------------------------------------------------------------
r6375 | nikchankov | 2006-02-08 12:55:07 +0100 (mer, 08 fév 2006) | 2 lines

Rewriten PDf generation

------------------------------------------------------------------------
r6372 | amette | 2006-02-05 17:10:07 +0100 (dim, 05 fév 2006) | 2 lines

Generic AJAX-table-implementation and template, this breaks presentation in freetags_browse for now, but allows for including AJAX-tables more easily overall

------------------------------------------------------------------------
r6370 | mcfarland | 2006-02-05 02:15:59 +0100 (dim, 05 fév 2006) | 2 lines

added phpCAS source

------------------------------------------------------------------------
r6369 | amette | 2006-02-05 02:08:01 +0100 (dim, 05 fév 2006) | 2 lines

Use the new tiki-ajax_header.tpl

------------------------------------------------------------------------
r6368 | amette | 2006-02-05 02:07:07 +0100 (dim, 05 fév 2006) | 2 lines

Creating a special AJAX-template for JS-stuff - and moving Loading... message there!

------------------------------------------------------------------------
r6367 | mcfarland | 2006-02-05 01:44:43 +0100 (dim, 05 fév 2006) | 2 lines

repaired CAS login

------------------------------------------------------------------------
r6366 | amette | 2006-02-05 01:39:37 +0100 (dim, 05 fév 2006) | 2 lines

Moving over setSortMode()

------------------------------------------------------------------------
r6365 | amette | 2006-02-05 01:28:36 +0100 (dim, 05 fév 2006) | 2 lines

fixed wrong column-header-id

------------------------------------------------------------------------
r6364 | jdrexler | 2006-02-04 18:16:47 +0100 (sam, 04 fév 2006) | 2 lines

removed PHP warnings about array_merge for add/delete blocks

------------------------------------------------------------------------
r6362 | amette | 2006-02-03 00:24:37 +0100 (ven, 03 fév 2006) | 2 lines

Need to include the AJAX-js-pagination-lib here now

------------------------------------------------------------------------
r6361 | amette | 2006-02-02 23:59:20 +0100 (jeu, 02 fév 2006) | 2 lines

Establishing 2nd AJAX-pagination testbed in Admin->Quicktags

------------------------------------------------------------------------
r6360 | amette | 2006-02-02 23:57:45 +0100 (jeu, 02 fév 2006) | 2 lines

Splitting off generic AJAX-pagination part into lib/cpaint/tiki-ajax.js

------------------------------------------------------------------------
r6359 | amette | 2006-02-02 00:50:09 +0100 (jeu, 02 fév 2006) | 2 lines

Some better tablelessing

------------------------------------------------------------------------
r6358 | xavidp | 2006-02-01 22:43:54 +0100 (mer, 01 fév 2006) | 2 lines

a few more strings translated...

------------------------------------------------------------------------
r6357 | jdrexler | 2006-02-01 22:41:01 +0100 (mer, 01 fév 2006) | 2 lines

fixed typo in style tag, removed commented out code from inline renderer

------------------------------------------------------------------------
r6356 | jdrexler | 2006-02-01 22:20:24 +0100 (mer, 01 fév 2006) | 2 lines

diffinldel style tag for deleted words in inline diffs

------------------------------------------------------------------------
r6355 | jdrexler | 2006-02-01 22:06:13 +0100 (mer, 01 fév 2006) | 2 lines

new inline diff type and character/word selection

------------------------------------------------------------------------
r6354 | amette | 2006-01-31 01:32:53 +0100 (mar, 31 jan 2006) | 2 lines

Basic sort-implementation with AJAX - changed result list to table-layout

------------------------------------------------------------------------
r6353 | sylvieg | 2006-01-30 19:02:51 +0100 (lun, 30 jan 2006) | 2 lines

display outside the table the description for an header

------------------------------------------------------------------------
r6352 | amette | 2006-01-30 16:24:23 +0100 (lun, 30 jan 2006) | 2 lines

Oops, debug stuff left in

------------------------------------------------------------------------
r6351 | amette | 2006-01-30 15:06:47 +0100 (lun, 30 jan 2006) | 2 lines

Tableless - needs work still

------------------------------------------------------------------------
r6350 | amette | 2006-01-30 04:22:51 +0100 (lun, 30 jan 2006) | 2 lines

consider the custom blog header

------------------------------------------------------------------------
r6349 | amette | 2006-01-30 00:19:23 +0100 (lun, 30 jan 2006) | 2 lines

Tableless /w freetag part this time ;)

------------------------------------------------------------------------
r6348 | amette | 2006-01-29 21:54:54 +0100 (dim, 29 jan 2006) | 2 lines

Use the object response type instead of plain XML - correct handling of Unicode escape sequences

------------------------------------------------------------------------
r6347 | amette | 2006-01-29 21:53:31 +0100 (dim, 29 jan 2006) | 2 lines

Update CPAINT-library to v2.0.2

------------------------------------------------------------------------
r6346 | amette | 2006-01-29 05:04:01 +0100 (dim, 29 jan 2006) | 2 lines

Add preferences freetags_browse_show_cloud and freetags_browse_amount_tags_in_cloud to set up look of browse_freetags

------------------------------------------------------------------------
r6345 | amette | 2006-01-29 04:04:09 +0100 (dim, 29 jan 2006) | 2 lines

Show Tag-Cloud to to be able to jump to another tag directly

------------------------------------------------------------------------
r6344 | amette | 2006-01-29 02:04:41 +0100 (dim, 29 jan 2006) | 2 lines

ajax-pagination: Need to recalculate page-count also, when no results delivered and the page count is 1 not 0, when there are no items

------------------------------------------------------------------------
r6343 | amette | 2006-01-29 01:51:38 +0100 (dim, 29 jan 2006) | 2 lines

Now really fix direct-pagination behaviour

------------------------------------------------------------------------
r6342 | amette | 2006-01-29 01:46:13 +0100 (dim, 29 jan 2006) | 2 lines

Fixed hanging AJAX-JS, when direct_pagination turned off

------------------------------------------------------------------------
r6341 | amette | 2006-01-29 01:23:07 +0100 (dim, 29 jan 2006) | 2 lines

Forgot to commit the offset-addition to the AJAX server part of browse_freetags

------------------------------------------------------------------------
r6340 | amette | 2006-01-28 22:04:13 +0100 (sam, 28 jan 2006) | 2 lines

Oops, missed one useless line in the cleanup

------------------------------------------------------------------------
r6339 | amette | 2006-01-28 21:51:09 +0100 (sam, 28 jan 2006) | 2 lines

Complete cleanup of JavaScript: clean indentation with tabs, removed unused code, refactored, added new wrapper-function for Morcego, added CVS-header - cleaned tpl - made morcego use the new wrapper-function

------------------------------------------------------------------------
r6338 | amette | 2006-01-28 19:20:34 +0100 (sam, 28 jan 2006) | 2 lines

Move HTML to template and fix for switching Object Type when on another page than the first one

------------------------------------------------------------------------
r6337 | amette | 2006-01-28 18:10:07 +0100 (sam, 28 jan 2006) | 2 lines

Make direct pagination links work with AJAX

------------------------------------------------------------------------
r6336 | amette | 2006-01-28 17:29:20 +0100 (sam, 28 jan 2006) | 2 lines

Update current page number and respect maxRecords when using pagination with AJAX

------------------------------------------------------------------------
r6335 | amette | 2006-01-28 01:49:04 +0100 (sam, 28 jan 2006) | 2 lines

Enable pagination of search results when using AJAX in browse_freetags

------------------------------------------------------------------------
r6334 | amette | 2006-01-27 21:58:58 +0100 (ven, 27 jan 2006) | 2 lines

Enable filtering for object name/description when using AJAX in tiki-browse_freetags

------------------------------------------------------------------------
r6333 | amette | 2006-01-27 20:21:47 +0100 (ven, 27 jan 2006) | 2 lines

Remove AJAX Loading message, when no objects match current type-filter

------------------------------------------------------------------------
r6332 | amette | 2006-01-27 18:55:28 +0100 (ven, 27 jan 2006) | 2 lines

xmlrpc-server is 'stand-alone' - need to fetch the preference from db

------------------------------------------------------------------------
r6331 | amette | 2006-01-27 18:44:03 +0100 (ven, 27 jan 2006) | 2 lines

When feature_morcego enabled, but feature_ajax isn't - then just reload the page with the new tag one browsed to

------------------------------------------------------------------------
r6330 | amette | 2006-01-27 18:14:55 +0100 (ven, 27 jan 2006) | 2 lines

Allow searching in name and description of found tagged objects

------------------------------------------------------------------------
r6329 | amette | 2006-01-27 17:22:34 +0100 (ven, 27 jan 2006) | 2 lines

Oops, need to pass $tag for direct pagination links, too

------------------------------------------------------------------------
r6328 | amette | 2006-01-27 17:12:17 +0100 (ven, 27 jan 2006) | 2 lines

Need to pass tag-name, when going to prev/next-page

------------------------------------------------------------------------
r6327 | amette | 2006-01-27 00:28:08 +0100 (ven, 27 jan 2006) | 2 lines

Quick hack of mod-last_wiki_comments to provide a last comments module for blog-posts

------------------------------------------------------------------------
r6326 | rlpowell | 2006-01-24 23:16:38 +0100 (mar, 24 jan 2006) | 2 lines

Couldn't save any page with a lang set.

------------------------------------------------------------------------
r6325 | rlpowell | 2006-01-24 07:11:52 +0100 (mar, 24 jan 2006) | 2 lines

Missing an argument to a new function.

------------------------------------------------------------------------
r6324 | rlpowell | 2006-01-24 06:43:20 +0100 (mar, 24 jan 2006) | 2 lines

Made the chat app actually mostly function.

------------------------------------------------------------------------
r6323 | rlpowell | 2006-01-24 06:42:06 +0100 (mar, 24 jan 2006) | 2 lines

Shut up useless duplicate key in sessions error.

------------------------------------------------------------------------
r6322 | sylvieg | 2006-01-22 22:45:09 +0100 (dim, 22 jan 2006) | 2 lines

be able to see a user's creation (page, blog, img gall) in the user information page

------------------------------------------------------------------------
r6321 | sylvieg | 2006-01-21 19:51:58 +0100 (sam, 21 jan 2006) | 2 lines

more robust

------------------------------------------------------------------------
r6320 | lfagundes | 2006-01-20 14:31:41 +0100 (ven, 20 jan 2006) | 2 lines

removing merged code sylvieg was in doubt

------------------------------------------------------------------------
r6319 | sylvieg | 2006-01-20 12:53:01 +0100 (ven, 20 jan 2006) | 2 lines

be able to lock a page at creation (lock/unlock checkbox in the editpage

------------------------------------------------------------------------
r6318 | sylvieg | 2006-01-20 11:22:18 +0100 (ven, 20 jan 2006) | 2 lines

bad merge

------------------------------------------------------------------------
r6317 | sylvieg | 2006-01-20 11:13:26 +0100 (ven, 20 jan 2006) | 2 lines

bad merge

------------------------------------------------------------------------
r6316 | sylvieg | 2006-01-20 10:54:58 +0100 (ven, 20 jan 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6315 | sylvieg | 2006-01-19 16:10:26 +0100 (jeu, 19 jan 2006) | 2 lines

set default group also when user selects a group at registration

------------------------------------------------------------------------
r6314 | sylvieg | 2006-01-18 15:45:47 +0100 (mer, 18 jan 2006) | 2 lines

mandatory category for blog and gallery creation

------------------------------------------------------------------------
r6313 | sylvieg | 2006-01-16 13:31:29 +0100 (lun, 16 jan 2006) | 2 lines

new option: mandatory category for a wiki page to ne choose in a category tree

------------------------------------------------------------------------
r6311 | rlpowell | 2006-01-08 23:27:34 +0100 (dim, 08 jan 2006) | 2 lines

Less stupid behaviour when someone changes the default new "discuss" tab entry.

------------------------------------------------------------------------
r6310 | rlpowell | 2006-01-08 08:50:25 +0100 (dim, 08 jan 2006) | 2 lines

Added user name to outgoing mail.

------------------------------------------------------------------------
r6309 | sylvieg | 2006-01-06 16:33:41 +0100 (ven, 06 jan 2006) | 2 lines

remember group if email invalid

------------------------------------------------------------------------
r6308 | sylvieg | 2006-01-06 15:56:54 +0100 (ven, 06 jan 2006) | 2 lines

a field description can be displayed when editing a tracker item

------------------------------------------------------------------------
r6307 | sylvieg | 2006-01-05 18:59:28 +0100 (jeu, 05 jan 2006) | 2 lines

can say which user tracker fields must be filled at registration time

------------------------------------------------------------------------
r6306 | sylvieg | 2006-01-05 18:16:39 +0100 (jeu, 05 jan 2006) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6305 | sylvieg | 2006-01-05 16:54:18 +0100 (jeu, 05 jan 2006) | 2 lines

add registered in the group you can choice at registration time

------------------------------------------------------------------------
r6304 | amette | 2006-01-03 05:53:02 +0100 (mar, 03 jan 2006) | 2 lines

XHTML Strict compliance

------------------------------------------------------------------------
r6303 | amette | 2005-12-29 20:55:11 +0100 (jeu, 29 déc 2005) | 2 lines

global $freetaglib wasn't enough for e.g. tiki-admin_system.php - instantiating the object helps

------------------------------------------------------------------------
r6302 | amette | 2005-12-29 20:17:25 +0100 (jeu, 29 déc 2005) | 2 lines

Fixed typo

------------------------------------------------------------------------
r6301 | amette | 2005-12-29 20:09:38 +0100 (jeu, 29 déc 2005) | 2 lines

Need global $freetaglib now - because of evaluating modules first?

------------------------------------------------------------------------
r6300 | lmoss | 2005-12-29 00:53:57 +0100 (jeu, 29 déc 2005) | 2 lines

test from Laurent

------------------------------------------------------------------------
r6299 | lphuberdeau | 2005-12-27 22:09:44 +0100 (mar, 27 déc 2005) | 2 lines

Dynamic chart plugin generation.

------------------------------------------------------------------------
r6298 | lphuberdeau | 2005-12-27 17:09:16 +0100 (mar, 27 déc 2005) | 2 lines

Only loading data when necessary in chart generation.

------------------------------------------------------------------------
r6297 | lphuberdeau | 2005-12-27 09:11:50 +0100 (mar, 27 déc 2005) | 2 lines

Adding chart caching system.

------------------------------------------------------------------------
r6296 | lphuberdeau | 2005-12-27 01:47:51 +0100 (mar, 27 déc 2005) | 2 lines

Adding support for PostScript in graph-engine back

------------------------------------------------------------------------
r6295 | lphuberdeau | 2005-12-26 22:33:24 +0100 (lun, 26 déc 2005) | 2 lines

Adding a plugin to create charts from tikisheet and fixing a notice bug.

------------------------------------------------------------------------
r6294 | lphuberdeau | 2005-12-26 21:02:25 +0100 (lun, 26 déc 2005) | 2 lines

Changing the way custom series are handled.

------------------------------------------------------------------------
r6293 | lphuberdeau | 2005-12-26 20:55:38 +0100 (lun, 26 déc 2005) | 2 lines

Improvements in the chart creation interface: adding grid.

------------------------------------------------------------------------
r6292 | rlpowell | 2005-12-22 19:51:19 +0100 (jeu, 22 déc 2005) | 2 lines

Present fields with no hidden value at all, as well as those with hidden=n.

------------------------------------------------------------------------
r6291 | rlpowell | 2005-12-22 19:47:45 +0100 (jeu, 22 déc 2005) | 2 lines

Make threading work properly when creating new topics from email imports.

------------------------------------------------------------------------
r6290 | rlpowell | 2005-12-22 19:45:42 +0100 (jeu, 22 déc 2005) | 2 lines

Include parent threadid in e-mail creation calls.

------------------------------------------------------------------------
r6289 | rlpowell | 2005-12-22 19:43:56 +0100 (jeu, 22 déc 2005) | 2 lines

Give forum e-mails the new thread id.

------------------------------------------------------------------------
r6288 | rlpowell | 2005-12-22 19:32:15 +0100 (jeu, 22 déc 2005) | 2 lines

Minor verbiage tweak to avoid user confusion.

------------------------------------------------------------------------
r6287 | sylvieg | 2005-12-22 14:43:45 +0100 (jeu, 22 déc 2005) | 2 lines

typo

------------------------------------------------------------------------
r6286 | k2s | 2005-12-20 23:52:15 +0100 (mar, 20 déc 2005) | 2 lines

is value was not set warning was raised

------------------------------------------------------------------------
r6285 | sylvieg | 2005-12-19 21:43:15 +0100 (lun, 19 déc 2005) | 2 lines

sorry commit test stuff

------------------------------------------------------------------------
r6284 | sylvieg | 2005-12-19 21:30:45 +0100 (lun, 19 déc 2005) | 2 lines

mid smarty var change to mid_data

------------------------------------------------------------------------
r6283 | sylvieg | 2005-12-19 18:59:21 +0100 (lun, 19 déc 2005) | 2 lines

update style for modules

------------------------------------------------------------------------
r6282 | sylvieg | 2005-12-19 18:44:34 +0100 (lun, 19 déc 2005) | 2 lines

modules are evaluated after the page content. So now a module can be displayed only in some section (admin_modules param section=wiki)

------------------------------------------------------------------------
r6281 | sylvieg | 2005-12-19 18:27:25 +0100 (lun, 19 déc 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6280 | sylvieg | 2005-12-19 14:53:57 +0100 (lun, 19 déc 2005) | 2 lines

some fixes

------------------------------------------------------------------------
r6279 | amette | 2005-12-19 05:06:30 +0100 (lun, 19 déc 2005) | 2 lines

Adding ajaxLoading

------------------------------------------------------------------------
r6278 | amette | 2005-12-19 04:54:39 +0100 (lun, 19 déc 2005) | 2 lines

Adding ajaxLoading div to other tiki.tpls, too

------------------------------------------------------------------------
r6277 | k2s | 2005-12-18 21:24:45 +0100 (dim, 18 déc 2005) | 2 lines

if "Send copies of all activity in this tracker to this e-mail address:" was not set on tracker the email funcion sent email to empty email address

------------------------------------------------------------------------
r6276 | lfagundes | 2005-12-17 20:32:51 +0100 (sam, 17 déc 2005) | 2 lines

avoid warnings

------------------------------------------------------------------------
r6275 | sylvieg | 2005-12-16 20:10:00 +0100 (ven, 16 déc 2005) | 2 lines

better display

------------------------------------------------------------------------
r6274 | lfagundes | 2005-12-16 19:33:41 +0100 (ven, 16 déc 2005) | 2 lines

"Loading..." message to user during ajax load

------------------------------------------------------------------------
r6273 | sylvieg | 2005-12-16 19:28:10 +0100 (ven, 16 déc 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6272 | sylvieg | 2005-12-16 18:20:51 +0100 (ven, 16 déc 2005) | 2 lines

fix 2 column

------------------------------------------------------------------------
r6271 | lfagundes | 2005-12-16 17:43:55 +0100 (ven, 16 déc 2005) | 2 lines

putting random order in convert_sortmode as suggested by spider

------------------------------------------------------------------------
r6270 | lfagundes | 2005-12-16 13:51:57 +0100 (ven, 16 déc 2005) | 2 lines

adding feature_morcego and feature_ajax to tiki-setup too

------------------------------------------------------------------------
r6269 | lfagundes | 2005-12-16 13:45:58 +0100 (ven, 16 déc 2005) | 2 lines

necessary key for browsing related users

------------------------------------------------------------------------
r6268 | lfagundes | 2005-12-16 13:27:08 +0100 (ven, 16 déc 2005) | 3 lines

[DEL] files from old version of morcego
[ADD] morcego's readme file with all possible configuration vars

------------------------------------------------------------------------
r6267 | amette | 2005-12-16 02:32:37 +0100 (ven, 16 déc 2005) | 2 lines

[FIX] Handle Morcego-checkboxes correctly

------------------------------------------------------------------------
r6266 | amette | 2005-12-16 01:44:00 +0100 (ven, 16 déc 2005) | 2 lines

Allow changing node color for freetag-morcego-3d-browser

------------------------------------------------------------------------
r6265 | amette | 2005-12-16 01:19:43 +0100 (ven, 16 déc 2005) | 2 lines

Open page on navigation doesn't get used with Freetags

------------------------------------------------------------------------
r6264 | amette | 2005-12-16 01:05:46 +0100 (ven, 16 déc 2005) | 2 lines

Check for tiki_p_freetag_tag/view

------------------------------------------------------------------------
r6263 | amette | 2005-12-16 00:46:13 +0100 (ven, 16 déc 2005) | 2 lines

Added perms tiki_p_view_freetags and tiki_p_freetag_tag - only first one is being checked yet

------------------------------------------------------------------------
r6262 | amette | 2005-12-15 23:41:29 +0100 (jeu, 15 déc 2005) | 2 lines

If no tag specified, focus on a random tag

------------------------------------------------------------------------
r6261 | sylvieg | 2005-12-15 23:31:05 +0100 (jeu, 15 déc 2005) | 2 lines

the missing styles between 1.8 and 1.10 if the style version has not been inserted in the style ex:@Version:19

------------------------------------------------------------------------
r6260 | amette | 2005-12-15 23:04:08 +0100 (jeu, 15 déc 2005) | 2 lines

Added freetag-styles

------------------------------------------------------------------------
r6259 | sylvieg | 2005-12-15 22:59:56 +0100 (jeu, 15 déc 2005) | 2 lines

better split style

------------------------------------------------------------------------
r6258 | sylvieg | 2005-12-15 22:57:08 +0100 (jeu, 15 déc 2005) | 2 lines

don't forget to put the new styles in this file

------------------------------------------------------------------------
r6257 | amette | 2005-12-15 22:56:20 +0100 (jeu, 15 déc 2005) | 2 lines

Freetag-3D-browser has it's own set of settings

------------------------------------------------------------------------
r6256 | amette | 2005-12-15 22:41:44 +0100 (jeu, 15 déc 2005) | 2 lines

Added Freetags-admin-screen

------------------------------------------------------------------------
r6255 | lfagundes | 2005-12-15 22:02:56 +0100 (jeu, 15 déc 2005) | 2 lines

checking for feature_morcego wherever we check for wiki_feature_3d

------------------------------------------------------------------------
r6254 | amette | 2005-12-15 21:52:11 +0100 (jeu, 15 déc 2005) | 2 lines

Created feature_morcego - wiki3d-config gets hidden if this feature is disabled - browse-tags checks for feature_morcego

------------------------------------------------------------------------
r6253 | amette | 2005-12-15 21:21:55 +0100 (jeu, 15 déc 2005) | 2 lines

AJAXification of tiki-register and adding feature_ajax to SQL-scripts

------------------------------------------------------------------------
r6252 | lfagundes | 2005-12-15 20:51:52 +0100 (jeu, 15 déc 2005) | 2 lines

changing references to tiki-freetag_list_objects to tiki-browse_freetags

------------------------------------------------------------------------
r6251 | sylvieg | 2005-12-15 20:29:54 +0100 (jeu, 15 déc 2005) | 2 lines

preserve the carriage return

------------------------------------------------------------------------
r6250 | lfagundes | 2005-12-15 20:09:24 +0100 (jeu, 15 déc 2005) | 4 lines

[DEL] freetag_list_objects
[MOD] browse_freetags now checks if ajax and morcego are enabled and handle all cases
[ADD] ajax and morcego as global features

------------------------------------------------------------------------
r6249 | sylvieg | 2005-12-15 20:01:44 +0100 (jeu, 15 déc 2005) | 2 lines

missing global

------------------------------------------------------------------------
r6248 | lfagundes | 2005-12-15 17:58:57 +0100 (jeu, 15 déc 2005) | 2 lines

better layout for object listing in browse_freetags

------------------------------------------------------------------------
r6247 | lfagundes | 2005-12-15 17:42:52 +0100 (jeu, 15 déc 2005) | 3 lines

[ADD] suggestion of tags
also pt-br translation for tags

------------------------------------------------------------------------
r6246 | sylvieg | 2005-12-15 17:12:20 +0100 (jeu, 15 déc 2005) | 2 lines

sync

------------------------------------------------------------------------
r6245 | sylvieg | 2005-12-15 15:16:13 +0100 (jeu, 15 déc 2005) | 2 lines

add nonums param

------------------------------------------------------------------------
r6244 | lfagundes | 2005-12-14 18:40:34 +0100 (mer, 14 déc 2005) | 3 lines

[ADD] browse users with morcego
a replication of tiki-browse_freetags, extracting user relations from wiki page edition history

------------------------------------------------------------------------
r6243 | amette | 2005-12-13 23:15:42 +0100 (mar, 13 déc 2005) | 2 lines

No div around h1 - thanks to sylvieg for shouting ;)

------------------------------------------------------------------------
r6242 | amette | 2005-12-13 22:18:18 +0100 (mar, 13 déc 2005) | 2 lines

Oops, need the JS-change, too ;)

------------------------------------------------------------------------
r6241 | amette | 2005-12-13 22:03:37 +0100 (mar, 13 déc 2005) | 2 lines

Enhanced template

------------------------------------------------------------------------
r6240 | amette | 2005-12-13 19:14:21 +0100 (mar, 13 déc 2005) | 2 lines

Restructured the Morcego-settings-panel

------------------------------------------------------------------------
r6239 | sylvieg | 2005-12-13 14:57:42 +0100 (mar, 13 déc 2005) | 2 lines

new module list article topics

------------------------------------------------------------------------
r6238 | sylvieg | 2005-12-13 13:14:45 +0100 (mar, 13 déc 2005) | 2 lines

bad merge

------------------------------------------------------------------------
r6237 | sylvieg | 2005-12-13 13:12:45 +0100 (mar, 13 déc 2005) | 2 lines

missing ;

------------------------------------------------------------------------
r6236 | lfagundes | 2005-12-13 09:41:02 +0100 (mar, 13 déc 2005) | 2 lines

change tag name when browsing to different tag

------------------------------------------------------------------------
r6235 | lfagundes | 2005-12-13 08:10:54 +0100 (mar, 13 déc 2005) | 2 lines

[fix] highlighted buttons must have both styles

------------------------------------------------------------------------
r6234 | lfagundes | 2005-12-13 07:35:41 +0100 (mar, 13 déc 2005) | 2 lines

missing two buttons for highlight

------------------------------------------------------------------------
r6233 | sampaioprimo | 2005-12-13 03:21:01 +0100 (mar, 13 déc 2005) | 2 lines

little changes on wikiplugin calendar, but still not working properly

------------------------------------------------------------------------
r6232 | lfagundes | 2005-12-13 02:59:34 +0100 (mar, 13 déc 2005) | 2 lines

one more missing file

------------------------------------------------------------------------
r6231 | lfagundes | 2005-12-13 02:53:24 +0100 (mar, 13 déc 2005) | 2 lines

oops, forgot to commit template :-)

------------------------------------------------------------------------
r6230 | lfagundes | 2005-12-13 02:42:10 +0100 (mar, 13 déc 2005) | 4 lines

[ADD] ajax browsing for freetags
tks to amette for cpaint library
styles missing though

------------------------------------------------------------------------
r6229 | sampaioprimo | 2005-12-13 02:37:04 +0100 (mar, 13 déc 2005) | 2 lines

wesley and I commited the wikiplugin_calendar by mistake on 1.9, this is supposed to be on 1.10. fixing it : )

------------------------------------------------------------------------
r6228 | lfagundes | 2005-12-12 23:45:06 +0100 (lun, 12 déc 2005) | 2 lines

[ADD] freetag browse through related tags with morcego

------------------------------------------------------------------------
r6227 | lfagundes | 2005-12-12 23:13:38 +0100 (lun, 12 déc 2005) | 2 lines

show tags in wiki page. needs layout review

------------------------------------------------------------------------
r6226 | lfagundes | 2005-12-12 21:40:33 +0100 (lun, 12 déc 2005) | 2 lines

rip the empty room for category tree

------------------------------------------------------------------------
r6225 | sylvieg | 2005-12-12 19:36:46 +0100 (lun, 12 déc 2005) | 2 lines

some fixes from the merge + user can choose a group at registration time

------------------------------------------------------------------------
r6224 | sylvieg | 2005-12-12 19:24:37 +0100 (lun, 12 déc 2005) | 2 lines

user can choose a group at registration time

------------------------------------------------------------------------
r6223 | mose | 2005-12-12 16:18:58 +0100 (lun, 12 déc 2005) | 2 lines

merge from BRANCH-1-9 to HEAD : many conflicts, possibly borking head for the time to fix issues

------------------------------------------------------------------------
r6222 | amette | 2005-12-11 16:27:04 +0100 (dim, 11 déc 2005) | 2 lines

Forgot to include the freetag-library

------------------------------------------------------------------------
r6221 | amette | 2005-12-10 18:25:58 +0100 (sam, 10 déc 2005) | 2 lines

Corrected some links

------------------------------------------------------------------------
r6220 | amette | 2005-12-10 18:02:50 +0100 (sam, 10 déc 2005) | 2 lines

Link correction from tiki-browse_tags to tiki-freetag_list_objects

------------------------------------------------------------------------
r6219 | amette | 2005-12-10 17:07:11 +0100 (sam, 10 déc 2005) | 2 lines

Adding a very quick rip-off of tiki-browse_categories.tpl to be able to browse tagged objects

------------------------------------------------------------------------
r6218 | amette | 2005-12-10 16:21:30 +0100 (sam, 10 déc 2005) | 2 lines

[FIX] corrected function-call and SQL-query for listing freetags

------------------------------------------------------------------------
r6217 | amette | 2005-12-10 16:12:23 +0100 (sam, 10 déc 2005) | 2 lines

Added checking for feature_freetags in Simple.css, too

------------------------------------------------------------------------
r6216 | amette | 2005-12-10 16:00:36 +0100 (sam, 10 déc 2005) | 2 lines

added auto_increment to tiki_objects table modification

------------------------------------------------------------------------
r6215 | lfagundes | 2005-12-10 15:58:30 +0100 (sam, 10 déc 2005) | 2 lines

[MOD] applying rename of file everywhere with regex

------------------------------------------------------------------------
r6214 | lfagundes | 2005-12-10 15:52:52 +0100 (sam, 10 déc 2005) | 3 lines

[ADD] list of objects from a tag
[MOD] renamed this list of objects from freetags_browse to freetag_list_object, the first will be a list of tags. have to rename everywhere

------------------------------------------------------------------------
r6213 | amette | 2005-12-10 15:02:23 +0100 (sam, 10 déc 2005) | 2 lines

Checking, if feature-freetag is enabled, is not a dumb idea at all... my bad - fixed!

------------------------------------------------------------------------
r6212 | amette | 2005-12-10 13:22:50 +0100 (sam, 10 déc 2005) | 2 lines

Blog Post Folksonomy Tagging with standard templates

------------------------------------------------------------------------
r6211 | amette | 2005-12-10 13:13:41 +0100 (sam, 10 déc 2005) | 2 lines

Folksonomy Tagging for Blogs Posts - including tablelesser templates for Simple.css(blogpost-tagging only in simple yet)

------------------------------------------------------------------------
r6210 | lfagundes | 2005-12-09 21:40:06 +0100 (ven, 09 déc 2005) | 3 lines

[FIX] objects were losing categories
[MOD] removed that drop thing, better breaking linearity than compromising upgrade script

------------------------------------------------------------------------
r6209 | sylvieg | 2005-12-08 20:30:04 +0100 (jeu, 08 déc 2005) | 2 lines

edit section via {SPLIT(first=col,edit=y)}. Works only for wiki page yet

------------------------------------------------------------------------
r6208 | lfagundes | 2005-12-07 16:30:39 +0100 (mer, 07 déc 2005) | 2 lines

changing other libs to match object structure

------------------------------------------------------------------------
r6207 | lfagundes | 2005-12-07 16:14:39 +0100 (mer, 07 déc 2005) | 2 lines

change wikilib to match new object structure

------------------------------------------------------------------------
r6206 | lfagundes | 2005-12-07 16:03:55 +0100 (mer, 07 déc 2005) | 2 lines

create new structure for tiki_categorized_objects in upgrade script too

------------------------------------------------------------------------
r6205 | lfagundes | 2005-12-06 21:10:54 +0100 (mar, 06 déc 2005) | 3 lines

[MOD] freetag working with new object shared structure
sorry, but had to drop freetag data

------------------------------------------------------------------------
r6204 | lfagundes | 2005-12-06 19:08:05 +0100 (mar, 06 déc 2005) | 3 lines

[MOD] Refactor: abstract object concept from categories to a general structure tiki_objects.
tiki_categorized_objects is there now just to match the checkbox "categorize this object", but maybe we can remove it

------------------------------------------------------------------------
r6203 | amette | 2005-12-06 16:24:57 +0100 (mar, 06 déc 2005) | 2 lines

No destructive actions in upgrade script

------------------------------------------------------------------------
r6202 | sylvieg | 2005-12-05 22:33:22 +0100 (lun, 05 déc 2005) | 2 lines

backup back: don't look at comments in tiki.sql + quote field for such field than order in tiki_events

------------------------------------------------------------------------
r6201 | sylvieg | 2005-12-05 15:47:48 +0100 (lun, 05 déc 2005) | 2 lines

new optional param sort

------------------------------------------------------------------------
r6200 | yuzhenxin | 2005-12-05 13:44:36 +0100 (lun, 05 déc 2005) | 2 lines

Add some new translated strings...

------------------------------------------------------------------------
r6199 | lfagundes | 2005-12-02 21:34:44 +0100 (ven, 02 déc 2005) | 3 lines

[ADD] filter by type in get_objects_with_tag
[MOD] renamed tiki_freetagged_objects.tagged_on to "created", for preserving environment. sorry, didn't know how to rename field in update script

------------------------------------------------------------------------
r6198 | lfagundes | 2005-12-02 20:53:12 +0100 (ven, 02 déc 2005) | 2 lines

[MOD] renaming mod-freetags_user_popular do mod-freetags_prefered

------------------------------------------------------------------------
r6197 | lfagundes | 2005-12-02 19:52:02 +0100 (ven, 02 déc 2005) | 2 lines

[ADD] freetag cloud modules

------------------------------------------------------------------------
r6196 | lfagundes | 2005-12-02 19:49:22 +0100 (ven, 02 déc 2005) | 2 lines

[ADD] freetags for wiki page

------------------------------------------------------------------------
r6195 | lfagundes | 2005-12-02 18:49:42 +0100 (ven, 02 déc 2005) | 2 lines

avoid warning

------------------------------------------------------------------------
r6194 | amette | 2005-12-02 18:04:50 +0100 (ven, 02 déc 2005) | 2 lines

Create freetag-tables also when upgrading

------------------------------------------------------------------------
r6193 | sylvieg | 2005-12-01 20:13:27 +0100 (jeu, 01 déc 2005) | 2 lines

missing error

------------------------------------------------------------------------
r6192 | lfagundes | 2005-12-01 02:17:25 +0100 (jeu, 01 déc 2005) | 2 lines

[FIX] index on null fields of freetag table

------------------------------------------------------------------------
r6191 | ggeller | 2005-11-30 20:41:27 +0100 (mer, 30 nov 2005) | 2 lines

Update for tiki version 1.10.  Move tikiwiki directory tree to /var/www/ to match default on Fedora Core 3.

------------------------------------------------------------------------
r6190 | lfagundes | 2005-11-30 15:14:45 +0100 (mer, 30 nov 2005) | 2 lines

created function updated_tags that will also delete tags not sent again, according to conversation with Gordon, author of original freetag implementation

------------------------------------------------------------------------
r6189 | yuzhenxin | 2005-11-27 08:23:29 +0100 (dim, 27 nov 2005) | 2 lines

new strings have been translated..

------------------------------------------------------------------------
r6188 | yuzhenxin | 2005-11-26 10:27:01 +0100 (sam, 26 nov 2005) | 2 lines

Add new translated Strrings.. and modified some string after review with my friends.

------------------------------------------------------------------------
r6187 | yuzhenxin | 2005-11-26 10:06:34 +0100 (sam, 26 nov 2005) | 2 lines

Add new translated Strrings.. and modified some string after review with my friends.

------------------------------------------------------------------------
r6186 | yuzhenxin | 2005-11-26 09:03:29 +0100 (sam, 26 nov 2005) | 2 lines

Add some new translated strings...

------------------------------------------------------------------------
r6185 | yuzhenxin | 2005-11-26 07:26:31 +0100 (sam, 26 nov 2005) | 2 lines

Add some new translated strings...

------------------------------------------------------------------------
r6184 | yuzhenxin | 2005-11-25 13:22:20 +0100 (ven, 25 nov 2005) | 2 lines

Add some new translated strings...

------------------------------------------------------------------------
r6183 | yuzhenxin | 2005-11-24 12:13:40 +0100 (jeu, 24 nov 2005) | 2 lines

add some new translated strings. Yuzhenxin

------------------------------------------------------------------------
r6182 | sylvieg | 2005-11-23 22:47:13 +0100 (mer, 23 nov 2005) | 2 lines

sent to login pannel if not logged in

------------------------------------------------------------------------
r6181 | sampaioprimo | 2005-11-23 14:24:39 +0100 (mer, 23 nov 2005) | 2 lines

Enable option of freetags on tiki admin

------------------------------------------------------------------------
r6180 | lfagundes | 2005-11-23 13:47:45 +0100 (mer, 23 nov 2005) | 2 lines

[ADD] feature_freetags in tiki-setup.php

------------------------------------------------------------------------
r6179 | lfagundes | 2005-11-23 13:38:59 +0100 (mer, 23 nov 2005) | 2 lines

[ADD] use freetags for image galleries

------------------------------------------------------------------------
r6178 | yuzhenxin | 2005-11-23 13:31:57 +0100 (mer, 23 nov 2005) | 2 lines

add new translationed...

------------------------------------------------------------------------
r6177 | yuzhenxin | 2005-11-22 14:14:23 +0100 (mar, 22 nov 2005) | 2 lines

modify some translation, make it easier understand.

------------------------------------------------------------------------
r6176 | yuzhenxin | 2005-11-21 14:56:39 +0100 (lun, 21 nov 2005) | 2 lines

remove alll unrecognisable character ( Not a UTF-8 character ), and fix some translation..

------------------------------------------------------------------------
r6173 | sylvieg | 2005-11-17 17:20:49 +0100 (jeu, 17 nov 2005) | 2 lines

check_permission doesn't check for categ. Better to let user_has_perm_on_object to do the job later

------------------------------------------------------------------------
r6172 | lfagundes | 2005-11-17 13:26:34 +0100 (jeu, 17 nov 2005) | 2 lines

[FIX] find page if user types url with accent and browser doesn't send in utf-8

------------------------------------------------------------------------
r6171 | sylvieg | 2005-11-15 19:51:45 +0100 (mar, 15 nov 2005) | 2 lines

new feature that redirects you to the homepage when you switch language and the current page doesn't exist in the target language

------------------------------------------------------------------------
r6170 | sylvieg | 2005-11-14 23:47:53 +0100 (lun, 14 nov 2005) | 2 lines

some move around in the template to distinguish the database search and the database independant/tiki search

------------------------------------------------------------------------
r6169 | sylvieg | 2005-11-14 23:22:39 +0100 (lun, 14 nov 2005) | 2 lines

sorry rollback.. with a refresh rate of 0 there is no indexation refresh

------------------------------------------------------------------------
r6168 | sylvieg | 2005-11-14 22:10:57 +0100 (lun, 14 nov 2005) | 2 lines

oops a trace

------------------------------------------------------------------------
r6167 | sylvieg | 2005-11-14 20:35:22 +0100 (lun, 14 nov 2005) | 2 lines

new feature_search_tiki_refresh to take away (in a batch or if not use) the random tiki search refresh that is time consuming and too randoom

------------------------------------------------------------------------
r6166 | sylvieg | 2005-11-09 17:31:46 +0100 (mer, 09 nov 2005) | 2 lines

actionlog volume don't count the quoted replied source

------------------------------------------------------------------------
r6165 | sylvieg | 2005-11-09 16:40:49 +0100 (mer, 09 nov 2005) | 2 lines

list comments in application menu

------------------------------------------------------------------------
r6164 | sylvieg | 2005-11-09 16:16:46 +0100 (mer, 09 nov 2005) | 2 lines

a better implementation for default lang& theme & mailencoding default user pref+fixes

------------------------------------------------------------------------
r6163 | sylvieg | 2005-11-07 22:42:30 +0100 (lun, 07 nov 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6162 | sylvieg | 2005-11-07 20:09:04 +0100 (lun, 07 nov 2005) | 2 lines

add an optional param class for the surrounding div

------------------------------------------------------------------------
r6161 | sylvieg | 2005-11-07 19:17:16 +0100 (lun, 07 nov 2005) | 2 lines

*** empty log message ***

------------------------------------------------------------------------
r6160 | sylvieg | 2005-11-07 19:04:45 +0100 (lun, 07 nov 2005) | 2 lines

comment can be recorded in actionlog

------------------------------------------------------------------------
r6159 | damosoft | 2005-11-07 17:20:31 +0100 (lun, 07 nov 2005) | 2 lines

Remember people its <br /> not <br/>

------------------------------------------------------------------------
r6158 | sylvieg | 2005-11-07 16:16:57 +0100 (lun, 07 nov 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6157 | sylvieg | 2005-11-07 15:47:41 +0100 (lun, 07 nov 2005) | 2 lines

for previous compatibility, add an option + 2 buttons to be able to view or to download a wiki attachement (files are not necessary viewable in a browser)

------------------------------------------------------------------------
r6156 | amette | 2005-11-05 23:27:19 +0100 (sam, 05 nov 2005) | 2 lines

Fixed typo in variable-name - thanks to omnicolos

------------------------------------------------------------------------
r6155 | sylvieg | 2005-11-04 20:23:04 +0100 (ven, 04 nov 2005) | 2 lines

add sorting on the action lists

------------------------------------------------------------------------
r6154 | sylvieg | 2005-11-04 17:47:53 +0100 (ven, 04 nov 2005) | 2 lines

vol table on user/categ basis + switch kb/bytes in actionlog

------------------------------------------------------------------------
r6153 | sylvieg | 2005-11-03 18:28:15 +0100 (jeu, 03 nov 2005) | 2 lines

fix some recursion in diff bytes

------------------------------------------------------------------------
r6152 | sylvieg | 2005-11-03 15:43:19 +0100 (jeu, 03 nov 2005) | 2 lines

change syntax

------------------------------------------------------------------------
r6151 | sylvieg | 2005-11-03 15:21:52 +0100 (jeu, 03 nov 2005) | 2 lines

bad merge

------------------------------------------------------------------------
r6150 | sylvieg | 2005-11-02 19:24:04 +0100 (mer, 02 nov 2005) | 2 lines

separate added bytes and deleted bytes + actions can be recorded and not viewed

------------------------------------------------------------------------
r6149 | sylvieg | 2005-11-02 19:23:33 +0100 (mer, 02 nov 2005) | 2 lines

separate added bytes and deleted bytes + actions can be recorded and not viewed + post message volume

------------------------------------------------------------------------
r6148 | sylvieg | 2005-11-02 15:53:01 +0100 (mer, 02 nov 2005) | 2 lines

display 0 if volume is unknown

------------------------------------------------------------------------
r6147 | sylvieg | 2005-11-01 18:30:11 +0100 (mar, 01 nov 2005) | 2 lines

new split param first: first='col': r1c1---r2c1---r3c1@@@r1c2---r2c2 (the editorial way) / first='line' (default): r1c1---r1c2@@@r2c1---r2c2 (the html table way)

------------------------------------------------------------------------
r6146 | mashmorgan | 2005-10-31 18:25:51 +0100 (lun, 31 oct 2005) | 2 lines

remove unnecessary double quotes

------------------------------------------------------------------------
r6145 | mashmorgan | 2005-10-31 18:08:46 +0100 (lun, 31 oct 2005) | 2 lines

remove unnecessary double quotes

------------------------------------------------------------------------
r6144 | mashmorgan | 2005-10-31 17:50:49 +0100 (lun, 31 oct 2005) | 2 lines

remove unnecessary double quotes

------------------------------------------------------------------------
r6143 | mashmorgan | 2005-10-31 17:28:45 +0100 (lun, 31 oct 2005) | 2 lines

remove unnecessary double quotes

------------------------------------------------------------------------
r6142 | mashmorgan | 2005-10-31 17:12:51 +0100 (lun, 31 oct 2005) | 2 lines

remove unnecessary double quotes

------------------------------------------------------------------------
r6141 | sylvieg | 2005-10-29 13:49:00 +0200 (sam, 29 oct 2005) | 2 lines

lost in merge

------------------------------------------------------------------------
r6140 | sylvieg | 2005-10-28 17:44:44 +0200 (ven, 28 oct 2005) | 2 lines

add download file to actionlog

------------------------------------------------------------------------
r6139 | sylvieg | 2005-10-27 22:12:33 +0200 (jeu, 27 oct 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6138 | sylvieg | 2005-10-27 18:16:05 +0200 (jeu, 27 oct 2005) | 2 lines

oops: some trace

------------------------------------------------------------------------
r6137 | xavidp | 2005-10-27 17:53:18 +0200 (jeu, 27 oct 2005) | 2 lines

updated with new strings from 1.10

------------------------------------------------------------------------
r6136 | sylvieg | 2005-10-26 22:20:23 +0200 (mer, 26 oct 2005) | 2 lines

can select a list of users or a list of groups

------------------------------------------------------------------------
r6135 | amette | 2005-10-26 17:36:38 +0200 (mer, 26 oct 2005) | 2 lines

Ran convertscript for tiki.sql

------------------------------------------------------------------------
r6134 | amette | 2005-10-26 17:30:59 +0200 (mer, 26 oct 2005) | 2 lines

quicktags in upgrade-script

------------------------------------------------------------------------
r6133 | amette | 2005-10-26 17:11:03 +0200 (mer, 26 oct 2005) | 2 lines

Each feature can have a quicktag-set of its own

------------------------------------------------------------------------
r6132 | sylvieg | 2005-10-25 21:05:56 +0200 (mar, 25 oct 2005) | 2 lines

1 index to speed up if new search used

------------------------------------------------------------------------
r6130 | sylvieg | 2005-10-24 22:51:27 +0200 (lun, 24 oct 2005) | 2 lines

2 indexes to boost tiki-stats and orphan_pages (was too slow for more than 3000 pages)

------------------------------------------------------------------------
r6129 | sylvieg | 2005-10-21 22:20:40 +0200 (ven, 21 oct 2005) | 2 lines

forum post deleted + forum bytes update in action log

------------------------------------------------------------------------
r6128 | sylvieg | 2005-10-21 19:00:39 +0200 (ven, 21 oct 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6127 | atooni | 2005-10-21 10:36:08 +0200 (ven, 21 oct 2005) | 2 lines

Added the possibilty to add complete structures in tiki-print_pages.php

------------------------------------------------------------------------
r6126 | rlpowell | 2005-10-21 01:29:41 +0200 (ven, 21 oct 2005) | 2 lines

Fixed two *major* bugs with wiki attachments.

------------------------------------------------------------------------
r6125 | redflo | 2005-10-21 01:07:02 +0200 (ven, 21 oct 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6124 | redflo | 2005-10-21 00:44:44 +0200 (ven, 21 oct 2005) | 2 lines

add option to move storage of system gallery

------------------------------------------------------------------------
r6123 | redflo | 2005-10-21 00:42:43 +0200 (ven, 21 oct 2005) | 2 lines

forget path and cleanup class vars in mass update.

------------------------------------------------------------------------
r6122 | toggg | 2005-10-19 18:40:35 +0200 (mer, 19 oct 2005) | 2 lines

a special dedicace to sylvieg, hope you like this one :)

------------------------------------------------------------------------
r6121 | redflo | 2005-10-19 16:36:45 +0200 (mer, 19 oct 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6120 | redflo | 2005-10-19 14:56:11 +0200 (mer, 19 oct 2005) | 2 lines

removing scaled images from fs works

------------------------------------------------------------------------
r6119 | redflo | 2005-10-19 01:59:06 +0200 (mer, 19 oct 2005) | 2 lines

make moving image storage work - not perfectly yet.

------------------------------------------------------------------------
r6118 | toggg | 2005-10-18 20:33:05 +0200 (mar, 18 oct 2005) | 2 lines

Autoclose plugins parsed at first thru array, arguments with a single char

------------------------------------------------------------------------
r6114 | redflo | 2005-10-18 17:08:29 +0200 (mar, 18 oct 2005) | 2 lines

start of wanted feature: change store of images from/to db/fs

------------------------------------------------------------------------
r6113 | sylvieg | 2005-10-18 14:38:04 +0200 (mar, 18 oct 2005) | 2 lines

previous parser didn't need\n

------------------------------------------------------------------------
r6112 | toggg | 2005-10-18 14:08:46 +0200 (mar, 18 oct 2005) | 2 lines

Opened the pre_gamtch to get also 1.9.1to1.9.2.sql update script

------------------------------------------------------------------------
r6111 | sampaioprimo | 2005-10-17 22:46:43 +0200 (lun, 17 oct 2005) | 2 lines

[MOD] refactor tiki-calendar to create wikiplugin-calendar without repeating code

------------------------------------------------------------------------
r6110 | sylvieg | 2005-10-17 16:20:18 +0200 (lun, 17 oct 2005) | 2 lines

to have plugin working (why plugin are in the same rule that pp or np or pre?) + plugin closed in the opening{ARTICLE(id=>1)/}

------------------------------------------------------------------------
r6109 | lfagundes | 2005-10-17 02:05:54 +0200 (lun, 17 oct 2005) | 2 lines

freetag template, works like categorize.tpl

------------------------------------------------------------------------
r6108 | lfagundes | 2005-10-17 02:04:56 +0200 (lun, 17 oct 2005) | 2 lines

corrected some errors in freetaglib.php, created freetag_apply and freetag_list that work like categorize and categorize_list.php respectively.

------------------------------------------------------------------------
r6107 | lfagundes | 2005-10-16 19:11:58 +0200 (dim, 16 oct 2005) | 2 lines

[ADD] FreetagLib, based on Freetag, translated to tiki style

------------------------------------------------------------------------
r6106 | mose | 2005-10-16 16:35:10 +0200 (dim, 16 oct 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6105 | amette | 2005-10-16 05:51:06 +0200 (dim, 16 oct 2005) | 2 lines

PHP5 compat

------------------------------------------------------------------------
r6104 | sylvieg | 2005-10-14 20:06:44 +0200 (ven, 14 oct 2005) | 2 lines

some escape

------------------------------------------------------------------------
r6103 | sylvieg | 2005-10-14 15:50:34 +0200 (ven, 14 oct 2005) | 2 lines

list_comments displays a summary of all the comments (wiki, article, blog..) and enable you to delete them - handy in case of spam

------------------------------------------------------------------------
r6094 | michael_davey | 2005-10-11 11:26:41 +0200 (mar, 11 oct 2005) | 2 lines

global before include

------------------------------------------------------------------------
r6092 | michael_davey | 2005-10-10 19:49:57 +0200 (lun, 10 oct 2005) | 2 lines

use tiki error page for var checks

------------------------------------------------------------------------
r6091 | michael_davey | 2005-10-10 19:46:31 +0200 (lun, 10 oct 2005) | 2 lines

if msg is present and error is not, use that

------------------------------------------------------------------------
r6090 | michael_davey | 2005-10-10 19:45:53 +0200 (lun, 10 oct 2005) | 2 lines

hex var check

------------------------------------------------------------------------
r6089 | michael_davey | 2005-10-09 23:19:13 +0200 (dim, 09 oct 2005) | 2 lines

fix undefined variable info - move return statement to correct place

------------------------------------------------------------------------
r6078 | luciash | 2005-10-07 02:34:30 +0200 (ven, 07 oct 2005) | 2 lines

* hide gender info when set to "Hidden"

------------------------------------------------------------------------
r6077 | luciash | 2005-10-07 01:08:04 +0200 (ven, 07 oct 2005) | 2 lines

* KISS - removing the optional feature requirement from user's gender while it's set to "Hidden" by default anyway and doesn't need to consume more unnecessary feature checks

------------------------------------------------------------------------
r6076 | sylvieg | 2005-10-06 19:32:08 +0200 (jeu, 06 oct 2005) | 2 lines

kilobytes

------------------------------------------------------------------------
r6075 | sylvieg | 2005-10-06 19:19:50 +0200 (jeu, 06 oct 2005) | 2 lines

some stat about volume/category

------------------------------------------------------------------------
r6074 | sylvieg | 2005-10-06 17:31:17 +0200 (jeu, 06 oct 2005) | 2 lines

edit css button display

------------------------------------------------------------------------
r6073 | lfagundes | 2005-10-05 15:42:36 +0200 (mer, 05 oct 2005) | 2 lines

[FIX] upcoming event link to event details instead of calendar

------------------------------------------------------------------------
r6072 | sylvieg | 2005-10-04 14:08:14 +0200 (mar, 04 oct 2005) | 2 lines

some timeout were missing - sessionId can be reused

------------------------------------------------------------------------
r6071 | sylvieg | 2005-10-04 13:58:05 +0200 (mar, 04 oct 2005) | 2 lines

don't record anonymous timeout

------------------------------------------------------------------------
r6070 | sylvieg | 2005-10-04 12:56:07 +0200 (mar, 04 oct 2005) | 2 lines

don't record anonymous timeout

------------------------------------------------------------------------
r6069 | sylvieg | 2005-10-04 12:53:34 +0200 (mar, 04 oct 2005) | 2 lines

fix nb of dicarded when only group pb

------------------------------------------------------------------------
r6067 | sylvieg | 2005-10-04 00:13:57 +0200 (mar, 04 oct 2005) | 2 lines

test

------------------------------------------------------------------------
r6066 | sylvieg | 2005-10-03 23:45:48 +0200 (lun, 03 oct 2005) | 2 lines

a better control of overwrite if upload user with different case + can overwrite groups + warning if group doesn't exist

------------------------------------------------------------------------
r6065 | sylvieg | 2005-10-03 19:46:06 +0200 (lun, 03 oct 2005) | 2 lines

bad merge

------------------------------------------------------------------------
r6064 | sylvieg | 2005-10-03 19:21:46 +0200 (lun, 03 oct 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r6063 | toggg | 2005-10-03 18:58:28 +0200 (lun, 03 oct 2005) | 2 lines

The most important was still missing in the parser NT : Smileys !!!

------------------------------------------------------------------------
r6062 | michael_davey | 2005-10-02 21:37:04 +0200 (dim, 02 oct 2005) | 2 lines

use accesslib

------------------------------------------------------------------------
r6061 | toggg | 2005-10-01 18:18:10 +0200 (sam, 01 oct 2005) | 2 lines

Function ans Phplookup rules aren't used by Tiki

------------------------------------------------------------------------
r6060 | toggg | 2005-10-01 17:56:29 +0200 (sam, 01 oct 2005) | 2 lines

Back from pear: Function and Phplookup rules not used by tiki

------------------------------------------------------------------------
r6059 | toggg | 2005-10-01 17:54:35 +0200 (sam, 01 oct 2005) | 2 lines

Back from pear: ~np~ , ~pp~ , <pre> and plugins now done the same "round"

------------------------------------------------------------------------
r6057 | michael_davey | 2005-10-01 17:34:39 +0200 (sam, 01 oct 2005) | 2 lines

fix kludge by using an additional db column

------------------------------------------------------------------------
r6055 | michael_davey | 2005-10-01 15:58:30 +0200 (sam, 01 oct 2005) | 2 lines

additional column for tiki_events table: file to include

------------------------------------------------------------------------
r6054 | toggg | 2005-09-30 22:19:44 +0200 (ven, 30 sep 2005) | 2 lines

backport from pear : > is already &gt; , too much greedy on the non quoted args (merci sylvieg)

------------------------------------------------------------------------
r6053 | toggg | 2005-09-30 17:27:14 +0200 (ven, 30 sep 2005) | 2 lines

Upgrade back from pear about missing row/col span, thx mdavey

------------------------------------------------------------------------
r6052 | sylvieg | 2005-09-30 16:11:51 +0200 (ven, 30 sep 2005) | 2 lines

when editing a new page, if it has likepages, displays the names of the likepages

------------------------------------------------------------------------
r6051 | sylvieg | 2005-09-30 15:29:36 +0200 (ven, 30 sep 2005) | 2 lines

some browsers don't like closing / in the anchor a

------------------------------------------------------------------------
r6050 | sylvieg | 2005-09-29 14:46:28 +0200 (jeu, 29 sep 2005) | 2 lines

fix comment for sub

------------------------------------------------------------------------
r6044 | michael_davey | 2005-09-28 13:37:31 +0200 (mer, 28 sep 2005) | 3 lines


support for hiding standard fields; more info in TikiSignal data array; some extra smarty strings

------------------------------------------------------------------------
r6041 | wesleywillians | 2005-09-28 00:05:25 +0200 (mer, 28 sep 2005) | 2 lines

[MOD] add batch upload of emails in newsletter

------------------------------------------------------------------------
r6040 | sylvieg | 2005-09-27 23:33:38 +0200 (mar, 27 sep 2005) | 2 lines

displays like page in error only is feature_likePages activated

------------------------------------------------------------------------
r6037 | michael_davey | 2005-09-27 18:47:50 +0200 (mar, 27 sep 2005) | 3 lines


one final attempt...

------------------------------------------------------------------------
r6032 | michael_davey | 2005-09-27 17:50:17 +0200 (mar, 27 sep 2005) | 3 lines


not sure if this is the reight place to fix, but fix needed to make mods config work

------------------------------------------------------------------------
r6021 | sylvieg | 2005-09-26 20:08:17 +0200 (lun, 26 sep 2005) | 2 lines

fix lastpages - hope no other one

------------------------------------------------------------------------
r6015 | michael_davey | 2005-09-26 14:56:13 +0200 (lun, 26 sep 2005) | 3 lines


be more helpful to automated programs

------------------------------------------------------------------------
r6014 | michael_davey | 2005-09-26 14:48:28 +0200 (lun, 26 sep 2005) | 3 lines


minimum permitted length of username

------------------------------------------------------------------------
r6013 | michael_davey | 2005-09-26 14:34:47 +0200 (lun, 26 sep 2005) | 3 lines


use wrapper class

------------------------------------------------------------------------
r6012 | michael_davey | 2005-09-26 14:30:01 +0200 (lun, 26 sep 2005) | 3 lines


initial import of table wrapper class

------------------------------------------------------------------------
r6011 | michael_davey | 2005-09-26 14:13:27 +0200 (lun, 26 sep 2005) | 3 lines


tweak

------------------------------------------------------------------------
r6010 | michael_davey | 2005-09-26 14:12:33 +0200 (lun, 26 sep 2005) | 3 lines


update

------------------------------------------------------------------------
r6009 | michael_davey | 2005-09-26 13:58:57 +0200 (lun, 26 sep 2005) | 3 lines


add global

------------------------------------------------------------------------
r6008 | sylvieg | 2005-09-23 23:44:30 +0200 (ven, 23 sep 2005) | 2 lines

sync

------------------------------------------------------------------------
r6007 | sylvieg | 2005-09-23 23:38:01 +0200 (ven, 23 sep 2005) | 2 lines

sync

------------------------------------------------------------------------
r6006 | sylvieg | 2005-09-23 23:34:26 +0200 (ven, 23 sep 2005) | 2 lines

a new option to put the icon[+] before the heading and not after

------------------------------------------------------------------------
r6005 | sylvieg | 2005-09-23 15:43:20 +0200 (ven, 23 sep 2005) | 2 lines

batch upload back

------------------------------------------------------------------------
r6004 | michael_davey | 2005-09-23 12:39:16 +0200 (ven, 23 sep 2005) | 3 lines


make use of new fields in new tiki_registration_fields table

------------------------------------------------------------------------
r6003 | michael_davey | 2005-09-23 10:53:35 +0200 (ven, 23 sep 2005) | 3 lines


use tiki_registration_fields table

------------------------------------------------------------------------
r6002 | michael_davey | 2005-09-23 10:35:04 +0200 (ven, 23 sep 2005) | 3 lines


use tiki_registration_fields table

------------------------------------------------------------------------
r6001 | michael_davey | 2005-09-23 10:19:45 +0200 (ven, 23 sep 2005) | 3 lines


consistency

------------------------------------------------------------------------
r6000 | michael_davey | 2005-09-22 19:34:43 +0200 (jeu, 22 sep 2005) | 3 lines


consistency

------------------------------------------------------------------------
r5998 | xavidp | 2005-09-22 12:51:01 +0200 (jeu, 22 sep 2005) | 2 lines

some new strings aded

------------------------------------------------------------------------
r5997 | sylvieg | 2005-09-22 12:39:40 +0200 (jeu, 22 sep 2005) | 2 lines

missing include

------------------------------------------------------------------------
r5991 | sylvieg | 2005-09-22 00:02:28 +0200 (jeu, 22 sep 2005) | 2 lines

sorry

------------------------------------------------------------------------
r5988 | rlpowell | 2005-09-20 22:50:56 +0200 (mar, 20 sep 2005) | 2 lines

Now tests for a missing variable problem.

------------------------------------------------------------------------
r5987 | rlpowell | 2005-09-20 22:49:12 +0200 (mar, 20 sep 2005) | 2 lines

More careful handling of From.

------------------------------------------------------------------------
r5986 | sylvieg | 2005-09-20 16:10:15 +0200 (mar, 20 sep 2005) | 2 lines

change callback param order to be the same than the lib: hope it is the right order

------------------------------------------------------------------------
r5985 | sylvieg | 2005-09-20 15:35:05 +0200 (mar, 20 sep 2005) | 2 lines

fix the autoincrement column

------------------------------------------------------------------------
r5984 | sylvieg | 2005-09-20 13:04:03 +0200 (mar, 20 sep 2005) | 2 lines

wrong lib

------------------------------------------------------------------------
r5983 | sylvieg | 2005-09-20 12:50:33 +0200 (mar, 20 sep 2005) | 2 lines

sync

------------------------------------------------------------------------
r5982 | rabiddog | 2005-09-20 00:05:38 +0200 (mar, 20 sep 2005) | 2 lines

Added sylvieg bugfix (from tikidblib)

------------------------------------------------------------------------
r5981 | michael_davey | 2005-09-19 23:49:40 +0200 (lun, 19 sep 2005) | 3 lines

Initial import of an abstract class representing an individual database
table - needs more work

------------------------------------------------------------------------
r5980 | michael_davey | 2005-09-19 23:22:31 +0200 (lun, 19 sep 2005) | 2 lines

use accesslib; ability to set query and execute later

------------------------------------------------------------------------
r5979 | michael_davey | 2005-09-19 23:16:55 +0200 (lun, 19 sep 2005) | 2 lines

get_custom_fields - customised registration form

------------------------------------------------------------------------
r5978 | michael_davey | 2005-09-19 23:09:20 +0200 (lun, 19 sep 2005) | 2 lines

added a redirect function

------------------------------------------------------------------------
r5977 | michael_davey | 2005-09-19 22:03:17 +0200 (lun, 19 sep 2005) | 3 lines

couple of new global config variables to help with fully-qualified
domains and redirects; nav choices separator sysmbol

------------------------------------------------------------------------
r5976 | sylvieg | 2005-09-19 16:47:49 +0200 (lun, 19 sep 2005) | 2 lines

update doc link

------------------------------------------------------------------------
r5975 | sylvieg | 2005-09-19 15:57:02 +0200 (lun, 19 sep 2005) | 2 lines

add bytes changes for an update wiki page in the log report + some fixes about previous compatibility

------------------------------------------------------------------------
r5974 | sylvieg | 2005-09-19 14:45:09 +0200 (lun, 19 sep 2005) | 2 lines

avoid notice undefined for local.php that has not been updated. I don't know how rabiddog was planning to update local.php

------------------------------------------------------------------------
r5973 | rabiddog | 2005-09-19 01:13:34 +0200 (lun, 19 sep 2005) | 6 lines

Added MultiTiki-SingleDB functionality.

Add the following to local.php:
$db_table_prefix - base table prefix (optional)
$common_users_table_prefix - common "users" prefix (optional)

------------------------------------------------------------------------
r5972 | sylvieg | 2005-09-16 19:51:15 +0200 (ven, 16 sep 2005) | 2 lines

some optim

------------------------------------------------------------------------
r5971 | sylvieg | 2005-09-16 15:00:13 +0200 (ven, 16 sep 2005) | 2 lines

fix change colum name in actionlog + escape url for comment in page such as Author & Producer

------------------------------------------------------------------------
r5970 | sylvieg | 2005-09-15 16:52:33 +0200 (jeu, 15 sep 2005) | 2 lines

some fixes in actionlog

------------------------------------------------------------------------
r5969 | sylvieg | 2005-09-15 16:25:42 +0200 (jeu, 15 sep 2005) | 2 lines

user name are separated with ; now

------------------------------------------------------------------------
r5968 | sylvieg | 2005-09-14 23:47:39 +0200 (mer, 14 sep 2005) | 2 lines

new feature actionlog that enables to see some report and stat of user actions on a user basis or category basis

------------------------------------------------------------------------
r5967 | sylvieg | 2005-09-14 19:03:26 +0200 (mer, 14 sep 2005) | 2 lines

pb with literal and >- put the comment in smarty comment

------------------------------------------------------------------------
r5962 | sylvieg | 2005-09-09 14:59:43 +0200 (ven, 09 sep 2005) | 2 lines

move log from tag/dump actions to tiki_logs instead of actionlog as there are admin tasks + log the user name

------------------------------------------------------------------------
r5961 | sylvieg | 2005-09-08 19:40:25 +0200 (jeu, 08 sep 2005) | 2 lines

propagate rlpowell fix about attachment not saved in the right place dir/db

------------------------------------------------------------------------
r5951 | sylvieg | 2005-09-08 17:17:03 +0200 (jeu, 08 sep 2005) | 2 lines

new option: When viewing a page, if it doesn't exist and has one like page, automatic redirection to this like page

------------------------------------------------------------------------
r5948 | sylvieg | 2005-09-08 16:52:35 +0200 (jeu, 08 sep 2005) | 2 lines

new option: When viewing a page, if it doesn't exist and has one like page, automatic redirection to this like page

------------------------------------------------------------------------
r5947 | damosoft | 2005-09-08 16:47:57 +0200 (jeu, 08 sep 2005) | 2 lines

show errors now as default option, unless its later changed / configured through Admin->General.

------------------------------------------------------------------------
r5946 | sylvieg | 2005-09-08 15:45:23 +0200 (jeu, 08 sep 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r5906 | damosoft | 2005-09-08 03:59:03 +0200 (jeu, 08 sep 2005) | 2 lines

redirect_on_error implemented in here also, permission denied excluded as always

------------------------------------------------------------------------
r5905 | damosoft | 2005-09-08 03:48:45 +0200 (jeu, 08 sep 2005) | 2 lines

topic_image, article_image and banner_image should all become one script to lower the amount of maintenance required :?

------------------------------------------------------------------------
r5904 | damosoft | 2005-09-08 03:45:05 +0200 (jeu, 08 sep 2005) | 2 lines

$feature_redirect_on_error

------------------------------------------------------------------------
r5903 | damosoft | 2005-09-08 03:36:01 +0200 (jeu, 08 sep 2005) | 2 lines

nudging the version number and adding a much requested link to connect to IRC, thanks Nathan :)

------------------------------------------------------------------------
r5902 | damosoft | 2005-09-08 03:33:00 +0200 (jeu, 08 sep 2005) | 2 lines

help shouldn't be called directly, its included.

------------------------------------------------------------------------
r5901 | damosoft | 2005-09-08 03:25:48 +0200 (jeu, 08 sep 2005) | 2 lines

When calling a not to be called directly script, if feature_redirect_on_error is active, then redirect to the Tiki HomePage as per Admin->General.

------------------------------------------------------------------------
r5900 | damosoft | 2005-09-08 03:17:55 +0200 (jeu, 08 sep 2005) | 2 lines

basically the same as for articles, remove hardcoded temp folder and also die if the data is non existant.

------------------------------------------------------------------------
r5899 | damosoft | 2005-09-08 03:13:15 +0200 (jeu, 08 sep 2005) | 2 lines

If a invalid id or empty article data is returned stop before you download junk

------------------------------------------------------------------------
r5898 | damosoft | 2005-09-08 03:08:59 +0200 (jeu, 08 sep 2005) | 2 lines

Use the configured (Admin->General) temp dir instead of hardcoded one

------------------------------------------------------------------------
r5897 | damosoft | 2005-09-08 02:55:16 +0200 (jeu, 08 sep 2005) | 2 lines

bump version number for the release process page link

------------------------------------------------------------------------
r5896 | rlpowell | 2005-09-08 00:46:39 +0200 (jeu, 08 sep 2005) | 2 lines

Made a bunch of search-only forms do a GET instead of a POST so we could get good URLs.

------------------------------------------------------------------------
r5895 | damosoft | 2005-09-08 00:30:30 +0200 (jeu, 08 sep 2005) | 2 lines

file seems to have appeared during mergehell which occured circa 1.7.x releases

------------------------------------------------------------------------
r5894 | michael_davey | 2005-09-08 00:23:21 +0200 (jeu, 08 sep 2005) | 2 lines

fix bad merge (locally)

------------------------------------------------------------------------
r5893 | michael_davey | 2005-09-08 00:15:26 +0200 (jeu, 08 sep 2005) | 2 lines

use accesslib

------------------------------------------------------------------------
r5892 | rlpowell | 2005-09-08 00:00:56 +0200 (jeu, 08 sep 2005) | 2 lines

Added comments to explain what to do about the alter ignore table

------------------------------------------------------------------------
r5891 | michael_davey | 2005-09-07 23:47:32 +0200 (mer, 07 sep 2005) | 2 lines

two params version of check_feature

------------------------------------------------------------------------
r5890 | damosoft | 2005-09-07 23:37:19 +0200 (mer, 07 sep 2005) | 2 lines

copied over from damians cvs server, correct permissions

------------------------------------------------------------------------
r5889 | damosoft | 2005-09-07 23:25:52 +0200 (mer, 07 sep 2005) | 2 lines

bringing back some security, I think banners has its own perm tho and the whole file is missing anyway!

------------------------------------------------------------------------
r5888 | rlpowell | 2005-09-07 23:02:45 +0200 (mer, 07 sep 2005) | 2 lines

Trimmed field sizes and added indexes for tiki_forums.  Data loss *is* possible, but should only be of repeat entries.

------------------------------------------------------------------------
r5887 | rlpowell | 2005-09-07 19:34:53 +0200 (mer, 07 sep 2005) | 2 lines

Taught the html import to turn comments into ~hc~...~/hc~ sections.

------------------------------------------------------------------------
r5886 | michael_davey | 2005-09-07 19:06:08 +0200 (mer, 07 sep 2005) | 3 lines


forgotten global

------------------------------------------------------------------------
r5885 | michael_davey | 2005-09-07 18:50:14 +0200 (mer, 07 sep 2005) | 3 lines


preserve environment

------------------------------------------------------------------------
r5884 | michael_davey | 2005-09-07 18:03:23 +0200 (mer, 07 sep 2005) | 3 lines


usability: prompt for login rather than displaying unhelpful error message; go to the requested resource after successful login

------------------------------------------------------------------------
r5883 | michael_davey | 2005-09-07 17:12:51 +0200 (mer, 07 sep 2005) | 3 lines


use correct variable names

------------------------------------------------------------------------
r5882 | sylvieg | 2005-09-07 14:35:42 +0200 (mer, 07 sep 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r5881 | damosoft | 2005-09-07 13:12:06 +0200 (mer, 07 sep 2005) | 2 lines

omg a commit\! from damosoft, hope toggg is watching :)

------------------------------------------------------------------------
r5880 | toggg | 2005-09-06 23:03:16 +0200 (mar, 06 sep 2005) | 2 lines

Upgrade from pear, reminder: Toc.php and Wikilink.php still not merged

------------------------------------------------------------------------
r5879 | toggg | 2005-09-06 19:50:21 +0200 (mar, 06 sep 2005) | 2 lines

Call-time pass-by-reference not needed and causes warnings

------------------------------------------------------------------------
r5878 | toggg | 2005-09-06 19:45:34 +0200 (mar, 06 sep 2005) | 2 lines

Forgot to parse the wiki plugin help

------------------------------------------------------------------------
r5877 | sylvieg | 2005-09-06 18:42:42 +0200 (mar, 06 sep 2005) | 2 lines

simple email protection if option on in admin wiki, email @ replaced by a javascript call + email without link if javascript not enable

------------------------------------------------------------------------
r5876 | rlpowell | 2005-09-06 04:50:28 +0200 (mar, 06 sep 2005) | 2 lines

Fixed overlapping ~ codes, added list of ~ character codes to the wiki help.

------------------------------------------------------------------------
r5875 | rlpowell | 2005-09-04 04:00:14 +0200 (dim, 04 sep 2005) | 2 lines

Made handling of ((...|#...)) links more flexible.

------------------------------------------------------------------------
r5874 | rlpowell | 2005-09-04 03:20:28 +0200 (dim, 04 sep 2005) | 2 lines

Stopped attachments from forcing download on the browser.

------------------------------------------------------------------------
r5873 | rlpowell | 2005-09-04 03:02:09 +0200 (dim, 04 sep 2005) | 2 lines

Added a title to maketoc.

------------------------------------------------------------------------
r5872 | rlpowell | 2005-09-04 03:00:39 +0200 (dim, 04 sep 2005) | 2 lines

Made ! headers start at h2 instead of h1, so they don't look as big as the actual page title text.

------------------------------------------------------------------------
r5871 | rlpowell | 2005-09-04 02:20:51 +0200 (dim, 04 sep 2005) | 2 lines

Added links to the attachments themselves.

------------------------------------------------------------------------
r5870 | rlpowell | 2005-09-04 02:06:57 +0200 (dim, 04 sep 2005) | 2 lines

Fixed bugs that stopped the "file" method of wiki attachments from working.

------------------------------------------------------------------------
r5869 | michael_davey | 2005-09-02 19:12:09 +0200 (ven, 02 sep 2005) | 2 lines

move include statement

------------------------------------------------------------------------
r5868 | michael_davey | 2005-09-02 16:58:22 +0200 (ven, 02 sep 2005) | 2 lines

comment out missing line for the moment

------------------------------------------------------------------------
r5866 | wesleywillians | 2005-09-02 03:52:09 +0200 (ven, 02 sep 2005) | 4 lines

Slide show for image gal (fade on I.E..)

Now, with LGPL license ...

------------------------------------------------------------------------
r5865 | sylvieg | 2005-09-02 00:04:50 +0200 (ven, 02 sep 2005) | 2 lines

take away the redirect as it is a plugin

------------------------------------------------------------------------
r5864 | rv540 | 2005-09-02 00:03:24 +0200 (ven, 02 sep 2005) | 2 lines

modified email criteria with 'like' instead of exact search. Display block when multi criteria search.

------------------------------------------------------------------------
r5863 | sylvieg | 2005-09-01 21:33:58 +0200 (jeu, 01 sep 2005) | 2 lines

merge form 1.9

------------------------------------------------------------------------
r5862 | rv540 | 2005-09-01 20:39:12 +0200 (jeu, 01 sep 2005) | 3 lines


added multi-criteria search to userslist in tiki-adminusers

------------------------------------------------------------------------
r5861 | sylvieg | 2005-09-01 15:51:04 +0200 (jeu, 01 sep 2005) | 2 lines

fix plain menu

------------------------------------------------------------------------
r5860 | michael_davey | 2005-09-01 15:05:49 +0200 (jeu, 01 sep 2005) | 2 lines

don't drop table

------------------------------------------------------------------------
r5859 | michael_davey | 2005-09-01 15:04:37 +0200 (jeu, 01 sep 2005) | 2 lines

add table tiki_registration_fields to hold CustomFields for registration in the future

------------------------------------------------------------------------
r5858 | sylvieg | 2005-09-01 13:40:20 +0200 (jeu, 01 sep 2005) | 2 lines

fix phptree menu (phptree can be used for accessibility solutions)

------------------------------------------------------------------------
r5857 | michael_davey | 2005-08-31 19:28:52 +0200 (mer, 31 aoû 2005) | 2 lines

disable debug

------------------------------------------------------------------------
r5856 | michael_davey | 2005-08-31 17:13:33 +0200 (mer, 31 aoû 2005) | 2 lines

$default_sender_email should not be exposed - use sender_email instead; only expose admin's email address if they have indicated on Admin->Features 'contact_us' settings that it is okay to do so.

------------------------------------------------------------------------
r5854 | michael_davey | 2005-08-30 23:45:59 +0200 (mar, 30 aoû 2005) | 2 lines

explanatory comment for previous commit

------------------------------------------------------------------------
r5853 | michael_davey | 2005-08-30 23:34:36 +0200 (mar, 30 aoû 2005) | 2 lines

CustomFields is a reserved username

------------------------------------------------------------------------
r5852 | mose | 2005-08-30 15:40:35 +0200 (mar, 30 aoû 2005) | 2 lines

fixed typo

------------------------------------------------------------------------
r5851 | mose | 2005-08-30 15:38:37 +0200 (mar, 30 aoû 2005) | 2 lines

inhibited gender and geolocation that should be optional. todo: implement the feature_user_gender option

------------------------------------------------------------------------
r5850 | michael_davey | 2005-08-30 14:51:31 +0200 (mar, 30 aoû 2005) | 2 lines

add feature_signal; add new section to Admin->Features

------------------------------------------------------------------------
r5849 | sylvieg | 2005-08-30 13:55:00 +0200 (mar, 30 aoû 2005) | 2 lines

SF 1223129: usernames must be separated with; to allow username with space Mr X and with comma Smith, Paul - for name with ; use \;

------------------------------------------------------------------------
r5848 | rlpowell | 2005-08-30 02:36:14 +0200 (mar, 30 aoû 2005) | 2 lines

Minor tweak to preserve ' in {file ...} links.

------------------------------------------------------------------------
r5847 | michael_davey | 2005-08-29 20:23:06 +0200 (lun, 29 aoû 2005) | 2 lines

fix commenting, move includes

------------------------------------------------------------------------
r5846 | sylvieg | 2005-08-29 17:22:44 +0200 (lun, 29 aoû 2005) | 2 lines

missing global

------------------------------------------------------------------------
r5845 | sylvieg | 2005-08-29 17:16:47 +0200 (lun, 29 aoû 2005) | 2 lines

fix a merge problem

------------------------------------------------------------------------
r5844 | mose | 2005-08-29 05:14:45 +0200 (lun, 29 aoû 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r5843 | toggg | 2005-08-28 08:34:19 +0200 (dim, 28 aoû 2005) | 2 lines

Enforced the regexp to find help function

------------------------------------------------------------------------
r5842 | amette | 2005-08-27 15:12:38 +0200 (sam, 27 aoû 2005) | 2 lines

fixed commenting, that broke file

------------------------------------------------------------------------
r5841 | mose | 2005-08-26 21:35:31 +0200 (ven, 26 aoû 2005) | 2 lines

fixed dbversion default number

------------------------------------------------------------------------
r5840 | michael_davey | 2005-08-26 18:40:46 +0200 (ven, 26 aoû 2005) | 2 lines

prepare to preserve the old environment

------------------------------------------------------------------------
r5839 | michael_davey | 2005-08-26 18:24:26 +0200 (ven, 26 aoû 2005) | 2 lines

make new user registrations via tiki-register.tpl generate a user_registers event

------------------------------------------------------------------------
r5838 | toggg | 2005-08-26 12:45:37 +0200 (ven, 26 aoû 2005) | 2 lines

No more including *all* plugins to build the help, read the plugin file, extract the help, create_function to get the help text, should save 1 Meg and a few centiseconds

------------------------------------------------------------------------
r5837 | toggg | 2005-08-26 12:42:03 +0200 (ven, 26 aoû 2005) | 2 lines

Externalized help in a simple function, no load of the plugin class

------------------------------------------------------------------------
r5836 | luciash | 2005-08-26 03:05:43 +0200 (ven, 26 aoû 2005) | 2 lines

* keeping tiki-install.php just to include the new Tiki installer script (moved to installer/) + few changes to tpl regarding disabling the script

------------------------------------------------------------------------
r5835 | luciash | 2005-08-26 02:51:14 +0200 (ven, 26 aoû 2005) | 2 lines

+ img/trackers

------------------------------------------------------------------------
r5834 | luciash | 2005-08-26 02:30:40 +0200 (ven, 26 aoû 2005) | 3 lines

* adding files to start on the new Tiki installer in the installer dir for p_mash
+ new disabling possibility to decide if rename or delete the installer script at all

------------------------------------------------------------------------
r5833 | luciash | 2005-08-26 02:16:50 +0200 (ven, 26 aoû 2005) | 2 lines

+ adding the new installer folder to the setup script to be writable by web server

------------------------------------------------------------------------
r5832 | michael_davey | 2005-08-25 22:50:04 +0200 (jeu, 25 aoû 2005) | 2 lines

use tikiaccesslib

------------------------------------------------------------------------
r5831 | sylvieg | 2005-08-25 20:54:47 +0200 (jeu, 25 aoû 2005) | 2 lines

add a CR for easier view

------------------------------------------------------------------------
r5830 | sylvieg | 2005-08-25 20:46:53 +0200 (jeu, 25 aoû 2005) | 2 lines

add des et page to the {file} of an attached file

------------------------------------------------------------------------
r5829 | michael_davey | 2005-08-25 19:29:54 +0200 (jeu, 25 aoû 2005) | 2 lines

break into logical parts

------------------------------------------------------------------------
r5828 | michael_davey | 2005-08-25 18:13:48 +0200 (jeu, 25 aoû 2005) | 2 lines

move functions to library

------------------------------------------------------------------------
r5827 | michael_davey | 2005-08-25 18:04:50 +0200 (jeu, 25 aoû 2005) | 2 lines

start preperations for tikisignal

------------------------------------------------------------------------
r5825 | sylvieg | 2005-08-25 00:23:56 +0200 (jeu, 25 aoû 2005) | 2 lines

style in module categories(ex:tree|vert) + 2 phplayers user menus can be displayed

------------------------------------------------------------------------
r5824 | sylvieg | 2005-08-22 12:55:29 +0200 (lun, 22 aoû 2005) | 2 lines

new generic parameter switchLang that enables to change language directly (add switchLang=en the the url)

------------------------------------------------------------------------
r5823 | sylvieg | 2005-08-22 12:51:18 +0200 (lun, 22 aoû 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r5822 | wesleywillians | 2005-08-20 17:35:55 +0200 (sam, 20 aoû 2005) | 2 lines

Slide show for image gal (fade on I.E..)

------------------------------------------------------------------------
r5821 | wesleywillians | 2005-08-20 17:34:39 +0200 (sam, 20 aoû 2005) | 2 lines

test for my first inclusion

------------------------------------------------------------------------
r5820 | mose | 2005-08-18 18:23:07 +0200 (jeu, 18 aoû 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r5819 | sylvieg | 2005-08-18 16:19:08 +0200 (jeu, 18 aoû 2005) | 2 lines

synchro

------------------------------------------------------------------------
r5818 | sylvieg | 2005-08-18 16:00:36 +0200 (jeu, 18 aoû 2005) | 2 lines

1.10

------------------------------------------------------------------------
r5817 | mashmorgan | 2005-08-18 14:59:23 +0200 (jeu, 18 aoû 2005) | 2 lines

added cvs id tag

------------------------------------------------------------------------
r5816 | mashmorgan | 2005-08-18 11:54:27 +0200 (jeu, 18 aoû 2005) | 2 lines

unnecessary double quotes (and test commit for new CVS user)

------------------------------------------------------------------------
r5815 | sylvieg | 2005-08-17 17:02:30 +0200 (mer, 17 aoû 2005) | 2 lines

redirect feature: if a page contains only #REDIRECT pagename, the page view will display the other page. redirect is interpreted only one time

------------------------------------------------------------------------
r5814 | sylvieg | 2005-08-17 15:26:40 +0200 (mer, 17 aoû 2005) | 2 lines

prefer the file tag as a plugin is optionnal

------------------------------------------------------------------------
r5813 | sylvieg | 2005-08-17 15:25:51 +0200 (mer, 17 aoû 2005) | 2 lines

avaid parameter by reference

------------------------------------------------------------------------
r5812 | sylvieg | 2005-08-16 16:44:47 +0200 (mar, 16 aoû 2005) | 2 lines

avoid parameter by reference + delete user case sensitive + explicit message in error on login + remind password case insensitive (if 2 users with same upper login, need to enter the right login)

------------------------------------------------------------------------
r5811 | sylvieg | 2005-08-16 13:01:20 +0200 (mar, 16 aoû 2005) | 2 lines

case insentive login: if 2 users have the same upper case login, they will have to enter the exact case

------------------------------------------------------------------------
r5810 | sylvieg | 2005-08-15 17:34:00 +0200 (lun, 15 aoû 2005) | 2 lines

use same function for attachemetn

------------------------------------------------------------------------
r5809 | sylvieg | 2005-08-15 17:32:52 +0200 (lun, 15 aoû 2005) | 2 lines

new param atts_show to display the attachements + fix sort on attachemetns

------------------------------------------------------------------------
r5808 | sylvieg | 2005-08-15 16:59:27 +0200 (lun, 15 aoû 2005) | 2 lines

use of smarty

------------------------------------------------------------------------
r5807 | sylvieg | 2005-08-15 16:15:35 +0200 (lun, 15 aoû 2005) | 2 lines

can attach n files directly at edit time + automatically insert a call to the ATTACH plugin + can work for multiple files (not the case for img)

------------------------------------------------------------------------
r5806 | sylvieg | 2005-08-15 14:04:53 +0200 (lun, 15 aoû 2005) | 2 lines

deep param

------------------------------------------------------------------------
r5805 | sylvieg | 2005-08-12 15:02:13 +0200 (ven, 12 aoû 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r5804 | luciash | 2005-08-11 01:07:10 +0200 (jeu, 11 aoû 2005) | 2 lines

some xhtml code fixes

------------------------------------------------------------------------
r5803 | rv540 | 2005-08-10 17:56:01 +0200 (mer, 10 aoû 2005) | 2 lines

added save as draft to newsletter and use of tabs

------------------------------------------------------------------------
r5802 | rlpowell | 2005-08-09 00:44:53 +0200 (mar, 09 aoû 2005) | 2 lines

Made work with dovecot again.

------------------------------------------------------------------------
r5801 | rlpowell | 2005-08-06 23:56:45 +0200 (sam, 06 aoû 2005) | 2 lines

Added the "all" option.

------------------------------------------------------------------------
r5800 | toggg | 2005-07-31 07:27:35 +0200 (dim, 31 jui 2005) | 2 lines

Moved to lib/pear

------------------------------------------------------------------------
r5799 | toggg | 2005-07-31 07:24:58 +0200 (dim, 31 jui 2005) | 2 lines

The *full* Xhtml renderer is now in lib/pear

------------------------------------------------------------------------
r5798 | toggg | 2005-07-31 07:21:17 +0200 (dim, 31 jui 2005) | 2 lines

The parser is moved in lib/pear

------------------------------------------------------------------------
r5797 | toggg | 2005-07-31 06:50:15 +0200 (dim, 31 jui 2005) | 2 lines

Text_Wiki parser is now installed in lib/pear, changed the include

------------------------------------------------------------------------
r5796 | toggg | 2005-07-30 16:37:15 +0200 (sam, 30 jui 2005) | 2 lines

The rules parsers for tikiwiki

------------------------------------------------------------------------
r5795 | sylvieg | 2005-07-30 13:34:05 +0200 (sam, 30 jui 2005) | 2 lines

module categories: display the category tree: possible param type, deep, categId(the root)

------------------------------------------------------------------------
r5794 | toggg | 2005-07-30 10:15:26 +0200 (sam, 30 jui 2005) | 3 lines

The rule renderers fo Xhtml, CAUTION: Toc and Wikilink were not compatible
with PEAR package so are temporarly kept in tikiwiki version.

------------------------------------------------------------------------
r5793 | toggg | 2005-07-29 12:21:56 +0200 (ven, 29 jui 2005) | 2 lines

The format class for Xhtml renderer

------------------------------------------------------------------------
r5792 | toggg | 2005-07-29 11:20:26 +0200 (ven, 29 jui 2005) | 2 lines

The extension of base handler for tikiwiki markup

------------------------------------------------------------------------
r5791 | toggg | 2005-07-29 11:02:28 +0200 (ven, 29 jui 2005) | 2 lines

The parser and renderere bases classes

------------------------------------------------------------------------
r5790 | toggg | 2005-07-29 10:46:11 +0200 (ven, 29 jui 2005) | 3 lines

Synch and bundle PEAR::Text_Wiki, that will be the new location of it,
in the mean time lib/wiki/... is still valid

------------------------------------------------------------------------
r5789 | sylvieg | 2005-07-28 18:05:46 +0200 (jeu, 28 jui 2005) | 2 lines

fix log line for user change

------------------------------------------------------------------------
r5788 | sylvieg | 2005-07-28 17:56:58 +0200 (jeu, 28 jui 2005) | 2 lines

record in logs user timeout and user back time

------------------------------------------------------------------------
r5787 | sylvieg | 2005-07-28 17:20:18 +0200 (jeu, 28 jui 2005) | 2 lines

the click to confirm

------------------------------------------------------------------------
r5786 | sylvieg | 2005-07-28 17:06:34 +0200 (jeu, 28 jui 2005) | 2 lines

add the possibilty the clean logs older than x months (this table is huge

------------------------------------------------------------------------
r5785 | toggg | 2005-07-28 13:45:58 +0200 (jeu, 28 jui 2005) | 2 lines

Nested recursive plugins everywhere

------------------------------------------------------------------------
r5784 | toggg | 2005-07-28 13:40:37 +0200 (jeu, 28 jui 2005) | 2 lines

Plugins produce wiki markup so are processed by parsing, no tokens produced

------------------------------------------------------------------------
r5783 | rlpowell | 2005-07-27 07:15:49 +0200 (mer, 27 jui 2005) | 2 lines

Stopped the dropdown from getting ridiculously wide.

------------------------------------------------------------------------
r5782 | rlpowell | 2005-07-26 08:14:57 +0200 (mar, 26 jui 2005) | 2 lines

Changed back, but added a comma.

------------------------------------------------------------------------
r5781 | rlpowell | 2005-07-26 08:12:15 +0200 (mar, 26 jui 2005) | 2 lines

Minor consistency increase.

------------------------------------------------------------------------
r5780 | rlpowell | 2005-07-26 08:06:29 +0200 (mar, 26 jui 2005) | 2 lines

The plus sign is valid in the local part of e-mail addresses.

------------------------------------------------------------------------
r5779 | rlpowell | 2005-07-26 06:56:53 +0200 (mar, 26 jui 2005) | 2 lines

Fixed the helpurl.

------------------------------------------------------------------------
r5778 | rlpowell | 2005-07-21 22:05:12 +0200 (jeu, 21 jui 2005) | 2 lines

Added an option to make the output more verbose.

------------------------------------------------------------------------
r5777 | rlpowell | 2005-07-20 23:30:08 +0200 (mer, 20 jui 2005) | 2 lines

Just changed a few ' to " to deal with languages that end up translating to strings with ' in them.

------------------------------------------------------------------------
r5776 | rv540 | 2005-07-20 13:56:51 +0200 (mer, 20 jui 2005) | 2 lines

added a section in admin/login to configure default preferences for users

------------------------------------------------------------------------
r5775 | rlpowell | 2005-07-20 04:36:17 +0200 (mer, 20 jui 2005) | 2 lines

Added missing "WHERE" lines.

------------------------------------------------------------------------
r5774 | rlpowell | 2005-07-19 19:32:37 +0200 (mar, 19 jui 2005) | 2 lines

Fixed an array index bug.

------------------------------------------------------------------------
r5773 | rlpowell | 2005-07-19 06:39:44 +0200 (mar, 19 jui 2005) | 2 lines

Added handling for <a name= > tags.

------------------------------------------------------------------------
r5772 | rlpowell | 2005-07-19 05:32:11 +0200 (mar, 19 jui 2005) | 2 lines

Took out a non-existant variable.

------------------------------------------------------------------------
r5771 | rlpowell | 2005-07-19 03:07:12 +0200 (mar, 19 jui 2005) | 2 lines

Made it so one could add recorded translations on pages other than the first.

------------------------------------------------------------------------
r5770 | rlpowell | 2005-07-18 09:16:01 +0200 (lun, 18 jui 2005) | 2 lines

Fixed Apache crashing on large ~pp~ or ~np~ strings; also made handling those much faster.

------------------------------------------------------------------------
r5769 | rlpowell | 2005-07-16 02:00:03 +0200 (sam, 16 jui 2005) | 2 lines

Made the tiki_pages cache field mediumtext as well.

------------------------------------------------------------------------
r5768 | rlpowell | 2005-07-16 01:54:25 +0200 (sam, 16 jui 2005) | 2 lines

Made tiki_pages' data field a mediumtext instead of just text.

------------------------------------------------------------------------
r5767 | rlpowell | 2005-07-14 22:06:31 +0200 (jeu, 14 jui 2005) | 2 lines

Fixed "br" handling; added "dd" and "dt" handling.

------------------------------------------------------------------------
r5766 | sylvieg | 2005-07-14 19:29:17 +0200 (jeu, 14 jui 2005) | 2 lines

and its subcategories is easier to undersatnd than deep

------------------------------------------------------------------------
r5765 | mose | 2005-07-14 16:00:10 +0200 (jeu, 14 jui 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r5764 | rlpowell | 2005-07-14 08:21:24 +0200 (jeu, 14 jui 2005) | 2 lines

Added rules for em, strong, and sub.  Modified the rule for pre to use my new ~pre~ feature.

------------------------------------------------------------------------
r5763 | rlpowell | 2005-07-14 07:38:34 +0200 (jeu, 14 jui 2005) | 2 lines

Fixed some lack of checking of array keys.

------------------------------------------------------------------------
r5762 | rlpowell | 2005-07-14 07:31:31 +0200 (jeu, 14 jui 2005) | 2 lines

Added features for comments, bare <pre>, and associated help.

------------------------------------------------------------------------
r5761 | joeyhartmann | 2005-07-13 16:58:01 +0200 (mer, 13 jui 2005) | 2 lines

make redirect safe from http response splitting

------------------------------------------------------------------------
r5760 | rlpowell | 2005-07-13 00:49:05 +0200 (mer, 13 jui 2005) | 2 lines

Added help for some undocumented features.

------------------------------------------------------------------------
r5759 | rlpowell | 2005-07-13 00:40:18 +0200 (mer, 13 jui 2005) | 2 lines

Just a help change.

------------------------------------------------------------------------
r5758 | rlpowell | 2005-07-10 03:37:03 +0200 (dim, 10 jui 2005) | 2 lines

Make help much more extensive, added "bullets".

------------------------------------------------------------------------
r5757 | rlpowell | 2005-07-10 02:56:30 +0200 (dim, 10 jui 2005) | 2 lines

Put in "else" clauses for systems without html_entity_decode

------------------------------------------------------------------------
r5756 | luciash | 2005-07-09 00:23:03 +0200 (sam, 09 jui 2005) | 2 lines

gender field to user info (finished who someone started)

------------------------------------------------------------------------
r5755 | xavidp | 2005-07-08 22:17:24 +0200 (ven, 08 jui 2005) | 9 lines

moderate_validation_mail.tpl and
moderate_validation_mail_subject.tpl

were misswritten at tiki-login_validate.php as
moderate_welcome_mail.tpl and
moderate_welcome_mail_subject.tpl
----
My first ever bug fix commit to Tiki CVS!!! (I'm so surprised...)

------------------------------------------------------------------------
r5754 | rlpowell | 2005-07-07 05:58:03 +0200 (jeu, 07 jui 2005) | 2 lines

Fixed some wierd undefined variables errors.

------------------------------------------------------------------------
r5753 | rlpowell | 2005-07-06 22:32:31 +0200 (mer, 06 jui 2005) | 2 lines

Added a shortcut for anchors using |#.

------------------------------------------------------------------------
r5752 | rlpowell | 2005-07-06 22:19:02 +0200 (mer, 06 jui 2005) | 2 lines

Ported the quoting-of-plugin-args code to the tikilib parser.

------------------------------------------------------------------------
r5751 | rlpowell | 2005-07-05 23:49:37 +0200 (mar, 05 jui 2005) | 2 lines

Changed the prefs value field to text type.

------------------------------------------------------------------------
r5750 | amette | 2005-07-03 18:33:47 +0200 (dim, 03 jui 2005) | 2 lines

Checking if committing to head works with my new dev-environment

------------------------------------------------------------------------
r5749 | damosoft | 2005-07-02 21:56:39 +0200 (sam, 02 jui 2005) | 2 lines

as above but needed on 1.10 for a project ;)

------------------------------------------------------------------------
r5748 | papercrane | 2005-06-27 18:55:43 +0200 (lun, 27 jun 2005) | 2 lines

Use global instead of define

------------------------------------------------------------------------
r5747 | papercrane | 2005-06-27 18:50:44 +0200 (lun, 27 jun 2005) | 3 lines

remove setup of PAGE_SEP here, the config isn't loaded so *this won't work*
More to using global for PAGE_SEP

------------------------------------------------------------------------
r5746 | papercrane | 2005-06-27 18:45:57 +0200 (lun, 27 jun 2005) | 2 lines

make PAGE_SEP a global and set it up just after pear_wiki_parser

------------------------------------------------------------------------
r5745 | sylvieg | 2005-06-27 18:45:50 +0200 (lun, 27 jun 2005) | 2 lines

move PAGE_SEP from wikilib to tikilib to avoid warning

------------------------------------------------------------------------
r5744 | papercrane | 2005-06-27 18:37:27 +0200 (lun, 27 jun 2005) | 2 lines

Remove hack that doesn't work anyway

------------------------------------------------------------------------
r5743 | sylvieg | 2005-06-27 17:15:36 +0200 (lun, 27 jun 2005) | 2 lines

new wiki comments mail notification

------------------------------------------------------------------------
r5742 | mose | 2005-06-26 16:28:36 +0200 (dim, 26 jun 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r5741 | papercrane | 2005-06-24 00:50:21 +0200 (ven, 24 jun 2005) | 2 lines

Make sure PAGE_SEP is defined

------------------------------------------------------------------------
r5740 | sylvieg | 2005-06-24 00:32:02 +0200 (ven, 24 jun 2005) | 2 lines

update to 1.10

------------------------------------------------------------------------
r5739 | toggg | 2005-06-17 00:45:35 +0200 (ven, 17 jun 2005) | 2 lines

missing parenthesis were bad switching parser when tikilib default

------------------------------------------------------------------------
r5738 | mose | 2005-06-16 22:34:09 +0200 (jeu, 16 jun 2005) | 2 lines

Instant-Auto-Merge from BRANCH-1-9 to HEAD

------------------------------------------------------------------------
r5737 | mose | 2005-06-16 22:11:14 +0200 (jeu, 16 jun 2005) | 2 lines

merge from 1.9 to HEAD, first one after head_refresh operation. now tikimerge.sh works fine

------------------------------------------------------------------------
r5736 | papercrane | 2005-06-16 19:22:05 +0200 (jeu, 16 jun 2005) | 2 lines

Don't capture unneeded sub-patterns

------------------------------------------------------------------------
r5735 | papercrane | 2005-06-16 19:20:39 +0200 (jeu, 16 jun 2005) | 2 lines

Simplify regexes

------------------------------------------------------------------------
r5734 | papercrane | 2005-06-16 19:18:16 +0200 (jeu, 16 jun 2005) | 2 lines

Add back in missing part of regex

------------------------------------------------------------------------
r5733 | papercrane | 2005-06-16 19:17:18 +0200 (jeu, 16 jun 2005) | 2 lines

Add back in missing part of the rule

------------------------------------------------------------------------
r5732 | papercrane | 2005-06-16 19:16:02 +0200 (jeu, 16 jun 2005) | 2 lines

SImplify and fix regex

------------------------------------------------------------------------
r5731 | papercrane | 2005-06-16 19:14:15 +0200 (jeu, 16 jun 2005) | 2 lines

Simplify regex

------------------------------------------------------------------------
r5730 | papercrane | 2005-06-16 19:13:41 +0200 (jeu, 16 jun 2005) | 2 lines

Don't capture unused sub-patterns

------------------------------------------------------------------------
r5729 | papercrane | 2005-06-16 19:11:31 +0200 (jeu, 16 jun 2005) | 2 lines

USe ' instead of "

------------------------------------------------------------------------
r5728 | papercrane | 2005-06-16 19:07:05 +0200 (jeu, 16 jun 2005) | 2 lines

Simplifying regex

------------------------------------------------------------------------
r5727 | papercrane | 2005-06-16 19:05:42 +0200 (jeu, 16 jun 2005) | 2 lines

Not used in TikiWiki, but simplifying regex

------------------------------------------------------------------------
r5726 | papercrane | 2005-06-16 08:29:45 +0200 (jeu, 16 jun 2005) | 2 lines

Simplify regex

------------------------------------------------------------------------
r5725 | papercrane | 2005-06-16 08:24:27 +0200 (jeu, 16 jun 2005) | 2 lines

Simplify regex

------------------------------------------------------------------------
r5724 | papercrane | 2005-06-16 08:23:14 +0200 (jeu, 16 jun 2005) | 2 lines

Don't capture unneeded sub-patterns

------------------------------------------------------------------------
r5723 | papercrane | 2005-06-16 08:19:08 +0200 (jeu, 16 jun 2005) | 2 lines

Don't capture uneeded sub-pattern

------------------------------------------------------------------------
r5722 | papercrane | 2005-06-16 08:14:34 +0200 (jeu, 16 jun 2005) | 2 lines

Simplify regex

------------------------------------------------------------------------
r5721 | papercrane | 2005-06-16 08:13:27 +0200 (jeu, 16 jun 2005) | 2 lines

Don't capture unused sub-patterns

------------------------------------------------------------------------
r5720 | papercrane | 2005-06-16 08:09:37 +0200 (jeu, 16 jun 2005) | 2 lines

Use ' instead of "

------------------------------------------------------------------------
r5719 | papercrane | 2005-06-16 08:07:58 +0200 (jeu, 16 jun 2005) | 2 lines

Don't capture unused sub-patterns

------------------------------------------------------------------------
r5718 | papercrane | 2005-06-16 08:01:11 +0200 (jeu, 16 jun 2005) | 2 lines

Simplify rule

------------------------------------------------------------------------
r5717 | papercrane | 2005-06-16 07:59:58 +0200 (jeu, 16 jun 2005) | 2 lines

Simplify regex

------------------------------------------------------------------------
r5716 | papercrane | 2005-06-16 07:59:12 +0200 (jeu, 16 jun 2005) | 2 lines

Oops, first quote needs to be captured

------------------------------------------------------------------------
r5715 | papercrane | 2005-06-16 07:54:11 +0200 (jeu, 16 jun 2005) | 2 lines

Don't capture unused sub-patterns

------------------------------------------------------------------------
r5714 | papercrane | 2005-06-16 07:52:17 +0200 (jeu, 16 jun 2005) | 2 lines

Simplified regex

------------------------------------------------------------------------
r5713 | papercrane | 2005-06-16 07:48:59 +0200 (jeu, 16 jun 2005) | 2 lines

Added a todo note

------------------------------------------------------------------------
r5712 | papercrane | 2005-06-16 07:46:50 +0200 (jeu, 16 jun 2005) | 2 lines

No need to capture "make"

------------------------------------------------------------------------
r5711 | papercrane | 2005-06-16 07:42:29 +0200 (jeu, 16 jun 2005) | 2 lines

No need for "

------------------------------------------------------------------------
r5710 | papercrane | 2005-06-16 07:42:00 +0200 (jeu, 16 jun 2005) | 2 lines

No need for an empty ()

------------------------------------------------------------------------
r5709 | papercrane | 2005-06-16 07:39:45 +0200 (jeu, 16 jun 2005) | 2 lines

Use (?: to not capture unused subpatterns

------------------------------------------------------------------------
r5708 | papercrane | 2005-06-16 07:26:30 +0200 (jeu, 16 jun 2005) | 2 lines

Oops, remove debug echo

------------------------------------------------------------------------
r5707 | papercrane | 2005-06-16 07:21:29 +0200 (jeu, 16 jun 2005) | 2 lines

Use (?: for all parenthesized patterns which are not directly used

------------------------------------------------------------------------
r5706 | amette | 2005-06-13 11:57:05 +0200 (lun, 13 jun 2005) | 2 lines

Prevent directory browsing

------------------------------------------------------------------------
r5705 | toggg | 2005-06-07 15:36:02 +0200 (mar, 07 jun 2005) | 2 lines

Now the switching of parser is possible in both default parser modes

------------------------------------------------------------------------
r5704 | toggg | 2005-06-07 14:11:02 +0200 (mar, 07 jun 2005) | 4 lines

Corrected crap regexp inclusing its own delimiter ...
Please do some tests when you make a change
Avoid to introduce new features or make incompatible with current syntax

------------------------------------------------------------------------
r5703 | papercrane | 2005-06-07 02:23:38 +0200 (mar, 07 jun 2005) | 2 lines

Don't replace ' with nothing

------------------------------------------------------------------------
r5702 | papercrane | 2005-06-07 02:17:33 +0200 (mar, 07 jun 2005) | 2 lines

Allow for all types of quotes around attributes

------------------------------------------------------------------------
r5701 | papercrane | 2005-06-07 02:08:27 +0200 (mar, 07 jun 2005) | 2 lines

Fix notices, switch to " for cleanliness

------------------------------------------------------------------------
r5700 | papercrane | 2005-06-07 01:55:48 +0200 (mar, 07 jun 2005) | 2 lines

Remove width="50%" which was killing the right column in FireFox

------------------------------------------------------------------------
r5699 | papercrane | 2005-06-07 01:50:25 +0200 (mar, 07 jun 2005) | 2 lines

Overflow should be auto so that incorrectly clipped boxes are still usable

------------------------------------------------------------------------
r5698 | toggg | 2005-06-03 18:49:55 +0200 (ven, 03 jun 2005) | 2 lines

Images in wiki, still missiong align and desc

------------------------------------------------------------------------
r5697 | amette | 2005-06-03 18:49:48 +0200 (ven, 03 jun 2005) | 2 lines

Original Freetag-table-generation-script

------------------------------------------------------------------------
r5696 | amette | 2005-06-03 18:44:00 +0200 (ven, 03 jun 2005) | 2 lines

Adding simple but buggy Wiki-Page-Tagging-with-FreeTag example module

------------------------------------------------------------------------
r5695 | toggg | 2005-06-03 16:14:29 +0200 (ven, 03 jun 2005) | 2 lines

did again JustinP's correction identical as 1.9

------------------------------------------------------------------------
r5694 | papercrane | 2005-06-01 22:41:13 +0200 (mer, 01 jun 2005) | 2 lines

Fix division by 0 error

------------------------------------------------------------------------
r5693 | papercrane | 2005-06-01 19:09:43 +0200 (mer, 01 jun 2005) | 2 lines

Headings are now collapseable in Text_Wiki (!- and !+)

------------------------------------------------------------------------
r5692 | papercrane | 2005-06-01 18:59:01 +0200 (mer, 01 jun 2005) | 2 lines

Adding missing plugin rendering rule

------------------------------------------------------------------------
r5691 | damosoft | 2005-05-21 13:13:40 +0200 (sam, 21 mai 2005) | 2 lines

adding class to improve icon alignment with the others

------------------------------------------------------------------------
r5690 | papercrane | 2005-05-20 23:20:33 +0200 (ven, 20 mai 2005) | 2 lines

Switched $_ENV["HOSTNAME"] to $_SERVER['HTTP_HOST']

------------------------------------------------------------------------
r5689 | papercrane | 2005-05-20 20:15:58 +0200 (ven, 20 mai 2005) | 2 lines

page seperator was backwards (how did that happen?) fixed ...page... issues

------------------------------------------------------------------------
r5688 | papercrane | 2005-05-20 20:14:49 +0200 (ven, 20 mai 2005) | 2 lines

Set pear_wiki_parser to n if not set

------------------------------------------------------------------------
r5687 | papercrane | 2005-05-20 20:13:34 +0200 (ven, 20 mai 2005) | 2 lines

Remove PAGE_SEP from here as the option isn't set at this time (fixes some ...page... bugs)

------------------------------------------------------------------------
r5686 | papercrane | 2005-05-20 20:12:55 +0200 (ven, 20 mai 2005) | 2 lines

Add a link to switch between text_wiki and tikilib parsers for quick and easy comparison (this should be removed before the next release)

------------------------------------------------------------------------
r5685 | papercrane | 2005-05-20 19:54:35 +0200 (ven, 20 mai 2005) | 2 lines

Allow overriding of pear_wiki_parser by tikiParser request var (this is for testing and should be removed for release)

------------------------------------------------------------------------
r5684 | amette | 2005-05-20 18:50:04 +0200 (ven, 20 mai 2005) | 2 lines

another file basicEnabled.prf existed and was outdated - problems with non-case-sensitive systems

------------------------------------------------------------------------
r5683 | papercrane | 2005-05-19 22:33:14 +0200 (jeu, 19 mai 2005) | 2 lines

Checking in PHP_Compat version of clone() for PHP4 users

------------------------------------------------------------------------
r5682 | papercrane | 2005-05-19 22:31:39 +0200 (jeu, 19 mai 2005) | 2 lines

Adding missing Page.php

------------------------------------------------------------------------
r5681 | papercrane | 2005-05-19 20:34:53 +0200 (jeu, 19 mai 2005) | 2 lines

Fixed notice and possible ...page.. problems with tikilib parser

------------------------------------------------------------------------
r5680 | amette | 2005-05-19 20:24:32 +0200 (jeu, 19 mai 2005) | 2 lines

tiki-install.php updated to match 1.10 - copied over tiki-1.9-mysql.sql to 1.10

------------------------------------------------------------------------
r5679 | papercrane | 2005-05-19 03:13:13 +0200 (jeu, 19 mai 2005) | 2 lines

Remove Freelink from the rules (screws up standalone wiki links)

------------------------------------------------------------------------
r5678 | papercrane | 2005-05-19 02:31:33 +0200 (jeu, 19 mai 2005) | 2 lines

Adding missing wikilink rule

------------------------------------------------------------------------
r5677 | papercrane | 2005-05-19 02:16:23 +0200 (jeu, 19 mai 2005) | 2 lines

Added pear_wiki_parser options to SQL files

------------------------------------------------------------------------
r5676 | papercrane | 2005-05-19 02:01:45 +0200 (jeu, 19 mai 2005) | 2 lines

Adding missing Box rule

------------------------------------------------------------------------
r5675 | papercrane | 2005-05-19 01:43:16 +0200 (jeu, 19 mai 2005) | 5 lines

Checking in modifications to tikilib and wikilib to work with PEAR::Text_Wiki
  Note: I added a define, PAGE_SEP, for the page separator as I altered it for Text_Wiki in order to be more robust
  The ...page... is still used in the actual wiki syntax, but the valid ones get replaced by PAGE_SEP
Adding files for Text_Wiki based parser

------------------------------------------------------------------------
r5674 | papercrane | 2005-05-19 00:49:45 +0200 (jeu, 19 mai 2005) | 2 lines

Add pear_wiki_parser option

------------------------------------------------------------------------
r5673 | mose | 2005-05-18 13:17:02 +0200 (mer, 18 mai 2005) | 2 lines

incremented version number and named 1.10 -Arcturus-

----------------------------------------------------------------------
Version 1.9.11 - bugfix release
<http://tikiwiki.org/ReleaseProcess19eleven>
------------------

2008-04-08 18:47  luciash

	* lite.css: [UPD] update to latest *lite CSS

2008-04-08 15:46  kerrnel22

	* templates/tiki-plugin_trackerlist.tpl: [MOD] Updated plugin to
	  accommodate new date only field.

2008-04-07 22:33  sampaioprimo

	* db/tiki-secdb_1.9_mysql.sql: [REL] updated
	  db/tiki-secdb_1.9_mysql.sql

2008-04-07 19:48  kerrnel22

	* templates/modules/mod-since_last_visit_new.tpl: [FIX] Eureka!
	  Last fix. Promise.

2008-04-07 17:01  kerrnel22

	* templates/modules/mod-since_last_visit_new.tpl: [FIX] Stupid
	  Firefox vs. IE6 behaviours.  Now works in both.  Esoteric DIV
	  handling.  Not gonna touch this again.

2008-04-07 16:40  kerrnel22

	* templates/modules/mod-since_last_visit_new.tpl: [FIX] Rollups
	  work properly for trackers now.

2008-04-07 15:32  sylvieg

	* tiki-adminusers.php: more rollback on user name

2008-04-07 02:22  sampaioprimo

	* db/tiki-secdb_1.9_mysql.sql: [REL] updated
	  tiki-secdb_1.9_mysql.sql after changes in some files

2008-04-07 01:17  sampaioprimo

	* lang/pt-br/language.php: fix string translation

2008-04-07 01:08  sampaioprimo

	* templates/modules/mod-since_last_visit_new.tpl: [FIX] fixed
	  warning message on since_last_visit_new module reported by
	  marclaporte

2008-04-06 14:19  sampaioprimo

	* changelog.txt, copyright.txt: [REL] updated copyright.txt and
	  changelog.txt

2008-04-06 12:33  sampaioprimo

	* doc/devtools/tikirelease.sh: ops... rollback lines commited by
	  mistake

2008-04-04 21:25  kerrnel22

	* templates/modules/mod-since_last_visit_new.tpl: [FIX] Minor div
	  problem when more than one tracker shown in list of updates.
	  Corrected.  Still an issue with complete rollup with the template
	  code, but nothing affecting the operation of this feature.

2008-04-04 21:12  kerrnel22

	* templates/modules/mod-since_last_visit_new.tpl,
	  modules/mod-since_last_visit_new.php: [MOD] Updated SLVN so that
	  now large lists of tracker updates are broken out by tracker to
	  keep easier track of.

2008-04-04 14:27  kerrnel22

	* tiki-view_tracker.php: [FIX] New items weren't going in with a
	  blank default when set.  Corrected.

2008-04-04 14:01  kerrnel22

	* templates/tiki-view_tracker_item.tpl: [FIX] Whups, mandatory
	  date-only fields were always showing today, even when another
	  date was set.  Corrected.

2008-04-04 13:49  kerrnel22

	* tiki-view_tracker.php, tiki-view_tracker_item.php,
	  lib/trackers/trackerlib.php, templates/tiki-view_tracker.tpl,
	  templates/tiki-view_tracker_item.tpl,
	  lib/smarty_tiki/function.html_select_date.php: [MOD] Trackers now
	  have option of a date-only field (no time), and default blank
	  dates.

2008-04-03 19:24  kerrnel22

	* modules/mod-since_last_visit_new.php: [FIX/MOD] SLVN would
	  display 'b:0;' if the data in the tracker field used as the label
	  was missing.	Now instead of displaying 'b:0;' which means
	  nothing, it will display the tracker number and the tracker item
	  number.

2008-04-03 18:54  kerrnel22

	* modules/mod-since_last_visit_new.php: [MOD] Changed so that since
	  last visit shows new tracker items and updated items separately.


2008-04-03 01:26  sampaioprimo

	* doc/devtools/tikirelease.sh: updated release instructions

2008-04-02 16:33  sampaioprimo

	* README, changelog.txt, tiki-admin_security.php,
	  db/tiki-1.9-mysql.sql, db/tiki-1.9-mysqli.sql,
	  db/tiki-1.9-oci8.sql, db/tiki-1.9-pgsql.sql,
	  db/tiki-1.9-sqlite.sql, db/tiki-1.9-sybase.sql,
	  db/tiki-secdb_1.9_mysql.sql, lib/twversion.class.php,
	  templates/tiki-install.tpl: [REL] preparing 1.9.11 release

2008-04-02 15:28  sampaioprimo

	* doc/devtools/diffsql.sh: [FIX] removing windows end of line from
	  script

2008-04-02 14:30  sampaioprimo

	* doc/devtools/: securitycheck.php, tikirelease.sh: updated the way
	  securitycheck.php get tikiwiki version number

2008-04-02 13:20  sampaioprimo

	* lang/pt-br/language.php: more translation

2008-04-02 12:48  sampaioprimo

	* lang/pt-br/language.php: translation made by tiki brazilian team
	  :-)

2008-04-02 02:19  marclaporte

	* templates/tiki-admin-include-general.tpl: [DOC] Adding a warning
	  that admin can be locked out by using this feature.

2008-04-01 23:04  chibaguy

	* styles/geo.css: .editdate overlap fixed. Thanks, Petjal3.

2008-03-29 13:46  marclaporte

	* templates/tiki-admin_tracker_fields.tpl: [ENH] Adding some
	  contextual links to the online documentation, as suggested by Val
	  Cummins

2008-03-29 11:23  sampaioprimo

	* lang/pt-br/language.php: tranlation

2008-03-25 16:27  xavidp

	* lang/ca/language.php: 99% percent finished and in sync with
	  1.9,10,1. Mostly thanks to Anna at moviments.net for her work
	  during the last months... Gràcies Anna ;-)

2008-03-24 17:51  kerrnel22

	* tiki-admin.php: [FIX] Scheduled and cached version checks now
	  generate the correct responses.

2008-03-21 15:29  kerrnel22

	* tiki-admin.php, tiki-setup.php: [FIX] A couple of incorrect
	  variable names in the Version Tracker.  Corrected.

2008-03-20 16:31  sylvieg

	* lib/wiki-plugins/wikiplugin_quote.php: [FIX]quote: replyto fix

2008-03-20 16:00  kerrnel22

	* tiki-setup.php, tiki-admin.php, lib/admin/adminlib.php,
	  lib/twversion.class.php: [FIX] Tiki version tracking is fixed.
	  Release managers update data in the twversion.class.php file and
	  flatfile on tw.o.

2008-03-19 16:58  kerrnel22

	* tiki-adminusers.php, tiki-login.php, tiki-register.php,
	  lib/userslib.php, templates/tiki-adminusers.tpl: [FIX] Backed-out
	  view/edit capabilities for Realn Name due to ongoing problems.

2008-03-19 11:26  luciash

	* lib/stats/statslib.php: [FIX] correct average file size in stats
	  (thanks to ripero user on IRC)

2008-03-17 19:52  kerrnel22

	* styles/damian.css: [FIX] When tabs enabled, damian was causing
	  the tabs to appear over top of drop-down menus and pop up
	  calendars.  Corrected the z-index for tabs, so now things appear
	  correctly.

2008-03-16 18:09  panathos

	* lang/it/language.php: Enchant Me

2008-03-15 15:39  panathos

	* lang/it/language.php: little bug corrected

2008-03-15 15:30  panathos

	* lang/it/language.php: One of this day

2008-03-13 09:46  sylvieg

	* templates/tiki-admin_categories.tpl: [MOD]categories: backport
	  1.10 to see category ID of current category

2008-03-12 15:29  marclaporte

	* templates/tiki-upload_file.tpl: [ENH] After uploading a file
	  gallery, you now have a friendly wiki syntax to re-use in wiki
	  pages.

2008-03-12 03:46  marclaporte

	* styles/tikigod.css: [MOD] Cosmetic: like in 1.10, hiding the
	  wikitext 1 pixel border. The padding was strange and result was
	  inconsistent cross browser. It's cleaner now

2008-03-11 20:30  panathos

	* lang/it/language.php: another day in paradise

2008-03-10 21:30  panathos

	* lang/it/language.php: [no log message]

2008-03-09 20:57  panathos

	* lang/it/language.php: [no log message]

2008-03-06 16:27  marclaporte

	* styles/tikineat.css: [FIX] syntax error in tikineat.css found by
	  Patrick Allard

2008-03-05 23:49  panathos

	* lang/it/language.php: from panathos... hi to all

2008-03-05 23:29  panathos

	* lang/it/language.php: [no log message]

2008-03-05 20:07  panathos

	* lang/it/language.php: Uploaded by Panathos, 1466 phrases left

2008-03-04 17:49  panathos

	* lang/it/language.php: [no log message]

2008-03-04 10:34  panathos

	* lang/it/language.php: from Panathos

2008-03-04 02:51  panathos

	* lang/it/language.php: [no log message]

2008-03-03 21:52  panathos

	* lang/it/language.php: [no log message]

2008-02-27 03:32  marclaporte

	* db/: Makefile, convert_nulls_to_non_nulls.php,
	  convert_nulls_to_non_nulls.sql: [DEL] removing old sql stuff from
	  db/ dir that has no more use

2008-02-27 03:22  marclaporte

	* db/convertscripts/convertsqls.sh: [DOC] Documenting the convert
	  sql script

2008-02-27 03:07  marclaporte

	* db/: tiki_ddl.sql, tiki_mysql.sql, tiki_oracle.err.sql,
	  tiki_oracle.sql, tiki_postgresql.sql, tiki_sqlite.sql,
	  tiki_sybase.sql: [REM] removing old sql stuff from db/ dir that
	  has no more use, as was done by mose in BRANCH-1-10

2008-02-27 02:50  marclaporte

	* templates/tiki-top_bar.tpl: [FIX] Putting full name of projet

2008-02-27 02:49  marclaporte

	* templates/tiki-install.tpl: [FIX] Put back hard-coded version
	  number because installer doesn't seem to yet know Tiki version

2008-02-27 02:31  marclaporte

	* db/: tiki-1.9-mysql.sql, tiki-1.9-mysqli.sql, tiki-1.9-oci8.sql,
	  tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql:
	  sync db

2008-02-27 01:56  marclaporte

	* templates/: tiki-bot_bar.tpl, tiki-custom_home.tpl,
	  tiki-install.tpl: [FIX] Using variable instead of hard-coding
	  version number.

2008-02-27 01:36  marclaporte

	* db/tiki.sql: On new installs, removing (from default menu) links
	  for DSN, External wikis, Cookies, Content templates and Featured
	  links, which are less used features and which are accessible by
	  tiki-admin.php   Similarly, Edit languages is accessible via
	  tiki-admin.php?page=i18n

2008-02-27 01:08  marclaporte

	* templates/modules/mod-assistant.tpl: [MOD]Backport ricks99's so
	  much nicer assistant module

2008-02-26 11:46  marclaporte

	* templates/styles/neat/tiki-editpage.tpl: [FIX] Adding same
	  conditions for neat.css theme than default theme has, for
	  import/export page.

2008-02-26 11:35  marclaporte

	* db/tiki.sql: [MOD] Remove rarely used quicktags to make default
	  install cleaner. These tags are all in wiki help

2008-02-25 19:59  lphuberdeau

	* tiki-login_validate.php: [FIX] deepbut's fix - missing preference
	  check

2008-02-25 16:21  lphuberdeau

	* tiki-random_num_img.php: [FIX] deepcut's fix for antibot register

2008-02-25 07:34  luciash

	* db/tiki_1.8to1.9.sql: [FIX] don't put Friendship Network in menu
	  when no permission

2008-02-25 07:04  luciash

	* templates/tiki-bot_bar.tpl: [FIX] added "This is", version
	  change, year change

2008-02-25 06:50  luciash

	* templates/tiki-custom_home.tpl: [FIX] version change

2008-02-24 03:34  franck

	* tiki-live_support_chat_window.php,
	  templates/tiki-live_support_chat_window.tpl: [FIX] Live_support,
	  display IP of requestor

----------------------------------------------------------------------
Version 1.9.10.1 - bugfix release
<http://tikiwiki.org/ReleaseProcess1910>
------------------

2008-02-22 01:54  marclaporte

	* lib/notifications/notificationemaillib.php: [FIX] No direct
	  access to this file.

2008-02-22 00:32  marclaporte

	* setup.sh: [FIX] Typical user doesn't need to see this info when
	  running the script. And those who do will read the source of the
	  script.

2008-02-21 22:56  marclaporte

	* tiki-image_galleries_rss.php, tiki-image_gallery_rss.php: [FIX]
	  Some more feature checks

2008-02-21 20:45  marclaporte

	* topic_image.php: [FIX] Bad feature-check name is causing problem
	  with article images. 1.9.11 (or 1.9.10.1) will have to be
	  released quickly.

----------------------------------------------------------------------
Version 1.9.10 - security release
<http://tikiwiki.org/ReleaseProcess1910>
------------------

2008-02-21 16:06  lphuberdeau

	* lib/htmlparser/rebuildgrammar.php: [MOD] Disabling file

2008-02-21 15:47  marclaporte

	* banner_click.php, banner_image.php, display_banner.php,
	  select_banner.php: [FIX] Adding feature check

2008-02-21 15:40  marclaporte

	* remote.php, tiki-articles_rss.php: [FIX] Adding feature check

2008-02-21 15:36  marclaporte

	* tiki-gmap_usermap.php, tiki-blog_rss.php, tiki-blogs_rss.php:
	  [FIX] Adding feature check

2008-02-21 15:31  marclaporte

	* tiki-quiz_download_answer.php, tiki-view_blog_post_image.php,
	  topic_image.php: [FIX] Adding feature check

2008-02-21 15:28  lphuberdeau

	* tiki-handlers.php: [FIX] Incorrect fix

2008-02-21 15:27  marclaporte

	* tiki-wiki3d.php, tiki-wiki3d_xmlrpc.php: [FIX] Adding feature
	  check

2008-02-21 15:24  marclaporte

	* tiki-view_eph.php, tiki-pdf.php: [FIX] Adding feature check

2008-02-21 15:22  marclaporte

	* article_image.php: [FIX] Adding feature checks

2008-02-21 15:18  lphuberdeau

	* doc/devtools/securitycheck.php, lib/pclzip.lib.php,
	  lib/tiki-dynamic-js.php,
	  lib/sheet/include/org/apicnet/io/OOo/objOOo/OOoCadre.php: [FIX]
	  File include checks

2008-02-21 15:08  lphuberdeau

	* tiki-setup.php, tiki-setup_base.php,
	  doc/devtools/securitycheck.php: [MOD]  Feature checks, file
	  checks and ignore wiki-plugins

2008-02-21 15:02  marclaporte

	* about.php: [FIX] File can no longer be accessed directly

2008-02-21 14:52  lphuberdeau

	* README, received_article_image.php, tiki-chat_users.php,
	  tiki-download_userfile.php, tiki-handlers.php,
	  tiki-listmovies.php, tiki-live_support_chat_frame.php,
	  db/tiki-1.9-mysql.sql, db/tiki-1.9-mysqli.sql,
	  db/tiki-1.9-oci8.sql, db/tiki-1.9-pgsql.sql,
	  db/tiki-1.9-sqlite.sql, db/tiki-1.9-sybase.sql,
	  doc/devtools/securitycheck.php: [FIX] Adding feature checks

2008-02-21 14:48  marclaporte

	* lib/sheet/: excel/writer/biffwriter.php, excel/writer/format.php,
	  excel/writer/parser.php, excel/writer/validator.php,
	  excel/writer/workbook.php, excel/writer/worksheet.php,
	  ole/pps.php, ole/pps/file.php, ole/pps/root.php: [FIX] File can
	  no longer be accessed directly. Sorry for extra long diffs, but
	  there is a file format issue in original file (DOS format or
	  linebreak issue). No functional change has been introduced.

2008-02-21 14:41  marclaporte

	* lib/smarty_tiki/: block.strip.php, block.translation.php,
	  function.popup_init.php, modifier.truncate.php: [FIX] File can no
	  longer be accessed directly. Sorry for extra long diffs, but
	  there is a file format issue in original file (DOS format or
	  linebreak issue). No functional change has been introduced.

2008-02-21 14:36  marclaporte

	* lib/diff/: Diff.php, Renderer.php, renderer_character.php,
	  renderer_sidebyside.php: [FIX] File can no longer be accessed
	  directly. Sorry for extra long diffs, but there is a file format
	  issue in original file (DOS format or linebreak issue). No
	  functional change has been introduced.

2008-02-21 14:35  lphuberdeau

	* tiki-login_validate.php, tiki-minical_reminders.php,
	  tiki-page_loader.php, tiki-random_num_img.php,
	  tiki-register_site.php, tiki-view_irc.php,
	  tiki-view_minical_topic.php: [MOD] Adding feature and permission
	  checks

2008-02-21 14:26  marclaporte

	* lib/Galaxia/: API.php, GUI.php, ProcessManager.php,
	  ProcessMonitor.php, config.php, config.tikiwiki.php,
	  config.xaraya.php: [FIX] File can no longer be accessed directly.
	  Sorry for extra long diffs, but there seems to be a file format
	  issue in orignal file (dos format or linebreak issue)

2008-02-21 14:19  marclaporte

	* lib/graph-engine/: abstract.gridbased.php, core.php, gd.php,
	  graph.bar.php, graph.multiline.php, graph.pie.php, pdflib.php,
	  ps.php: [FIX] File can no longer be accessed directly

2008-02-21 14:10  marclaporte

	* lib/debug/: debug-command_dmsg.php, debug-command_features.php,
	  debug-command_perm.php, debug-command_print.php,
	  debug-command_slist.php, debug-command_sprint.php,
	  debug-command_sql.php, debug-command_test.php,
	  debug-command_tikitables.php, debug-command_watch.php,
	  debugger-common.php, debugger-ext.php, debugger.php: [FIX] File
	  can no longer be accessed directly

2008-02-21 14:06  marclaporte

	* lib/webmail/: net_pop3.php, tikimaillib.php: [FIX] File can no
	  longer be accessed directly

2008-02-21 13:52  marclaporte

	* templates/tiki-featured_link.tpl: [MOD]Increasing the iframe
	  height for featured links content from 800 to 1200

2008-02-21 13:47  lphuberdeau

	* tiki-setup_base.php: [SEC] Improving input sanitizer (pre 1.9.10)

2008-02-17 08:19  franck

	* lib/live_support/live-support.js: Fix:Live support polling every
	  5s is too much over slow links 10 sec is better

2008-02-17 08:17  franck

	* tiki-live_support_chat_frame.php,
	  lib/live_support/live-support.js: Fix:Live support sound is buggy
	  therefore removed

2008-02-14 16:20  lphuberdeau

	* doc/devtools/: diffsql.sh, tikirelease.sh: [MOD] Adding some
	  comments

2008-02-11 06:56  sylvieg

	* lib/search/refresh-functions.php: [FIX]search: typo was non
	  indexing pdf - thx Gerrit

2008-02-07 16:51  lphuberdeau

	* setup.sh: [FIX] Removing automatic call to fixperms

2008-02-07 16:45  lphuberdeau

	* fixperms.sh, setup.sh: [MOD] Forcing use of 'sh setup.sh'

2008-02-01 19:18  luciash

	* tiki-contact.php, templates/tiki-contact.tpl: [ENH] added antibot
	  check to prevent anonymous spam [FIX] keep the prefered priority
	  on error, redirect using header() on success

2008-02-01 07:59  marclaporte

	* doc/devtools/: securitycheck.php, tikirelease.sh: [ENH] Improving
	  our release procedures to include the new security testing
	  script.

2008-01-31 19:06  lphuberdeau

	* doc/devtools/securitycheck.php: [MOD] Support checking of
	  tikilib->get_preference checks.

2008-01-31 18:24  lphuberdeau

	* doc/devtools/securitycheck.php: [FIX] Removing template cache
	  again.

2008-01-31 18:13  lphuberdeau

	* doc/devtools/securitycheck.php: [FIX] Bad check order for file
	  types.

2008-01-31 17:55  lphuberdeau

	* doc/devtools/securitycheck.php: [MOD] Adding more files checked
	  in library.

2008-01-31 17:47  lphuberdeau

	* doc/devtools/securitycheck.php: [MOD] Adding links on files.

2008-01-31 17:28  lphuberdeau

	* doc/devtools/securitycheck.php: [MOD] Adding a column to
	  indicate if tiki-setup is included.

2008-01-31 17:17  lphuberdeau

	* doc/devtools/securitycheck.php: [FIX] Sorting of unsafe files

2008-01-31 17:15  lphuberdeau

	* doc/devtools/securitycheck.php: [FIX] File sorting

2008-01-31 17:06  lphuberdeau

	* doc/devtools/securitycheck.php: [FIX] Adding lang_use_db to
	  exception list

2008-01-31 16:58  lphuberdeau

	* doc/devtools/securitycheck.php: [FIX] Now accurate under 1.10

2008-01-31 16:54  marclaporte

	* db/dbg_console.sql: [KIL] remove useless file.

2008-01-31 16:49  lphuberdeau

	* doc/devtools/securitycheck.php: [FIX] Porting recent change to
	  work in tiki 1.10 as well

2008-01-31 16:45  lphuberdeau

	* doc/devtools/: extract-img-db-to-fs.php, ggg-trace.php,
	  restorehelp.php, securitycheck.php, sync.php,
	  tiki_forum_migration.php, usergeo.php: [MOD] Making sure some
	  files are not web accessible and adding a check for this in the
	  script.

2008-01-31 16:27  marclaporte

	* about.php: [FIX] typo

2008-01-31 16:13  lphuberdeau

	* doc/devtools/securitycheck.php: [FIX] Invalid check of
	  templates_c

2008-01-31 16:10  lphuberdeau

	* doc/devtools/securitycheck.php: [MOD] No need to display version
	  number in console anymore.

2008-01-31 16:07  lphuberdeau

	* doc/devtools/securitycheck.php: [MOD] HTML output.

2008-01-31 15:50  marclaporte

	* tests/: branch_test_file.txt, mail_test.php, parse_data.php,
	  test_cookies.html, test_csv_sandbox.txt, test_file_2.txt,
	  core/init.scripts/00-include_path.php,
	  core/init.scripts/05-database.php,
	  core/init.scripts/10-cookies_hack.php,
	  core/init.scripts/40-smarty.php,
	  core/init.scripts/99-zap_init_vars.php: [KIL] cleaning tests/ dir

2008-01-31 15:37  lphuberdeau

	* doc/devtools/securitycheck.php: [MOD] Improving the file
	  selection.

2008-01-31 15:34  marclaporte

	* tiki-webmail_contacts.php, tiki-webmail_download_attachment.php:
	  [FIX] Add feature check & permission check

2008-01-31 15:20  marclaporte

	* tiki-webmail.php: [FIX] cosmetic typo

2008-01-31 15:10  lphuberdeau

	* doc/devtools/securitycheck.php: [FIX] Removing dependency on PHP
	  5.

2008-01-31 15:04  lphuberdeau

	* doc/devtools/securitycheck.php: [NEW] Script to verify missing
	  feature or permission checks.

2008-01-31 14:36  marclaporte

	* db/profiles/default-inserts.sql: [DEL] phpopentracker was never
	  implemented

2008-01-31 14:22  marclaporte

	* tiki-admin_include_features.php, db/tiki.sql: [DEL]
	  phpopentracker was never implemented

2008-01-31 13:58  marclaporte

	* lib/wiki-plugins/wikiplugin_sup.php: [FIX] fix plugin
	  documentation

2008-01-31 07:00  sylvieg

	* lib/userslib.php: [FIX]remember: fix the cookie with a user name
	  with a dot - thx bmcm

2008-01-30 17:37  sylvieg

	* lib/userslib.php, tiki-adminusers.php: [FIX]realname: this
	  unfinished feature was broken the login registration - not ported
	  to 1.10 so perhaps better to take it away

2008-01-30 17:03  sylvieg

	* tiki-adminusers.php: [FIX]real name can accept any pattern (ie
	  space)

2008-01-30 16:58  sylvieg

	* lib/userslib.php: [FIX] was not working with user with special
	  character

2008-01-30 12:39  marclaporte

	* lib/wiki-plugins/wikiplugin_sup.php: [NEW] New superscript
	  plugin, same as SUB

2008-01-29 14:45  marclaporte

	* lang/fr/language.php: [FIX] typo

2008-01-28 12:36  mose

	* lib/imagegals/imagegallib.php: [FIX] imagegals: fixed the
	  next-prev glitch

2008-01-20 11:58  lphuberdeau

	* tiki-browse_image.php: [FIX] Undefined offset

2008-01-20 10:26  marclaporte

	* INSTALL, about.php: [FIX] Cleanup of some of the documentation &
	  info shipped within the application. Pointing to web version or
	  to setup.sh generated instruction to avoid to have to maintain
	  information in many places.

2008-01-16 13:46  marclaporte

	* lang/fr/language.php: [FIX] minor fixes to French translation

2008-01-11 00:07  franck

	* lib/wiki-plugins/wikiplugin_thumb.php: Anounced on doc.tw.o it
	  was in 1.9.8 release, now it is fully

2008-01-08 22:54  franck

	* tiki-live_support_admin.php, modules/mod-live_support.php,
	  templates/tiki-live_support_admin.tpl,
	  templates/tiki-live_support_chat_window.tpl: Live Support: bug
	  fixes

2008-01-02 10:13  sylvieg

	* tiki-login.php: [FIX]intertiki: to have a 1.9 slave with an 1.10
	  server (as the format changed)

2007-12-23 11:59  mose

	* tiki-admin.php, lib/admin/adminlib.php,
	  templates/tiki-admin-include-general.tpl,
	  templates/tiki-admin.tpl: [MOD] release-check: added a link to
	  force check

2007-12-22 17:33  nkoth

	* lib/commentslib.php: [FIX] prevent forum pruning from removing
	  comments as well, or from other forums.

2007-12-22 01:30  mose

	* doc/devtools/tikirelease.sh: [FIX] updating release script


----------------------------------------------------------------------
Version 1.9.9 - security release
<http://tikiwiki.org/ReleaseProcess199>
------------------

2007-12-22 03:13  nkoth
	* tiki-admin.php: [FIX] do not check again once a new version has
	  been found (this was the intention to reduce hits on tw.o), and
	  also ensure reset of the flag for this after upgrade.

2007-12-22 02:55  mose
	* tiki-edit_css.php, tiki-g-admin_shared_source.php,
	  tiki-listmovies.php, tiki-special_chars.php: [SEC] various
	  security fixes, preparing 1.9.9 release. quick protection if you
	  cannot upgrade is disable edit css, games feature, galaxia, and
	  erase tiki-listmovies.php

2007-12-22 01:15  kerrnel22
	* tiki-setup.php: [MOD] Added userPage and userPage_exists so they
	  are now available to any scripts, including user modules.

2007-12-22 00:40  redflo
	* lang/de/language.php: translation for release check

2007-12-22 00:07  mose
	* tiki-admin.php: [FIX] release checks: fixing

2007-12-21 23:51  mose
	* tiki-admin.php: [FIX] release checks: fixed update of last_check
	  (oops)

2007-12-21 23:28  mose
	* tiki-admin.php: [FIX] release checks: fixed update of last_check

2007-12-21 23:00  mose
	* tiki-admin.php, tiki-admin_include_general.php, tiki-setup.php,
	  templates/tiki-admin-include-general.tpl,
	  templates/tiki-admin.tpl, templates/tiki-top_bar.tpl,
	  templates/tiki.tpl, lib/admin/adminlib.php: [MOD] release checks:
	  improvement of the feature that checks if new version is
	  available upstream

2007-12-19 23:19  redflo
	* templates/tiki-assignpermission.tpl: fix bug "unknown group" when
	  filtering

2007-12-17 14:30  kerrnel22
	* tiki-admin_newcalendar.php, lib/newcalendarlib.php,
	  lib/calendar/change_class.php, lib/calendar/display_class.php,
	  templates/tiki-admin_newcalendar.tpl: [WIP] Work In Progress.
	  Start of rewrite for the calendar feature(s). Please do not use.

2007-12-16 18:16  luciash
	* lib/imagegals/imagegallib.php: [FIX] backport from BRANCH-1-10:
	  if sort by filesize is set while browsing images it needs to be
	  read from tiki_image_data table + corrected prev/next image
	  browsing [bug1345] [bug1399]

2007-12-14 15:24  marclaporte
	* lang/fr/language.php: [FIX]Grammar fix in French

2007-12-11 13:42  sampaioprimo
	* lang/pt-br/language.php: more translation to pt-br

2007-12-11 13:16  sampaioprimo
	* lang/pt-br/language.php: translation to pt-br

2007-12-10 10:01  kerrnel22
	* templates/tiki-view_tracker.tpl: [FIX] Oversight...new item form
	  still showed the Item ID field.  Removed so you can't see it as a
	  form field.

2007-12-10 09:39  kerrnel22
	* tiki-adminusers.php, tiki-login.php, tiki-register.php,
	  lib/userslib.php, templates/tiki-adminusers.tpl: [MOD] Added view
	  and edit capability of Real Name to Admin users tool.  Had to
	  change userslib add_user, so other scripts had to get minor
	  update.

2007-12-10 05:28  kerrnel22
	* tiki-admin_tracker_fields.php, tiki-admin_trackers.php,
	  tiki-view_tracker.php, tiki-view_tracker_item.php,
	  lib/trackers/trackerlib.php,
	  templates/tiki-admin_tracker_fields.tpl,
	  templates/tiki-admin_trackers.tpl,
	  templates/tiki-view_tracker.tpl,
	  templates/tiki-view_tracker_item.tpl: [MOD] Added viewability of
	  Item ID to Trackers. Set through Admin trackers page. Allows
	  ticket-like display of ID numbers. Is added as a system field,
	  similar to Ratings.

2007-12-09 20:54  m_akat
	* lang/bg/language.php: Bulgarian translation initiated

2007-12-09 20:50  m_akat
	* lang/: langmapping.php, bg/index.php: Bulgarian translation
	  initiated

2007-12-09 15:54  kerrnel22
	* templates/tiki-plugin_trackerlist.tpl: [FIX] I messed up the vote
	  ratings display by accident.	Fixed it, now everything looks
	  fine.

2007-12-09 14:29  kerrnel22
	* lib/wiki-plugins/wikiplugin_trackerlist.php,
	  templates/tiki-plugin_trackerlist.tpl: [FIX] Ratings field now
	  shows if selected by someone with tiki_p_admin set. Probably
	  fixes some other issues as well surrounding users with admin
	  privs.

2007-12-08 12:56  marclaporte
	* tiki-setup.php: [DOC] Like in tiki-install.php, simplify/improve
	  the installation documentation. Divided in FTP vs SSH section.
	  Removed the SSH details because the ones in setup.sh are better.

2007-12-08 12:20  marclaporte
	* setup.sh: [DOC] Small precision & minor cosmetic improvement

2007-12-05 08:51  mose
	* tiki-editpage.php: [MOD] wiki images: added a check on image
	  uploaded to be sure they are images

2007-12-05 08:48  mose
	* changelog.txt: [FIX] changelog: forgotten commit in last release

2007-12-04 23:55  mose
	* lib/tail/taillib.php, modules/mod-tail.php,
	  templates/modules/mod-tail.tpl: [MOVED] moved tail module to mods

2007-12-04 18:37  marclaporte
	* db/tiki.sql: [MOD] Wiki sandbox off by default. Many people don't
	  need this.

2007-12-03 08:59  kerrnel22
	* tiki-register.php, lib/userslib.php: [FIX] Moved the smarty
	  message to userslib where it actually belongs for registration
	  validation using tikimail.

2007-12-03 04:09  marclaporte
	* tiki-install.php: [DOC] Simplify/improve the installation
	  documentation. Divided in FTP vs SSH section. Removed the SSH
	  details because the ones in setup.sh are better.

2007-12-03 03:06  kerrnel22
	* tiki-setup.php, templates/tiki-top_bar.tpl: [MOD] Added the list
	  of tiki Stars to versioning.	Now all manual updates to tiki
	  templates can be handled through tiki-setup.php.

2007-12-03 02:51  kerrnel22
	* templates/tiki-top_bar.tpl: [FIX] Altered template to accommodate
	  a 'display version' which includes the CVS tag.

2007-12-03 02:50  kerrnel22
	* tiki-setup.php: [FIX] Version should now show up in top_bar if
	  not logged in as Admin.

2007-12-03 01:27  kerrnel22
	* doc/devtools/tikirelease.sh: [MOD] Updated location of versions
	  array for keeping current.

2007-12-03 01:16  marclaporte
	* templates/tiki-install.tpl: [FIX] Clearer message after install
	  script.

2007-12-03 00:56  kerrnel22
	* templates/tiki-admin_security.tpl: [FIX] Repaired the url again.
	  Shouldn't have changed it in the first place.

2007-12-03 00:53  marclaporte
	* templates/tiki-install.tpl: [DOC]Fix link to documentation

2007-12-03 00:25  marclaporte
	* fixperms.sh: [DOC] Adding some documentation for non-root users

2007-12-02 23:50  marclaporte
	* setup.sh: [DOC] Adding links to doc

2007-12-02 23:48  kerrnel22
	* templates/tiki-admin_security.tpl: [FIX] Corrected the url.
	  Sausage fingers.

2007-12-02 23:38  kerrnel22
	* templates/mail/user_admin_validation_msg.tpl: [NEW] This is the
	  new associated template for the user registration fix when the
	  reg message has to go to admin via tikimail.

2007-12-02 23:37  marclaporte
	* setup.sh: [DOC] Adding instructions for shared hosting and a tip
	  about figuring out your group

2007-12-02 23:35  kerrnel22
	* templates/tiki-admin_security.tpl: [FIX] Corrected help url to
	  the new url, avoiding the redirect at doc.tw.o

2007-12-02 23:34  kerrnel22
	* tiki-admin_security.php, tiki-setup.php, version: [FIX]
	  Versioning updated. Pulls current version from array of valid
	  versions.  Moved array from tiki-admin_security.php to
	  tiki-setup.php.

2007-12-02 23:17  marclaporte
	* setup.sh: [FIX] Add a precision to the instructions and correct a
	  typo

2007-12-02 23:05  marclaporte
	* tiki-install.php, tiki-setup.php: [FIX] Updating links to the
	  documentation

2007-12-02 21:43  kerrnel22
	* tiki-setup.php, templates/tiki-top_bar.tpl, templates/tiki.tpl:
	  [MOD] Added version tracking.  Gets current version from version
	  file, and current release from tw.o and will compare the two to
	  see if there is a new version available. Updated templates to
	  support this.

2007-12-02 21:40  kerrnel22
	* version: [NEW] One-line text file containing the full version
	  number of this release of Tiki.  Update this with each new
	  release.

2007-12-02 21:38  kerrnel22
	* lib/userslib.php: [FIX] Fixed a typo in screen message.

2007-12-02 21:37  kerrnel22
	* tiki-register.php: [FIX] Added note to user telling them that the
	  admin was sent a Tiki message because server isn't configured
	  properly for Registration emails.

2007-12-02 20:29  marclaporte
	* _htaccess: [FIX]Rewrite Rules: Backport Nyloth's fix about images
	  and change login link to better one.

2007-12-02 20:05  marclaporte
	* _htaccess: [DOC] Some explanation about this file

2007-12-01 21:58  redflo
	* templates/tiki-assignpermission.tpl: Typo $egroup should be
	  $group

2007-12-01 11:09  kerrnel22
	* lib/userslib.php: [FIX] DB null errors corrected due to missing
	  global for contact_user. Added check for message feature,
	  otherwise admin will never see requests. More logistics work
	  needed.

2007-11-29 01:25  xavidp
	* lib/wiki-plugins/wikiplugin_flash.php: quotation marks added at
	  the help text to avoid confusion with many flash content which
	  doesn't work without them (youtube, slideshare, etc.)

2007-11-29 00:36  kerrnel22
	* tiki-g-admin_activities.php,
	  templates/tiki-g-admin_activities.tpl: [FIX] Add roles was not
	  working properly, but it does now.  Removed 'add roles' button as
	  it was redundant.

2007-11-27 03:43  sampaioprimo
	* lang/pt-br/language.php: translation

2007-11-26 19:24  mose
	* tiki-adminusers.php: [FIX] batch import users, avoid the last
	  line is silently skipped

2007-11-26 19:22  mose
	* tiki-adminusers.php: [FIX] batch import users, oops

2007-11-26 19:21  mose
	* tiki-adminusers.php: [FIX] batch import users, better error
	  checking to avoid extra error when error occurs

2007-11-26 06:37  luciash
	* modules/_htaccess, temp/_htaccess, templates/_htaccess,
	  bin/_htaccess, db/_htaccess, lang/_htaccess, tests/_htaccess:
	  [FIX] Apache error with .htaccess files
	  [http://dev.tikiwiki.org/875]

2007-11-24 21:18  kerrnel22
	* templates/tiki-admin_forums.tpl: [MOD] Added link to forum import
	  tool.

2007-11-24 21:17  kerrnel22
	* tiki-forum_import.php, lib/importerlib.php,
	  templates/tiki-forum_import.tpl: [NEW] Forum import tool initial
	  version.  Only works with SQL file import from a tiki SQL dump
	  with \' escaped single-quotes.

2007-11-24 20:39  kerrnel22
	* tiki-forum_import.php: file tiki-forum_import.php was added on
	  branch BRANCH-1-9 on 2007-11-24 20:17:18 +0000

2007-11-24 20:39  kerrnel22
	* templates/tiki-forum_import.tpl: file tiki-forum_import.tpl was
	  added on branch BRANCH-1-9 on 2007-11-24 20:17:18 +0000

2007-11-24 09:43  kerrnel22
	* lib/importerlib.php: file importerlib.php was added on branch
	  BRANCH-1-9 on 2007-11-24 20:17:18 +0000

2007-11-16 22:23  xavidp
	* templates/tiki-list_file_gallery.tpl: [FIX] tpl should never
	  contains quote around {tr}..{/tr} because the translated string
	  can contain '. The {tr} must always be surronded with double
	  quote. Thanks to sylvie to showing again how to fix... (I was in
	  the right track, though :-)

2007-11-14 05:08  ricks99
	* templates/header.tpl: fixed {$language}

2007-11-14 03:16  ricks99
	* templates/header.tpl: added xmlns attribute for element html,
	  required to validate properly. also added langauge identifier
	  based on selected {$language} value. tiki should now properly
	  validate as XHTML 1.0 Transitional backported to 1-9 branch

2007-11-13 15:54  ricks99
	* templates/tiki-edit_help.tpl: display quicktags, description, and
	  syntax in wiki help backported to 1-9

2007-11-11 22:58  luciash
	* tiki-admin.php: [FIX] allow translation of 'Administration' and
	  some others in page title and breadcrumbs

2007-11-09 19:07  ntavares
	* tiki-assignpermission.php, templates/tiki-assignpermission.tpl:
	  fix for badly \$group str replacement

2007-11-09 07:02  ntavares
	* tiki-assignpermission.php, templates/tiki-assignpermission.tpl:
	  $group is being assigned by tiki-setup.php. Its not a good idea
	  to mix things up. Just renamed $group to $egroup

2007-11-08 22:15  ntavares
	* templates/: tiki-admin-include-siteid.tpl,
	  tiki-directory_browse.tpl: i18n: fix for some untranslatable
	  strings

2007-11-06 22:02  sylvieg
	* lib/wiki-plugins/wikiplugin_group.php: backport


----------------------------------------------------------------------
Version 1.9.8.3 - small fix
<http://tikiwiki.org/ReleaseProcess198>
------------------

2007-10-26 12:30  mose
	* lib/tikilib.php: [FIX] wiki images: comon, we cannot check it it
	  is a file, it can be a generated image from imagegal too

2007-10-26 00:06  awolfff
	* tiki-download_file.php: BUG: Download by galleryId and name did
	  not work.	  Expected fileId in the request which is not there
	  in this case.  FIX: Now using the values from the info variable.


----------------------------------------------------------------------
Version 1.9.8.2 - security release
<http://tikiwiki.org/ReleaseProcess198>
------------------

2007-10-25 03:11  mose
	* tiki-download_file.php, lib/tikilib.php: [FIX] filegal: repairing
	  download by filename

2007-10-24 16:24  sylvieg
	* templates/tiki-print_multi_pages.tpl: [FIX]wiki: do not show the
	  page title in a multiple prints if the feature in admin->wiki is
	  not set: to avoid duplication of title

2007-10-24 07:22  mose
	* db/tiki-db.php: [FIX] db: removed inclusion of error_handler file
	  as it is not set anywhere

2007-10-24 07:20  mose
	* lib/tikilib.php: [FIX] wikiparsing: stripping \0 as it is skipped
	  in IE

2007-10-23 23:01  mose
	* lib/rss/rsslib.php: [FIX] rss: made rss reader compatible with
	  google agenda

2007-10-23 01:18  mose
	* tiki-imexport_languages.php: [FIX] security: added tests to the
	  language filename var to avoid arbitrary inclusion

2007-10-23 01:08  mose
	* db/tiki-db.php: [FIX] security: added some checks on local.php
	  file to avoid arbitrary inclusion

2007-10-23 00:58  mose
	* lib/tikilib.php: [FIX] wiki images: added a test to avoid js
	  comes into img src

2007-10-23 00:46  mose
	* templates/tiki-remind_password.tpl: [FIX] security: escape error
	  message in remind_password to avoid possible abuse

2007-10-14 20:03  lphuberdeau
	* tiki-graph_formula.php: [FIX] Porting from HEAD.



----------------------------------------------------------------------
Version 1.9.8.1 - security release
<http://tikiwiki.org/ReleaseProcess198>
------------------

2007-10-07 23:44  lphuberdeau
	* tiki-graph_formula.php: [FIX] Potential security injection

2007-10-03 23:33  nkoth
	* tiki-login.php: [FIX] quickfix for double-slash in URL problem
	  after logging in (SSL used, some servers/configs). Things are
	  much neater in 1.10 and it should not need fix there.

2007-10-03 14:47  sylvieg
	* tiki-view_tracker.php: [FIX]tracker: monitoring tracker in
	  another language tw1370

2007-09-30 19:40  lphuberdeau
	* lib/graph-engine/: core.php, graph.bar.php: Adding support for
	  hooks during data display.

2007-09-27 16:15  nkoth
	* lib/polls/polllib_shared.php: [FIX] when poll is removed, link of
	  poll to object should also be removed

2007-09-21 03:43  kerrnel22
	* lib/Galaxia/src/ProcessManager/ActivityManager.php: [FIX]
	  Activity manager fixed so it now shows activities for new
	  workflow installations.

2007-09-20 08:03  kerrnel22
	* lib/Galaxia/src/ProcessManager/ProcessManager.php: [FIX] Galaxia
	  now cleanly and correctly deletes processes (pear db call was not
	  provided argument); resolves several issues.

2007-09-15 19:31  lphuberdeau
	* lib/graph-engine/: core.php, gd.php, graph.bar.php, pdflib.php,
	  ps.php: Adding image map generation in GD based graphics



----------------------------------------------------------------------
Version 1.9.8
<http://tikiwiki.org/ReleaseProcess198>
------------------

2007-09-12 17:25  marclaporte
	* tiki-setup.php, templates/tiki-admin-include-siteid.tpl: [MOD]
	  Site Identity: Moving tip to a pop-up tip and replacing by a
	  basic example.

2007-09-12 17:07  marclaporte
	* templates/tiki-admin-include-siteid.tpl: [ENH] Adding a tip about
	  how to use Browser title as a variable in Smarty templates

2007-09-12 16:41  marclaporte
	* tiki-admin_include_siteid.php,
	  templates/tiki-admin-include-siteid.tpl: [MOD] Adding _Browser
	  title_ and _sender email_ to the Side Identity admin panel. These
	  are not optional and strictly Site Identity but they make sense
	  to set here

2007-09-12 16:04  marclaporte
	* img/tiki/tw_logo.png: [ENH] Adding nice TikiWiki logo to source

2007-09-12 15:41  marclaporte
	* lib/tikilib.php: oups

2007-09-12 15:30  marclaporte
	* lib/tikilib.php: [MOD] Little reminder for future cleanup

2007-09-12 15:18  marclaporte
	* templates/: tiki-admin-include-intertiki.tpl,
	  tiki-admin-include-siteid.tpl: [MOD]Remove feature to upgrade
	  'value' of tiki_preferences to support more than 255 characters
	  since it's now the default value.

2007-09-12 14:59  marclaporte
	* db/tiki_1.8to1.9.sql: [MOD] Following on Luciash's recent fix on
	  tiki.sql -> This alters db column 'value' of tiki_preferences to
	  support more than 255 characters (up to 65535 actually) which is
	  essential to do anything significative with Site Identity (and
	  avoid getting locked out of Tiki by accident) It is also used if
	  you have many entries in InterTiki.

2007-09-11 14:15  xavidp
	* lang/ca/language.php: some more strings (not all) translated
	  after get_strings.php?lang=ca for 1.9.8

2007-09-05 21:35  sampaioprimo
	* lang/pt-br/language.php: translation

2007-09-05 17:09  sylvieg
	* tiki-index.php: [FIX]theme control: to have the tpl plugin
	  depending on the theme, the theme control must be done before the
	  parsing-need also the categ

2007-09-05 16:32  sylvieg
	* tiki-index.php: [FIX]theme control: to have the tpl plugin
	  depending on the theme, the theme control must be done before the
	  parsing

2007-09-05 10:32  nkoth
	* tiki-admin_include_login.php: [FIX] clean last commit - remove
	  useless code re [FIX] Making InterTiki setting remain when
	  editing the login admin panel in template

2007-09-05 08:08  marclaporte
	* templates/tiki-admin-include-login.tpl: [FIX] Making InterTiki
	  setting remain when editing the login admin panel

2007-09-05 06:58  marclaporte
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-09-05 06:53  marclaporte
	* db/tiki.sql: [FIX]Moving kerrnel22's commit (MySQL requires
	  quotes around negative integers. Gallery tables now created at
	  install) to tiki.sql because tiki-1.9-mysql.sql will be overriden
	  at the next convertsqls.sh

2007-09-05 04:24  luciash
	* db/tiki.sql: [FIX] use TEXT (max length 65535) to support more
	  than 250 characters e.g. for Site Identity custom code

2007-09-05 03:18  luciash
	* lib/tikilib.php: [FIX] rather use TEXT than BLOB (same max
	  length) to make the content readable in phpmysqladmin

2007-09-05 02:55  marclaporte
	* lang/: langmapping.php, cn/language.php: [FIX] Adding chinese
	  translations for Nathanael Lee (cn.tikiwiki.org) until he sets up
	  his CVS access.

2007-09-05 01:47  marclaporte
	* templates/tiki-featured_link.tpl: [MOD] Featured links: Changing
	  the iframe height from 600 to 800 pixels, which is more
	  appropriate in my experience. Rollback if you disagree.

2007-09-05 01:45  marclaporte
	* templates/tiki-theme_control.tpl: [ENH] Theme Control Center.
	  Adding a tip with a link to the theme admin panel

2007-09-03 21:56  marclaporte
	* styles/: boreal.css, codex.css, fmsc.css, lesjetesdelencre.css,
	  tikineat.css: [FIX] Make site Identity look good for a few themes
	  by adding background color or text-color

2007-09-03 21:49  sylvieg
	* tiki-admingroups.php, templates/tiki-admingroups.tpl: [MOD]group:
	  add a button clear cache

2007-09-03 21:33  sylvieg
	* templates/tiki-admingroups.tpl: [MOD]group: additional message to
	  explain what mean include a group

2007-09-03 20:02  marclaporte
	* templates/tiki-searchindex.tpl: [FIX] Moving closing div which
	  was causing problems when Site Identity search was turned on,
	  reported by Chibaguy.

2007-09-03 08:53  marclaporte
	* templates/header.tpl: [FIX] Mini-calendar (user calendar). Only
	  include iframe (for pop-up reminder) if the feature is activated,
	  if the user has permission to use it, and if reminders are
	  activated for the current user. Changed from >100 seconds to >0
	  seconds because if user picks 1 minute reminders, it's 60 seconds

2007-09-03 07:12  marclaporte
	* styles/transitions/1.8to1.9.css: [FIX]Site Identity: Moving
	  search box to right side, which is default behavior in 1.10 and
	  is more common/intuitive

2007-09-02 17:23  sylvieg
	* lib/wiki-plugins/wikiplugin_trackerfilter.php: [MOD]tracker:
	  display the notice with the result (list plugin tracker)

2007-09-02 16:03  sylvieg
	* templates/tiki-admin_layout.tpl: a link to theme control in admin
	  layout

2007-09-02 15:46  sylvieg
	* templates/tiki-plugin_trackerfilter.tpl: unused file

2007-09-02 15:36  sylvieg
	* tiki-syslog.php, lib/logs/logslib.php, templates/tiki-syslog.tpl:
	  backport from 1.10 - option to clean logs older than n months

2007-09-02 00:35  marclaporte
	* templates/tiki-admin_modules.tpl: [ENH] Adding yet another tip to
	  make it easier to use menus

2007-08-31 06:12  marclaporte
	* templates/tiki-admin-include-general.tpl: [FIX]nicer follow-up to
	  last commit (adding time/date examples)

2007-08-31 06:01  marclaporte
	* templates/tiki-admin-include-general.tpl: [ENH]Adding some
	  examples of time & date to make it easier to tweak

2007-08-30 22:08  sylvieg
	* tiki-view_tracker.php: [FIX]tracker: date was incorrect on some
	  servers

2007-08-30 22:01  sylvieg
	* templates/: tiki-edit_article.tpl, tiki-edit_submission.tpl:
	  [FIX]article: replace publish dates in server tz ->user tz = more
	  firndly + seems it was not save correctly too

2007-08-30 19:52  sylvieg
	* lib/articles/artlib.php: [FIX]article: do not send a notif on
	  submission if article is auto-approve (the link will be invalid)

2007-08-30 00:31  kerrnel22
	* db/tiki-1.9-mysql.sql: [FIX] MySQL requires quotes around
	  negative integers. Gallery tables now created at install.

2007-08-29 15:45  luciash
	* templates/styles/simple/tiki.tpl: [FIX] fixed layout needs one
	  more wrapper to work properly in FF (adding #middle) + polishing

2007-08-29 12:11  luciash
	* templates/tiki-bot_bar.tpl: [FIX] missing "who" after (c)
	  2002-2007

2007-08-29 11:58  luciash
	* templates/tiki-galleries.tpl: [FIX] broken layout (wrong position
	  of closing div)

2007-08-29 09:41  luciash
	* styles/simple.css: [FIX] fix for tiki-stats layout (simple.css
	  specific)

2007-08-29 09:20  luciash
	* templates/tiki-file_galleries.tpl: [FIX] broken layout (wrong
	  position of closing div) + xhtml strict compatibility

2007-08-29 09:07  luciash
	* templates/tiki-list_blogs.tpl: [FIX] broken layout (wrong
	  position of closing div) + xhtml strict compatibility

2007-08-29 08:52  luciash
	* templates/styles/simple/tiki.tpl: [ENH] better position for main
	  content div allowing creation of fixed width layout derivates and
	  RTL languages support for header and footer too

2007-08-28 23:20  kerrnel22
	* doc/devtools/: README.txt, tiki_forum_migration.php: Adding tool
	  to migrate tiki forum posts.

2007-08-28 02:39  franck
	* tiki-map_edit.php, tiki-map_upload.php: TikiMaps: name the pages

2007-08-28 02:28  franck
	* tiki-map_upload.php: TikiMaps: fix gdaltindex command

2007-08-27 13:40  mose
	* tiki-setup_base.php: [FIX] remindpass: added a sanitization

2007-08-27 10:05  chibaguy
	* styles/: subsilver.css, default.css, default2.css, elegant.css,
	  mose.css, mozilla.css, neat.css, olive-blue.css, olive-red.css,
	  olive.css, jalist.css, jalist2.css, moreneat.css, tceti.css,
	  tiki.css, tikigod.css, whitebluegrey.css, bluegreen.css,
	  codex.css, damian.css: [FIX] PHP Layers menu padding (padding
	  added to submenu items in some themes, top level overlap of
	  module box fixed, narrow top level menu expanded to module width,
	  etc.)

2007-08-26 17:34  marclaporte
	* styles/olive-red.css: [FIX] changing some left-over green to red
	  (#aa8400 -> #ff4040) in olive-red.css theme (which was a fork of
	  olive.css theme). This is a compelling reason to develop:
	  http://themes.tikiwiki.org/TikiThemeGenerator

2007-08-26 08:22  marclaporte
	* db/profiles/: basicEnabled.prf, fishclub.prf, slash.prf: [MOD]
	  Changes to installation profiles to be more generic. 1->
	  disabling wiki undo by default. 2-> permissions :: In general,
	  more common defaults: no editing/adding for anonymous (just
	  view), and no potentially destructive action for Registered (ex:
	  tiki_p_change_events when there is not history of changes for
	  events). More power to Editors

2007-08-26 07:45  marclaporte
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-08-26 06:30  marclaporte
	* styles/default.css: [FIX] Make default.css phplayersmenu colors
	  look good in both horizontal & vertical mode.

2007-08-26 05:50  marclaporte
	* styles/: bluegreen.css, boreal.css, brtiki.css, codex.css,
	  damian.css, dblue.css, default.css, default2.css, elegant.css,
	  fmsc.css, gemsi.css, geo.css, hec.css, jalist.css, jalist2.css,
	  lesjetesdelencre.css, moreneat.css, mose.css, mozilla.css,
	  neat.css, olive-blue.css, olive-red.css, olive.css, simple.css,
	  smartiki.css, subsilver.css, tceti.css, tiki.css, tikigod.css,
	  tikineat.css, tranquil.css, trollparty.css, whitebluegrey.css:
	  [MOD] Helkp links: Make visually clear what is a link to another
	  admin panel vs a link to doc.tikiwiki.org	Context: Since
	  1.9.7, some admin panels have been added (category, modules,
	  themes, and text area) and some admin menu settings have been
	  moved to these new admin panels. However, to ease the transition
	  for experienced Tiki admins, a link was left at the old location.
	  However, as a result, there was a visual confusion between these
	  2 link types.

2007-08-26 05:05  marclaporte
	* styles/brtiki.css: [FIX] Hovering on a page title was jumping out
	  much too big.

2007-08-26 04:37  marclaporte
	* lib/tikihelplib.php: [FIX] Adding space to look better

2007-08-26 03:10  marclaporte
	* db/: tiki.sql, tiki_1.8to1.9.sql: [DB][MOD] Important change.
	  __Password invalid after days__ has been always on by default and
	  at 999 days. While this seems like a long time, many sites are
	  reaching that age and users are being asked to change their
	  password. This process is not vert good at the moment. So, I'm
	  going to assume that the vast majority of people left the default
	  but don't want this feature. So the upgrade script will change to
	  1999 days. And clean installs will be at 1999 days as well.  In
	  1.10, the default will be that this feature is turned off (-1)

2007-08-25 05:32  marclaporte
	* styles/codex.css: [FIX] Codex style: removing the underline for
	  module titles

2007-08-25 05:27  marclaporte
	* styles/: dblue.css, elegant.css, tceti.css, trollparty.css: [FIX]
	  Make links in user-created modules look ok

2007-08-25 04:38  marclaporte
	* styles/tranquil.css: [FIX] Backlinks overlap right column: IE6 ->
	  http://themes.tikiwiki.org/tiki-view_tracker_item.php?itemId=25

2007-08-25 04:24  marclaporte
	* styles/subsilver.css: [FIX] Backlinks overlap right column: IE6
	  ->
	  http://themes.tikiwiki.org/tiki-view_tracker_item.php?itemId=25

2007-08-25 04:20  marclaporte
	* styles/mozilla.css: [FIX] Backlinks overlap right column: IE6 ->
	  http://themes.tikiwiki.org/tiki-view_tracker_item.php?itemId=25

2007-08-25 04:14  marclaporte
	* styles/: jalist.css, jalist2.css, olive-blue.css, olive-red.css,
	  olive.css, whitebluegrey.css: [FIX] Backlinks overlap right
	  column: IE6 ->
	  http://themes.tikiwiki.org/tiki-view_tracker_item.php?itemId=25

2007-08-25 04:09  marclaporte
	* styles/boreal.css: [FIX] Backlinks overlap right column: IE6 ->
	  http://themes.tikiwiki.org/tiki-view_tracker_item.php?itemId=25

2007-08-25 03:35  marclaporte
	* styles/: jalist.css, jalist2.css: [FIX] Make bottom bar look
	  good.

2007-08-25 03:31  marclaporte
	* styles/mozilla.css: [FIX] Make bottom bar look good.

2007-08-25 03:28  marclaporte
	* styles/smartiki.css: [FIX] Make bottom bar look good with
	  smartiki style

2007-08-25 03:25  marclaporte
	* styles/subsilver.css: [FIX] Make bottom bar look good with
	  subsilver style

2007-08-25 03:21  marclaporte
	* styles/tranquil.css: [FIX] Make wiki tables look good for
	  Tranquil style, as seen here:
	  http://themes.tikiwiki.org/tiki-index.php?page=phplayersmenu+vertical

2007-08-25 03:11  marclaporte
	* styles/boreal.css: [FIX] Boreal style: changing titles to white
	  because current colour is not very visible

2007-08-25 03:07  marclaporte
	* styles/boreal.css: [FIX] Make wiki tables look good for Boreal
	  styles, as seen here:
	  http://themes.tikiwiki.org/tiki-index.php?page=phplayersmenu+vertical

2007-08-25 03:01  marclaporte
	* styles/boreal.css: [FIX] Make bottom bar look good with boreal
	  style

2007-08-25 02:47  marclaporte
	* styles/tikigod.css: [FIX] Make bottom bar look good with tikigod
	  style

2007-08-25 02:45  marclaporte
	* styles/tceti.css: [FIX] Make bottom bar & PLM vertical menu look
	  better.

2007-08-25 02:42  marclaporte
	* styles/bluegreen.css: [FIX] Make bottom bar look good with
	  Bluegreen style

2007-08-25 02:33  marclaporte
	* styles/whitebluegrey.css: [FIX] Make bottom bar look good with
	  WhiteBlueGrey style

2007-08-25 01:49  marclaporte
	* templates/tiki-admin_modules.tpl: [ENH] Adding some extra
	  quicklinks to add PhpLayersMenu vertical menus without reading
	  the documentation.

2007-08-24 10:21  chibaguy
	* styles/: bluegreen.css, boreal.css, brtiki.css, codex.css,
	  damian.css, dblue.css, default.css, default2.css, elegant.css,
	  fmsc.css, gemsi.css, geo.css, hec.css, jalist.css, jalist2.css,
	  lesjetesdelencre.css, mose.css, mozilla.css, neat.css,
	  olive-blue.css, olive-red.css, olive.css, smartiki.css,
	  subsilver.css, tceti.css, tiki.css, tikigod.css, tikineat.css,
	  tranquil.css, trollparty.css, whitebluegrey.css: [FIX] .box
	  padding, powered by Tiki styling added, PHP Layers menu
	  improvements.

2007-08-22 13:01  xavidp
	* lang/es/language.php: fixing one string too much customized by
	  Jabi (comitted by mistake)

2007-08-22 07:40  chibaguy
	* styles/: olive-red.css, olive.css, simple.css, subsilver.css,
	  tceti.css, tiki.css, tikigod.css, tikineat.css, tranquil.css,
	  trollparty.css, whitebluegrey.css: [FIX] PHP Layers menu tree
	  style improvement.

2007-08-22 04:19  chibaguy
	* styles/: boreal.css, brtiki.css, codex.css, damian.css,
	  dblue.css, default.css, default2.css, elegant.css, fmsc.css,
	  gemsi.css, geo.css, jalist.css, jalist2.css,
	  lesjetesdelencre.css, moreneat.css, mose.css, mozilla.css,
	  neat.css, olive-blue.css: [FIX] .calcontent height fix
	  reinstated.

2007-08-22 03:29  chibaguy
	* styles/bluegreen.css: [FIX] .calcontent height fix, .tiki-top
	  .horbaritem font size change reinstated.

2007-08-21 09:54  chibaguy
	* styles/: bluegreen.css, boreal.css, brtiki.css, codex.css,
	  damian.css, dblue.css, default.css, default2.css, elegant.css,
	  fmsc.css, gemsi.css, geo.css, hec.css, jalist.css, jalist2.css,
	  lesjetesdelencre.css, moreneat.css, mozilla.css, neat.css,
	  olive-blue.css: [FIX] PHP Layers menu tree style improvement.

2007-08-21 08:34  luciash
	* styles/simple.css: [ENH] min-width and min-height for calendar
	  day content for better look'n'feel (thx marclaporte for tip)

2007-08-21 05:00  chibaguy
	* templates/header.tpl: [FIX] Bad edit fixed.

2007-08-21 04:54  chibaguy
	* templates/header.tpl: [MOD] PHP Layerssection moved above CSS
	  section to enable theme-specific overrides for tree menus.

2007-08-21 04:40  marclaporte
	* styles/README.matrix-theme: [DEL] Removing a README file for the
	  Matric theme, which is now in mods.

2007-08-21 04:35  marclaporte
	* styles/vidiki.css: [DEL] Removal of Vidiki theme, which is broken
	  and unmaintained

2007-08-21 03:55  marclaporte
	* styles/: olive.css, whitebluegrey.css, olive-blue.css,
	  olive-red.css: [FIX] Making calendar look good with Internet
	  Explorer

2007-08-21 02:10  marclaporte
	* styles/: bluegreen.css, boreal.css, brtiki.css, codex.css,
	  damian.css, dblue.css, default.css, default2.css, elegant.css,
	  fmsc.css, gemsi.css, geo.css, hec.css, jalist.css, jalist2.css,
	  lesjetesdelencre.css, moreneat.css, mozilla.css, neat.css,
	  smartiki.css, subsilver.css, tceti.css, tiki.css, tikigod.css,
	  tikineat.css, tranquil.css, trollparty.css, whitebluegrey.css:
	  [FIX] Making calendar boxes look good with Internet Explorer
	  (like they look in Firefox) using _important_ instead of the
	  underscore hack
	  http://www.wellstyled.com/css-underscore-hack.html

2007-08-21 00:07  marclaporte
	* styles/bluegreen.css: [FIX] Php Layers Menu horizontal ->
	  Bluegreen theme -> make colors nice and make bigger

2007-08-20 07:15  chibaguy
	* styles/: bluegreen.css, boreal.css, brtiki.css, gemsi.css,
	  hec.css, subsilver.css: [FIX] Spelling correction (.horbaritem)

2007-08-20 06:43  chibaguy
	* styles/: bluegreen.css, boreal.css, brtiki.css, codex.css,
	  dblue.css, default.css, default2.css, elegant.css, fmsc.css,
	  gemsi.css, geo.css, hec.css, jalist.css, jalist2.css,
	  lesjetesdelencre.css, moreneat.css, olive-blue.css,
	  olive-red.css, olive.css, subsilver.css, tceti.css, tiki.css,
	  tikigod.css, tikineat.css, tranquil.css, whitebluegrey.css: [FIX]
	  Horizontal menu (.horbar, .horbaritem) styles added

2007-08-19 18:42  marclaporte
	* templates/tiki-bot_bar.tpl: [FIX] Some cosmetic fixes on bottom
	  bar. More to come

2007-08-19 10:54  marclaporte
	* styles/subsilver.css: [FIX] nicer border & padding for subsilver
	  theme

2007-08-19 10:53  marclaporte
	* styles/tranquil.css: [FIX] nicer border & padding for tranquil
	  theme

2007-08-19 09:29  marclaporte
	* styles/tikineat.css: [FIX] Cosmetic: adding somme padding to
	  tikineat. Avoids that some center content be squished to right &
	  left columns.

2007-08-19 09:11  marclaporte
	* tiki-setup.php: [MOD] _Users accept internal messages by default_
	  now defaults to _yes_.  Rationale: If a Tiki admin activates this
	  feature, (s)he wants users to be able to communicate with each
	  other. __Users can opt-out internal messages__ remains at yes
	  because this is also the most common use case. See:
	  http://tikiwiki.org/DefaultSettingsChanges

2007-08-19 08:57  marclaporte
	* tiki-setup.php: [MOD] Turning off sub-options of Site Identity by
	  default. It's better to let people activate things that they
	  need/want

2007-08-19 08:40  marclaporte
	* templates/tiki-smileys.tpl: [FIX] Lost edit protection should not
	  be in effect for smileys (noticed with IE6)

2007-08-19 08:32  marclaporte
	* templates/: tiki-edit_help.tpl, tiki-edit_help_tool.tpl,
	  tiki-smileys.tpl: [FIX] Lost edit protection should not be in
	  effect for smileys and the help tools (noticed with IE6)

2007-08-19 07:25  marclaporte
	* lib/userslib.php: [ENH] Extra protection against deletion of	the
	  _Admins_ group. (in addition to template)

2007-08-19 07:08  marclaporte
	* lib/userslib.php: [FIX] Make it possible to edit the description
	  and group home page of special groups (Registered, Anonymous).
	  This was a side effect of the protection to prevent group
	  renaming.

2007-08-19 07:00  marclaporte
	* lib/userslib.php: [FIX] Undefined variable: oldgroup in
	  lib/userslib.php on line 1935  when editing groups.  variable is
	  (strangely)

2007-08-19 06:21  marclaporte
	* tiki-setup_base.php: [FIX] tiki_p_admin_calendar and
	  tiki_p_admin_sheet now includes lower permissions

2007-08-19 04:12  marclaporte
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-08-19 00:37  marclaporte
	* templates/styles/simple/tiki-top_bar.tpl: MOD] Cleaning up top
	  bar. 1- People don't need to get time/date from Tiki 2- Moving
	  the debug link to admin panel (more appropriate) with a note to
	  scroll up to see it. 3- Moving the _Powered by Tiki_ to the
	  bottom bar. Having at the top is much too intrusive. It causes 2
	  main problems A-> Users need to figure out how (and may need
	  support) to get rid of it B-> Since most users (at least want to)
	  get rid of it, Tiki is not getting well deserved recognition.

2007-08-19 00:24  marclaporte
	* templates/styles/neat/tiki-top_bar.tpl: [FIX] No need for a
	  specific top bar for _neat_ theme. Will now use the standard one

2007-08-19 00:17  marclaporte
	* templates/styles/neat/tiki.tpl: [FIX] top bar was forgotten from
	  _neat_ theme

2007-08-18 23:09  marclaporte
	* templates/: tiki-admin.tpl, tiki-bot_bar.tpl, tiki-top_bar.tpl:
	  [MOD] Cleaning up top bar. 1- People don't need to get time/date
	  from Tiki 2- Moving the debug link to admin panel (more
	  appropriate) with a note to scroll up to see it. 3- Moving the
	  _Powered by Tiki_ to the bottom bar. Having at the top is much
	  too intrusive. It causes 2 main problems A-> Users need to figure
	  out how (and may need support) to get rid of it B-> Since most
	  users (at least want to) get rid of it, Tiki is not getting well
	  deserved recognition.

2007-08-18 20:56  sampaioprimo
	* modules/mod-since_last_visit_new.php,
	  templates/modules/mod-since_last_visit_new.tpl: [MOD] if no
	  changes mod_since_last_visit_new display message: "nothing has
	  changed" (ricks99 suggestion)

2007-08-18 20:20  marclaporte
	* templates/tiki-bot_bar.tpl: Remove incorrect sql query counter.
	  Please see
	  http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1317

2007-08-18 19:47  marclaporte
	* db/: tiki.sql, profiles/default-inserts.sql: [MOD] Turn back on
	  _Display menus as folders_ on default installs, as suggested by
	  ricks99

2007-08-18 19:10  marclaporte
	* styles/mozilla.css: [FIX] Making wiki structures look nicer with
	  mozilla.css theme

2007-08-17 17:39  marclaporte
	* styles/tikineat.css: Error in previous commit

2007-08-17 16:40  xavidp
	* lang/es/language.php: some strings translated by Jabi (from
	  precarios.org/tikiwiki web site)

2007-08-17 16:25  marclaporte
	* styles/: tranquil.css, vidiki.css, tikigod.css, tikineat.css,
	  default.css, default2.css, olive-blue.css, olive-red.css,
	  olive.css, bluegreen.css, brtiki.css, codex.css: [FIX] Cosmetic
	  fix on several themes: no underline when hovering over
	  phplayersmenu vertical menu

2007-08-17 16:08  marclaporte
	* styles/: olive.css, tceti.css, whitebluegrey.css, boreal.css,
	  default.css, default2.css, jalist.css, jalist2.css,
	  olive-blue.css, olive-red.css, bluegreen.css: [FIX] Cosmetic:
	  adding 2 extra pixels of padding to div.wikitext, for all themes
	  which have a box around the center

2007-08-17 14:36  marclaporte
	* styles/whitebluegrey.css: [FIX] nicer phplayersmenu with
	  whitebluegrey theme

2007-08-17 10:00  chibaguy
	* styles/: bluegreen.css, codex.css, damian.css, dblue.css,
	  default.css, default2.css, elegant.css, gemsi.css, hec.css,
	  jalist.css, jalist2.css, moreneat.css, mozilla.css, neat.css,
	  olive-blue.css, olive-red.css, olive.css, tceti.css, tiki.css,
	  whitebluegrey.css: [FIX] Improvements for IE6 (.box-title, PHP
	  Layers, etc.)

2007-08-16 05:21  chibaguy
	* lang/ja/language.php: [MOD] Translations by Lauren Mariko
	  Cunningham-Lee.

2007-08-16 03:05  chibaguy
	* styles/brtiki.css: [FIX] PHP Layers menu CSS added; column widths
	  improved.

2007-08-15 23:12  marclaporte
	* templates/styles/tikigod/tiki.tpl: [ENH] Use the existing icon
	  permission to determine if this special powered-by icon tikiwiki
	  should be shown. (Only applies to tikigod theme)

2007-08-15 23:04  marclaporte
	* templates/styles/notheme/: babelfish.tpl, error.tpl,
	  tiki-bot_bar.tpl, tiki-my_tiki.tpl, tiki-top_bar.tpl, tiki.tpl:
	  [FIX] Removal of the rest of this totally broken, and
	  unmaintained theme (notheme)

2007-08-15 03:18  marclaporte
	* styles/bluegreen.css: [FIX] Bluegreen style: removing the black
	  underline from module titles and adding a little padding

2007-08-15 02:50  marclaporte
	* styles/moreneat.css: [FIX] Make _moreneat_ style look better with
	  phplayersmenu

2007-08-15 02:34  nkoth
	* tiki-login_scr.php: [FIX] Getting redirected to proper wiki page
	  after login (bug 1312)

2007-08-15 01:59  luciash
	* tiki-view_tracker_item.php: [FIX] when editing comments focus on
	  the right tab

2007-08-15 01:26  marclaporte
	* styles/geo.css: [FIX] Make _geo_ style look better with
	  phplayersmenu

2007-08-15 01:06  marclaporte
	* styles/default2.css: [FIX] Make _default2_ style look better with
	  phplayersmenu

2007-08-15 00:46  marclaporte
	* styles/elegant.css: [FIX] Elegant style: change some of the
	  background colors from a brown to a blue, matching the current
	  theme. However, since these sections are covered by a blue image,
	  you will only notice if images are disabled

2007-08-15 00:45  luciash
	* tiki-view_tracker.php, templates/tiki-view_tracker.tpl: [ENH]
	  anonymous must input anti-bot code for submiting new tracker item
	  too

2007-08-15 00:38  marclaporte
	* styles/elegant.css: [FIX] Make _Elegant_ theme look good with
	  phplayersmenu, as can be seen on themes.tikiwiki.org

2007-08-15 00:10  marclaporte
	* styles/mozilla.css: [FIX] Make Mozilla theme look good with wiki
	  structures (as can be seen on doc.tikiwiki.org

2007-08-14 23:59  marclaporte
	* styles/: olive-blue.css, olive-red.css, olive.css: [FIX] Make
	  three Olive styles look good with phplayermenu vertical menu, as
	  tested on themes.tikiwiki.org

2007-08-14 21:46  luciash
	* templates/: styles/simple/tiki.tpl, header.tpl: [FIX] initialize
	  tab with focus on page load (if set cookietab)

2007-08-14 20:09  jonnybradley
	* lib/wiki/wikilib.php: [FIX] get_backlinks() now sorts by fromPage
	  ASC

2007-08-14 19:44  jonnybradley
	* templates/tiki-editpage.tpl: [FIX] no warning dialog when
	  canceling, changing template or on (non-admin) sandbox

2007-08-14 19:41  jonnybradley
	* templates/module.tpl: [FIX] modules now display correct "shade"
	  icon depending on module's flip state on load

2007-08-14 19:38  jonnybradley
	* lib/userslib.php: [FIX] "remember me" now remembers.
	  get_user_by_cookie() checks tiki_user_preferences table for
	  $check and $expire (not whole $hash value)

2007-08-14 19:34  jonnybradley
	* lib/tikilib.php: [FIX] parse_data() not to render relative links
	  as external

2007-08-14 16:55  luciash
	* templates/styles/simple/error_ticket.tpl: [FIX] Simple theme
	  layout for confirm ticket error page

2007-08-14 16:32  luciash
	* templates/styles/simple/error_simple.tpl: [FIX] Simple theme
	  layout for simple error page

2007-08-14 16:19  luciash
	* templates/styles/simple/error.tpl: [FIX] corrections - special
	  layout for error page

2007-08-14 16:08  marclaporte
	* lib/tikilib.php: [ENH] Adding hspace to image wiki syntax.
	  Reported by Janus.

2007-08-14 15:43  luciash
	* templates/header.tpl: [FIX] initialize first tab focus on page
	  load when tiki tabs feature enabled (TODO: read from cookie what
	  tab was focused last ?)

2007-08-14 15:31  luciash
	* templates/styles/simple/tiki.tpl: [FIX] initialize first tab
	  focus on page load when tiki tabs feature enabled (TODO: read
	  from cookie what tab was focused last ?)

2007-08-14 14:43  luciash
	* lib/tiki-js.js: [FIX] display no border for unfocused tabs

2007-08-14 14:39  luciash
	* styles/simple.css: [FIX] don't let PLM vertical submenus go under
	  tiki tabs [REM] delete some useless stuff

2007-08-14 08:18  chibaguy
	* styles/whitebluegrey.css: [FIX] PHP Layers menu display over
	  .tabcontent (.box-data {overflow:hidden} deleted), link styles
	  changed to match theme.

2007-08-14 08:12  chibaguy
	* styles/trollparty.css: [MOD] Top border and padding removed from
	  PHP Layers links.

2007-08-14 08:09  chibaguy
	* styles/trollparty.css: [FIX] .mdksubmenu background color changed
	  to improve contrast; link padding adjusted.

2007-08-14 08:04  chibaguy
	* styles/tranquil.css: [FIX] PHP Layers menu display over
	  .tabcontent (.box-data {overflow:hidden} deleted), link styles
	  changed to match theme.

2007-08-14 07:57  chibaguy
	* styles/tikigod.css: [FIX] PHP Layers menu display over
	  .tabcontent (.box-data {overflow:hidden} deleted), link styles
	  changed to match theme.

2007-08-14 07:50  chibaguy
	* styles/tiki.css: [MOD] Top border taken off PHP Layers links;
	  .mdksubframe given radius.

2007-08-14 07:41  chibaguy
	* styles/tiki.css: [FIX] PHP Layers menu display over .tabcontent
	  (.box-data {overflow:hidden} deleted); left and right padding and
	  top margin added to #tiki-center.

2007-08-14 07:31  chibaguy
	* styles/tceti.css: [FIX] PHP Layers menu display over .tabcontent
	  (.box-data {overflow:hidden} deleted), link font size changed to
	  match theme; module title contrast fixed.

2007-08-14 07:18  chibaguy
	* styles/subsilver.css: [FIX] PHP Layers menu display over
	  .tabcontent (.box-data {overflow:hidden} deleted).

2007-08-14 07:14  chibaguy
	* styles/smartiki.css: [FIX] PHP Layers menu display over
	  .tabcontent.

2007-08-14 07:06  chibaguy
	* styles/: olive-blue.css, olive-red.css, olive.css: [FIX] PHP
	  Layers menu display over .tabcontent (PHP Layers menu display
	  over .tabcontent (div.box-data {overflow:hidden} deleted; link
	  style changed to match theme).

2007-08-14 06:48  chibaguy
	* styles/mozilla.css: [FIX] Correction of typo in  CSS
	  simplifying).

2007-08-14 06:36  chibaguy
	* styles/neat.css: [FIX] PHP Layers menu display over .tabcontent
	  (PHP Layers menu display over .tabcontent (div.box-data
	  {overflow:hidden} deleted).

2007-08-14 06:33  chibaguy
	* styles/mozilla.css: [FIX] PHP Layers menu display over
	  .tabcontent (.mdksubmenu given z-index; visual integration
	  improved).

2007-08-14 06:18  chibaguy
	* styles/mose.css: [FIX] PHP Layers menu display over .tabcontent
	  (div.box-data {overflow:hidden} deleted).

2007-08-14 06:15  chibaguy
	* styles/moreneat.css: [FIX] PHP Layers menu display over
	  .tabcontent (div.box-data {overflow:hidden} deleted); item widths
	  improved.

2007-08-14 06:06  chibaguy
	* styles/: jalist2.css, lesjetesdelencre.css: [FIX] PHP Layers menu
	  display over .tabcontent (div.box-data {overflow:hidden}
	  deleted).

2007-08-14 06:02  chibaguy
	* styles/: hec.css, jalist.css: [FIX] PHP Layers menu display over
	  .tabcontent (div.box-data {overflow:hidden} deleted).

2007-08-14 05:59  chibaguy
	* styles/geo.css: [FIX] PHP Layers menu display over .tabcontent
	  (div.box-data {overflow:hidden} deleted); dropdown background
	  color changed to match page style.

2007-08-14 05:55  chibaguy
	* styles/gemsi.css: [FIX] PHP Layers small font size deleted.

2007-08-14 05:48  chibaguy
	* styles/elegant.css: [FIX] PHP Layers menu display over
	  .tabcontent (div.box-data {overflow:hidden} deleted); module
	  title contrast fixed.

2007-08-14 05:37  chibaguy
	* styles/: default.css, default2.css: [FIX] PHP Layers menu display
	  over .tabcontent (div.box-data {overflow:hidden} deleted).

2007-08-14 04:46  marclaporte
	* templates/tiki-file_galleries.tpl: [FIX] Missing permission to
	  link to view template interface

2007-08-14 04:43  marclaporte
	* templates/tiki-galleries.tpl: [FIX] Missing permission to link to
	  view template interface

2007-08-14 04:42  marclaporte
	* templates/tiki-list_games.tpl: [FIX] oups

2007-08-14 04:40  marclaporte
	* templates/: tiki-list_faqs.tpl, tiki-list_games.tpl: [FIX]
	  Missing permission to link to view template interface

2007-08-14 04:33  marclaporte
	* templates/tiki-sheets.tpl: [FIX] Missing permission to link to
	  view template interface

2007-08-14 04:27  marclaporte
	* templates/tiki-list_trackers.tpl: [FIX] Missing permission to
	  link to view template interface

2007-08-14 04:07  marclaporte
	* templates/tiki-file_galleries.tpl: [ENH] Only show file gallery
	  filter (search), and pagination if more than one page of file
	  galleries (which will be very rare)

2007-08-14 04:01  marclaporte
	* templates/tiki-file_galleries.tpl: [FIX] File gallery setting
	  icon should be in h1 title, like the others

2007-08-14 03:58  marclaporte
	* templates/tiki-galleries.tpl: [ENH] Only show image gallery
	  filter (search), pagination and other filter (top/parent gallery)
	  if more than one page of image galleries (which will be very
	  rare)

2007-08-14 03:48  marclaporte
	* templates/tiki-list_blogs.tpl: [ENH] Only show blog filter
	  (search) and pagination if more than one page of blogs (which
	  will be very rare)

2007-08-14 03:22  marclaporte
	* templates/tiki-list_quizzes.tpl: [ENH] Adding list to Quiz
	  Administration (if you have perms)

2007-08-14 03:15  marclaporte
	* templates/tiki-page_bar.tpl: [FIX] Do not show source button for
	  Sandbox

2007-08-14 02:59  marclaporte
	* templates/tiki-forums.tpl: [FIX] Only show the forum search box
	  if more than one page of listing.

2007-08-14 01:14  marclaporte
	* templates/modules/mod-application_menu.tpl: [FIX] WYSIWYCA for
	  old application menu module

2007-08-14 00:53  marclaporte
	* templates/tiki-page_bar.tpl: [FIX] No point in being able to undo
	  changes, comment or translate the Sandbox

2007-08-14 00:29  marclaporte
	* templates/tiki-editpage.tpl: [FIX] No need to use html and have
	  footnotes for Sandbox.

2007-08-13 23:21  luciash
	* styles/simple.css: [ADD] styled debugger console

2007-08-13 20:32  nkoth
	* tiki-view_tracker_item.php: [FIX] checking for anti-bot should be
	  only on comment save, otherwise user will be barred from viewing
	  item once he keys in the wrong code once.

2007-08-13 18:38  marclaporte
	* templates/tiki-editpage.tpl: [FIX] More cleaning up of Sandbox
	  page

2007-08-13 18:10  marclaporte
	* templates/tiki-page_bar.tpl: [FIX] Cleaning up page bar (action
	  bar) for Sandbox page

2007-08-13 17:13  nkoth
	* lib/trackers/trackerlib.php: [FIX] remove debug code for release

2007-08-13 17:09  luciash
	* templates/comments.tpl, templates/tiki-admin-include-wiki.tpl,
	  tiki-admin_include_textarea.php, tiki-view_tracker_item.php,
	  templates/tiki-admin-include-textarea.tpl,
	  templates/tiki-view_tracker_item.tpl: [FIX] spread "anonymous
	  editors must input anti-bot code" for all comments, moved the
	  admin setting to text area section

2007-08-13 16:49  marclaporte
	* templates/tiki-editpage.tpl: [FIX] Categories, cache and image
	  upload shouldn't appear on Sandbox page

2007-08-13 16:15  luciash
	* templates/tiki-user_menu.tpl: [FIX] add return false to prevent
	  scrolling up on click # links

2007-08-13 14:03  marclaporte
	* templates/tiki-adminusers.tpl: [ENH] Adding a tip about creating
	  a new user and adding to Admins group, instead of renaming admin
	  user. Renaming admin user is still possible, because useful in
	  certain circumstances.

2007-08-13 13:30  luciash
	* modules/mod-last_tracker_items.php: [FIX] reverse array sort
	  (newest items on top)

2007-08-13 11:30  marclaporte
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-08-13 11:25  marclaporte
	* db/tiki.sql: [MOD] Adding the very useful since_last_visit_new
	  module for Admins. Only on clean installs, not for upgrades.
	  Thus, Tiki admins will easily know everything that is happening
	  on their site. They can also easily remove it or assign it to
	  other groups, if need be.

2007-08-13 11:15  marclaporte
	* modules/: mod-user_tasks.php, mod-user_tasks_public.php: [FIX]
	  See Tracker #441
	  (http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=441).
	  I still have several major concerns about this feature:
	  http://dev.tikiwiki.org/Task

2007-08-13 11:04  marclaporte
	* templates/modules/mod-last_tracker_items.tpl: [FIX] Using Shorter
	  URL for trackers in _Last Tracker Item_ moudle

2007-08-13 07:32  luciash
	* templates/tiki-edit_css.tpl: [FIX] broken xhtml layout on
	  tiki-edit_css.php page

2007-08-13 03:14  nkoth
	* templates/tiki-plugin_trackerlist.tpl: [FIX] page must refresh
	  otherwise selected sorting of items in tracker plugin and so on
	  won't work

2007-08-13 00:36  nkoth
	* tiki-view_tracker.php, tiki-view_tracker_item.php,
	  lib/trackers/trackerlib.php: [FIX] cache of items drawn from
	  field in another tracker not being refreshed (bug 1289)

2007-08-12 20:22  mose
	* tiki-webmail.php: [FIX] webmail: made acceptable badformatted
	  from fields, as well as lack of Message-ID

2007-08-12 19:57  mose
	* tiki-webmail.php: [FIX] webmail: also added possible Message-id

2007-08-12 19:47  marclaporte
	* db/README.txt: typo

2007-08-12 18:14  mose
	* templates/tiki-webmail.tpl: [FIX] webmail : escaping headers in
	  fullheaders view

2007-08-12 18:09  mose
	* tiki-webmail.php: [FIX] webmail: attempt to fix Message-Id issue

2007-08-12 16:55  ohertel
	* modules/mod-last_tracker_items.php: [FIX] avoid missing
	  name/trackerid to pollute all modules with an error message

2007-08-12 15:13  ohertel
	* modules/mod-change_category.php: [FIX] undeclared 'modcatlist'
	  variable

2007-08-12 14:36  ohertel
	* modules/mod-last_modif_tracker_items.php: [FIX] undeclared 'name'
	  field

2007-08-12 05:32  marclaporte
	* styles/tceti.css: [FIX] Making Tceti theme look good with
	  phplayersmenu

2007-08-12 03:59  marclaporte
	* styles/fmsc.css: [FIX]Making phplayersmenu look good for FMSC
	  theme. This file was in DOS format. It is now back in Linux
	  format

2007-08-12 03:35  nkoth
	* styles/: gemsi.css, trollparty.css: [FIX] Solve problem of left
	  and right column disappeared

2007-08-12 03:13  marclaporte
	* styles/dblue.css: [no log message]

2007-08-12 02:24  marclaporte
	* templates/modules/mod-users_rank.tpl: [FIX] Top users modules
	  (users_rank) -> link to tiki-list_users.php only if active.
	  Sorry for code duplication (An _if_ in the module doesn't work.

2007-08-12 01:29  marclaporte
	* styles/lesjetesdelencre.css: [FIX]Making phplayersmenu look good.
	  This file was in DOS format. It is now back in Linux format

2007-08-12 01:14  marclaporte
	* styles/: geo.css, trollparty.css: [FIX] CSS Hack for IE6 for
	  trackers using tabs

2007-08-12 00:34  nkoth
	* tiki-admin_include_features.php, tiki-admin_include_login.php,
	  templates/tiki-admin-include-features.tpl,
	  templates/tiki-admin-include-login.tpl: [MOD] merge Intertiki
	  feature checkbox into drop down selector of authentication method

2007-08-11 23:35  marclaporte
	* templates/: tiki-view_tracker_item.tpl,
	  modules/mod-last_modif_tracker_items.tpl: [FIX] Shorter URLS used
	  for trackers

2007-08-11 22:45  marclaporte
	* templates/modules/mod-admin_menu.tpl:
	  [FIX] oups on previous commit

2007-08-11 22:30  marclaporte
	* tiki-admin_chat.php: [FIX] Chat administration page disabled when
	  feature is off.

2007-08-11 22:27  marclaporte
	* templates/modules/mod-admin_menu.tpl:
	  [FIX] In _admin menu_ module, only link to features which are
	  activated.

2007-08-11 22:23  marclaporte
	* tiki-admin_poll_options.php, tiki-admin_polls.php: [FIX] Poll
	  administration pages disabled when feature is off.

2007-08-11 22:01  marclaporte
	* doc/devtools/tikirelease.sh: [DOC] More details about upgrade
	  script for future release managers & developers.

2007-08-11 21:41  marclaporte
	* templates/tiki-admin.tpl:
	  [MOD] Hiding links to tiki-backup.php for fresh install in Tiki
	  1.9.8 until we fix or remove.

2007-08-11 21:31  marclaporte
	* templates/modules/mod-admin_menu.tpl: [FIX] TYPO in _Admin menu_
	  module

2007-08-11 20:53  marclaporte
	* db/tiki_1.8to1.9.sql: [FIX] Do not re-add quick_edit module at
	  each upgrade.

2007-08-11 20:43  marclaporte
	* db/tiki.sql:
	  [FIX] RSS modules & polls now have there own permission (for
	  administration) -> Reflect this in the menu.

2007-08-11 20:06  marclaporte
	* db/: tiki.sql, tiki_1.8to1.9.sql:
	  [MOD] Article size: turning off by default because it's pretty
	  useless (and ugly)

2007-08-11 19:23  marclaporte
	* db/tiki_1.8to1.9.sql:
	  [FIX] Alter the upgrade script 1- Should not add permissions.
	  These perms could have been intentionally removed (ex.: Intranet)
	  2- Modules should not change via upgrade script. tiki.sql
	  behavior is intended for clean installs only.  3- New _Admins_
	  group is just for new installs as well.

2007-08-11 18:50  marclaporte
	* db/tiki.sql:
	  [MOD] Turn off _Bottom bar debug_ (feature_bot_bar_debug) on
	  clean installs.

2007-08-11 18:41  ohertel
	* db/: tiki_1.8to1.9.sql, tiki.sql: [FIX] update 1.8sql +
	  1.8to1.9sql ~ 1.9sql now

2007-08-11 18:11  nkoth
	* templates/tiki-adminusers.tpl: [FIX] clean up HTML from last
	  commit

2007-08-11 17:16  ohertel
	* lib/messu/messulib.php: [FIX] undefined variable
	  $local_sender_email, maybe leftover from renaming earlier.

2007-08-11 17:10  marclaporte
	* tiki-setup.php:
	  [MOD] Changing doc link to a cleaner, shorter version.

2007-08-11 16:48  marclaporte
	* templates/tiki-admin-include-features.tpl:
	  [MOD] User interface enhancement in the Admin panel. Link to
	  _Admin layout per section_ is visible when the feature is turned
	  on. This avoids an unfriendly error message.

2007-08-11 16:44  marclaporte
	* templates/tiki-adminusers.tpl: [MOD] Separate visually adding a
	  single user from batch import. This was causing lots of questions
	  from new Tiki admins.

2007-08-11 16:37  marclaporte
	* templates/tiki-adminusers.tpl: [FIX] Fix tip about batch upload
	  of users. Do NOT put leading space in password field unless you
	  want your password to have one :-).

2007-08-11 15:50  marclaporte
	* tiki-adminusers.php: [FIX] Harmonizing the tip with the error
	  message

2007-08-11 07:47  marclaporte
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-08-11 07:46  marclaporte
	* db/tiki.sql:
	  [FIX] WYSIWYCA (What You See Is What You Can Access) for menu
	  item

2007-08-11 07:40  marclaporte
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-08-11 07:33  marclaporte
	* db/tiki.sql:
	  [MOD] Assistant module now only for Admins [FIX] WYSIWYCA (What
	  You See Is What You Can Access) for quizz menu items

2007-08-11 07:30  marclaporte
	* tiki-mobile.php:
	  [FIX] Tiki Mobile: WYSIWYCA (What You See Is What You Can Access)
	  -> Check permission of current user for all links on
	  tiki-mobile.php

2007-08-11 07:00  marclaporte
	* templates/tiki-my_tiki.tpl, lang/fr/language.php:
	  [FIX] Better wording in English

2007-08-11 06:38  marclaporte
	* templates/: tiki-gmap_locator.tpl, tiki-gmap_usermap.tpl:
	  [MOD] Google Maps: Friendly error message when _Google Maps API
	  key_ is not set.

2007-08-11 06:34  marclaporte
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-08-11 06:34  marclaporte
	* db/tiki.sql:
	  [FIX] WYSIWYCA (What You See Is What You Can Access) for various
	  menu items

2007-08-11 05:47  marclaporte
	* templates/tiki-admin-include-login.tpl: [FIX] Updating tip about
	  sender email for admin validation to work. Thanks dthacker

2007-08-11 05:20  marclaporte
	* templates/tiki-admin_chart_items.tpl: [FIX] charts: simpler code
	  which works, and doesn't create problems when you modify an item
	  just after creating a new item

2007-08-11 04:42  marclaporte
	* templates/tiki-admin_chart_items.tpl: [FIX] Charts: Need admin
	  chart permissions to edit existing options

2007-08-11 04:34  marclaporte
	* templates/tiki-view_chart_item.tpl: [FIX] charts: check
	  permissions to permit to vote

2007-08-11 04:14  marclaporte
	* tiki-admin_chart_items.php: [FIX] Charts: extra spaces are
	  causing problems in URL

2007-08-11 04:12  marclaporte
	* templates/tiki-admin_chart_items.tpl: [FIX] Charts:
	  tiki_p_admin_charts is needed to delete items
	  (tiki_p_suggest_chart_item is not sufficient).

2007-08-11 03:36  marclaporte
	* templates/: tiki-admin_chart_items.tpl: [FIX] WYSIWYCA What You
	  See Is What You Can Access

2007-08-11 03:29  marclaporte
	* templates/tiki-admin_chart_items.tpl: [FIX] Charts: fix some
	  broken links

2007-08-11 03:27  marclaporte
	* templates/tiki-admin-include-features.tpl: [FIX] Documentation
	  link.

2007-08-10 23:57  marclaporte
	* templates/tiki-charts.tpl: [FIX] Fix sorting of charts (sameurl
	  doesn't work on my server)

2007-08-10 23:54  ohertel
	* README: 1.9.7 -> 1.9.8

2007-08-10 23:48  ohertel
	* db/convertscripts/convertsqls.cmd: windows version of convert
	  script

2007-08-10 23:36  marclaporte
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-08-10 23:31  ohertel
	* db/tiki-secdb_1.9_mysql.sql: md5 values for 1.9.8 php files v2

2007-08-10 23:24  marclaporte
	* templates/styles/simple/modules/mod-application_menu.tpl,
	  db/tiki.sql, templates/modules/mod-admin_menu.tpl,
	  templates/modules/mod-application_menu.tpl,
	  templates/styles/moreneat/modules/mod-application_menu.tpl,
	  templates/styles/mose/modules/mod-application_menu.tpl,
	  templates/styles/neat/modules/mod-application_menu.tpl:
	  [MOD] Hiding links to tiki-backup.php for fresh install in Tiki
	  1.9.8 until we fix or remove.

2007-08-10 23:03  marclaporte
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-08-10 22:49  marclaporte
	* db/tiki.sql, db/profiles/default-inserts.sql,
	  templates/tiki-admin-include-module.tpl:
	  [MOD] 1- Turn off _Display modules to all groups always_ from new
	  installs. Ref: http://tikiwiki.org/DefaultSettingsChanges 2 Add
	  translation tags and improve the wording of the tip about the
	  loss of the login box module.  This is related to previous commit
	  to templates/tiki-admin_modules.tpl (warning about deleting login
	  box module)

2007-08-10 22:47  ohertel
	* db/tiki-secdb_1.9_mysql.sql: md5 values for 1.9.8 php files

2007-08-10 22:46  ohertel
	* tiki-admin_security.php: added release numbers 1.9.7 and 1.9.8 to
	  checklist

2007-08-10 22:41  marclaporte
	* templates/tiki-admin_modules.tpl: [no log message]

2007-08-10 19:48  marclaporte
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-08-10 19:08  marclaporte
	* db/: tiki.sql, profiles/default-inserts.sql:
	  [MOD] Changing _Maximum number of records_ in listings from 10 to
	  25 on new installs.  10 is never enough, especially when
	  configuring the menu.

2007-08-10 18:56  marclaporte
	* tiki-admin_forums.php, db/tiki.sql,
	  db/profiles/default-inserts.sql:

	  [MOD] Change some forum defaults for new installs.

	  Why? Most people will not change the defaults. These new defaults
	  are chosen to be cleaner and more universal. Of course, Tiki
	  admins can always change to whatever suits them best. See
	  http://tikiwiki.org/DefaultSettingsChanges for details and to
	  comment.

	  1- Accept wiki syntax (feature_forum_parse) is now activated.
	  This is a nice thing of having a wiki + a forum all-in-one.

	  2- Forum listing configuration -> List number of posts per day
	  (forum_list_ppd) and lists number of Topics (forum_list_topics)
	  are now turned off.

	  3- When creating new forums: Default ordering (topicOrdering) for
	  topics: Date (desc) -> Last post (desc)

	  4- When creating new forums: Default ordering (threadOrdering)
	  for threads is now by ascending Date (commentDate_asc) like
	  phpBB.

	  5- When creating new forums: Points (rating posts) are now turned
	  off by default ->  Topic list configuration points
	  (topics_list_pts) & Posts can be rated (vote_threads)

2007-08-10 17:15  marclaporte
	* lang/en/language.php: [FIX] typo

2007-08-10 15:54  marclaporte
	* templates/tiki-admin-include-general.tpl: [FIX]1- WYSIWYCA for
	  picking the Home Page. 2-Adding some missing potential home pages
	  like Calendar, Forums and Trackers. Admins are still free to pick
	  any URL as home page.

2007-08-10 15:32  marclaporte
	* templates/tiki-custom_home.tpl: [FIX] updating some info on this
	  little used feature (custom home)

2007-08-10 14:43  pkdille
	* tiki-view_forum.php: [FIX] forums: Delete debug message

2007-08-10 13:35  marclaporte
	* templates/tiki-admin_modules.tpl: [FIX] When administering
	  modules, only show possibilities for features which are turned
	  on.

2007-08-10 12:47  marclaporte
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-08-10 12:05  marclaporte
	* styles/notheme/: default.css, doxygen.css,
	  notheme-II-article.css, notheme-II-tc.css, notheme-III-box.css,
	  notheme-article.css, notheme-box.css, notheme-calendar.css,
	  notheme-categories.css, notheme-comments.css, notheme-debug.css,
	  notheme-dir.css, notheme-faq.css, notheme-general.css,
	  notheme-other.css, notheme-table.css, notheme-tc.css,
	  notheme-wiki.css: Removing the 3 notheme styles because 1- They
	  break in Internet Explorer and Firefox  2- Totally unsupported
	  for years.

2007-08-10 12:01  marclaporte
	* styles/: notheme.II.css, notheme.III.css, notheme.css: Removing
	  the 3 notheme styles because 1- They break in Internet Explorer
	  and Firefox  2- Totally unsupported for years.

2007-08-10 11:54  marclaporte
	* templates/tiki-admin_modules.tpl: Removing WYSIWYG module editor
	  because 1- It is not reliable/well implemented (both Firefox &
	  Internet Explorer give quirky results as of 1.9.8   2- htmlarea
	  (the WYSIWYG editor) is no longer supported  3- Tiki community is
	  migrating towards FCK Editor 4- It should have been done before.

2007-08-10 11:42  marclaporte
	* db/: tiki.sql, profiles/basicEnabled.prf, profiles/fishclub.prf,
	  profiles/slash.prf: [MOD] Turning off Display menus as folders by
	  default

2007-08-09 22:17  marclaporte
	* db/profiles/: basicEnabled.prf, fishclub.prf, slash.prf: [FIX]
	  With new default Admin group, it is no longer necessary to create
	  in other profiles. Also, giving tiki_p_admin includes all
	  permissions.

2007-08-09 21:43  ohertel
	* lang/de/language.php: translation update admin menus

2007-08-09 21:33  ohertel
	* templates/: tiki-admin-include-category.tpl,
	  tiki-admin-include-features.tpl, tiki-admin-include-module.tpl,
	  tiki-admin-include-textarea.tpl, tiki-admin-include-theme.tpl:
	  [FIX] added missing {tr}s, missing encoding etc.

2007-08-09 21:32  ohertel
	* lang/de/language.php: translation update admin menus

2007-08-09 20:23  marclaporte
	* templates/tiki-admingroups.tpl: [FIX] Prevent renaming or
	  deletion of new mandatory Admins group

2007-08-09 09:50  marclaporte
	* templates/modules/mod-adsense.tpl: [FIX] typo in adsense module

2007-08-08 21:11  sylvieg
	* lang/fr/language.php: some

2007-08-08 20:26  sylvieg
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-08-08 20:12  sylvieg
	* templates/tiki-editpage.tpl: [FIX]wiki: do not ask confirm when
	  cancel edit

2007-08-08 20:08  sylvieg
	* db/tiki.sql: create an Admins group with tiki_p_admin with the
	  admin user - to avoid people who rename admin to miss up their
	  site

2007-08-07 23:24  ricks99
	* templates/tiki-user_menu.tpl: Lost edit fix. Inhibit the alert
	  when toggling menus items.

2007-08-06 19:24  ricks99
	* templates/header.tpl: Do not load the NeedToConfirm JS script
	  when editing the sandbox page.

2007-08-06 17:24  sylvieg
	* templates/tiki-adminusers.tpl: [FIX]group: can not delete a user
	  from Registered

2007-08-06 17:09  sylvieg
	* templates/tiki-assignuser.tpl: backport can not unassign
	  registered group from a user

2007-08-06 12:46  sylvieg
	* templates/tiki-admingroups.tpl: backport from 1.10 can not change
	  or remove group Anonymous & Registered

2007-08-06 12:32  sylvieg
	* lib/userslib.php: backport from 1.10 can not change or remove
	  group Anonymous & Registered

2007-08-06 03:42  marclaporte
	* templates/: tiki-admin-include-category.tpl,
	  tiki-admin-include-search.tpl: [FIX] doc links

2007-08-06 03:24  marclaporte
	* templates/: tiki-import_structuredtext.tpl,
	  tiki-admin-include-search.tpl: [FIX] doc link

2007-08-06 03:07  marclaporte
	* templates/: tiki-g-admin_graph.tpl, tiki-g-admin_processes.tpl,
	  tiki-g-monitor_activities.tpl, tiki-g-monitor_instances.tpl,
	  tiki-g-monitor_processes.tpl, tiki-g-user_activities.tpl,
	  tiki-g-user_instances.tpl, tiki-g-user_processes.tpl: [FIX] fix
	  all Galaxia Workflow doc links to a single page. From there,
	  users can find workflow.tikiwiki.org and full documentation

2007-08-06 03:04  marclaporte
	* templates/tiki-admin_security.tpl: [FIX] doc link

2007-08-06 02:25  marclaporte
	* tiki-admin.php: [FIX] doc link + remove old unused tiki project
	  code

2007-08-06 00:37  marclaporte
	* templates/tiki-admin-include-features.tpl: [FIX] doc link

2007-08-06 00:28  marclaporte
	* templates/: tiki-user_tasks.tpl, tiki-user_watches.tpl: [FIX] doc
	  link

2007-08-06 00:23  marclaporte
	* templates/tiki-user_bookmarks.tpl: [FIX] doc link

2007-08-06 00:18  marclaporte
	* templates/tiki-admin-include-trackers.tpl: [MOD] Add warning
	  about mirror tracker use. The vast majority of bugs reported on
	  dev.tikiwiki.org/Trackers are related to mirror trackers

2007-08-05 23:46  marclaporte
	* templates/: tiki-install.tpl, tiki-top_bar.tpl,
	  styles/neat/tiki-top_bar.tpl, styles/simple/tiki-top_bar.tpl:
	  [MOD] Change version number from 1.9.7 (CVS) to 1.9.8

2007-08-05 18:12  bluestrain
	* templates/tiki-admin-include-features.tpl: [FIX] User Bookmarks
	  doc link

2007-08-05 17:42  bluestrain
	* templates/tiki-admin-include-features.tpl: [FIX] doc link to HTML
	  pages

2007-08-05 17:37  bluestrain
	* templates/: tiki-received_articles.tpl, tiki-received_pages.tpl,
	  tiki-send_objects.tpl: [FIX] doc links to Communications Center

2007-08-05 17:33  bluestrain
	* templates/tiki-admin_forums.tpl: [FIX] doc link

2007-08-05 16:56  bluestrain
	* templates/tiki-admin-include-features.tpl: [FIX] Drawings,
	  Banners doc links

2007-08-05 16:51  bluestrain
	* templates/tiki-admin-include-features.tpl: [FIX} Newsletter,
	  Inter-User Messages doc links.

2007-08-05 16:45  bluestrain
	* templates/tiki-admin-include-features.tpl: [Fix] Polls doc link

2007-08-05 16:31  bluestrain
	* templates/tiki-admin_surveys.tpl: [FIX] Fix doc link. Change
	  hover description.

2007-08-05 16:30  marclaporte
	* templates/tiki-galleries.tpl: [FIX] doc link

2007-08-05 16:22  marclaporte
	* templates/: tiki-admin-include-features.tpl,
	  tiki-user_assigned_modules.tpl: [FIX] doc link

2007-08-05 16:16  marclaporte
	* templates/: tiki-list_trackers.tpl, tiki-list_users.tpl,
	  tiki-edit_help.tpl: [FIX] doc link

2007-08-05 15:21  marclaporte
	* templates/messu-compose.tpl: [FIX] doc link

2007-08-05 08:12  marclaporte
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-08-05 08:03  marclaporte
	* templates/tiki-admin.tpl: [FIX] Since we now have i18n and theme
	  admin panel, these links are no longer needed here

2007-08-05 07:59  marclaporte
	* tiki-admin_include_textarea.php,
	  templates/tiki-admin-include-textarea.tpl: [MOD] Adding cache
	  settings to text area admin panel

2007-08-05 07:45  marclaporte
	* db/tiki.sql: [FIX]1- One WYSIWYCA fix on menus, 2- HotWords and
	  Similar Pages are now off by default

2007-08-05 07:34  marclaporte
	* templates/tiki-admin-include-login.tpl: [MOD] Adding a tip about
	  setting sender email, if you want to validate users by email

2007-08-05 07:32  marclaporte
	* templates/tiki-admin_content_templates.tpl: [FIX]removing extra
	  space (typo)

2007-08-05 06:49  marclaporte
	* templates/tiki-admin-include-login.tpl: [FIX] fix doc link. Each
	  auth method now has a distinct wiki page

2007-08-05 04:22  marclaporte
	* templates/: tiki-admin_integrator.tpl,
	  tiki-g-admin_processes.tpl: [FIX] fix doc link

2007-08-05 04:13  marclaporte
	* db/tiki.sql: [MOD] Article size: turning off by default because
	  it's pretty useless

2007-08-05 04:10  marclaporte
	* db/tiki.sql: [MOD] Article listing: turning off a few less
	  important columns so clean install is nicer

2007-08-05 03:55  marclaporte
	* db/tiki.sql: [FIX] Blog: turning off trackbacks on clean install
	  because of spammers

2007-08-05 03:45  marclaporte
	* db/tiki.sql: [FIX] File Gallery: Allow same file to be uploaded
	  more than once is now on by default, which is what most people
	  want and to avoid support requests

2007-08-05 03:41  marclaporte
	* db/tiki.sql: [FIX]1- Two WYSIWYCA fixes on menus, 2- RSS feeds
	  should be off until turned on, 3- wiki page list: less options
	  turned on for a clean install, for a nicer interface

2007-08-05 03:38  marclaporte
	* tiki-setup.php: [FIX] User watch translation should be off until
	  turned on

2007-08-05 03:36  marclaporte
	* templates/tiki-admin_modules.tpl: [FIX] fix link to new admin
	  module panel

2007-08-05 03:17  marclaporte
	* templates/tiki-admin-include-features.tpl: [FIX] doc links

2007-08-05 02:38  marclaporte
	* templates/tiki-directory_admin_categories.tpl: [FIX] fix link to
	  doc

2007-08-05 02:03  marclaporte
	* templates/tiki-file_galleries.tpl: [FIX] fix link to doc

2007-08-05 01:56  marclaporte
	* templates/tiki-admin-include-search.tpl: [FIX] fix link to doc

2007-08-05 01:53  marclaporte
	* templates/: messu-archive.tpl, messu-broadcast.tpl,
	  messu-mailbox.tpl, messu-sent.tpl: [FIX] fix link to doc

2007-08-05 00:47  marclaporte
	* templates/tiki-upload_image.tpl: [FIX] fix link to doc

2007-08-05 00:23  marclaporte
	* templates/: tiki-admin_links.tpl, tiki-admin_newsletters.tpl,
	  tiki-assignpermission.tpl: [FIX] correct links to
	  doc.tikiwiki.org

2007-08-05 00:02  marclaporte
	* templates/: tiki-admin_banning.tpl, tiki-admin_categories.tpl,
	  tiki-admin_menus.tpl, tiki-admin_notifications.tpl,
	  tiki-admin_system.tpl, tiki-admingroups.tpl, tiki-adminusers.tpl,
	  tiki-edit_css.tpl, tiki-search_stats.tpl: [FIX] fix link to doc

2007-08-04 23:20  marclaporte
	* tiki-admin.php: [FIX] several fixes to links from the admin panel
	  to doc.two

2007-08-04 23:17  marclaporte
	* templates/tiki-admin_rssmodules.tpl: [FIX] fix link to doc

2007-08-04 22:35  marclaporte
	* templates/: tiki-admin_dsn.tpl, tiki-edit_quiz_questions.tpl,
	  tiki-install.tpl: [FIX] fix link to doc

2007-08-04 22:25  marclaporte
	* templates/: tiki-edit_translation.tpl, tiki-g-admin_graph.tpl,
	  tiki-list_games.tpl, tiki-list_quizzes.tpl, tiki-quiz_stats.tpl:
	  [FIX] fix link to doc

2007-08-04 22:18  marclaporte
	* templates/: tiki-received_pages.tpl, tiki-send_objects.tpl,
	  tiki-sheets.tpl, tiki-admin_security.tpl,
	  tiki-admin_shoutbox_words.tpl, tiki-edit_quiz_questions.tpl,
	  tiki-list_surveys.tpl, tiki-quiz_result_stats.tpl,
	  tiki-quiz_stats_quiz.tpl, tiki-received_articles.tpl: [FIX] fix
	  link to doc

2007-08-04 21:55  marclaporte
	* templates/: tiki-admin-include-textarea.tpl,
	  tiki-admin_quicktags.tpl, tiki-admin_score.tpl: [FIX] fix doc
	  links

2007-08-04 21:40  marclaporte
	* templates/tiki-admin_integrator.tpl: [FIX] fix link to doc

2007-08-04 21:21  marclaporte
	* templates/: tiki-admin-include-general.tpl,
	  tiki-admin-include-i18n.tpl: [FIX] fix link to doc

2007-08-04 21:15  marclaporte
	* templates/tiki-admin-include-features.tpl: [FIX] cleaner and more
	  consistent use of titles

2007-08-04 21:04  marclaporte
	* templates/tiki-admin-include-theme.tpl: [FIX] correct links to
	  doc.tikiwiki.org

2007-08-04 19:51  marclaporte
	* tiki-edit_templates.php: [FIX] You can view the Smarty templates
	  without necessarily being able to edit them. Currently in use on
	  themes.tikiwiki.org for Registered users

2007-08-04 19:42  marclaporte
	* templates/tiki-admin_shoutbox_words.tpl: [FIX]Use variable for
	  doc link

2007-08-04 19:26  marclaporte
	* templates/: tiki-edit_quiz_questions.tpl,
	  tiki-edit_submission.tpl: [FIX] to view the link to templates,
	  the feature must be activated (feature_view_tpl) and you must
	  have permission (tiki_p_view_templates)

2007-08-04 19:07  marclaporte
	* templates/modules/mod-admin_menu.tpl: [FIX] to view the link to
	  edit templates, the feature must be activated
	  (feature_edit_templates) and you must have permission
	  (tiki_p_edit_templates)

2007-08-04 18:59  marclaporte
	* templates/: tiki-shoutbox.tpl, tiki-edit_blog.tpl: [FIX] to view
	  the link to templates, the feature must be activated
	  (feature_view_tpl) and you must have permission
	  (tiki_p_view_templates)

2007-08-04 18:55  marclaporte
	* templates/tiki-edit_article.tpl: [FIX] to view the link to
	  templates, the feature must be activated (feature_view_tpl) and
	  you must have permission (tiki_p_view_templates)

2007-08-04 18:38  bluestrain
	* templates/tiki-admin_shoutbox_words.tpl: [FIX] Fixed doc link.
	  dthacker

2007-08-04 18:31  bluestrain
	* templates/tiki-admin-include-features.tpl: [FIX] communication
	  center link to docs.	dthacker

2007-08-04 18:16  marclaporte
	* templates/: tiki-edit_quiz.tpl, tiki-edit_quiz_questions.tpl,
	  tiki-list_quizzes.tpl: [FIX]Use variable for doc link

2007-08-04 18:10  marclaporte
	* templates/tiki-admin-include-features.tpl: [FIX] fix link

2007-08-04 17:58  marclaporte
	* templates/: tiki-quiz_edit.tpl, tiki-quiz_result_stats.tpl,
	  tiki-quiz_stats.tpl, tiki-quiz_stats_quiz.tpl: [FIX]Use variable
	  for doc link + various minor fixes

2007-08-04 17:51  marclaporte
	* templates/tiki-admin-include-features.tpl: [FIX]Use variable for
	  doc link + various minor fixes

2007-08-04 17:35  marclaporte
	* templates/tiki-sheets.tpl: [FIX]Use variable for doc link

2007-08-04 17:31  marclaporte
	* templates/tiki-syslog.tpl: [FIX]Use variable for doc link

2007-08-04 17:23  marclaporte
	* templates/tiki-list_trackers.tpl: [FIX]Use variable for doc link

2007-08-04 16:03  bluestrain
	* templates/: tiki-admin_content_templates.tpl,
	  tiki-admin_cookies.tpl, tiki-list_cache.tpl: [FIX] Fixed broken
	  doc links.  Updated hover descriptions- dthacker

2007-08-04 15:51  bluestrain
	* templates/tiki-backup.tpl: [FIX] Fixed help link, updated
	  description- dthacker

2007-08-04 02:39  jmaspons
	* lang/ca/language.php: some strings translated

2007-08-03 14:19  bluestrain
	* templates/tiki-admin_integrator.tpl: [Fix] Moved doc link to tw.o
	  to d.tw.o

2007-08-03 14:03  bluestrain
	* templates/tiki-admin_mailin.tpl: [FIX] Corrected bad doc link,
	  updated hover description

2007-08-03 13:51  bluestrain
	* templates/tiki-admin_newsletters.tpl: Fix link to d.tw.o.
	  Improve description  DT

2007-08-03 13:46  bluestrain
	* templates/tiki-list_trackers.tpl: [FIX] Point help link to d.tw.o
	  page.  Improve description.

2007-08-03 05:33  bluestrain
	* templates/tiki-list_posts.tpl: [FIX] Fixed link to d.tw.o.
	  Improved description

2007-08-03 05:28  bluestrain
	* templates/tiki-edit_blog.tpl: [FIX] Fixed link to d.two.o

2007-08-03 03:41  bluestrain
	* templates/: tiki-list_faqs.tpl, tiki-view_faq.tpl: [FIX] Fixed
	  links to docs.tw.o  DT

2007-08-02 23:03  jmaspons
	* lang/ca/language.php: some strings translated

2007-08-02 17:16  sylvieg
	* lang/fr/language.php, templates/header.tpl: missing tr

2007-08-02 15:03  sylvieg
	* tiki-list_articles.php, templates/tiki-list_articles.tpl:
	  [MOD]article: replace the read button by no action column if no
	  action

2007-08-01 22:59  sylvieg
	* templates/tiki-view_tracker_item.tpl: [FIX]tracker: a better fix
	  for mandatory user field-> None for optional user tracker field
	  is back

2007-08-01 22:15  ricks99
	* templates/tiki-list_articles.tpl: Fixed sort orders for topics,
	  types, and expiration date. Removed sort from Img. Added defautl
	  action (read) to avoid empty action column. Removed extra <div>
	  that was causing validation errors. (again, 'cause I messed up
	  the merge)

2007-08-01 22:02  ricks99
	* templates/tiki-list_articles.tpl: Fixed sort orders for topics,
	  types, and expiration date. Removed sort from Img. Added defautl
	  action (read) to avoid empty action column. Removed extra <div>
	  that was causing validation errors.

2007-08-01 21:51  ricks99
	* templates/tiki-print_pages.tpl: Improved UI, layout, and control
	  logic.

2007-08-01 15:02  bluestrain
	* tiki-admin.php: [FIX] Point help links to valid page on d.tw.o.
	  DT

2007-08-01 12:04  sylvieg
	* tiki-admin_calendars.php: notice bug:1138

2007-08-01 06:39  marclaporte
	* tiki-setup.php: [FIX] Update mods server URL and give access to
	  all the more recents mods user can see on mods.tikiwiki.org

2007-07-31 20:52  sylvieg
	* get_strings.php: backport

2007-07-30 12:21  sylvieg
	* tiki-switch_theme.php: [FIX]anonymous can not change theme if
	  change_theme is not allowed

2007-07-28 00:27  sylvieg
	* templates/tiki-view_tracker_item.tpl: [FIX]better handling of
	  mandatory user/group field creator: the values are unset so no
	  check of mandatory

2007-07-28 00:22  sylvieg
	* lib/trackers/trackerlib.php: [FIX]better handling of mandatory
	  user/group field creator: the values are unset so no check of
	  mandatory

2007-07-27 20:25  sylvieg
	* templates/tiki-view_tracker_item.tpl: [FIX]if the user field was
	  mandatory, a nonadmin user was not able to save his user tracker

2007-07-27 19:24  ricks99
	* templates/tiki-editpage.tpl: Change edit timeout waning to match
	  session timer, instead of the Idle Edit Timer. To prevent lost
	  edits from a session expiration.

2007-07-27 19:21  ricks99
	* tiki-editpage.php: Assign editi session timeout, based on session
	  timeout. To prevent lost edits from a session expiration.

2007-07-27 03:03  ricks99
	* templates/: header.tpl, tiki-editpage.tpl: More saving lost
	  edits. Tiki will now prompt users when there is 1 minute
	  remaining in the edit idle sessions. A timer will also be written
	  to the browser status bar (if allowed by browser security).

2007-07-27 02:56  ricks99
	* templates/header.tpl: Forgot to include the NeedToConfirm script
	  in an IF statement. Only load when editing a page.

2007-07-27 02:31  ricks99
	* templates/tiki-editpage.tpl: Added timeout warning on edit page
	  (to reduce lost edits).

2007-07-27 02:19  ricks99
	* templates/: header.tpl, tiki-edit_help_tool.tpl,
	  tiki-editpage.tpl: Alert user when leaving the tiki-editpage and
	  work is not yet saved. This will reduce the "lost edits" problem.

2007-07-26 16:09  sylvieg
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-07-26 01:10  sylvieg
	* templates/tiki-install.tpl: [FIX]backport nyloth's commit about
	  blank page on tiki-install
	  http://sourceforge.net/mailarchive/forum.php?thread_name=200705261835.07066.patrice%40sden.org&forum_name=tikiwiki-devel

2007-07-25 22:38  pkdille
	* db/tiki.sql: [FIX] quicktags: there where 2 quicktag sets for the
	  map feature. The differences between both where very tiny (some
	  spaces), but the second set was not as complete as the first one
	  (2 tags where missing).

2007-07-24 20:39  sylvieg
	* lib/userslib.php: [FIX]bad include

2007-07-24 16:41  sylvieg
	* tiki-register.php, tiki-remind_password.php, lib/userslib.php,
	  db/tiki.sql, db/tiki_1.8to1.9.sql,
	  templates/mail/moderate_validation_mail.tpl: [FIX]: control
	  remind password when user has not been validated (by admin or by
	  himself). Validation messages are resent. Otherwise the user was
	  able to log in without validation

2007-07-19 15:14  sampaioprimo
	* lang/pt-br/language.php: translation

2007-07-19 12:38  sylvieg
	* templates/tiki-admin-include-search.tpl: [FIX]tikisearch: do not
	  show refresh tracker index if mirror tracker

2007-07-19 12:32  sylvieg
	* tiki-admin_include_search.php: oops

2007-07-19 12:18  sylvieg
	* tiki-admin_include_search.php,
	  templates/tiki-admin-include-search.tpl: [MOD]tiki search: button
	  to refresh tracker indexes

2007-07-19 11:57  sylvieg
	* modules/mod-last_tracker_items.php: [FIX]last_tracker_items was
	  broken if status was specify

2007-07-19 11:08  sylvieg
	* tiki-tracker_rss.php: notice

2007-07-18 21:47  marclaporte
	* README: [FIX]Updating URLs in Readme file, reported by Gursikh

2007-07-16 23:22  sylvieg
	* tiki-edit_programmed_content.php: [FIX]time: again this time
	  shifting on some servers

2007-07-16 12:39  sylvieg
	* templates/tiki-browse_categories.tpl: [FIX]at least have one link
	  to help to track the categorized item without name

2007-07-15 23:37  sylvieg
	* templates/tiki-my_tiki.tpl, templates/tiki-user_preferences.tpl,
	  tiki-user_preferences.php: [MOD]Put a message in My Tiki when
	  nothing has been selected to go to the setting instead of a
	  emprty place

2007-07-15 17:06  marclaporte
	* templates/tiki-admin_rssmodules.tpl: [ENH] Adding a tip about RSS
	  feeds to avoid loops

2007-07-15 16:57  marclaporte
	* templates/tiki-admin-include-general.tpl: [FIX] oups

2007-07-15 16:14  marclaporte
	* templates/tiki-admin-include-general.tpl: [ENH] Adding a tip
	  about Date and Time

2007-07-15 06:04  sampaioprimo
	* lang/pt-br/language.php: string translation

2007-07-14 14:31  sylvieg
	* templates/tiki-user_preferences.tpl: [FIX]change HomePage to URL

2007-07-14 14:12  sylvieg
	* tiki-login.php: unused code - user homepage is not a 'homepage'
	  but my url

2007-07-13 17:04  marclaporte
	* styles/tikigod.css: [FIX] A little more padding around the wiki
	  text to make it cleaner

2007-07-12 23:38  sylvieg
	* templates/: tiki-admin_trackers.tpl, tiki-plugin_trackerlist.tpl:
	  [MOD]tracker: format created and lasmodif also for trackerlist

2007-07-12 18:00  sylvieg
	* tiki-admin_trackers.php, templates/tiki-admin_trackers.tpl,
	  templates/tiki-view_tracker.tpl: [MOD]tracker: can specify the
	  format of lastmodif info for view list

2007-07-12 17:47  sylvieg
	* tiki-admin_trackers.php, templates/tiki-admin_trackers.tpl,
	  templates/tiki-view_tracker.tpl: [MOD]tracker: can specify the
	  format of created info for view list

2007-07-12 16:50  sylvieg
	* lib/tikilib.php: oops

2007-07-12 16:45  sylvieg
	* lib/tikilib.php: [FIX]to have a time format empty - you need to
	  put a space

2007-07-12 13:20  sylvieg
	* tiki-view_tracker.php: [FIX]tracker: after inserting an item,
	  come back to the item list with the status skown by the tracker
	  and not the status of the last added item

2007-07-12 12:32  sylvieg
	* lib/tikilib.php: [FIX]date: do not see [] if short time format is
	  empty

2007-07-12 00:15  marclaporte
	* styles/codex.css: [FIX] Minor: adding a bit more padding to make
	  codex theme wiki pages look nicer

2007-07-11 23:52  nkoth
	* tiki-setup.php: [FIX] should not depend on ini.set to set
	  session.save_path as some hosts do not support it

2007-07-11 16:02  sylvieg
	* lib/trackers/trackerlib.php: rollback- mess up the merge

2007-07-11 15:54  sylvieg
	* lib/trackers/trackerlib.php: Instant-Auto-Merge from BRANCH-1-9
	  to HEAD

2007-07-11 15:31  sylvieg
	* lib/trackers/trackerlib.php, tiki-view_tracker.php,
	  lib/wiki-plugins/wikiplugin_trackerlist.php: [FIX]tracker: do not
	  count the comments with comments are not showed in list

2007-07-11 13:05  sylvieg
	* lib/trackers/trackerlib.php: [OPT]tracker: if a tracker has more
	  than category fields, look for item categories only once: save 2
	  queries/items on dev.tw.org

2007-07-10 23:54  sylvieg
	* templates/tiki-view_tracker_item.tpl: [FIX]tracker: sometimes
	  rating field was shown, sometimes not

2007-07-10 15:59  sylvieg
	* db/tiki_1.8to1.9.sql: typo

2007-07-10 15:51  sylvieg
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-07-10 15:49  sylvieg
	* db/: tiki.sql, tiki_1.8to1.9.sql: some indexes - thx tibi

2007-07-10 13:03  sylvieg
	* tiki-admin_trackers.php, templates/tiki-admin_trackers.tpl,
	  templates/tiki-view_tracker_item.tpl: [MOD]tracker: 2 new options
	  show created and lastmodif date in the item view

2007-07-09 23:43  sylvieg
	* lib/newsletters/nllib.php: [FIX]newsletter: pagination inn
	  send_newsletter

2007-07-09 23:28  sylvieg
	* tiki-view_forum_thread.php: [FIX]forum: some error message if
	  parentId incorrect

2007-07-09 23:09  sylvieg
	* tiki-view_forum_thread.php, templates/tiki-view_forum_thread.tpl:
	  [FIX]forum: show up the complete bread_crumb
	  forums->forum_title->topic_title->post_title to ne able to look
	  at the all thread after you serach on a post

2007-07-09 21:39  nkoth
	* lib/commentslib.php: [FIX] clean up of previous commit

2007-07-09 21:27  nkoth
	* tiki-view_forum.php, lib/commentslib.php: [FIX] attachments with
	  new posts used to disappear when forum moderation is on

2007-07-09 20:46  nkoth
	* lib/commentslib.php: [FIX] attachment won't work before when set
	  to admin/moderator only, or only those with perms.

2007-07-09 20:42  nkoth
	* templates/tiki-view_forum.tpl: [FIX] box for attachment not
	  showing before when set to admin/moderator only

2007-07-09 20:30  nkoth
	* tiki-download_forum_attachment.php: [FIX] Check for perms

2007-07-09 19:40  sylvieg
	* templates/tiki-view_forum.tpl: [FIX]forum: light url to view
	  thread

2007-07-09 12:38  sylvieg
	* templates/tiki-view_tracker_item.tpl: [FIX]tracker: display
	  nothing if data is empty

2007-07-09 08:26  nkoth
	* tiki-forum_queue.php, templates/tiki-forum_queue.tpl: [FIX] When
	  moderator saves modified queue item, "author" should not change
	  to moderator.

2007-07-09 08:18  nkoth
	* tiki-forum_queue.php: [FIX] saving of modified item in forum
	  queue made it disappear

2007-07-09 07:52  nkoth
	* lib/commentslib.php: [MOD] show error message when fail to create
	  post because post with same title and content already exists
	  (tracker item 415)

2007-07-09 07:33  nkoth
	* templates/tiki-blog_post.tpl: [MOD] hide incomplete feature -
	  users have been trying to use it

2007-07-09 06:50  nkoth
	* lib/commentslib.php: [FIX] removing of watches and other forum
	  stats on forum/thread removal (tracker item 500)

2007-07-09 06:41  nkoth
	* lib/commentslib.php: [FIX] fix typo

2007-07-09 06:35  marclaporte
	* templates/tiki-admin_rssmodules.tpl: [MOD] Adding tip on how to
	  use the new RSS feed aggregator

2007-07-09 06:21  nkoth
	* tiki-admin_forums.php: [MOD] usability: after clicking save when
	  editing forum, should still be editing same forum (instead of new
	  forum)

2007-07-09 06:11  marclaporte
	* templates/tiki.tpl: [DOC] Adding a tip in the code as to where
	  the template can be modified. Not obvious to find when you are
	  new to Tiki template design.

2007-07-09 05:29  nkoth
	* lib/wiki-plugins/wikiplugin_rss.php: [FIX] Feed titles (if any)
	  shown only when single feed. Feed titles not shown with
	  combination of multiple feeds.

2007-07-09 04:28  nkoth
	* lib/wiki-plugins/wikiplugin_rss.php: [FIX] prevent PHP notices
	  due to empty string passed to function

2007-07-09 02:56  nkoth
	* lib/wiki-plugins/wikiplugin_rss.php: [FIX] initial items should
	  not be removed when feeds are combined

2007-07-09 02:20  nkoth
	* lib/wiki-plugins/wikiplugin_versions.php: [FIX] can now work for
	  more than 2 versions (tracker item 838)

2007-07-09 00:11  sylvieg
	* lib/commentslib.php: [FIX]forum: one fix to sync counter of forum
	  on delete - a lot more to do: delete a post+ count all the
	  replies to a post

2007-07-08 23:21  sylvieg
	* templates/comments.tpl: no more Top button in forum- was making
	  any sense to go to parentId=0

2007-07-08 19:27  nkoth
	* tiki-view_forum_thread.php: [FIX] should respect category perms

2007-07-07 00:09  sylvieg
	* tiki-view_tracker_item.php: [FIX]tracker: on someserver time was
	  not well saved

2007-07-06 18:44  sylvieg
	* lib/smarty_tiki/function.html_select_time.php: [FIX]calendar:
	  time in edit event was different than date in view event when
	  server not in the time zone - use the same functions in
	  html_select_time and tiki-short_date - do not merge

2007-07-06 13:37  sylvieg
	* lib/tikilib.php: oops trace

2007-07-06 13:11  xavidp
	* db/: tiki.sql, tiki_1.8to1.9.sql: menu option inserted for users
	  map (Google maps) when gmap enabled

2007-07-06 12:51  sylvieg
	* lib/smarty_tiki/modifier.avatarize.php: [FIX]avatar: save one
	  database request: get_user_pref return nothing if user does not
	  exist

2007-07-06 07:21  chibaguy
	* styles/tikineat.css: utf-8 signature character removed

2007-07-06 07:04  chibaguy
	* styles/tikineat.css: tikineat tabcontent overlapping right column
	  in IE6 fixed

2007-07-06 00:05  sylvieg
	* tiki-view_forum.php, lib/tikilib.php,
	  lib/notifications/notificationemaillib.php,
	  templates/tiki-view_forum.tpl: [FIX]forum watch: 2eyes to watch
	  forum topic and forum topic and thread + mail link on the topic

2007-07-05 17:02  sylvieg
	* lib/trackers/trackerlib.php: [FIX]tracker: category fields in
	  tracker must always have an empty entry in
	  tiki_tracker_item_fields as soon as have a category: now it is
	  recreated - on dev.tw.org, items appearing in browse categ and
	  not in trackerlist with filter on categ must be edited to
	  recreate the missing entry

2007-07-04 20:24  sampaioprimo
	* lang/pt-br/language.php: translation

2007-07-03 23:50  sylvieg
	* db/: tiki.sql, tiki_1.8to1.9.sql: [FIX]wiki: cache is too small -
	  upgrading to longtext

2007-07-03 15:17  sylvieg
	* tiki-likepages.php: [FIX]wiki likepage: theme control applied

2007-07-03 15:14  sylvieg
	* tiki-pagehistory.php: [FIX]wiki history: them control with categ
	  applied

2007-07-03 15:11  sylvieg
	* tiki-index.php: [FIX]wiki: theme control was called twice in
	  tiki-index

2007-07-02 22:48  sylvieg
	* lib/tiki-js.js: [FIX]IE6 error when switching tabs in tracker
	  item view

2007-07-02 17:35  sylvieg
	* tiki-view_tracker.php: notice

2007-07-02 13:05  sylvieg
	* tiki-view_tracker.php: [FIX]tracker: move the assign of fields
	  after collecting info on tracker, because the collection can
	  reassign fields->should fix the rating sort on dev.tw

2007-06-30 14:09  sylvieg
	* categorize_list.php: [FIX]categories: empty the categories table
	  not to have notice

2007-06-30 03:22  sylvieg
	* tiki-setup.php: [FIX]avois path disclose on bad url ...

2007-06-30 02:50  sylvieg
	* tiki-rename_page.php: [FIX]wiki: rename follows section css

2007-06-30 02:39  sylvieg
	* tiki-pagehistory.php: [FIX]wiki: history follows section css

2007-06-30 00:10  sylvieg
	* styles/fmsc.css: [FIX]fmsc: the square + colon overlapping - thx
	  chibaguy

2007-06-29 14:31  sylvieg
	* tiki-login.php, lib/userslib.php: [FIX]rememberme: add the user
	  name in the cookie because with users having a changing IP, you
	  can become another user when rememberme is used

2007-06-29 02:22  marclaporte
	* templates/tiki-view_forum.tpl: [FIX] Forums: Visual consistency
	  fix to title input field for 1st forum posts (topics) to be same
	  size as comments and replies.

2007-06-28 20:54  sylvieg
	* lib/wiki-plugins/wikiplugin_trackerlist.php,
	  templates/tiki-plugin_trackerlist.tpl: [NEW]trackerlist: new
	  param showfieldname (to shows the names of the fields)

2007-06-28 15:39  sylvieg
	* db/tiki-db.php: [MOD]if error while connecting to the database,
	  do not link to tiki-install but only displays the error. It can
	  be a lost connection that does not need a tiki-install.php. If
	  db/local.php does not exist, an error linking to tiki-install has
	  already being displayed

2007-06-27 23:51  sylvieg
	* templates/tiki-faq_questions.tpl: [FIX]rollback 1.12.2.6: comment
	  malformed

2007-06-27 20:58  sampaioprimo
	* lang/pt-br/language.php: fix strings translation on pt-br
	  language.php

2007-06-27 19:47  marclaporte
	* templates/: tiki-forums.tpl, tiki-view_forum.tpl: [FIX] Forums:
	  When listing forums, and messages in forums, only show pagination
	  links when more than one page

2007-06-27 19:15  marclaporte
	* templates/comments.tpl: [FIX] Comments & forums: only show
	  pagination links when more than one page

2007-06-27 18:34  marclaporte
	* templates/comments.tpl: [FIX] Adding warning to avoid error
	  message (Missing title or body when trying to post a comment) +
	  increase title size to look nicer.

2007-06-26 22:40  sylvieg
	* modules/mod-last_tracker_items.php: [FIX]last tracker item
	  module: was interfering with last images

2007-06-26 19:31  mose
	* tiki-admin_system.php: [FIX] cache & multitiki : avoid subtiki
	  cache is emptied when toplevel tiki cache is emptied

2007-06-26 18:16  sylvieg
	* modules/mod-last_tracker_items.php: [FIX]module tracker: the
	  error was not displaying

2007-06-26 17:26  sylvieg
	* templates/tiki-searchindex.tpl: [FIX]search: missing tracker in
	  site identity search

2007-06-25 13:25  sylvieg
	* tiki-setup.php: [FIX]better fix

2007-06-25 13:17  sylvieg
	* tiki-setup.php: [FIX]lang: quick patch for 1.9 - avoid error if
	  user has a language that is no more there as en-us

2007-06-24 01:06  sampaioprimo
	* lang/pt-br/language.php: a few more string translation to pt-br

2007-06-23 21:54  sampaioprimo
	* lang/pt-br/language.php: fixed another string on pt-br
	  language.php :-)

2007-06-23 21:42  sampaioprimo
	* lang/pt-br/language.php: fix one string translation on pt-br
	  language.php

2007-06-23 18:27  sampaioprimo
	* lang/pt-br/language.php: pt-br string translation

2007-06-21 13:05  sylvieg
	* tiki-view_tracker.php: [MOD]tracker: add a possible param
	  maxRecords to debug some tricky bug on dev.tw.org

2007-06-21 12:48  sylvieg
	* templates/tiki-view_tracker.tpl: [FIX]tracker: anonymous does not
	  see watch button

2007-06-20 23:33  sylvieg
	* templates/tiki-view_tracker.tpl: [FIX]tracker: watch was gone

2007-06-20 20:25  sylvieg
	* tiki-view_tracker_item.php: notice

2007-06-20 20:16  sylvieg
	* templates/tiki-plugin_poll.tpl: [FIX]dev.tx.org 887 - incorrect
	  html tags

2007-06-19 12:26  sylvieg
	* templates/tiki-view_tracker_item.tpl: [FIX]rollback: either do
	  not put : in a string or include it: French put a space before :,
	  English no space - so it must be in the translation if the : is
	  needed

2007-06-19 04:12  nkoth
	* tiki-admin_forums.php: [FIX] prevent categories from showing
	  double after save with categorization

2007-06-18 20:34  nkoth
	* tiki-view_tracker_item.php: [FIX] should check for individual
	  tracker perms for tiki_p_view_trackers_pending and
	  tiki_p_view_trackers_closed if necessary.

2007-06-18 20:29  nkoth
	* tiki-download_item_attachment.php: [FIX] checks for individual
	  perms (bug tracker item 1027).

2007-06-18 17:27  sampaioprimo
	* lang/pt-br/language.php: fix syntax error on pt-br language file

2007-06-16 22:31  bluestrain
	* templates/tiki-admin-include-features.tpl: [FIX] Changed help
	  link from Game to Games to link properly to docs. dthacker

2007-06-15 13:32  mose
	* db/tiki_1.8to1.9.sql: [FIX] perms: no perms ever granted from
	  upgrade script, plus cleaning

2007-06-14 17:18  sampaioprimo
	* templates/: tiki-admin-include-wiki.tpl, tiki-editpage.tpl:
	  feature name moved from "Search and replace" to "Regex search and
	  replace"

2007-06-14 16:11  sampaioprimo
	* lang/pt-br/language.php: a few string translation

2007-06-14 15:28  sampaioprimo
	* templates/tiki-view_tracker_item.tpl: colon should not be inside
	  {tr} tag to facilitate translation

2007-06-14 02:41  marclaporte
	* templates/tiki-admin-include-features.tpl: [FIX] doc link to
	  articles, not article

2007-06-13 05:54  nkoth
	* lib/init/initlib.php: [FIX] allow it to work even when ini_set is
	  disabled on those shared hosting environments with no control
	  over php.ini

2007-06-13 02:41  marclaporte
	* tiki-minical.php, templates/tiki-mytiki_bar.tpl: [FIX] Minical:
	  check not only if feature is activated but also if current user
	  has the permission to use.

2007-06-12 19:43  nkoth
	* tiki-admin_categories.php, lib/categories/categlib.php: [FIX]
	  admin cats displays sub-cat under wrong parent in special cases
	  (tracker item 920)

2007-06-11 21:38  luciash
	* templates/tiki-debug_console.tpl: [FIX] escape URLs

2007-06-11 21:16  luciash
	* templates/tiki-webmail.tpl: [FIX] escaping values, fixed broken
	  layout for simple style theme by removing an extra div closing
	  tag which wasn't opened

2007-06-11 20:39  luciash
	* lib/webmail/htmlMimeMail.php: [FIX] another prevention of php
	  notice "Only variable references should be returned by reference"

2007-06-11 17:46  sylvieg
	* tiki-view_tracker.php: [FIX]tracker: move again the trackerId
	  smarty assign as list_items can use trackerlist and redefine
	  these values

2007-06-11 16:53  sylvieg
	* templates/tiki-view_tracker.tpl: [FIX]rating: take away extra
	  space

2007-06-11 16:25  luciash
	* tiki-webmail.php: [FIX] prevent PHP notice and show correct date
	  and time if delivery-date missing

2007-06-11 15:11  sylvieg
	* templates/tiki-view_tracker.tpl, tiki-view_tracker.php:
	  [FIX]tracker rating

2007-06-11 14:55  sylvieg
	* tiki-view_tracker.php: oops trace

2007-06-11 14:54  sylvieg
	* templates/tiki-view_tracker.tpl, tiki-view_tracker.php,
	  lib/trackers/trackerlib.php: [FIX]tracker rating

2007-06-11 13:05  sylvieg
	* templates/modules/: mod-last_blog_posts.tpl,
	  mod-last_created_blogs.tpl: [MOD]blog: add data and user on the
	  title link in forum last topics/posts modules

2007-06-11 12:40  sylvieg
	* lib/rankings/ranklib.php,
	  templates/modules/mod-forums_last_posts.tpl,
	  templates/modules/mod-forums_last_topics.tpl: [MOD]forum: add
	  data and user on the title link in forum last topics/posts
	  modules

2007-06-10 22:47  sylvieg
	* templates/tiki-view_tracker_item.tpl: [FIX]tracker: rating can
	  work with another language than en

2007-06-10 22:43  sylvieg
	* templates/tiki-view_tracker.tpl: [FIX]tracker: rating can work
	  with another language than en

2007-06-10 21:41  sylvieg
	* lib/wiki-plugins/wikiplugin_flash.php: notice

2007-06-10 16:25  sylvieg
	* lib/wiki-plugins/wikiplugin_backlinks.php: [FIX]missing include

2007-06-10 14:07  luciash
	* styles/simple.css, styles/lite/lite.css,
	  templates/styles/simple/tiki.tpl: [FIX] backport from HEAD:
	  lite+simple css layout support for MSIE 7

2007-06-10 13:11  sylvieg
	* tiki-view_tracker_item.php: [FIX]tracker : fix the weird bug
	  dev.tw.org/tiki-view_tracker_item.php?itemId=989. The smarty vars
	  for the tracker must be assigned after the parsing of all the
	  fields (because a field can contains a trackerlist for instance)

2007-06-10 02:03  nkoth
	* tiki-admin_include_theme.php, tiki-admin_include_features.php,
	  templates/tiki-admin-include-features.tpl,
	  templates/tiki-admin-include-theme.tpl: [MOD] move use tabs
	  checkbox from admin features to admin theme

2007-06-10 01:43  nkoth
	* templates/tiki-admin-include-general.tpl: [FIX] add translation
	  tags for link just added

2007-06-10 01:32  nkoth
	* templates/tiki-admin-include-general.tpl: [MOD] put link to admin
	  themes where admin stuff was before

2007-06-10 00:56  nkoth
	* tiki-admin_include_general.php, tiki-admin_include_theme.php,
	  templates/tiki-admin-include-general.tpl,
	  templates/tiki-admin-include-theme.tpl: [MOD] move themes
	  selection form admin general to admin themes (tracker item 958)

2007-06-09 23:30  nkoth
	* tiki-setup.php, tiki-admin_include_wiki.php, db/tiki.sql,
	  db/tiki_1.8to1.9.sql, templates/tiki-admin-include-wiki.tpl,
	  templates/tiki-editpage.tpl: [MOD] Import page is hidden if
	  feature is off - default is off for new install and on for
	  upgrades

2007-06-09 23:12  sylvieg
	* tiki-index.php: [FIX]wiki: when like pages was activated or a
	  redirection was done on a page, the header should be 302 and not
	  402 - was giving a white page

2007-06-09 22:46  marclaporte
	* db/tiki.sql: [MOD] Change default behavior on clean install: new
	  table format + monospace on leading space: off

2007-06-09 22:25  marclaporte
	* tiki-admin_include_features.php,
	  templates/tiki-admin-include-features.tpl: [MOD] Removing
	  Trackbacks Pings setting from admin features. It is already in
	  admin-blog

2007-06-09 22:10  marclaporte
	* tiki-admin_include_features.php, tiki-admin_include_general.php,
	  templates/tiki-admin-include-features.tpl,
	  templates/tiki-admin-include-general.tpl: [MOD]moving
	  feature_help setting from admin-features to admin-general

2007-06-09 20:49  marclaporte
	* db/tiki.sql: [MOD] Change feature_help to be on by default. These
	  are links are from the Tiki admin panels to doc.tikiwiki.org.
	  Suggestion by Yanaroo.

2007-06-09 20:37  sylvieg
	* lib/userslib.php: notice

2007-06-09 02:07  sylvieg
	* tiki-view_tracker.php: notice

2007-06-08 23:07  sylvieg
	* tiki-view_tracker.php: [FIX]tracker/categ: a new item had no
	  categ description (no value in browse categ) until it was
	  modified

2007-06-08 22:29  sylvieg
	* doc/devtools/cleanCatTrackers.php: [FIX]trim the strings

2007-06-08 21:36  sylvieg
	* doc/devtools/cleanCatTrackers.php: [MOD]clean Category for
	  tracker: also replace url with itemId=0 by the real itenId

2007-06-08 16:30  sylvieg
	* lang/fr/language.php: update

2007-06-08 15:46  sylvieg
	* tiki-tracker_rss.php: [FIX]rss on a tracker perm (dev.tw 1056)

2007-06-06 14:21  johan_mx
	* lib/userslib.php: [FIX] PAM Auth: pam_auth was not called
	  correctly.

2007-06-05 19:27  sylvieg
	* tiki-webmail.php: backport

2007-06-05 11:17  marclaporte
	* tiki-admin_include_category.php, tiki-admin_include_module.php,
	  tiki-admin_include_textarea.php, tiki-admin_include_theme.php,
	  templates/tiki-admin-include-category.tpl,
	  templates/tiki-admin-include-module.tpl,
	  templates/tiki-admin-include-textarea.tpl,
	  templates/tiki-admin-include-theme.tpl: [MOD] Created 4 new admin
	  panels: category, module, theme, and textarea. DevTrackers #956,
	  #958, #962, #964. Left hyerlinks where most of the options were
	  before (as a transition measure).

2007-06-05 11:11  marclaporte
	* tiki-admin.php, tiki-admin_include_features.php,
	  tiki-admin_include_general.php,
	  templates/tiki-admin-include-anchors.tpl,
	  templates/tiki-admin-include-features.tpl,
	  templates/tiki-admin-include-general.tpl,
	  img/icons/admin_category.png, img/icons/admin_textarea.png,
	  img/icons/admin_theme.png,
	  templates/tiki-admin-include-list-sections.tpl,
	  templates/tiki-admin.tpl: [MOD] Created 4 new admin panels:
	  category, module, theme, and textarea. DevTrackers #956, #958,
	  #962, #964. Left hyerlinks where most of the options were before
	  (as a transition measure).

2007-06-05 02:44  marclaporte
	* tiki-admin_include_general.php,
	  templates/tiki-admin-include-general.tpl: [MOD] Remove 4 i18n
	  settings from general admin panel since they are in i18n admin
	  panel

2007-06-05 00:31  marclaporte
	* tiki-admin_include_features.php,
	  templates/tiki-admin-include-features.tpl: [MOD] Remove 4 options
	  from main feature admin panel since the are in i18n admin panel

2007-06-05 00:12  marclaporte
	* tiki-admin_include_blogs.php,
	  templates/tiki-admin-include-blogs.tpl: [MOD] Add Trackback Pings
	  setting in blog admin panel

2007-06-04 19:23  marclaporte
	* templates/tiki-admin-include-features.tpl: Documentation links:
	  1st batch of cleanup to use the new keywords on doc.tikiwiki.org
	  and dev.tikiwiki.org

2007-06-03 22:51  marclaporte
	* lib/wiki-plugins/wikiplugin_article.php: Article plugin: fix typo
	  in code caused by recent cleanup

2007-06-02 04:06  marclaporte
	* categorize_list.php: Categories: avoid Notice:  Undefined
	  variable:  categories in categorize_list.php when no categories
	  have been setup yet

2007-06-02 02:44  marclaporte
	* templates/tiki-user_watches.tpl: User Watches: only offer to
	  watch articles 1- if the articles feature is activated (some
	  people confuse articles and wiki pages) and 2- If the user has
	  the permission to read articles (tiki_p_read_article)

2007-06-01 18:57  sylvieg
	* tiki-remind_password.php: [FIX]mail: error message if mail can
	  not be sent

2007-05-30 15:58  mose
	* lib/tikilib.php: [FIX] parsing: avoiding antislashes break
	  parsing, better

2007-05-30 15:32  mose
	* lib/tikilib.php: [FIX] parsing: avoiding antislashes break
	  parsing with ~np~ and ~pp~ (backport)

2007-05-29 20:03  sylvieg
	* modules/mod-since_last_visit_new.php: [FIX]since_last_visit_new
	  was showing tracker with no perm

2007-05-29 12:31  mose
	* lib/init/tra.php: [FIX] multilingual: removed interativetag call
	  that is 1.10 only

2007-05-24 23:35  marclaporte
	* templates/styles/smartiki/: error.tpl, tiki.tpl: [FIX] Smartiki
	  theme: fix links to spacer image. No visual change but will stop
	  adding error messages to log files

2007-05-24 18:47  sylvieg
	* templates/tiki-adminusers.tpl: [FIX] rollback, the statement
	  unvalid=provpass is false (provpass can exist if remind password
	  has been activated

2007-05-24 02:56  mose
	* tiki-show_all_images.php, templates/tiki-browse_gallery.tpl:
	  [MOD] imagegal: added a tool to display all thumbnails in a
	  gallery on a single image file

2007-05-18 18:00  sylvieg
	* tiki-download_forum_attachment.php,
	  tiki-download_item_attachment.php,
	  tiki-download_wiki_attachment.php: [FIX] desactivate tiki output
	  compression when downloading file (bug if the file is a zip)

2007-05-18 17:51  sylvieg
	* styles/fmsc.css: [FIX]fmsc.css: comment left align+ tableheading
	  link in white

2007-05-18 05:09  chibaguy
	* tests/test_cvs_file.txt: Just testing

2007-05-17 17:07  sylvieg
	* styles/fmsc.css: [FIX]missing themes icons - for the moment go in
	  hec directory and not fmsc directory.... one needs to disappear

2007-05-16 17:34  nkoth
	* lib/calendar/calendarlib.php: [FIX] Removal of calendar that has
	  been categorized does not uncategorize it. Tracker item 914.

2007-05-16 04:30  nkoth
	* tiki-admingroups.php: [FIX] delete group deletes even if user
	  does not click "click here to confirm"

2007-05-16 03:33  nkoth
	* templates/tiki-listpages.tpl: [FIX] Clicking on alpha for
	  filtering of pages should not use offset, otherwise user may be
	  shown no pages even if there are pages starting with that alpha

2007-05-16 03:09  nkoth
	* templates/tiki-calendar.tpl: [FIX] Onchange js event does not
	  work in IE, changed to onclick

2007-05-16 02:48  nkoth
	* lib/userslib.php: [FIX] error in SQL query when user without
	  tiki_p_admin, but with tiki_p_admin_users tries to get_groups (in
	  tiki-assignuser.php for example) with $find set.

2007-05-16 00:24  nkoth
	* templates/: tiki-admingroups.tpl, tiki-adminusers.tpl: [FIX]
	  Clicking on initial alpha in navigation should not use offset,
	  otherwise user can be sent to a page that shows no users or
	  groups, even if there are users or groups starting with that
	  alpha

2007-05-15 15:19  sylvieg
	* templates/tiki-plugin_trackerlist.tpl: [FIX]trackerlist: if date
	  empty do not display a stupid date

2007-05-15 00:38  sampaioprimo
	* lang/pt-br/language.php: fix one string translation

2007-05-14 23:50  sylvieg
	* tiki-view_tracker.php: notice

2007-05-14 20:50  nkoth
	* lib/structures/structlib.php: Only delete a page if other
	  structures arent referencing it not working before due to typo in
	  if clause

2007-05-14 20:29  nkoth
	* tiki-calendar.php, modules/mod-upcoming_events.php: Calender
	  viewing should respect category permissions if categorized

2007-05-12 07:27  nkoth
	* templates/tiki-faq_questions.tpl: [FIX] Fix bad comment closing
	  tag

2007-05-12 06:52  nkoth
	* tiki-index.php: [FIX] hash used for filename for wiki file
	  attachments must be more unique, otherwise uploading second
	  attachment of same filename to wiki will replace contents of old
	  file with same name

2007-05-12 06:11  nkoth
	* lib/userslib.php: [FIX] when group name is changed, the group
	  must be changed where it appears in includegroup field in
	  tiki_group_inclusion table

2007-05-12 05:58  nkoth
	* lib/tikilib.php: [FIX] When a page is totally removed, any
	  attachments must also be removed.

2007-05-12 05:22  nkoth
	* lib/tikilib.php: [FIX] FAQs that user have no perms to view
	  should not be shown in list of FAQs

2007-05-12 01:59  sylvieg
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-05-12 01:15  sylvieg
	* comments.php: oops - I missed up with forum perm

2007-05-11 20:38  luciash
	* templates/tiki-install.tpl: [FIX] added missing smarty {tr} tags

2007-05-11 17:57  sylvieg
	* lib/smarty_tiki/modifier.truncate.php: backport 1.10

2007-05-11 17:54  sylvieg
	* lib/smarty/: ChangeLog, NEWS, libs/Config_File.class.php,
	  libs/Smarty.class.php, libs/Smarty_Compiler.class.php,
	  libs/debug.tpl, libs/internals/core.write_compiled_include.php,
	  libs/internals/core.write_file.php,
	  libs/plugins/function.fetch.php,
	  libs/plugins/function.html_select_date.php,
	  libs/plugins/function.html_table.php,
	  libs/plugins/function.mailto.php,
	  libs/plugins/function.popup.php,
	  libs/plugins/modifier.capitalize.php,
	  libs/plugins/modifier.date_format.php,
	  libs/plugins/modifier.debug_print_var.php,
	  libs/plugins/modifier.truncate.php,
	  libs/plugins/outputfilter.trimwhitespace.php: Upgrade to smarty
	  2.6.18: copy the release - change the https in fetch , instead of
	  merge

2007-05-11 16:19  sylvieg
	* comments.php: [FIX]forum: error message when you try to post with
	  no perms

2007-05-11 15:42  sylvieg
	* templates/tiki-view_forum.tpl: [MOD]forum: do not show the choice
	  of types if you have can choose normal

2007-05-11 15:30  sylvieg
	* templates/tiki-admin_forums.tpl: [FIX]forum: cycle

2007-05-11 15:24  sylvieg
	* templates/tiki-view_forum.tpl: [MOD]forum: title to post type

2007-05-11 14:34  sylvieg
	* templates/tiki-install.tpl: oops fix html - thx nyloth

2007-05-11 13:03  sylvieg
	* tiki-view_forum_thread.php: [FIX]forum: do not show the comment
	  input box if the thread is locked for non admin

2007-05-11 05:02  lmoss
	* lib/categories/categlib.php: Bug fix: approved articles inherit
	  only the categorization of the submission, not of other objects
	  that happen to share an ID with the submission

2007-05-11 00:23  sylvieg
	* templates/tiki-install.tpl: [FIX]IE: running an install on IE was
	  creating again the database and not upgrading  because of
	  <button> that has 2 different behaviors in IE /FF. <button> has
	  always the S_REQUEST set in IE, only if clicked in FF-> do not
	  use button in you have multiple buttons in a form

2007-05-10 23:47  sylvieg
	* templates/tiki-install.tpl: [MOD]install: better to see all the
	  drop down list at install than only one option

2007-05-10 17:57  nkoth
	* lib/calendar/calendarlib.php: [FIX] deletion of calendar with no
	  items causes database query error (tracker item 913)

2007-05-09 21:28  sylvieg
	* tiki-admin_trackers.php, tiki-view_tracker.php,
	  templates/tiki-admin_trackers.tpl,
	  templates/tiki-view_tracker.tpl,
	  templates/tracker_item_field_value.tpl,
	  lib/trackers/trackerlib.php: [MOD]tracker: in view tracker item
	  list, can have a popup on the main values showing the field
	  values given in the tracker def

2007-05-09 16:29  xavidp
	* lang/ca/language.php: small fix requested by a friend (and I
	  usually forgot to include that fix)

2007-05-09 15:48  xavidp
	* lib/wiki-plugins/: wikiplugin_category.php,
	  wikiplugin_catorphans.php: reference also to forum was missing
	  from the information in the wiki help box

2007-05-09 15:42  xavidp
	* templates/tiki-pick_avatar.tpl: Added notice to only upload .gif
	  images, since png or jpg has been producing black squares for
	  many months.... bug opened at
	  http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1092&trackerId=5

	  when fixed, please, remove note from tpl

2007-05-07 22:50  sylvieg
	* templates/tracker_item_field_value.tpl: a cleaner display of item
	  field value + some fixes

2007-05-07 22:50  sylvieg
	* templates/tracker_item_field_value.tpl: file
	  tracker_item_field_value.tpl was added on branch BRANCH-1-9 on
	  2007-05-09 19:28:57 +0000

2007-05-07 17:43  sylvieg
	* templates/tiki-adminusers.tpl, lib/userslib.php: [MOD]login: show
	  status valid/invalid for each user

2007-05-05 00:15  sylvieg
	* lib/tikilib.php: [FIX]trackerlist: backport from head- perm
	  problem when you do not have special perm and categ perm

2007-05-04 16:07  sylvieg
	* templates/tracker_item_field_value.tpl: [MOD] new template to
	  show the value of a item field -> to try to eliminate code
	  duplication

2007-05-04 15:50  sylvieg
	* lib/trackers/trackerlib.php: [MOD]tracker: can limit to
	  list_tracker_fields function to some fields

2007-05-02 16:43  sylvieg
	* lib/imagegals/imagegallib.php: oops

2007-05-01 23:48  sylvieg
	* templates/mail/user_watch_image_gallery_changed_subject.tpl,
	  templates/mail/user_watch_image_gallery_upload.tpl,
	  tiki-upload_image.php: [MOD]img: can watch upload on an img
	  gallery

2007-05-01 23:43  sylvieg
	* tiki-browse_gallery.php, lib/tikilib.php,
	  lib/imagegals/imagegallib.php, templates/tiki-browse_gallery.tpl:
	  [MOD]img: can watch upload on an img gallery

2007-05-01 16:08  mose
	* templates/tiki-user_menu.tpl: [MOD] usermenus: make empty url
	  toggle open subsection

2007-05-01 15:46  mose
	* tiki-galleries.php, templates/tiki-galleries.tpl: [MOD] imagegal:
	  made multiple scales possible for galleries, separating scales
	  with commas

2007-04-30 22:43  sylvieg
	* lib/tikilib.php: notice

2007-04-30 15:31  sylvieg
	* lib/searchlib.php:  [FIX]mysql search: was returning object with
	  special perms for people with no global perm (ex: anonymous with
	  tiki_p_view=n was able to see page with special perm, but
	  anonymous with tiki_p_view=y was fine

2007-04-26 05:49  marclaporte
	* templates/tiki-rename_page.tpl: [FIX] Fix broken link in wiki
	  page rename interface

2007-04-25 16:32  sylvieg
	* tiki-download_file.php, tiki-setup.php: [FIX] to be able to
	  download some zip files on FF  if 'use gzipped output'is checked'
	  (seems that a zip on a zip is not working)

2007-04-24 18:23  sylvieg
	* templates/tiki-syslog.tpl: [FIX]syslog: html; syntax

2007-04-24 18:15  sylvieg
	* templates/tiki-syslog.tpl: [FIX]syslog: typo

2007-04-23 23:45  sylvieg
	* lib/notifications/notificationemaillib.php: [FIX]forum: get notif
	  on forum topic watch(the object is the topic not the object)

2007-04-19 13:50  sylvieg
	* templates/tiki-admin_hotwords.tpl: [FIX]hotwords: delete hotword
	  with special characters

2007-04-17 05:17  marclaporte
	* styles/bluegreen.css: [FIX] Rollback a bad correction to
	  Bluegreen theme. It is better to use overflow=y in the module
	  parameters when using vertical phplayermenus in Internet
	  Explorer.

2007-04-17 01:38  marclaporte
	* styles/elegant.css: [FIX] Make phplayersmenu look good with
	  elegant theme

2007-04-16 21:31  marclaporte
	* styles/damian.css: [FIX] Make menus look nicer with Damian style

2007-04-16 08:13  marclaporte
	* templates/tiki-admin_modules.tpl: Warning message about possibly
	  breaking a Tiki site by improprer use of Smarty Syntax in modules

2007-04-15 16:11  marclaporte
	* templates/tiki-admin_integrator.tpl: adding help link for Tiki
	  integrator feature

2007-04-13 11:56  xavidp
	* lang/ca/language.php: some more strings translated after a
	  get_strings.php?lang=ca update with cvs code

2007-04-11 16:47  sylvieg
	* templates/tiki-listpages.tpl: [FIX]list page: some tuning

2007-04-11 00:06  sylvieg
	* categorize_list.php: [FIX]categ: backport from 1.10- do not see
	  in the list of categories you can assign one you can not view

2007-04-10 23:28  marclaporte
	* lib/tikihelp/menu.html: [FIX] WebHelp: Missing UTF-8 charset
	  support in Index menu. Patch provided by alain75007 at
	  http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1060

2007-04-10 17:01  sylvieg
	* lib/stats/statslib.php: [FIX]stats: need only the number of
	  orphan pages

2007-04-09 23:32  xavidp
	* lang/ca/language.php: some more strings translated (friendship
	  network, etc.) + some fixes

2007-04-09 15:36  sylvieg
	* tiki-download_file.php: [FIX]fgal: when using the direct link
	  tiki-download_file.php, use a complete setup to be able to have
	  an error page with 3 columns

2007-04-09 15:16  sylvieg
	* tiki-download_file.php: [FIX]fgal: the direct link
	  tiki-download_file.php was not checking categ perm

2007-04-09 14:49  sylvieg
	* tiki-listpages.php, lib/categories/categlib.php: [FIX]categ:
	  rollbackthe optimisation - can be done only in 1.10 because needs
	  a clean cache

2007-04-06 23:36  marclaporte
	* templates/: tiki-view_tracker.tpl, tiki-view_tracker_item.tpl:
	  [FIX] Trackers: fix typo in permissions to list trackers

2007-04-06 22:48  sylvieg
	* db/tiki.sql: oops forgot this commit

2007-04-06 18:52  xavidp
	* lang/ca/language.php: some more strings added or fixed

2007-04-06 18:44  sylvieg
	* lib/categories/categlib.php: [FIX]categ: was creating an infinite
	  loop at categs cache building

2007-04-06 13:59  sylvieg
	* lib/tikilib.php, lib/wiki-plugins/wikiplugin_article.php,
	  tiki-mods.php, tiki-mods_admin.php: [FIX] some cleaning with
	  include_once-put on same line for easy grep

2007-04-06 13:37  sylvieg
	* tiki-admin_include_trackers.php: [FIX]traker: include_once in
	  case a module use trackerlib.php

2007-04-05 20:40  sylvieg
	* lib/smarty_tiki/outputfilter.highlight.php: [FIX]search: try to
	  save some search highlight case where the convention centercolumn
	  has not been respected: will create upgrade pb for people with
	  specioal tiki.tpl

2007-04-05 14:45  sylvieg
	* lib/wiki-plugins/wikiplugin_tracker.php: 2 same include

2007-04-05 14:44  sylvieg
	* lib/wiki-plugins/wikiplugin_trackerlist.php: a global just in
	  case

2007-04-04 20:42  xavidp
	* tiki-gmap_locator.php: [FIX]fix to check that user is logged, in
	  order to disable anonymous to set position in gmap (with db
	  error)

2007-04-04 18:36  sylvieg
	* tiki-switch_lang.php: [FIX]switchlag : missing a global

2007-04-03 21:17  sylvieg
	* tiki-listpages.php: oops

2007-04-03 20:15  sylvieg
	* tiki-admin_include_wiki.php, tiki-listpages.php,
	  templates/tiki-listpages.tpl,
	  templates/tiki-admin-include-wiki.tpl: [MOD]wiki: in list page
	  can display categname or categpath of a page + fix the colspan
	  size

2007-04-03 17:15  sylvieg
	* tiki-admin_include_wiki.php: [FIX]wiki: mixed up the smarty list
	  vars

2007-04-03 14:54  sylvieg
	* categorize_list.php: notice

2007-04-03 00:16  sylvieg
	* lib/categories/categlib.php, tiki-admin_include_wiki.php,
	  tiki-listpages.php, templates/tiki-admin-include-wiki.tpl,
	  templates/tiki-listpages.tpl: [MOD]categ: can see the page categs
	  in list pages

2007-04-02 23:34  sylvieg
	* lib/categories/categlib.php: [FIX]categ: some backport from 1.10
	  to be able to merge (dammed)

2007-04-02 22:46  sylvieg
	* tiki-admin_include_wikiatt.php: [FIX]wiki: redeclaration

2007-04-02 17:58  sylvieg
	* lib/trackers/trackerlib.php: [FIX]tracker: image needs a chmod on
	  some system (see move_uploaded_file on php.net)

2007-04-02 15:13  sylvieg
	* lib/trackers/trackerlib.php: [FIX]tracker: do not expanse an
	  image if the uploadLimitScale is larger than the real image size

2007-04-01 21:15  sylvieg
	* lib/trackers/trackerlib.php: [FIX]tracker: notice in item list
	  field

2007-04-01 18:26  sylvieg
	* tiki-view_tracker.php: [FIX] tracker: img was not loaded anymore
	  - take away a call to an deprecated function mime_content_type.
	  the type og the  seem to be enough - not need to call fileinfo

2007-03-30 16:55  sylvieg
	* templates/tiki-view_tracker_item.tpl: [FIX]tracker: finish to put
	  class formlabel for field name in tracker view

2007-03-30 16:03  sylvieg
	* lib/wiki-plugins/: wikiplugin_trackerfilter.php,
	  wikiplugin_trackerlist.php: [FIX] forgot help string

2007-03-30 15:37  sylvieg
	* lib/wiki-plugins/wikiplugin_trackerlist.php: [MOD]tracker: new
	  param goIfOne to go directly to display item if only one item in
	  tracker plugin filter(and list)

2007-03-30 14:34  sylvieg
	* lib/wiki-plugins/wikiplugin_trackerfilter.php,
	  templates/wiki-plugins/wikiplugin_trackerfilter.tpl:
	  [MOD]tracker: new param action = name of the button for
	  trackerfilter plugin

2007-03-28 14:57  luciash
	* templates/tiki-list_games.tpl: [FIX] typo fix, prevent confusion:
	  it is swf not sqf

2007-03-28 14:10  luciash
	* tiki-setup_base.php: [FIX] security: sanitize game var

2007-03-27 20:11  sylvieg
	* lib/smarty_tiki/function.phplayers.php: [FIX]phplm: highlight
	  also the page if you are in tiki-editpage.php as in
	  tiki-index.php

2007-03-27 19:32  sylvieg
	* lib/trackers/trackerlib.php: [FIX]tracker: to be able to remoce
	  all the categs from a tracker

2007-03-27 18:15  luciash
	* styles/: simple.css, lite/lite.css: [FIX] simmilar base font
	  sizes, fix for MSIE 5.x tables width

2007-03-27 16:52  sylvieg
	* templates/tiki-admin_categories.tpl: [FIX]categ: some anchor on
	  prev next

2007-03-27 15:16  sylvieg
	* modules/mod-last_articles.php: [FIX]articles: conflict with lang
	  variable in mod-last_articles

2007-03-27 10:00  luciash
	* styles/: simple.css, lite/lite.css: [FIX] minor fix for correct
	  padding on the right side of the center column in IE7

2007-03-27 09:40  luciash
	* styles/: simple.css, lite/lite.css: [FIX] correct rendering when
	  right/both column off in IE 7

2007-03-27 03:10  luciash
	* styles/: simple.css, lite/lite.css: [FIX] w00t ! full CSS source
	  ordered layout support also for IE 7 ! done only via CSS ! :)

2007-03-26 19:56  sylvieg
	* templates/: tiki-list_articles.tpl, tiki-listpages.tpl:
	  [FIX]article, page: do not display page1/0 if no result

2007-03-26 19:48  sylvieg
	* templates/: tiki-searchindex.tpl, tiki-searchresults.tpl: [FIX]
	  oops wrong div place

2007-03-26 19:23  sylvieg
	* lib/categories/categlib.php: [FIX]categ: categpath was sometimes
	  missing in allcategs cache

2007-03-26 18:44  sylvieg
	* lib/cache/cachelib.php: cvs info

2007-03-26 16:38  sylvieg
	* lib/tikilib.php: [MOD]perms: more cleaning on perm on categ in
	  new functions

2007-03-25 16:52  sylvieg
	* lang/es/language.php: [FIX]page thx casarizoma

2007-03-23 19:39  sylvieg
	* db/: tiki.sql, tiki_1.8to1.9.sql: [FIX] add index in tiki-links
	  because complains about to many joins wiithout index

2007-03-22 18:16  sylvieg
	* templates/: tiki-searchindex.tpl, tiki-searchresults.tpl:
	  [FIX]search: better to highlight the found like to associate the
	  color

2007-03-22 14:34  sylvieg
	* lib/userslib.php: [FIX]optimisation: backport 1.10 - less
	  requests for user in a lot of groups

2007-03-22 14:09  sylvieg
	* tiki-view_forum.php: [FIX]forum: can attach a file while editing
	  an existing topic

2007-03-21 20:36  sylvieg
	* templates/tiki-list_articles.tpl: rollback

2007-03-21 15:35  sylvieg
	* lib/smarty_tiki/outputfilter.highlight.php,
	  templates/tiki-searchindex.tpl, templates/tiki-searchresults.tpl:
	  [FIX]highligh: fix the possibility to say a div has no highligh
	  (the smarty comment was parsed)

2007-03-21 13:26  sylvieg
	* tiki-list_articles.php, templates/find.tpl: [FIX]articles: list
	  categ

2007-03-21 12:10  sylvieg
	* tiki-view_forum.php, comments.php: [FIX]forum: oops do not check
	  antibot for logged user

2007-03-21 03:05  marclaporte
	* lib/trackers/trackerlib.php: Tracker modification email
	  notifications: Use mail template subject instead of hard-coded
	  message

2007-03-20 22:53  sylvieg
	* lib/smarty_tiki/outputfilter.highlight.php: [FIX]highlight: give
	  up with regular expression to have with /out right and left col -
	  next step kill toggg 'regexp' that doesn not work

2007-03-20 19:35  sylvieg
	* lib/tikilib.php: [FIX]perm: admin not well test + more case un
	  new perms function

2007-03-20 04:49  marclaporte
	* templates/tiki-list_articles.tpl: clearer text

2007-03-19 21:21  sylvieg
	* lib/smarty_tiki/outputfilter.highlight.php: [FIX]highlight: limit
	  highlight to centercolumn

2007-03-19 14:08  sylvieg
	* tiki-setup.php: [FIX]breadcrumb: no reason to put a fixed
	  description Home in the first crumb

2007-03-19 13:55  sylvieg
	* tiki-switch_lang.php: [FIX] do not add bl param if lang param is
	  specified

2007-03-19 13:33  sylvieg
	* tiki-switch_lang.php: [FIX]bad url

2007-03-19 13:27  sylvieg
	* tiki-print_article.php: [FIX]article: print article must behave
	  like print_page - no background, buttons...

2007-03-17 21:47  mose
	* setup.sh: [FIX] setup: minor fix for ACL conditional

2007-03-17 01:00  marclaporte
	* lib/wiki-plugins/wikiplugin_group.php: Better documentation of
	  recent feature enhancements (notgroups and else) to GROUPS
	  plugin. Dedicated to Benoit Gregoire of IleSansFil.org and
	  WifiDog.org

2007-03-16 22:35  sylvieg
	* lib/smarty_tiki/function.phplayers.php: [FIX]highlight current
	  page in phplayers: another desparate fix - lower case can only be
	  considerated for a wiki page

2007-03-16 21:45  sylvieg
	* tiki-switch_lang.php: [FIX]lang: switxch_lang for
	  tiki-read_article

2007-03-16 20:57  sylvieg
	* tiki-switch_lang.php: [FIX]lang: if url has lang=xx transforms it
	  to lang=new_lang

2007-03-15 21:21  sylvieg
	* tiki-admin_trackers.php, templates/tiki-admin_trackers.tpl,
	  templates/tiki-view_tracker_item.tpl: [MOD]tracker: tracker
	  option to not show empty item field in tiki-view_tracker

2007-03-15 20:42  sylvieg
	* templates/tiki-view_tracker_item.tpl: [MOD]tracker: add a class
	  field in each tr of a view tracker item that enables to customize
	  the style

2007-03-15 17:05  sylvieg
	* modules/mod-last_articles.php: [MOD]articles: can filter
	  mod-last_articles on lang and categId

2007-03-15 16:57  sylvieg
	* modules/mod-articles.php: [MOD]articles: can filter mod-articles
	  on lang and categId

2007-03-15 16:52  sylvieg
	* tiki-view_articles.php: [MOD]articles: can filter view on lang

2007-03-15 16:47  sylvieg
	* templates/find.tpl, templates/tiki-list_articles.tpl,
	  tiki-list_articles.php, tiki-listpages.php,
	  templates/tiki-listpages.tpl: [MOD]articles: can filter on lang +
	  factorisation find tpl + using lang and categId as url param

2007-03-14 18:40  sylvieg
	* tiki-browse_categories.php, templates/categobjects.tpl,
	  templates/categpath.tpl, templates/tiki-browse_categories.tpl:
	  [MOD]categ: some translations of the categ name

2007-03-14 17:25  sylvieg
	* lib/smarty_tiki/function.phplayers.php: oops

2007-03-14 17:13  sylvieg
	* lib/smarty_tiki/function.phplayers.php: [FIX]menu: do not open
	  the previous menu if first level

2007-03-14 14:34  sylvieg
	* comments.php, tiki-view_forum.php, templates/comments.tpl,
	  templates/tiki-view_forum.tpl: [MOD]forum/comment: insert the
	  antibot feature for anonymous

2007-03-14 13:43  sylvieg
	* templates/: antibot.tpl, tiki-editpage.tpl: [MOD]antibot: extract
	  the antibot code for reuse

2007-03-13 15:21  sylvieg
	* templates/categorize.tpl: [FIX]the cols used in categorize.tpl
	  was interfering with cols used in textarea. I did not find a
	  place where cols for categorize.tpl was defeined

2007-03-12 21:07  sylvieg
	* templates/tiki-upload_file.tpl: [FIX]img: refix WYSIWYG browse
	  button

2007-03-12 19:21  sylvieg
	* templates/tiki-upload_file.tpl: [FIX]fgal: fix link if
	  galleryId=0

2007-03-12 19:15  sylvieg
	* templates/tiki-upload_image.tpl: [FIX]img: the link to be
	  inserted in wiki that is displayed must be relative

2007-03-12 18:59  sylvieg
	* templates/header.tpl: [FIX] complete the comment to be able to
	  put the page description in the title if you use breadcrumb

2007-03-12 14:29  sylvieg
	* tiki-admin_menu_options.php,
	  templates/tiki-admin_menu_options.tpl: [MOD]menu: can specify
	  number of lines

2007-03-09 13:00  sylvieg
	* tiki-switch_lang.php: [FIX]multiling: resolve the name for a wiki
	  page in the tiki-switch_lang - some application may use the url
	  (ex: highlight phlm menu)

2007-03-08 19:03  sylvieg
	* lib/wiki-plugins/wikiplugin_tracker.php: [MOD]tracker plugin: new
	  param url to redirect to any url when item is creazted

2007-03-07 15:45  sylvieg
	* tiki-listpages.php, lib/tikilib.php,
	  templates/tiki-listpages.tpl: [MOD]wiki: can filter on a category
	  and the lang in list pages

2007-03-06 22:58  sylvieg
	* lib/smarty_tiki/function.phplayers.php: [FIX]menu: highlight
	  tiki-index.php?page=page_fr and not tiki-index.php?page=page si
	  the url is tiki-index.php?page_fr

2007-03-06 21:33  sylvieg
	* templates/tiki-user_menu.tpl: better fix

2007-03-06 18:05  sylvieg
	* tiki-admin_categories.php, templates/tiki-admin_categories.tpl:
	  [FIX]tr: is useless to translate error in the tpl as it will be
	  translated with the block function - so one call - better to do
	  as usual

2007-03-05 18:00  sylvieg
	* templates/tiki-user_menu.tpl: [FIX]menu: fixed menu inserts also
	  thje menuSection class to be able to indent

2007-03-05 17:23  sylvieg
	* styles/tikineat.css, styles/transitions/1.8to1.9.css,
	  templates/tiki-admin_menu_options.tpl,
	  templates/tiki-user_menu.tpl: [FIX] menu: a class menuSection to
	  put some formatting for section > level 1

2007-03-05 16:36  sylvieg
	* lib/menubuilder/menulib.php,
	  lib/smarty_tiki/function.phplayers.php,
	  templates/tiki-admin_menu_options.tpl,
	  templates/tiki-user_menu.tpl: [NEW]menu: tw +phplm menus can
	  handle section level 2,3,4 (easy to add more)

2007-03-05 15:11  sylvieg
	* tiki-admin_menu_options.php: [MOD]menu: propose the new postion
	  to max+2 to let a little bit of space

2007-03-02 21:24  sampaioprimo
	* lang/pt-br/language.php: one string translation

2007-03-02 21:18  luciash
	* templates/: tiki-top_bar.tpl, styles/simple/tiki-top_bar.tpl,
	  styles/neat/tiki-top_bar.tpl: [MOD] change "This is Tikiwiki ..."
	  to the actual year 2007

2007-03-02 19:52  sylvieg
	* tiki-index.php: [FIX]categ perm: do not show edit button for a
	  page with special perm on categ tiki_p_view_categ for
	  anonynmous... because of the ambiguity tiki_p_view_categories
	  gives tiki_p_edit ... as tiki_editpage will give perm denied -
	  take away the button in tiki-index.php->rewrite on the way

2007-03-02 19:23  sylvieg
	* templates/tiki-upload_file.tpl: [FIX]fgal: wysiwyg with batch
	  upload file

2007-03-02 19:18  sylvieg
	* templates/tiki-upload_file.tpl: backport msg to explain batch
	  upload

2007-03-02 19:15  sylvieg
	* templates/tiki-list_file_gallery.tpl: [FIX] missing tr

2007-03-02 19:08  sylvieg
	* lib/trackers/trackerlib.php, templates/tiki-view_tracker.tpl:
	  forgotten commit

2007-03-02 18:51  sylvieg
	* templates/: tiki-mods_admin.tpl, tiki-browse_gallery.tpl: [FIX]
	  missing tr

2007-03-02 18:38  sylvieg
	* templates/tiki-page.tpl: [FIX] missing tr

2007-03-02 14:57  luciash
	* lib/trackers/trkWithMirrorTablesLib.php, lang/fr/language.php,
	  lang/gl/language.php, lang/pl/language.php, styles/simple.css,
	  lang/ar/language.php, lib/hawhaw/hawiki.inc,
	  lib/hawhaw/hawiki_cfg.inc, lib/hawhaw/hawiki_parser.inc,
	  lib/hawhaw/hawtikilib.php, lib/wiki-plugins/wikiplugin_alink.php,
	  lib/wiki-plugins/wikiplugin_aname.php,
	  lib/wiki-plugins/wikiplugin_backlinks.php,
	  lib/wiki-plugins/wikiplugin_catorphans.php,
	  lib/wiki-plugins/wikiplugin_catpath.php,
	  lib/wiki-plugins/wikiplugin_pluginmanager.php,
	  lib/wiki-plugins/wikiplugin_quote.php,
	  lib/wiki-plugins/wikiplugin_sf.php,
	  lib/wiki-plugins/wikiplugin_showpages.php,
	  lib/wiki-plugins/wikiplugin_wantedpages.php,
	  lang/cn/language.php, lang/fi/language.php, lib/webmail/mail.php,
	  lib/wiki-plugins/wikiplugin_fancytable.php,
	  lib/wiki-plugins/wikiplugin_titlesearch.php,
	  lang/fa/language.php, lang/ru/language.php, lang/it/language.php,
	  lang/pt/language.php, lang/da/language.php, lang/cs/language.php,
	  lib/Galaxia/README, lib/Galaxia/config.php,
	  lib/Galaxia/config.tikiwiki.php, doc/devtools/README.txt,
	  doc/devtools/tikilite.sh, doc/devtools/tikirelease.sh,
	  doc/devtools/tikiwiki.spec, lang/de/language.php,
	  db/tiki-1.9-sybase.sql, db/tiki.sql, db/tiki-1.9-oci8.sql,
	  db/tiki-1.9-pgsql.sql, db/tiki_1.8to1.9.sql, db/README.txt,
	  db/tiki-1.9-mysql.sql, db/tiki-1.9-sqlite.sql, db/tiki-db.php,
	  db/tiki-secdb_1.9_mysql.sql, doc/99_tiki-apache.conf,
	  doc/readme.txt, lang/hu/language.php, img/flags/flagnames.php,
	  lang/pt-br/language.php, lang/sb/language.php,
	  templates/messu-download.tpl,
	  templates/tiki-admin-include-trackers.tpl,
	  templates/tiki-admin_security.tpl, templates/tiki-bot_bar.tpl,
	  templates/tiki-mods.tpl, templates/tiki-mods_admin.tpl,
	  templates/tiki-site_header.tpl, templates/tiki-top_bar.tpl,
	  lang/ca/language.php, lang/es/language.php, lang/no/language.php,
	  lang/en/language.php, lang/en-uk/language.php,
	  lang/ja/language.php, lang/he/language.php, lang/nl/language.php,
	  lib/rss/atom-style.css, lang/el/language.php,
	  lang/hr/language.php, lang/ko/language.php, lang/tw/language.php,
	  lib/mail/maillib.php, lib/rss/rss-style.css,
	  lang/sr/language.php, db/profiles/basicEnabled.prf,
	  lang/sv/language.php, lib/tikilib.php,
	  lib/wiki-plugins-dist/wikiplugin_include.php,
	  lib/wiki-plugins-dist/wikiplugin_lsdir.php, lang/sk/language.php,
	  lib/wiki/pluginslib.php, lang/sr-latn/language.php,
	  lang/tv/language.php, lang/uk/language.php, lib/sheet/grid.php,
	  INSTALL, README, about.php, changelog.txt, copyright.txt,
	  setup_smarty.php, tiki-admin_security.php, tiki-install.php,
	  tiki-list_games.php, tiki-mobile.php, tiki-setup.php,
	  templates/styles/simple/tiki-site_header.tpl,
	  templates/styles/simple/tiki-top_bar.tpl,
	  tests/core/init.scripts/00-include_path.php,
	  tests/core/init.scripts/40-smarty.php,
	  templates/modules/mod-assistant.tpl,
	  templates/styles/damian/tiki-bot_bar.tpl,
	  templates/styles/geo/tiki-bot_bar.tpl,
	  templates/styles/tiki/tiki-top_tiki_bar.tpl,
	  templates/styles/tikigod/tiki.tpl,
	  templates/styles/trollparty/tiki-bot_bar.tpl,
	  templates/styles/mose/tiki-bot_bar.tpl,
	  templates/styles/neat/tiki-top_bar.tpl: [MOD] TikiWiki ->
	  Tikiwiki

2007-03-02 14:08  luciash
	* lib/phplayers_tiki/lib/index.php: [UPD] copyright years to
	  2002-2007 (this is the last one i hope ;))

2007-03-02 14:06  luciash
	* lib/phplayers/: index.php, DUMPS/index.php, LOGOS/index.php,
	  lib/index.php, templates/index.php, THEMES/index.php,
	  images/index.php, libjs/index.php: [UPD] copyright years to
	  2002-2007

2007-03-02 13:23  luciash
	* tiki-admin_banning.php, tiki-admin_calendars.php,
	  tiki-admin_html_page_content.php, tiki-admin_include_gmap.php,
	  tiki-download_item_attachment.php, tiki-error.php,
	  tiki-handlers.php, tiki-map_rss.php, tiki-mobile.php,
	  tiki-random_num_img.php, tiki-section_options.php,
	  tiki-upload_image.php, tiki-view_forum_thread.php,
	  tiki-admin_include_intertiki.php, tiki-admin_poll_options.php,
	  tiki-assignpermission.php, tiki-my_tiki.php,
	  tiki-notepad_list.php, tiki-objectpermissions.php,
	  tiki-orphan_pages.php, tiki-search_stats.php,
	  tiki-send_objects.php, tiki-setup.php, messu-read_archive.php,
	  tiki-admin_chat.php, tiki-admin_drawings.php,
	  tiki-admin_include_polls.php, tiki-admin_include_score.php,
	  tiki-backup.php, tiki-directory_admin_sites.php,
	  tiki-edit_structure.php, tiki-g-my_instances.php,
	  tiki-list_games.php, tiki-list_trackers.php,
	  tiki-user_watches.php, tiki-view_articles.php, article_image.php,
	  tiki-admin_include_fgal.php, tiki-admin_include_rss.php,
	  tiki-admin_include_siteid.php, tiki-admin_layout.php,
	  tiki-admin_quicktags.php, tiki-login.php, tiki-page.php,
	  tiki-pick_avatar.php, tiki-read_article.php,
	  tiki-searchresults.php, tiki-send_newsletters.php,
	  tiki-slideshow.php, tiki-view_chart.php, topic_image.php,
	  index.php, messu-mailbox.php, messu-read.php,
	  tiki-admin_include_faqs.php, tiki-admin_menu_options.php,
	  tiki-calendar_import.php, tiki-change_password.php,
	  tiki-chat.php, tiki-edit_question_options.php,
	  tiki-g-save_process.php, tiki-install.php,
	  tiki-list_contents.php, tiki-live_support_chat_window.php,
	  tiki-login_validate.php, tiki-minical_prefs.php,
	  tiki-minical_reminders.php, tiki-pagination.php, tiki-print.php,
	  tiki-take_quiz.php, messu-sent.php, tiki-admin_chart_items.php,
	  tiki-admin_include_trackers.php, tiki-mods_admin.php,
	  tiki-notepad_get.php, tiki-pdf.php, tiki-view_irc.php,
	  tiki-wiki_rankings.php, tiki-admin_polls.php,
	  tiki-directory_admin.php, tiki-directory_admin_categories.php,
	  tiki-edit_templates.php, tiki-g-admin_activities.php,
	  tiki-g-user_activities.php, tiki-graph_sheet.php,
	  tiki-list_gallery.php, tiki-theme_control.php,
	  tiki-theme_control_sections.php, tiki-userfiles.php,
	  tiki-view_eph.php, tiki-view_minical_topic.php, categorize.php,
	  comments.php, messu-compose.php, tiki-admin_include_features.php,
	  tiki-directory_admin_related.php, tiki-edit_blog.php,
	  tiki-g-my_activities.php, tiki-image_gallery_rss.php,
	  tiki-imexport_languages.php, tiki-list_banners.php,
	  tiki-newsreader_news.php, tiki-pv_chart.php,
	  tiki-searchindex.php, tiki-view_faq.php, tiki-view_sheets.php,
	  tiki-list_faqs.php, categorize_list.php, poll_categorize.php,
	  tiki-admin_include_i18n.php, tiki-admin_include_login.php,
	  tiki-admin_include_maps.php, tiki-admin_include_wiki.php,
	  tiki-blog_post.php, tiki-blog_rss.php, tiki-directory_search.php,
	  tiki-download_userfile.php, tiki-edit_article.php,
	  tiki-layout_options.php, tiki-mytiki_shared.php,
	  tiki-pagesetup.php, tiki-referer_stats.php, tiki-rename_page.php,
	  tiki-survey_stats_survey.php, tiki-user_bookmarks.php,
	  tiki-view_blog.php, tiki-view_chart_item.php,
	  tiki-view_tracker.php, tiki-admin.php,
	  tiki-admin_include_metatags.php, tiki-admin_include_search.php,
	  tiki-admin_notifications.php, tiki-admin_structures.php,
	  tiki-chatroom.php, tiki-create_webhelp.php,
	  tiki-directories_rss.php, tiki-directory_redirect.php,
	  tiki-editpage.php, tiki-eph_admin.php,
	  tiki-export_wiki_pages.php, tiki-file_galleries_rankings.php,
	  tiki-g-admin_processes.php, tiki-g-run_activity.php,
	  tiki-import_sheet.php, tiki-live_support_transcripts.php,
	  tiki-map_edit.php, tiki-mods.php, tiki-modules.php,
	  tiki-newsreader_groups.php, tiki-newsreader_read.php,
	  tiki-send_blog_post.php, tiki-take_survey.php, tiki-tc.php,
	  tiki-view_blog_post_image.php, tiki-wap.php, remote.php,
	  tiki-admin_charts.php, tiki-admin_include_gal.php,
	  tiki-adminusers.php, tiki-categpermissions.php,
	  tiki-g-monitor_instances.php, tiki-g-user_instances.php,
	  tiki-g-user_processes.php, tiki-g-view_workitem.php,
	  tiki-history_sheets.php, tiki-login_scr.php,
	  tiki-newsreader_servers.php, tiki-quiz_result_stats.php,
	  tiki-setup_base.php, tiki-view_tracker_item.php,
	  tiki-webmail.php, tiki-webmail_download_attachment.php,
	  tiki-admin_include_directory.php, tiki-admin_include_general.php,
	  tiki-admin_security.php, tiki-admin_trackers.php,
	  tiki-charts.php, tiki-chat_box.php, tiki-edit_image.php,
	  tiki-edit_programmed_content.php, tiki-edit_quiz_results.php,
	  tiki-forum_queue.php, tiki-image_galleries_rss.php,
	  tiki-print_blog_post.php, tiki-received_articles.php,
	  tiki-slideshow2.php, messu-read_sent.php, setup.sh,
	  tiki-admin_menus.php, tiki-admin_newsletters.php,
	  tiki-admin_topics.php, tiki-admin_tracker_fields.php,
	  tiki-blog_rankings.php, tiki-calendar.php, tiki-cms_rankings.php,
	  tiki-edit_quiz.php, tiki-editdrawing.php, tiki-forums_rss.php,
	  tiki-index_p.php, tiki-live_support_client.php, tiki-logout.php,
	  tiki-map_history.php, tiki-old_polls.php, tiki-page_loader.php,
	  tiki-pagepermissions.php, tiki-user_tasks.php,
	  tiki-view_banner.php, display_banner.php, tiki-admin_cookies.php,
	  tiki-admingroups.php, tiki-chat_loader.php,
	  tiki-directory_browse.php, tiki-forums.php,
	  tiki-galleries_rankings.php, tiki-list_file_gallery.php,
	  tiki-list_surveys.php, tiki-live_support_chat_frame.php,
	  tiki-mailin-code.php, tiki-pagehistory.php,
	  tiki-print_multi_pages.php, tiki-print_pages.php,
	  tiki-remind_password.php, tiki-rollback.php,
	  tiki-tracker_rss.php, tiki-upload_file.php, tiki-usermenu.php,
	  tiki-xmlrpc_services.php, messu-archive.php, select_banner.php,
	  tiki-admin_forums.php, tiki-admin_include_blogs.php,
	  tiki-admin_system.php, tiki-browse_image.php,
	  tiki-custom_home.php, tiki-g-monitor_workitems.php,
	  tiki-show_user_avatar.php, tiki-user_information.php,
	  banner_image.php, copyrights.php, fixperms.sh, jhot.php,
	  tiki-admin_include_calendar.php, tiki-admin_include_webmail.php,
	  tiki-admin_links.php, tiki-admin_mailin.php,
	  tiki-admin_newsletter_subscriptions.php, tiki-article_types.php,
	  tiki-assignuser.php, tiki-debug_console.php,
	  tiki-directory_validate_sites.php, tiki-edit_css.php,
	  tiki-forum_rss.php, tiki-galleries.php, tiki-index_raw.php,
	  tiki-list_posts.php, tiki-list_quizzes.php,
	  tiki-live_support_admin.php, tiki-quiz_stats.php,
	  tiki-received_pages.php, tiki-user_assigned_modules.php,
	  tiki-wiki_rss.php, setup_smarty.php,
	  tiki-admin_external_wikis.php, tiki-admin_include_userfiles.php,
	  tiki-admin_survey_questions.php, tiki-articles_rss.php,
	  tiki-browse_gallery.php, tiki-chat_users.php,
	  tiki-directory_ranking.php, tiki-download_forum_attachment.php,
	  tiki-edit_submission.php, tiki-edit_translation.php,
	  tiki-eph.php, tiki-export_tracker.php, tiki-file_gallery_rss.php,
	  tiki-g-admin_instance.php, tiki-g-admin_shared_source.php,
	  tiki-g-monitor_processes.php, tiki-index.php, tiki-mailin.php,
	  tiki-phpinfo.php, tiki-quiz_edit.php, tiki-quiz_stats_quiz.php,
	  tiki-shoutbox.php, tiki-user_cached_bookmark.php,
	  tiki-userversions.php, tiki-view_forum.php,
	  tiki-webmail_contacts.php, show_image.php,
	  tiki-admin_hotwords.php, tiki-admin_html_pages.php,
	  tiki-admin_include_cms.php, tiki-admin_include_wikiatt.php,
	  tiki-admin_rssmodules.php, tiki-admin_shoutbox_words.php,
	  tiki-config_pdf.php, tiki-contact.php,
	  tiki-directory_add_site.php, tiki-list_blogs.php,
	  tiki-list_cache.php, tiki-live_support_server.php,
	  tiki-module_controls.php, tiki-poll_results.php,
	  tiki-usage_chart.php, commxmlrpc.php, received_article_image.php,
	  tiki-admin_dsn.php, tiki-browse_categories.php,
	  tiki-download_wiki_attachment.php, tiki-forums_reported.php,
	  tiki-g-monitor_activities.php, tiki-live_support_message.php,
	  tiki-minical.php, tiki-newsletters.php, tiki-notepad_write.php,
	  tiki-sheets.php, tiki-theme_control_objects.php,
	  banner_click.php, get_strings.php, tiki-admin_categories.php,
	  tiki-admin_content_templates.php,
	  tiki-admin_include_community.php, tiki-admin_include_forums.php,
	  tiki-blogs_rss.php, tiki-calendars_rss.php,
	  tiki-directory_rss.php, tiki-forum_rankings.php,
	  tiki-g-admin_instance_activity.php, tiki-g-admin_roles.php,
	  tiki-import_structuredtext.php, tiki-lastchanges.php,
	  tiki-likepages.php, tiki-list_articles.php, tiki-listpages.php,
	  tiki-live_support_console.php, tiki-map_download.phtml,
	  tiki-minical_export.php, tiki-poll_form.php, tiki-removepage.php,
	  tiki-survey_stats.php, tiki-user_preferences.php,
	  tiki-view_blog_post.php, tiki-view_cache.php,
	  tiki-view_tracker_more_info.php, about.php, messu-broadcast.php,
	  tiki-admin_modules.php, tiki-admin_surveys.php,
	  tiki-backlinks.php, tiki-edit_languages.php,
	  tiki-edit_quiz_questions.php, tiki-export_pdf.php,
	  tiki-export_sheet.php, tiki-faq_questions.php,
	  tiki-featured_link.php, tiki-file_galleries_rss.php,
	  tiki-g-admin_graph.php, tiki-list_submissions.php,
	  tiki-newsletter_archives.php, tiki-notepad_read.php,
	  tiki-print_article.php, tiki-remote_backup.php, tiki-stats.php,
	  tiki-edit_banner.php, tiki-map_upload.php,
	  templates/styles/neat/modules/index.php,
	  templates/mail/index.php, templates/modules/index.php,
	  templates/styles/mose/index.php,
	  templates/styles/simple/index.php,
	  templates/styles/simple/modules/index.php,
	  templates/styles/tiki/modules/index.php,
	  templates/tables/index.php, templates/debug/index.php,
	  templates/styles/codex/index.php,
	  templates/styles/mose/modules/index.php,
	  templates/styles/neat/index.php, templates_c/index.php,
	  tikimovies/index.php, whelp/index.php,
	  templates/styles/tiki/index.php, tests/index.php,
	  templates/map/index.php, templates/styles/index.php,
	  templates/styles/geo/index.php,
	  templates/styles/geo/modules/index.php,
	  templates/styles/notheme/index.php,
	  templates/styles/moreneat/modules/index.php,
	  templates/styles/moreneat/index.php: [UPD] copyright years to
	  2002-2007

2007-03-02 13:18  luciash
	* lib/imagegals/imagegallib.js, lib/imagegals/index.php,
	  lib/jscalendar/index.php, lib/mods/index.php,
	  lib/modules/index.php, lib/pear/Date/index.php,
	  lib/pear/HTTP/docs/index.php, lib/polls/index.php,
	  lib/games/index.php, lib/init/index.php,
	  lib/live_support/index.php, lib/newsreader/index.php,
	  lib/pear/Auth/Container/index.php, lib/pear/XML/index.php,
	  lib/score/events.php, lib/score/index.php, lib/search/index.php,
	  lib/hotwords/index.php, lib/htmlarea/index.php,
	  lib/pdflib/index.php, lib/pear/XML/Tree/index.php,
	  lib/refererstats/index.php, lib/registration/index.php,
	  lib/notifications/index.php, lib/quicktags/index.php,
	  lib/tikihelp/icons/index.php, lib/tail/index.php,
	  styles/slides/index.php, lib/userprefs/index.php,
	  lib/wiki-plugins/index.php, styles/BiDi/index.php,
	  styles/neat/index.php, lib/sheet/excel/writer/index.php,
	  lib/sheet/ole/pps/index.php, lib/structures/index.php,
	  lib/userfiles/index.php, temp/mail_attachs/index.php,
	  lib/smarty/index.php, lib/tikihelp/js/index.php,
	  lib/webmail/index.php, templates/index.php,
	  templates/tiki-view_irc.tpl, lib/sheet/excel/index.php,
	  lib/smarty_tiki/index.php,
	  lib/smarty_tiki/modifier.utf8unicode.php,
	  styles/jalist2/index.php, styles/tiki/index.php,
	  lib/taglines/index.php, styles/integrator/index.php,
	  styles/index.php, styles/geo/index.php, lib/templates/index.php,
	  styles/simple/index.php, lib/wiki-plugins-dist/index.php,
	  modules/cache/index.php, styles/jalist/index.php,
	  styles/mozilla/index.php, lib/stats/index.php,
	  lib/trackers/index.php, modules/index.php, temp/cache/index.php,
	  styles/notheme/index.php, lib/surveys/index.php,
	  lib/tasks/index.php, lib/tikihelp/menu/index.php,
	  lib/usermodules/index.php, styles/subsilver/index.php,
	  styles/transitions/index.php, lib/wiki/index.php,
	  styles/boreal/index.php, styles/codex/index.php,
	  styles/slideshows/index.php, lib/tikihelp/css/index.php,
	  lib/sheet/index.php, lib/themecontrol/index.php,
	  lib/tikihelp/index.php, styles/tranquil/index.php,
	  temp/index.php, lib/shoutbox/index.php, lib/tree/index.php,
	  lib/usermenu/index.php, styles/dblue/index.php,
	  styles/mose/index.php, lib/sheet/ole/index.php, popups/index.php:
	  [UPD] copyright years to 2002-2007

2007-03-02 13:15  luciash
	* lib/: Galaxia/img/index.php, Galaxia/compiler/index.php,
	  Galaxia/img/icons/index.php, Galaxia/processes/index.php,
	  Galaxia/src/API/index.php, Galaxia/src/ProcessMonitor/index.php,
	  ephemerides/index.php, events/index.php, Galaxia/log/index.php,
	  debug/index.php, drawings/index.php, faqs/index.php,
	  filegals/index.php, Galaxia/src/index.php,
	  Galaxia/src/API/activities/index.php,
	  Galaxia/src/common/index.php, dcs/index.php, directory/index.php,
	  Date/index.php, Galaxia/docs/index.php,
	  Galaxia/src/GUI/index.php, Galaxia/src/Observers/index.php,
	  Galaxia/src/ProcessManager/index.php, Galaxia/index.php,
	  featured_links/index.php, messu/index.php, jgraphpad/index.php,
	  mailin/index.php, pear/Auth/index.php, homework/index.php,
	  irc/index.php, irc/irclib.php, irc/split_logs.php,
	  irc/tikiwiki.php, jscalendar/lang/index.php,
	  menubuilder/index.php, mime/index.php, minical/index.php,
	  pear/index.php, rss/index.php, newsletters/index.php,
	  notepad/index.php, pear/HTTP/index.php, pear/Net/index.php,
	  quizzes/index.php, quizzes/quizlib.php, htmlpages/index.php,
	  hawhaw/index.php, integrator/index.php, rankings/index.php,
	  htmlparser/index.php, map/index.php, map/usermap.php,
	  pdflib/fonts/index.php, pear/DB/index.php: [UPD] copyright years
	  to 2002-2007

2007-03-02 13:10  luciash
	* doc/devtools/index.php, doc/devtools/tiki-create_md5.php,
	  img/trackers/index.php, games/thumbs/index.php, doc/index.php,
	  img/icons/index.php, img/smiles/index.php, img/wiki/index.php,
	  img/webmail/index.php, db/convertscripts/index.php,
	  files/index.php, img/index.php, img/tiki/index.php,
	  images/index.php, db/oracle/index.php, games/index.php,
	  games/flash/index.php, backups/index.php, dump/index.php,
	  img/avatars/index.php, img/mytiki/index.php,
	  img/wiki_up/index.php, img/flags/index.php, bin/index.php,
	  db/index.php, db/profiles/index.php, img/icons2/index.php,
	  img/icn/index.php, lang/sr/index.php, lang/index.php,
	  lang/it/index.php, lang/langmapping.php,
	  lib/commcenter/index.php, lib/breadcrumblib.php,
	  lang/cn/index.php, lib/Babelfish.php, lib/index.php,
	  lib/tikihelplib.php, lib/backups/index.php, lib/ban/index.php,
	  lang/de/index.php, lang/ja/index.php, lang/ko/index.php,
	  lang/pt-br/index.php, lib/copyrights/index.php,
	  lang/cs/index.php, lang/da/index.php, lang/en/index.php,
	  lang/no/index.php, lang/he/index.php, lang/sk/index.php,
	  lib/admin/index.php, lib/articles/index.php, lib/blogs/index.php,
	  lang/ca/index.php, lang/fi/index.php, lang/tw/index.php,
	  lang/nl/index.php, lang/pl/index.php, lang/sv/index.php,
	  lib/cache/index.php, lib/calendar/index.php, lang/es/index.php,
	  lib/bookmarks/index.php, lib/categories/index.php,
	  lib/chat/index.php, lib/compat/index.php, lang/ar/index.php,
	  lang/en-uk/index.php, lib/banners/index.php,
	  lib/charts/index.php, lang/el/index.php, lang/fa/index.php,
	  lang/fr/index.php, lang/pt/index.php, lang/ru/index.php,
	  lang/sr-latn/index.php: [UPD] copyright years to 2002-2007

2007-03-02 12:39  luciash
	* README, lang/gl/index.php: [UPD] copyright years 2002-2006 >
	  2002-2007 :-p

2007-03-02 12:00  luciash
	* lib/tree/categ_browse_tree.php, lib/tree/tree.php,
	  templates/tiki-browse_categories.tpl: [ENH] better use of ul
	  instead of tables

2007-03-02 11:57  luciash
	* lib/tree/categ_admin_tree.php: [FIX] xhtml validity

2007-03-01 16:20  sylvieg
	* tiki-edit_translation.php, templates/tiki-edit_translation.tpl:
	  [FIX]translation: Do not display the objects that has no lang or
	  same lang than the current object+ avoid error if select 2 times
	  the same objects (TODO rewrite this interface)

2007-03-01 15:57  sylvieg
	* lib/tikilib.php: [FIX] a better perm managment + list_pages
	  return lang

2007-02-28 17:20  sylvieg
	* tiki-special_chars.php: [MOD]wiki: add +- in pecial char

2007-02-27 18:48  sylvieg
	* tiki-view_tracker.php, tiki-view_tracker_item.php: [FIX]tracker:
	  use multibyte substring is package is installed to have the right
	  limit to a textarea field

2007-02-27 16:56  marclaporte
	* templates/: tiki-editpage.tpl, styles/gemsi/tiki-page_bar.tpl,
	  styles/neat/tiki-editpage.tpl, styles/neat/tiki-show_page.tpl,
	  styles/tiki/tiki-show_page.tpl: Make export wiki page links only
	  appear when feature is activated (from tiki-admin.php?page=wiki)

2007-02-27 16:16  sylvieg
	* styles/hec.css: [FIX]style: take away the background has it has
	  not been provided

2007-02-26 23:47  sylvieg
	* tiki-view_tracker.php: [FIX]tracker: to avoid some notice- do not
	  create a value if no fieldId

2007-02-26 23:29  sylvieg
	* tiki-list_trackers.php, templates/tiki-view_tracker.tpl,
	  templates/tiki-view_tracker_item.tpl, db/tiki.sql,
	  db/profiles/basicEnabled.prf: [NEW]tiki_p_list_trackers: new perm
	  - must be added manually for the moment in the database (I will
	  do a script)

2007-02-25 23:03  sylvieg
	* lib/wiki-plugins/wikiplugin_tracker.php: [FIX]tracker plugin: to
	  be able to have 2 tracker plugins in the same page with different
	  fields

2007-02-24 21:50  sylvieg
	* lib/wiki-plugins/wikiplugin_split.php: [FIX]plufin split: reverse
	  back behavior is not param specified - see the result in the
	  picture in http://doc.tikiwiki.org/PluginSplit

2007-02-22 11:27  sylvieg
	* templates/mail/moderate_validation_mail.tpl: rollback

2007-02-22 11:27  xeno_tt
	* tiki-register.php: - revert to -r1.33.2.25, bad fix

2007-02-22 11:22  sylvieg
	* lib/wiki-plugins/wikiplugin_trackerlist.php,
	  templates/tiki-plugin_trackerlist.tpl: [FIX]trackerlist: test the
	  local perm on an object

2007-02-22 11:20  sylvieg
	* lib/tikilib.php: [MOD]perm: new function get_perm_object that set
	  globally+smarty or return in a hash all ther perms of the
	  object(done only for tracker perms now)

2007-02-22 10:40  xeno_tt
	* tiki-register.php, templates/mail/moderate_validation_mail.tpl: -
	  Moved "<>" from templates/mail/moderate_validation_mail.tpl to
	  tiki-register.php.	Somehow the "<{$mail_email}>" confuses
	  smarty and replaces all "}?" by "}" afterwards.

2007-02-21 17:15  xeno_tt
	* messu-read.php: - cosmetic: set unread count to 0 if no more
	  messages are available.

2007-02-21 16:37  xeno_tt
	* lib/messu/messulib.php: - call httpPrefix directly from $this
	  because MessuLib extends TikiLib.

2007-02-21 15:57  xeno_tt
	* templates/modules/mod-events.tpl: - cast mktime's arguments to
	  integer to let it work with php5

2007-02-21 15:15  xeno_tt
	* styles/default.css: - fixed two syntax errors   * missing '/'
	  infront of "* Links to extend/collapse menus */"   *
	  llistfileslink:active had its '.' in the line above

2007-02-21 02:44  marclaporte
	* styles/boreal.css: Boreal style: make trackers easier to use and
	  forums look nicer

2007-02-20 14:23  sylvieg
	* tiki-view_tracker.php: [FIX]tracker: if a tracker has a categ
	  that has perms(view or admin) for a group, this group can see the
	  tracker items even if no tiki_p_view_trackers

2007-02-20 14:05  sylvieg
	* tiki-index.php: [FIX]wiki: if a page has a categ with a perm on
	  the categ for a group, you can see and edit(you already can edit)
	  this page if you are in the group even if you do not have global
	  tiki_p_view/tiki_p_edit

2007-02-20 12:46  marclaporte
	* templates/tiki-view_tracker.tpl: translation fix

2007-02-20 12:22  sylvieg
	* tiki-view_tracker.php, tiki-view_tracker_item.php: [FIX]tracker:
	  if tiki_p_admn_trackers as local perm->give all the other perms

2007-02-20 11:14  sylvieg
	* tiki-view_tracker_item.php: [FIX]tracker: be able to save your
	  user tracker even in no tiki_p_mofify_tracker_item

2007-02-20 11:12  sylvieg
	* templates/tiki-view_tracker_item.tpl: [FIX]tracker: do not show
	  'back item list' when no tiki_p_view_trackers

2007-02-20 00:35  sylvieg
	* tiki-view_tracker_item.php, templates/tiki-view_tracker_item.tpl:
	  [FIX]tracker: can view and edit your user tracker (only wih
	  param=+view even if no tiki_p_view_trackers

2007-02-17 20:54  marclaporte
	* lang/fr/language.php: Slight improvment to the French translation

2007-02-17 17:12  marclaporte
	* styles/boreal.css: Boreal style: making tabs easier to read on
	  hover

2007-02-17 16:59  marclaporte
	* templates/: tiki-admingroups.tpl, tiki-assignpermission.tpl,
	  tiki-assignuser.tpl: User & group administration panels. 1-
	  WYSIWYCA (only full admins can manage groups, not
	  tiki_p_admin_users) 2- Make more consistent admin links (always
	  same order & style)

2007-02-17 16:03  marclaporte
	* styles/boreal.css: Boreal style: minor tweak so text in tables is
	  legible on dark background

2007-02-17 03:50  marclaporte
	* styles/boreal.css: adding rbox style to boreal.css, for remarks
	  box (note/warning/tip/comment)

2007-02-17 03:33  marclaporte
	* styles/boreal.css: making hover in table listings look good in
	  Boreal style

2007-02-16 22:35  marclaporte
	* img/flags/flagnames.php.~1.1.2.7.~: [no log message]

2007-02-14 19:29  luciash
	* lang/cs/language.php: [ENH] more translated

2007-02-13 20:32  sylvieg
	* lib/wiki-plugins/wikiplugin_tracker.php: [MOD]tracker: new
	  option, drop-down field with an other textfield

2007-02-13 19:36  sylvieg
	* lib/trackers/trackerlib.php,
	  templates/tiki-view_tracker_item.tpl, tiki-view_tracker.php,
	  tiki-view_tracker_item.php, templates/tiki-view_tracker.tpl:
	  [MOD]tracker: new option, drop-down filed with an other textfield

2007-02-12 19:26  sylvieg
	* lib/webmail/tikimaillib.php: [FIX]Newsletters: convert some
	  characters that exist in utf8 but do not exist in iso-8859-1 into
	  html entities or approximative text form ( solve some problem
	  when copy/paste from windows). TODO: extend the list

2007-02-10 20:16  sylvieg
	* lang/fr/language.php, lib/smarty_tiki/block.sortlinks.php:
	  [FIX]accent: sort correctly without considering accent: Please
	  translator adjust the function - I do not find a generic function
	  to do this

2007-02-10 19:57  sylvieg
	* templates/tiki-view_tracker_item.tpl: [FIX]tracker: sort
	  translated countries

2007-02-10 19:52  sylvieg
	* templates/: tiki-view_tracker.tpl, tiki-view_tracker_item.tpl:
	  [FIX]tracker: do not show flag in not wanted

2007-02-10 19:41  sylvieg
	* lang/fr/language.php: countries translation

2007-02-10 15:41  sylvieg
	* templates/: tiki-view_tracker.tpl, tiki-view_tracker_item.tpl: a
	  better handling of none and empty coutries

2007-02-10 14:51  sylvieg
	* templates/tiki-view_tracker.tpl: oops let other

2007-02-10 14:44  sylvieg
	* templates/: tiki-view_tracker_item.tpl, tiki-view_tracker.tpl:
	  [FIX]tracker: country

2007-02-10 01:36  marclaporte
	* templates/styles/smartiki/error.tpl: Error page should respect
	  bottom bar yes/no setting

2007-02-10 00:14  sylvieg
	* img/flags/Philippines.gif: typo ->duplicate icon, will slq
	  upgrade in 1.10

2007-02-09 23:39  sylvieg
	* lib/trackers/trackerlib.php: [MOD]tracker: a help message

2007-02-09 17:33  sylvieg
	* lib/trackers/trackerlib.php: [FIX]tracker: if display user field
	  but can not change, the fieldID is reset to 0-> must skip in
	  replace not to scratch last field

2007-02-09 14:40  sylvieg
	* lang/tw/language.php: [FIX] rollback to the latest version having
	  chinese characters - was completly lost by rlpowell on 2/8/05

2007-02-09 00:12  sylvieg
	* lib/smarty_tiki/block.tikimodule.php: oops

2007-02-09 00:04  sylvieg
	* lib/smarty_tiki/block.tikimodule.php: [FIX]module: strip tags to
	  the content if the content is used in the title

2007-02-08 22:48  sylvieg
	* templates/tiki-edit_translation.tpl: [FIX]multilingual: fix the
	  'add to set'button

2007-02-08 20:37  sylvieg
	* img/flags/Cote_d_Ivoire.gif: sorry must update the database to
	  delete the file

2007-02-08 20:30  sylvieg
	* templates/: tiki-view_tracker.tpl, tiki-view_tracker_item.tpl:
	  [FIX]tracker: translate the flag name everywhere and take away
	  the underscrores

2007-02-08 20:03  sylvieg
	* img/flags/readme.txt: a readme to remember it is from famfam

2007-02-08 19:44  sylvieg
	* img/flags/: Afghanistan.gif, Aland_Islands.gif, Albania.gif,
	  Algeria.gif, American_Samoa.gif, Andorra.gif, Angola.gif,
	  Anguilla.gif, Antigua.gif, Argentina.gif, Armenia.gif, Aruba.gif,
	  Australia.gif, Austria.gif, Azerbaijan.gif, Bahamas.gif,
	  Bahrain.gif, Bangladesh.gif, Barbados.gif, Belarus.gif,
	  Belgium.gif, Belize.gif, Benin.gif, Bermuda.gif, Bhutan.gif,
	  Bolivia.gif, Bosnia_and_Herzegovina.gif, Botswana.gif,
	  Bouvet_Island.gif, Brazil.gif,
	  British_Indian_Ocean_Territory.gif, British_Virgin_Islands.gif,
	  Brunei.gif, Bulgaria.gif, Burkina_Faso.gif, Burundi.gif,
	  Cambodia.gif, Cameroon.gif, Canada.gif, Cape_Verde.gif,
	  Catalan_Countries.gif, Cayman_Islands.gif,
	  Central_African_Republic.gif, Chad.gif, Chile.gif, China.gif,
	  Christmas_Island.gif, Cocos_Islands.gif, Colombia.gif,
	  Comoros.gif, Congo.gif, Congo_Democratic.gif, Cook_Islands.gif,
	  Costa_Rica.gif, Croatia.gif, Cuba.gif, Cyprus.gif,
	  Czech_Republic.gif, Denmark.gif, Djibouti.gif, Dominica.gif,
	  Dominican_Republic.gif, Ecuador.gif, Egypt.gif, El_Salvador.gif,
	  Equatorial_Guinea.gif, Eritrea.gif, Estonia.gif, Ethiopia.gif,
	  Europe.gif, Falkland_Islands.gif, Faroe_Islands.gif,
	  Federated_States_of_Micronesia.gif, Fiji.gif, Finland.gif,
	  France.gif, French_Guiana.gif, French_Polynesia.gif,
	  French_Southern_Territories.gif, Gabon.gif, Gambia.gif,
	  Georgia.gif, Germany.gif, Ghana.gif, Gibraltar.gif, Greece.gif,
	  Greenland.gif, Grenada.gif, Guadeloupe.gif, Guam.gif,
	  Guatemala.gif, Guinea.gif, Guinea_Bissau.gif, Guyana.gif,
	  Haiti.gif, Heard_Island_and_McDonald_Islands.gif, Honduras.gif,
	  Hong_Kong.gif, Hungary.gif, Iceland.gif, India.gif,
	  Indonesia.gif, Iran.gif, Iraq.gif, Ireland.gif, Israel.gif,
	  Italy.gif, Ivory_Coast.gif, Jamaica.gif, Japan.gif, Jordan.gif,
	  Kazakstan.gif, Kenya.gif, Kiribati.gif, Kuwait.gif,
	  Kyrgyzstan.gif, Laos.gif, Latvia.gif, Lebanon.gif, Lesotho.gif,
	  Liberia.gif, Libya.gif, Liechtenstein.gif, Lithuania.gif,
	  Luxemburg.gif, Macao.gif, Macedonia.gif, Madagascar.gif,
	  Malawi.gif, Malaysia.gif, Maldives.gif, Mali.gif, Malta.gif,
	  Marshall_Islands.gif, Martinique.gif, Mauritania.gif,
	  Mauritius.gif, Mayotte.gif, Mexico.gif, Moldova.gif, Monaco.gif,
	  Mongolia.gif, Montenegro.gif, Montserrat.gif, Morocco.gif,
	  Mozambique.gif, Myanmar.gif, Namibia.gif, Nauru.gif, Nepal.gif,
	  Netherlands.gif, Netherlands_Antilles.gif, New_Caledonia.gif,
	  New_Zealand.gif, Nicaragua.gif, Niger.gif, Nigeria.gif, Niue.gif,
	  None.gif, Norfolk_Island.gif, North_Korea.gif,
	  Northern_Mariana_Islands.gif, Norway.gif, Oman.gif, Other.gif,
	  Pakistan.gif, Palau.gif, Palestine.gif, Panama.gif,
	  Papua_New_Guinea.gif, Paraguay.gif, Peru.gif, Phillippines.gif,
	  Pitcairn.gif, Poland.gif, Portugal.gif, Puerto_Rico.gif,
	  Quatar.gif, Reunion.gif, Romania.gif, Russia.gif, Rwanda.gif,
	  Saint_Helena.gif, Saint_Kitts_and_Nevis.gif, Saint_Lucia.gif,
	  Saint_Pierre_and_Miquelon.gif, Samoa.gif, San_Marino.gif,
	  Sao_Tome_and_Principe.gif, Saudi_Arabia.gif, Senegal.gif,
	  Serbia.gif, Seychelles.gif, Sierra_Leone.gif, Singapore.gif,
	  Slovakia.gif, Slovenia.gif, Solomon_Islands.gif, Somalia.gif,
	  South_Africa.gif, South_Georgia_and_South_Sandwich_Islands.gif,
	  South_Korea.gif, Spain.gif, Sri_Lanka.gif,
	  St_Vincent_Grenadines.gif, Sudan.gif, Surinam.gif,
	  Svalbard_and_Jan_Mayen.gif, Swaziland.gif, Sweden.gif,
	  Switzerland.gif, Syria.gif, Taiwan.gif, Tajikistan.gif,
	  Tanzania.gif, Thailand.gif, Timor-Leste.gif, Togo.gif,
	  Tokelau.gif, Tonga.gif, Trinidad_Tobago.gif, Tunisia.gif,
	  Turkey.gif, Turkmenistan.gif, Turks_and_Caicos_Islands.gif,
	  Tuvalu.gif, US_Virgin_Islands.gif, Uganda.gif, Ukraine.gif,
	  United_Arab_Emirates.gif, United_Kingdom.gif, United_States.gif,
	  United_States_Minor_Outlying_Islands.gif, Uruguay.gif,
	  Uzbekistan.gif, Vanuatu.gif, Vatican.gif, Venezuela.gif,
	  Viet_Nam.gif, Wales.gif, Wallis_and_Futuna.gif,
	  Western_Sahara.gif, World.gif, Yemen.gif, Yugoslavia.gif,
	  Zambia.gif, Zimbabwe.gif, flagnames.php,
	  flagnames.php.~1.1.2.7.~: [FIX]flags: famfam flags

2007-02-08 19:08  sylvieg
	* img/flags/Cote_d_Ivoire.gif: duplicate

2007-02-07 18:28  lack
	* lib/Galaxia/src/ProcessManager/ProcessManager.php: Fixed 'Notice:
	  Undefined variable: mid' message which appears on a fresh install

2007-02-07 03:42  garygriffin
	* lib/rss/rsslib.php: Fix rss feeds with CDATA in link

2007-02-06 16:22  sylvieg
	* templates/: tiki-view_tracker.tpl, tiki-view_tracker_item.tpl:
	  [FIX]tracker: no country is displayed as an empty value and not
	  the none contry to be at the top of the drop down list

2007-02-05 20:20  marclaporte
	* lang/fr/language.php: enhancing French tranlsation

2007-02-04 18:37  lmoss
	* remote.php: Rollbacked backport that broke our Intertiki setup.
	  This backport is not necessary since validate_user() does not
	  return arrays in 1.9.

2007-02-02 19:55  sylvieg
	* lib/wiki-plugins/wikiplugin_tracker.php: [NEW]tracker plugin: New
	  param view=user to be able to create a user tracker (careful do
	  not work yet to edit a user tracker

2007-02-02 18:26  sylvieg
	* lib/userslib.php: [FIX]login: until the user is not validated,
	  his password is provPass

2007-02-02 11:58  luciash
	* db/tiki-1.9-sqlite.sql: [UPD] updated using
	  convertscripts/convertsqls.sh

2007-02-02 11:55  luciash
	* db/convertscripts/mysql3tosqlite.php: [FIX] SQLite: proper
	  PRIMARY KEY column type INTEGER (e.g. to allow creation of
	  autoincremented blogIds)

2007-02-01 22:07  franck
	* tiki-adminusers.php: [FIX]batch upload users: improve syntax
	  checking and record reading

2007-02-01 18:57  sylvieg
	* lib/trackers/trackerlib.php: oops

2007-02-01 17:18  sylvieg
	* lib/wiki-plugins/wikiplugin_tracker.php: some tuning on email
	  param

2007-02-01 17:09  sylvieg
	* lib/categories/categlib.php, tiki-admin_categories.php,
	  templates/tiki-admin_categories.tpl: [FIX]categ: forbid to create
	  a category with a name already existing at the level (it is
	  impossible to delete them after in the interface...)

2007-02-01 16:38  sylvieg
	* lib/webmail/tikimaillib.php: [FIX]mail: the return path was
	  incorrect - seems not to be used anyway

2007-01-31 23:53  sylvieg
	* lib/wiki-plugins/wikiplugin_tracker.php: [NEW]tracker: plugin
	  with no option email(see doc on doc.tw.org)

2007-01-31 22:53  sylvieg
	* lib/trackers/trackerlib.php: missing global

2007-01-31 22:41  sylvieg
	* templates/tiki-admin_trackers.tpl: [FIX]tracker: the explanation
	  for simplified email format was wrong

2007-01-31 20:26  sylvieg
	* lib/trackers/trackerlib.php: [MOD]tracker: 'simple' notification
	  tries to use the email of the item if exits for anomymous tracker
	  item creation

2007-01-31 20:22  luciash
	* templates/tiki-bot_bar.tpl: [ENH] make babelfish tpl inclusion
	  optional

2007-01-31 19:11  sylvieg
	* lib/trackers/trackerlib.php: [FIX]tracker: check only a min
	  (domain+syntax) on an email field as the complete check almost
	  never works

2007-01-31 17:57  sylvieg
	* lib/trackers/trackerlib.php: [FIX]tracker: avoid notice when
	  accessing user tracker for the first time

2007-01-31 17:28  sylvieg
	* templates/tiki-view_tracker_item.tpl: [FIX]tracker: select the
	  default value in a drop down list if the field value is empty

2007-01-31 16:52  sylvieg
	* tiki-switch_lang.php: [FIX]lang: take away the switchLang param
	  to be able to switch lang just after an url with a switchLang
	  param

2007-01-31 06:31  luciash
	* db/convertscripts/mysql3tosqlite.php: [FIX] more SQLite fixes

2007-01-31 03:17  franck
	* tiki-map_edit.php: [FIX] TikiMaps can load mapfile >8kB

2007-01-31 02:48  luciash
	* db/convertscripts/mysql3tosqlite.php: [FIX] SQLite *can* do DROP
	  TABLE IF EXISTS

2007-01-30 22:48  marclaporte
	* tiki-export_tracker.php: tiki_p_admin_trackers is sufficient to
	  export trackers

2007-01-30 18:01  sylvieg
	* tiki-view_tracker_item.php: oops: wrong fix

2007-01-30 16:16  sylvieg
	* tiki-view_tracker_item.php: [FIX]tracker: memo selected categs
	  instead of DB categs when edit an existing item tracker

2007-01-30 14:44  sylvieg
	* templates/tiki-view_tracker_item.tpl: [FIX]: tracker: still shown
	  an empty choice if drop down mandatory when comin from a user
	  tracker

2007-01-30 03:19  sylvieg
	* tiki-view_tracker_item.php: [FIX]tracker: when creating a user
	  tracker, add the minumal field(isHidden)from the pattern

2007-01-30 03:03  sylvieg
	* templates/tiki-view_tracker_item.tpl: [FIX]tracker: mandatory was
	  createdan empty field

2007-01-29 22:54  sylvieg
	* lib/userslib.php: [FIX]global must be with include

2007-01-29 22:48  sylvieg
	* lib/wiki-plugins/: wikiplugin_tracker.php,
	  wikiplugin_trackerlist.php: [FIX]global must be with include

2007-01-29 22:37  sylvieg
	* tiki-view_tracker.php: [FIX]global must be with include

2007-01-29 17:15  sylvieg
	* lib/filegals/filegallib.php: [MOD]fgal: error msg if open fails

2007-01-28 19:06  mose
	* templates/tiki-directory_admin_sites.tpl: [MOD] directory: added
	  link in admin view

2007-01-28 18:51  mose
	* tiki-directory_admin_sites.php,
	  templates/tiki-directory_admin_sites.tpl: [MOD] directory: added
	  a group-selection for delete several links at once

2007-01-26 18:47  sylvieg
	* lib/wiki-plugins/wikiplugin_group.php: [NEW]plugin group: new
	  param notgroups

2007-01-26 17:06  sylvieg
	* lib/wiki-plugins/wikiplugin_trackerfilter.php: [FIX]tracker:
	  delete duplicate in drop down for filter plugin

2007-01-26 16:57  sylvieg
	* lib/wiki-plugins/wikiplugin_tracker.php: [FIX]tracker: add an
	  empty option for a dropdown optional

2007-01-25 20:12  sylvieg
	* lib/trackers/trackerlib.php, templates/tiki-view_tracker.tpl:
	  [NEW]tracker: if a value is duplicated in a drop-down list, this
	  value becomes the default value for the dropdown list

2007-01-25 20:07  sylvieg
	* db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql,
	  tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync

2007-01-25 17:14  sylvieg
	* lang/fr/language.php: typo

2007-01-25 02:51  mose
	* lib/messu/messulib.php, messu-broadcast.php, messu-compose.php:
	  [FIX] usermessages: when sender email was not setup, user email
	  was used for mail sending. added a check on user preference
	  email_is_public to avoid privacy leak. also cleaned up some
	  unused methods

2007-01-24 20:17  sylvieg
	* lib/wiki-plugins/wikiplugin_tracker.php: [MOD]tracker: the categ
	  select all in plugin tracker too

2007-01-24 19:05  sylvieg
	* tiki-upload_file.php: [FIX]fgal: batch upload do not upload the
	  zip + backport file can be ended by ZIP

2007-01-24 18:39  sylvieg
	* lib/pclzip.lib.php: Upgrade pclzip lib to the latest 2.5

2007-01-23 22:46  luciash
	* lang/cs/language.php: [ENH] more translated strings for tiki
	  installer

2007-01-23 22:34  luciash
	* tiki-install.php: [ENH] better error message when failed to
	  rename tiki-install.php (TODO: display it via i18n strings tpl)

2007-01-23 21:02  luciash
	* styles/tikineat.css: [FIX] same look and feel for the buttons as
	  for the input type='submit'

2007-01-23 20:58  luciash
	* templates/tiki-install.tpl: [FIX] allowing translation of the
	  submit buttons while keeping their original values

2007-01-23 19:14  luciash
	* templates/tiki-install.tpl: [FIX] missing tr for help icon link
	  tooltip

2007-01-23 18:04  sylvieg
	* styles/tikineat.css, templates/tiki-view_tracker.tpl,
	  templates/tiki-view_tracker_item.tpl: [MOD]tracker: optional
	  'select all' for a category field (option:parentid,x,1|0 where 1
	  will show the checkbox) + class categSelectAll+before the categs
	  list

2007-01-23 18:00  luciash
	* lang/cs/language.php: [ENH] translated strings for tiki installer
	  (tiki-install.php?lang=cs)

2007-01-23 16:04  luciash
	* lang/fr/language.php, lang/de/language.php, lang/ca/language.php,
	  lang/fi/language.php, templates/tiki-admin_system.tpl: [FIX]
	  corrected spelling in tpl + originals in already translated
	  strings

2007-01-23 00:07  sylvieg
	* templates/: tiki-view_tracker.tpl, tiki-view_tracker_item.tpl:
	  [FIX]tracker: some malformed html in category table

2007-01-22 21:31  sylvieg
	* templates/tiki-view_tracker_item.tpl: [FIX]oops: smarty error

2007-01-22 18:36  sylvieg
	* templates/: tiki-view_tracker.tpl, tiki-view_tracker_item.tpl:
	  [MOD]tracker: 'select all' buttom in a category field input

2007-01-22 18:10  luciash
	* lang/cs/language.php: [ENH] some more translated strings to czech

2007-01-21 03:00  mose
	* templates/tiki-admin_newsletter_subscriptions.tpl,
	  tiki-admin_newsletter_subscriptions.php,
	  lib/newsletters/nllib.php: [MOD] newsletters: added a way to add
	  multiple email addresses at once

2007-01-18 19:09  sylvieg
	* lib/registration/registrationlib.php, tiki-register.php: [FIX]:
	  check email only syntax and domain (the connection to the server
	  almost never works

2007-01-18 17:08  sylvieg
	* tiki-view_tracker.php: oops: unifie with tiki-view_tracker_item:
	  tab=edit/view become show=view/mod

2007-01-18 17:00  sylvieg
	* templates/tiki-view_tracker_item.tpl: [FIX]tracker: clean the
	  categories display

2007-01-18 16:19  sylvieg
	* lib/categories/categlib.php: [MOD]tracker: translate categories
	  value

2007-01-18 16:09  sylvieg
	* lib/smarty_tiki/modifier.tr_if.php,
	  templates/tiki-plugin_trackerlist.tpl,
	  templates/tiki-view_tracker.tpl,
	  templates/tiki-view_tracker_item.tpl,
	  templates/wiki-plugins/wikiplugin_trackerfilter.tpl:
	  [MOD]tracker: translate drop down value

2007-01-17 23:29  sylvieg
	* templates/: tiki-view_tracker.tpl, tiki-view_tracker_item.tpl:
	  [MOD]tracker: some translation on drop-down values

2007-01-17 23:01  sylvieg
	* lib/wiki-plugins/wikiplugin_tracker.php: notice

2007-01-17 22:06  sylvieg
	* tiki-admin_tracker_fields.php, lib/trackers/trackerlib.php:
	  [FIX]tracker: do not translate the field name in admin fields

2007-01-17 21:58  sylvieg
	* lib/trackers/trackerlib.php: [MOD]tracker: translate tracker
	  label if multiligual is on

2007-01-17 21:33  sylvieg
	* tiki-listpages.php: [MOD]wiki: speed up list pages

2007-01-17 20:41  sylvieg
	* templates/wiki-discussion.tpl, tiki-setup.php, lib/init/tra.php:
	  [FIX]lang: when using wiki-discussion, the site lang was loaded
	  in  and not the user lang (the tra function with another lang
	  than the default does not work

2007-01-17 17:32  sylvieg
	* templates/tiki-view_tracker_item.tpl: [FIX]tracker: Do not show
	  non selected categories- if somebody wants an option, tell me

2007-01-17 17:23  sylvieg
	* tiki-setup.php: [FIX]lang: to be able to change lang even if you
	  can not change your pref

2007-01-17 16:36  sylvieg
	* templates/tiki-poll_results.tpl: [FIX]poll: avoid division by 0

2007-01-17 16:14  sylvieg
	* tiki-edit_translation.php: [FIX]translation: perm

2007-01-16 20:14  sylvieg
	* tiki-view_tracker_item.php: [FIX]tiki-view_tracker_item: when
	  error while editing, display edit tab

2007-01-16 18:43  sylvieg
	* tiki-view_tracker.php: [MOD]tracker: double cookitab by tab=view
	  or tab=edit for usability purpose

2007-01-16 17:18  sylvieg
	* lib/wiki-plugins/wikiplugin_split.php: [FIX]split: fixedsized=y
	  => px width - fixedsized=n => %width - %colsize => %width

2007-01-16 01:05  sylvieg
	* tiki-adminusers.php: dirty fix for the login pattern - must be a
	  pref....

2007-01-14 14:35  sylvieg
	* templates/tiki-newsletters.tpl: [MOD]newsletter: put the feedback
	  in an highlight box for usablity

2007-01-14 14:34  sylvieg
	* templates/tiki-admin_tracker_fields.tpl:  [FIX]tracker: to see
	  the param box of the textfield field the first time you display
	  the page

2007-01-14 14:32  sylvieg
	* tiki-view_tracker.php: [MOD]tracker: to be able to display the
	  insert tab by adding the param cookietab=2 in the url

2007-01-13 21:30  marclaporte
	* tiki-admin_rssmodules.php, templates/tiki-admin_rssmodules.tpl:
	  [mod] RSS Refresh rate: 1- Changed default to 30 minutes (like
	  1.10) 2- Removed the 1 minute value. This makes Tiki slow
	  (because Tiki is constantly refreshing the RSS) and causes
	  support requests. 5 minutes is a reasonable minimum.

2007-01-12 20:18  sylvieg
	* lib/webmail/htmlMimeMail.php: [FIX] Only variable references
	  should be returned by reference

2007-01-12 17:32  sylvieg
	* lib/smarty_tiki/function.phplayers.php: [FIX]phplayersMenu: to
	  avoid index.php in menu to be highlight in on tiki-idnex.php

2007-01-12 16:03  sylvieg
	* lib/smarty_tiki/function.phplayers.php: [FIX]plm: some tuning
	  around tiki-index.php and homepage

2007-01-12 00:44  sylvieg
	* lib/: tikilib.php, wiki-plugins/wikiplugin_articles.php:
	  [MOD]plugin articles: additional param lang

2007-01-11 17:13  sylvieg
	* tiki-edit_translation.php, templates/tiki-edit_translation.tpl:
	  [FIX]translation: locl perm for object + some cleaning

2007-01-11 02:38  fmk_ca
	* tiki-edit_article.php: Make sure  is used when deleting cached
	  image. Use article_image.php to display the image when editing an
	  article, rather than creating a copy in /tmp

2007-01-10 23:27  xavidp
	* lang/ca/language.php: a couple of newsletter strings translated

2007-01-10 22:51  sylvieg
	* lib/smarty_tiki/function.phplayers.php: stripos is php5...

2007-01-10 22:46  sylvieg
	* lib/smarty_tiki/function.phplayers.php: again...

2007-01-10 21:32  sylvieg
	* comments.php: [FIX]comment: oops from the previous commit

2007-01-10 21:27  xavidp
	* lang/ca/language.php: and a few more

2007-01-10 21:17  xavidp
	* lang/ca/language.php: some more strings

2007-01-10 20:26  sylvieg
	* lib/smarty_tiki/: function.phplayers.php: [FIX]phplayersmenus....

2007-01-10 20:20  sylvieg
	* lib/smarty_tiki/function.phplayers.php: [FIX]phplayersmenus....

2007-01-10 18:22  sylvieg
	* lib/smarty_tiki/function.phplayers.php: [MOD]phpLayersMenu:
	  hightlight the option who has the same url that the current one

2007-01-10 15:16  sylvieg
	* comments.php, lib/commentslib.php, templates/comments.tpl:
	  [FIX]forum post: Do not display the filter bar if no answer to
	  the topic + do not display message: 10,20... if less that 20
	  posts

2007-01-08 23:05  sylvieg
	* tiki-editpage.php, templates/tiki-editpage.tpl: [MOD]copyrights:
	  if a page has already copyrights notice and you have perm,
	  display a link to edit copyrights(to understand that in editpage
	  it is only add an additional notice

2007-01-08 22:10  sylvieg
	* copyrights.php: [FIX]Copyrights: the script can be called
	  directly

2007-01-07 22:33  sylvieg
	* templates/tiki-admin_tracker_fields.tpl: [FIX]tracker: hidden
	  field not correctly selected - backport 1.10

2007-01-06 01:40  marclaporte
	* templates/comment.tpl: [FIX] Forums: in Headers Only mode (which
	  is date & title), no need for author & message table header

2007-01-06 01:06  marclaporte
	* templates/comments.tpl: [FIX] Forums: do not show vote
	  information when voting is not activated in that forum.

2007-01-05 20:58  marclaporte
	* styles/codex.css: fix codex theme for phplayersmenu vertical menu
	  (can now be used without special parameter for the module)

2007-01-05 20:42  marclaporte
	* styles/tikineat.css: [FIX] Remove duplicate table width. This
	  makes Tiki forums look a lot better in IE (They now look that
	  same as Firefox & Opera

2007-01-05 20:30  marclaporte
	* styles/mozilla.css: fix mozilla theme for phplayersmenu vertical
	  menu

2007-01-05 20:21  marclaporte
	* styles/tikineat.css: [MOD] Made fonts in edit boxes larger and
	  easier to read

2007-01-05 20:19  marclaporte
	* styles/tikineat.css: [FIX]Fix phplayersmenu vertical for Firefox

2007-01-05 19:35  sylvieg
	* lib/trackers/trackerlib.php: [FIX]tracker: avoid notice if filter
	  on 'choose a filter'

2007-01-05 19:30  sylvieg
	* lib/trackers/trackerlib.php: [FIX]tracker: the field chosen for
	  initial filtering is the sort_mode field only if the field is
	  visible

2007-01-05 18:06  sylvieg
	* lib/wiki/wikilib.php: [FIX]group by has no asc, desc option

2007-01-05 18:05  sylvieg
	* lib/tikilib.php: [FIX] missing back quote

2007-01-05 17:42  sylvieg
	* lib/tikilib.php: [FIX]wiki syntax ((page||Page-Desc)) must
	  generate a title to the link Page-Desc and not ))Page-Desc((

2007-01-05 14:27  sylvieg
	* tiki-view_forum.php: [FIX]forum: avoid sql error if forumId is
	  incorrect

2007-01-05 09:47  marclaporte
	* styles/dblue.css: fix dblue theme for phplayersmenu vertical menu

2007-01-05 09:27  marclaporte
	* styles/codex.css: fix codex theme for phplayersmenu vertical menu

2007-01-05 09:04  marclaporte
	* styles/boreal.css: fix boreal theme for phplayersmenu vertical
	  menu

2007-01-05 08:54  marclaporte
	* styles/bluegreen.css: fix bluegreen theme for phplayersmenu

2007-01-04 18:14  sylvieg
	* lib/: trackers/trackerlib.php,
	  wiki-plugins/wikiplugin_tracker.php: cvs info

2007-01-04 16:57  sylvieg
	* tiki-view_tracker.php: [FIX]tracker: stronger sort_mode

2007-01-04 15:59  marclaporte
	* setup_smarty.php: Changing Smarty use of subdirectory (for cache)
	  to always be false. This provides broader compatibility with
	  various web host setups. Make sure to clear your templates_c
	  after any Tiki upgrade, but especially this one.

2007-01-03 23:09  sylvieg
	* lib/wiki-plugins/wikiplugin_trackerlist.php: [FIX]pluginfilter:
	  filterfield can be an array

2007-01-02 23:15  mose
	* lang/fa/language.php: [MOD] lang farsi: timedout.net finished
	  translation

2006-12-29 03:22  marclaporte
	* templates/tiki-gmap_usermap.tpl: [FIX] Google user map now works
	  with Internet Explorer. Thank you Eidolon77 :
	  http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=22521

2006-12-28 07:25  mose
	* lib/userslib.php: [MOD] auth: removed HTTP_ACCEPT_CHARSET from
	  cookie matching as some browsers don't provide it

2006-12-27 12:01  marclaporte
	* templates/: comment.tpl, comments.tpl: [FIX] Forums: do not show
	  vote information when voting is not activated in that forum.

2006-12-27 11:55  marclaporte
	* templates/tiki-view_forum_thread.tpl: [FIX] forum poster should
	  not vote on his own post

2006-12-27 11:23  marclaporte
	* templates/tiki-view_forum.tpl: typo:made clearer what was
	  commented

2006-12-27 04:18  marclaporte
	* lib/wiki-plugins/wikiplugin_skype.php: [FIX] typo

2006-12-27 04:07  marclaporte
	* lib/wiki-plugins/wikiplugin_flash.php: [ENH] now default values
	  for width, height & quality if they are not set

2006-12-27 03:54  marclaporte
	* lib/wiki-plugins/wikiplugin_flash.php: [FIX] now possible to set
	  quality of Flash plugin

2006-12-27 02:43  marclaporte
	* styles/olive-red.css: removed unused jukebox styles

2006-12-26 18:36  mose
	* lang/: langmapping.php, fa/index.php, fa/language.php: [NEW]
	  farsi translation, provided by timedout.net

2006-12-26 17:54  mose
	* tiki-file_gallery_rss.php: [FIX] filegal: typo

2006-12-26 17:47  mose
	* tiki-tracker_rss.php: [FIX] trackers: made rss respect trackers
	  perms

2006-12-26 17:44  mose
	* tiki-image_gallery_rss.php: [FIX] imagegal: made rss respect
	  imagegal perms

2006-12-26 17:42  mose
	* tiki-file_gallery_rss.php: [FIX] filegal: made rss respect
	  filegal perms

2006-12-26 17:33  mose
	* tiki-articles_rss.php: [FIX] articles: made rss respect topic
	  perms

2006-12-26 17:31  mose
	* tiki-forum_rss.php: [FIX] forums: rss MUST respect permissions,
	  damnit

2006-12-23 22:35  mose
	* templates/tiki-admin_layout.tpl: [FIX] layouts: missing end of
	  form element (backport)

2006-12-22 23:39  mose
	* lib/blogs/bloglib.php: [KIL] blogs: inhibited trackback because
	  using snoopy

2006-12-21 04:57  mose
	* lib/smarty_tiki/block.tikimodule.php, styles/tikineat.css,
	  templates/module.tpl, templates/modules/user_module.tpl: [MOD]
	  modules: added an optional parameter overflow=y specialy for
	  phplm in ie. z-index still to be fixed in firefox

2006-12-20 22:45  marclaporte
	* templates/tiki-edit_translation.tpl: [MOD] showing first 80
	  characters in translation panel (instead of 40)

2006-12-20 19:45  mose
	* tiki-setup_base.php, tiki-login.php, lib/userslib.php: [MOD]
	  auth: changed the way remember-me cookie is generated and
	  handled, with a stronger system

2006-12-20 18:24  sylvieg
	* tiki-file_galleries.php: [FIX]fgal: missing include

2006-12-20 05:55  marclaporte
	* styles/tikineat.css: rollback changes. So modules are now clean
	  as they were before but vertical phplayersmenus in modules are
	  broken

2006-12-20 04:53  mose
	* styles/bluegreen.css, styles/codex.css, styles/dblue.css,
	  styles/default.css, styles/default2.css, styles/elegant.css,
	  styles/mose.css, templates/tiki.tpl,
	  templates/styles/mose/tiki-top_bar.tpl, styles/smartiki.css,
	  styles/subsilver.css, styles/tceti.css, styles/tikigod.css,
	  styles/tikineat.css, styles/tranquil.css, styles/trollparty.css:
	  [FIX] styles: fixing padding of centercolumn so icons don't get
	  under right column on ie

2006-12-20 02:54  mose
	* styles/tikineat.css: [FIX] tikineat: why hide overflow in column
	  ? it changes column width and don't look good at all

2006-12-20 02:33  mose
	* tiki-login.php: [FIX] auth: typo

2006-12-20 02:19  mose
	* tiki-login.php, lib/userslib.php: [FIX] users: made userlib and
	  intertiki respect login pattern

2006-12-20 02:01  mose
	* tiki-adminusers.php: [FIX] users: made adminusers respect login
	  pattern

2006-12-20 01:51  mose
	* tiki-register.php, tiki-setup_base.php: [FIX] register: fixed
	  pattern for username check

2006-12-19 10:47  mose
	* lib/userslib.php: [FIX] auth: fix on min pass length check

2006-12-19 02:52  mose
	* lib/init/tra.php: [FIX] lang: missing file for translation
	  function

2006-12-19 00:04  franck
	* tiki-setup_base.php, lib/smarty_tiki/block.tr.php: [ADD]
	  Backported the possibility to have a custom.php language file

2006-12-18 16:18  sylvieg
	* tiki-directory_validate_sites.php: [FIX]directory: take away the
	  confirm step in multiple delete (because the confirm step does
	  not work if you do not give all the params in the url... and url
	  have a limitted length

2006-12-18 00:01  mose
	* lib/userslib.php: [FIX] auth: missing global var

2006-12-16 19:41  sylvieg
	* tiki-editpage.php: oops trace

2006-12-15 20:04  sylvieg
	* lib/tikilib.php, tiki-poll_results.php,
	  templates/tiki-poll_results.tpl: [MOD]poll: an admin can see who
	  votes what + average if the option title begins with a numeric

2006-12-15 19:54  sylvieg
	* templates/tiki-editpage.tpl: a missing tr

2006-12-15 16:17  sylvieg
	* lib/trackers/trackerlib.php, tiki-view_tracker.php,
	  templates/tiki-view_tracker.tpl: [FIX]tracker: on the initial
	  line says on which field the initial is + the field is the
	  sort_mode field is textual(text field, textarea, email) or the
	  first main textual field

2006-12-14 22:01  sylvieg
	* tiki-view_tracker.php, lib/trackers/trackerlib.php: [FIX]tracker:
	  backport from 1.10, items list pagination was broken

2006-12-14 20:25  sylvieg
	* tiki-view_tracker.php: oops

2006-12-14 18:22  sylvieg
	* tiki-view_tracker.php, templates/tiki-admin_trackers.tpl,
	  lib/wiki-plugins/wikiplugin_trackerlist.php: [MOD]tracker:
	  backport for dev.tw, sort items on created and lastModif

2006-12-14 18:19  sylvieg
	* categorize_list.php: [FIX]categ: side effect in the last categ
	  fix

2006-12-14 16:45  sylvieg
	* tiki-admin_include_wiki.php, tiki-setup.php, lib/tikilib.php,
	  templates/tiki-admin-include-wiki.tpl: [FIX]history: new option
	  to keep all the histories and not create a history only if data,
	  desc, comment change (ex: if somebody was only changing categ or
	  poll, the last edit that could have been important was lost)

2006-12-11 19:20  sylvieg
	* tiki-editpage.php, lib/tikilib.php: [FIX]list pages: if do not
	  show links, backlinks, versions, do not fetch the info in the
	  database (save 3 queries for each displayed page

2006-12-10 17:29  ohertel
	* remote.php: [sec] intertiki fix backport

2006-12-09 05:48  gregmartin
	* lib/wiki-plugins-dist/wikiplugin_bloglist.php: Corrected
	  incorrect variable reference in line 26.  Reference to
	  $res[blogId] should be $Id

2006-12-09 00:15  sylvieg
	* db/tiki.sql: [FIX]speed: missing key to speed up

2006-12-09 00:09  sylvieg
	* db/tiki_1.8to1.9.sql: [FIX]speed: missing key to speed up

2006-12-06 23:56  marclaporte
	* tiki-editpage.php, templates/tiki-editpage.tpl: [MOD] When
	  editing a wiki page, only available languages are now offered, as
	  managed at tiki-admin.php?page=i18n

2006-12-05 18:56  sylvieg
	* templates/tiki-admin_notifications.tpl: [MOD]notif: display a
	  warnong if the site sender email is not set (mail will be
	  considered as spam generally)

2006-11-29 01:28  fr_rodo
	* tiki-view_tracker.php: [NEW] add sequential auto-increment number

2006-11-28 11:54  fr_rodo
	* tiki-pagination.php: [FIX] bug in certain circumstances

2006-11-27 17:32  marclaporte
	* templates/tiki-assignuser.tpl: [FIX] assign users to groups: made
	  intertiki slavemode message not displayed if intertiki feature is
	  off

2006-11-27 16:23  mose
	* templates/tiki-adminusers.tpl: [FIX] adminusers: made intertiki
	  slavemode message not displayed if intertiki feature is off

2006-11-27 16:19  mose
	* lib/userslib.php: [FIX] made login validation respect the minimum
	  password length defined in admin login panel

2006-11-25 22:36  mose
	* templates/tiki-page_bar.tpl: [FIX] no, we don't want those links
	  here, there are already too much of them

2006-11-25 22:31  lmoss
	* templates/tiki-page_bar.tpl: Added admin buttons

2006-11-25 22:19  lmoss
	* templates/modules/mod-last_articles.tpl: i18n fix

2006-11-25 22:14  lmoss
	* templates/modules/mod-last_articles.tpl: Add topic ID and type to
	  link to article list

2006-11-25 22:04  lmoss
	* tiki-list_gallery.php: Do not show image gallery if it is
	  categorized and the user does not have viewing permissions for
	  the category

2006-11-25 22:00  lmoss
	* tiki-file_galleries.php: Do not show file gallery if it is
	  categorized and the user does not have viewing permissions for
	  the category

2006-11-25 21:54  lmoss
	* tiki-edit_image.php: Removed category admin code that was not yet
	  ready for commit

2006-11-25 21:49  lmoss
	* tiki-edit_image.php: Do not show image if the gallery is
	  categorized and the user does not have viewing permissions for
	  the category

2006-11-25 20:08  lmoss
	* tiki-live_support_message.php: Bug fix: Non-existant template was
	  called

2006-11-25 19:50  lmoss
	* lib/tikilib.php: Bug fix: timezone sometimes reverted to GMT when
	  editing calendar events. See:
	  http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=536

2006-11-25 19:19  lmoss
	* tiki-browse_categories.php: Make sure that users can only see
	  categories for which they have permissions

2006-11-25 19:11  lmoss
	* lib/tikiticketlib.php: Bug fix: variable had two names
	  (confirmationaction and confirmaction)



----------------------------------------------------------------------
Version 1.9.7
<http://tikiwiki.org/ReleaseProcess197>
------------------

2006-11-25 15:58  mose
	* db/tiki-secdb_1.9_mysql.sql: [REL] updated secdb

2006-11-25 15:41  mose
	* styles/tikineat.css: [FIX] jscalendar: fixed style for better
	  display of the button

2006-11-25 15:32  mose
	* templates/tiki-view_tracker.tpl: [FIX] trackers: backported fixes
	  for jscalendar display

2006-11-23 22:56  marclaporte
	* templates/tiki-view_tracker_item.tpl: information (name, comment,
	  version and description) about files attached to trackers was not
	  visible in file listing

2006-11-23 14:33  sylvieg
	* lang/fr/language.php: translation update

2006-11-23 02:23  franck
	* tiki-list_articles.php, templates/tiki-list_articles.tpl: [MOD]
	  Can find articles by categories

2006-11-23 02:07  franck
	* lib/: calendar/calendarlib.php,
	  wiki-plugins/wikiplugin_events.php: [MOD] EVENTS wikiplugin to
	  use with tiki calendar

2006-11-23 02:02  franck
	* lib/wiki-plugins/wikiplugin_rss.php: [MOD] multiple RSS in the
	  wikiplugin

2006-11-23 01:51  franck
	* lib/wiki-plugins/wikiplugin_rss.php: [MOD] multiple RSS in the
	  wikiplugin

2006-11-22 03:13  lmoss
	* categorize_list.php: Show only categories for which the user has
	  permissions

2006-11-21 16:56  marclaporte
	* templates/tiki-browse_gallery.tpl: [FIX] correct the link to the
	  user information

2006-11-21 16:23  mose
	* tiki-setup_base.php: [SEC] stronger protection against js
	  injection

2006-11-21 05:48  franck
	* lib/wiki-plugins/wikiplugin_events.php: [FIX] events wikiplugin

2006-11-21 05:48  franck
	* lib/wiki-plugins/wikiplugin_events.php: file
	  wikiplugin_events.php was added on branch BRANCH-1-9 on
	  2006-11-23 01:07:09 +0000

2006-11-21 00:52  franck
	* lib/wiki-plugins/wikiplugin_events.php: [Feature]
	  Events(calendar) list wiki plugin

2006-11-20 08:46  josefgc
	* lang/langmapping.php: Added gl language

2006-11-20 08:39  josefgc
	* lang/gl/: index.php, language.php: Galician language files

2006-11-19 14:29  mose
	* README, templates/tiki-top_bar.tpl,
	  templates/styles/neat/tiki-top_bar.tpl,
	  templates/styles/simple/tiki-top_bar.tpl: [MOD] incremented
	  version number

2006-11-19 13:03  mose
	* styles/smartiki.css, templates/styles/smartiki/tiki.tpl: [MOD]
	  smartiki theme improvement

2006-11-16 14:56  mose
	* tiki-setup_base.php: [SEC] more power even, for the javascript
	  shield

2006-11-15 20:40  sylvieg
	* lib/userslib.php: [FIX]:user - rename user was missing
	  lastUserModif in tiki_files

2006-11-15 15:18  sylvieg
	* tiki-setup.php, lib/userslib.php: [FIX]ldap: the stupid rename
	  was not done everywhere. DO NOT DO rename only for pretty reason
	  in 1.9

2006-11-15 12:08  mose
	* tiki-setup_base.php: [SEC] strengthening javascript shield

2006-11-12 23:45  sylvieg
	* lang/fr/language.php: rollback: please do not run get_strings if
	  you do not plan to translate

2006-11-12 18:28  sampaioprimo
	* lang/: ar/language.php, ca/language.php, cn/language.php,
	  cs/language.php, da/language.php, de/language.php,
	  el/language.php, en/language.php, en-uk/language.php,
	  es/language.php, fi/language.php, fr/language.php,
	  he/language.php, hr/language.php, hu/language.php,
	  it/language.php, ja/language.php, ko/language.php,
	  nl/language.php, no/language.php, pl/language.php,
	  pt/language.php, pt-br/language.php, ru/language.php,
	  sb/language.php, sk/language.php, sr/language.php,
	  sr-latn/language.php, sv/language.php, tv/language.php,
	  tw/language.php, uk/language.php: update language.php files using
	  get_strings.php script

2006-11-12 00:09  sylvieg
	* tiki-view_tracker.php: [FIX]tracker: field1 hidden, field2
	  mandatory, field3 madatory, save only with filed3 value. the
	  error pannel will put field3 value in field3 and not field2

2006-11-10 23:08  sylvieg
	* tiki-import_tracker.php: [FIX]tracker: export perm is
	  tiki_p_admin_trackers and not tiki_p_admin

2006-11-10 17:27  sylvieg
	* lib/tikilib.php: [FIX]perm: a tiki_p_admin can see all the
	  options of the menu even if assigned to another group

2006-11-10 04:06  mose
	* tiki-register.php: [SEC] added a minimal check on email for new
	  registration, even if check is not requested in prefs, to avoid
	  notification-spam

2006-11-09 21:10  mose
	* lib/pear/CMD.php: [KIL] removed unused file

2006-11-09 17:23  mose
	* tiki-admin_include_intertiki.php,
	  templates/tiki-admin-include-intertiki.tpl: [FIX] admin panel was
	  not working properly, it should now (especially the
	  tiki_preferences checkbox)

2006-11-08 19:52  mose
	* lib/tikilib.php, tiki-login.php: [FIX] enabled logins to accept @
	  even when using intertiki slave mode

2006-11-07 23:07  xavidp
	* lang/ca/language.php: a few more strings translated


----------------------------------------------------------------------
Version 1.9.6
<http://tikiwiki.org/ReleaseProcess196>
------------------

2006-11-06 02:36  mose
	* styles/smartiki.css (BRANCH-1-9): minor style improvement

2006-11-05 18:27  mose
	* tiki-setup_base.php (BRANCH-1-9): adapted filter for url var, as
	  url can be relative

2006-11-05 18:25  mose
	* fixperms.sh (BRANCH-1-9): synced list of dirs with setup.sh

2006-11-05 10:32  mose
	* tiki-setup_base.php (BRANCH-1-9): avoiding error when highlight
	  is an array (cannot happen)

2006-11-05 10:08  mose
	* tiki-setup_base.php (BRANCH-1-9): better security against XSS

2006-11-03 15:34  sylvieg
	* tiki-setup_base.php (BRANCH-1-9): username can be empty (come
	  from the admin login box)

2006-11-03 06:12  sampaioprimo
	* templates/tiki-edit_help.tpl (BRANCH-1-9): the command ...page...
	  should not be translated on wiki help

2006-11-02 19:37  sylvieg
	* lib/tikidblib.php (BRANCH-1-9): do not reveal a part of the path
	  if error

2006-11-02 15:35  sylvieg
	* messu-archive.php, messu-mailbox.php, messu-sent.php,
	  tiki-admin_banning.php, tiki-admin_calendars.php,
	  tiki-admin_categories.php, tiki-admin_chart_items.php,
	  tiki-admin_charts.php, tiki-admin_chat.php,
	  tiki-admin_content_templates.php, tiki-admin_cookies.php,
	  tiki-admin_drawings.php, tiki-admin_dsn.php,
	  tiki-admin_external_wikis.php, tiki-admin_forums.php,
	  tiki-admin_hotwords.php, tiki-admin_html_page_content.php,
	  tiki-admin_html_pages.php, tiki-admin_include_trackers.php,
	  tiki-admin_include_wikiatt.php, tiki-admin_menu_options.php,
	  tiki-admin_menus.php, tiki-admin_newsletter_subscriptions.php,
	  tiki-admin_newsletters.php, tiki-admin_notifications.php,
	  tiki-admin_polls.php, tiki-admin_quicktags.php,
	  tiki-admin_rssmodules.php, tiki-admin_shoutbox_words.php,
	  tiki-admin_structures.php, tiki-admin_survey_questions.php,
	  tiki-admin_surveys.php, tiki-admin_tracker_fields.php,
	  tiki-admin_trackers.php, tiki-admingroups.php,
	  tiki-adminusers.php, tiki-assignpermission.php,
	  tiki-assignuser.php, tiki-browse_categories.php,
	  tiki-browse_gallery.php, tiki-browse_image.php, tiki-charts.php,
	  tiki-directory_add_site.php, tiki-directory_admin_categories.php,
	  tiki-directory_admin_related.php, tiki-directory_admin_sites.php,
	  tiki-directory_browse.php, tiki-directory_ranking.php,
	  tiki-directory_search.php, tiki-directory_validate_sites.php,
	  tiki-edit_programmed_content.php, tiki-edit_question_options.php,
	  tiki-edit_quiz.php, tiki-edit_quiz_questions.php,
	  tiki-edit_quiz_results.php, tiki-eph.php, tiki-eph_admin.php,
	  tiki-faq_questions.php, tiki-file_galleries.php,
	  tiki-forum_queue.php, tiki-forums.php, tiki-forums_reported.php,
	  tiki-friends.php, tiki-g-admin_graph.php,
	  tiki-g-admin_processes.php, tiki-g-admin_roles.php,
	  tiki-g-monitor_activities.php, tiki-g-monitor_instances.php,
	  tiki-g-monitor_processes.php, tiki-g-monitor_workitems.php,
	  tiki-g-user_activities.php, tiki-g-user_instances.php,
	  tiki-g-user_processes.php, tiki-galleries.php,
	  tiki-lastchanges.php, tiki-list_articles.php,
	  tiki-list_banners.php, tiki-list_blogs.php, tiki-list_cache.php,
	  tiki-list_contents.php, tiki-list_faqs.php,
	  tiki-list_file_gallery.php, tiki-list_gallery.php,
	  tiki-list_posts.php, tiki-list_quizzes.php,
	  tiki-list_submissions.php, tiki-list_surveys.php,
	  tiki-list_trackers.php, tiki-list_users.php, tiki-listpages.php,
	  tiki-live_support_transcripts.php, tiki-minical.php,
	  tiki-my_tiki.php, tiki-newsletter_archives.php,
	  tiki-newsletters.php, tiki-newsreader_servers.php,
	  tiki-notepad_list.php, tiki-old_polls.php, tiki-orphan_pages.php,
	  tiki-quiz_stats.php, tiki-quiz_stats_quiz.php,
	  tiki-received_articles.php, tiki-received_pages.php,
	  tiki-referer_stats.php, tiki-search_stats.php,
	  tiki-send_newsletters.php, tiki-sheets.php, tiki-shoutbox.php,
	  tiki-survey_stats.php, tiki-survey_stats_survey.php,
	  tiki-syslog.php, tiki-theme_control.php,
	  tiki-theme_control_objects.php, tiki-userfiles.php,
	  tiki-usermenu.php, tiki-view_articles.php, tiki-view_blog.php,
	  tiki-view_faq.php, tiki-view_tracker.php,
	  tiki-view_tracker_item.php, tiki-webmail.php,
	  tiki-webmail_contacts.php (BRANCH-1-9): rollback - the url
	  doesn't be longer only to deal with error

2006-11-02 00:44  mose
	* lib/wiki-plugins/wikiplugin_box.php (BRANCH-1-9): removed a extra
	  parsing unneeded in wikiplugin

2006-11-01 23:54  sylvieg
	* messu-archive.php, messu-mailbox.php, messu-sent.php,
	  tiki-admin_banning.php, tiki-admin_calendars.php,
	  tiki-admin_categories.php, tiki-admin_chart_items.php,
	  tiki-admin_charts.php, tiki-admin_chat.php,
	  tiki-admin_content_templates.php, tiki-admin_cookies.php,
	  tiki-admin_drawings.php, tiki-admin_dsn.php,
	  tiki-admin_external_wikis.php, tiki-admin_forums.php,
	  tiki-admin_hotwords.php, tiki-admin_html_page_content.php,
	  tiki-admin_html_pages.php, tiki-admin_include_trackers.php,
	  tiki-admin_include_wikiatt.php, tiki-admin_menu_options.php,
	  tiki-admin_menus.php, tiki-admin_newsletter_subscriptions.php,
	  tiki-admin_newsletters.php, tiki-admin_notifications.php,
	  tiki-admin_polls.php, tiki-admin_quicktags.php,
	  tiki-admin_rssmodules.php, tiki-admin_shoutbox_words.php,
	  tiki-admin_structures.php, tiki-admin_survey_questions.php,
	  tiki-admin_surveys.php, tiki-admin_tracker_fields.php,
	  tiki-admin_trackers.php, tiki-admingroups.php,
	  tiki-adminusers.php, tiki-assignpermission.php,
	  tiki-assignuser.php, tiki-browse_categories.php,
	  tiki-browse_gallery.php, tiki-browse_image.php, tiki-charts.php,
	  tiki-directory_add_site.php, tiki-directory_admin_categories.php,
	  tiki-directory_admin_related.php, tiki-directory_admin_sites.php,
	  tiki-directory_browse.php, tiki-directory_ranking.php,
	  tiki-directory_search.php, tiki-directory_validate_sites.php,
	  tiki-edit_programmed_content.php, tiki-edit_question_options.php,
	  tiki-edit_quiz.php, tiki-edit_quiz_questions.php,
	  tiki-edit_quiz_results.php, tiki-eph.php, tiki-eph_admin.php,
	  tiki-faq_questions.php, tiki-file_galleries.php,
	  tiki-forum_queue.php, tiki-forums.php, tiki-forums_reported.php,
	  tiki-friends.php, tiki-g-admin_graph.php,
	  tiki-g-admin_processes.php, tiki-g-admin_roles.php,
	  tiki-g-monitor_activities.php, tiki-g-monitor_instances.php,
	  tiki-g-monitor_processes.php, tiki-g-monitor_workitems.php,
	  tiki-g-user_activities.php, tiki-g-user_instances.php,
	  tiki-g-user_processes.php, tiki-galleries.php,
	  tiki-lastchanges.php, tiki-list_articles.php,
	  tiki-list_banners.php, tiki-list_blogs.php, tiki-list_cache.php,
	  tiki-list_contents.php, tiki-list_faqs.php,
	  tiki-list_file_gallery.php, tiki-list_gallery.php,
	  tiki-list_posts.php, tiki-list_quizzes.php,
	  tiki-list_submissions.php, tiki-list_surveys.php,
	  tiki-list_trackers.php, tiki-list_users.php, tiki-listpages.php,
	  tiki-live_support_transcripts.php, tiki-minical.php,
	  tiki-my_tiki.php, tiki-newsletter_archives.php,
	  tiki-newsletters.php, tiki-newsreader_servers.php,
	  tiki-notepad_list.php, tiki-old_polls.php, tiki-orphan_pages.php,
	  tiki-quiz_stats.php, tiki-quiz_stats_quiz.php,
	  tiki-received_articles.php, tiki-received_pages.php,
	  tiki-referer_stats.php, tiki-search_stats.php,
	  tiki-send_newsletters.php, tiki-sheets.php, tiki-shoutbox.php,
	  tiki-survey_stats.php, tiki-survey_stats_survey.php,
	  tiki-syslog.php, tiki-theme_control.php,
	  tiki-theme_control_objects.php, tiki-userfiles.php,
	  tiki-usermenu.php, tiki-view_articles.php, tiki-view_blog.php,
	  tiki-view_faq.php, tiki-view_tracker.php,
	  tiki-view_tracker_item.php, tiki-webmail.php,
	  tiki-webmail_contacts.php, db/tiki-1.9-mysql.sql,
	  db/tiki-1.9-oci8.sql, db/tiki-1.9-pgsql.sql,
	  db/tiki-1.9-sqlite.sql, db/tiki-1.9-sybase.sql, db/tiki.sql
	  (BRANCH-1-9): change isset to empty for sort_mode

2006-11-01 22:09  ohertel
	* lib/tikidblib.php (BRANCH-1-9): [fix] removed debug code

2006-11-01 21:48  ohertel
	* tiki-setup_base.php (BRANCH-1-9): [sec] type check improvement
	  (empty parameters), cleanup

2006-11-01 18:40  ohertel
	* tiki-setup_base.php (BRANCH-1-9): [sec] security fix: fix for XSS
	  mentioned in
	  http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&offset=0&sort_mode=lastModif_desc&itemId=927

2006-11-01 18:33  ohertel
	* tiki-setup_base.php (BRANCH-1-9): [sec] security fix: let's have
	  at least 1 character for type checked variables, as empty
	  variables are typeless and we don't want them anyway. fixes
	  http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&offset=0&sort_mode=lastModif_desc&itemId=927

2006-10-31 23:47  sampaioprimo
	* lib/tikilib.php (BRANCH-1-9): [FIX] image uploaded from wiki
	  wasn't displayed if it has quote in the sintax and feature wiki
	  allow html = y

2006-10-31 22:36  marclaporte
	* lang/fr/language.php (BRANCH-1-9): better expression

2006-10-31 01:02  marclaporte
	* templates/tiki-admin-include-login.tpl (BRANCH-1-9): fix doc link

2006-10-30 21:43  xavidp
	* lang/ca/language.php (BRANCH-1-9): a few more strings translated

2006-10-30 10:08  xavidp
	* lib/smarty_tiki/function.menu.php (BRANCH-1-9): patched by jreyes
	  to allow longer menu names (workspaces)

2006-10-27 18:18  mose
	* lib/wiki-plugins/wikiplugin_trackerlist.php (BRANCH-1-9): [FIX]
	  proper display of number of attachments in trackerlist wikiplugin

2006-10-25 16:22  sylvieg
	* templates/tiki-list_file_gallery.tpl (BRANCH-1-9): some center
	  align

2006-10-24 23:45  sylvieg
	* templates/tiki-list_file_gallery.tpl (BRANCH-1-9): split each
	  info in different columns to be able to sort each column

2006-10-23 17:08  sylvieg
	* tiki-view_tracker.php (BRANCH-1-9): OOPs let a trace

2006-10-23 15:57  sylvieg
	* tiki-view_tracker.php (BRANCH-1-9): a message if the trackerId is
	  set but incorrect

2006-10-23 15:54  sylvieg
	* categorize_list.php (BRANCH-1-9): include categ only if feature
	  active

2006-10-23 15:53  sylvieg
	* tiki-admin_trackers.php (BRANCH-1-9): trackers were badly
	  categorized and were shown if the categ gave no perm

2006-10-22 18:16  mose
	* doc/devtools/tikimerge.sh (BRANCH-1-9): warning, mergers :
	  changed the name of the moving tag because the old one have been
	  borked

2006-10-22 17:35  cfreeze
	* lib/bablotron.php (BRANCH-1-9): Make spell checking work for
	  words that have different case than that in the dictionary

2006-10-22 06:16  cfreeze
	* lib/pear/Auth/: Auth.php, index.php, Container/LDAP.php
	  (BRANCH-1-9): Added missing Auth.php file.  Should complete
	  upgrade of new PEAR::Auth module.

	  For using IMAP and Courier, the following settings worked for me.

	  Set authentication method to "Tiki and PEAR Auth" Check "Create
	  user if not in Tiki" Uncheck "Create user if not in Auth" Set
	  "Auth Type" to IMAP Set the Host and Port to your IMAP server Set
	  the IMAP BaseDSN to "/imap/notls" if not using SSL, or
	  "/imap/ssl" if using SSL

2006-10-21 22:01  mose
	* tiki-admin_include_login.php, tiki-setup.php,
	  db/tiki-1.9-mysql.sql, db/tiki-1.9-oci8.sql,
	  db/tiki-1.9-pgsql.sql, db/tiki-1.9-sqlite.sql,
	  db/tiki-1.9-sybase.sql, db/tiki.sql, db/tiki_1.8to1.9.sql,
	  db/profiles/default-inserts.sql, lib/userslib.php,
	  templates/tiki-admin-include-login.tpl, lib/pear/Auth/Auth.php,
	  lib/pear/Auth/index.php, lib/pear/Auth/Container/LDAP.php
	  (BRANCH-1-9): auth improvement including pear-auth upgrade for
	  security reasons (involving ldap auth), and possible auth against
	  pop/imap server via that lib as well, brought to you by cfreeze

2006-10-21 21:31  mose
	* doc/devtools/myspell_dic_2_tikiWiki_sql.pl (BRANCH-1-9): changed
	  dict script generation to accept words with quotes

2006-10-21 14:23  mose
	* lib/wiki/wikilib.php (BRANCH-1-9): added notification when a file
	  is attached to a watched wiki page

2006-10-19 21:25  awolfff
	* tiki-download_file.php (BRANCH-1-9): NEW: tiki-download_file can
	  now retrieve a file by name from a file gallery. Parameters:
	  galleryId and name

2006-10-19 21:20  awolfff
	* lib/tikilib.php (BRANCH-1-9): NEW: added new function
	  get_file_by_name to get the most recent version of a file with a
	  given name from a given file gallery.  NEW: added maxdepth=<num>
	  to {toc} to control the maximum depth of the toc to be generated.

2006-10-19 21:14  awolfff
	* lib/structures/structlib.php (BRANCH-1-9): NEW: extended get_toc
	  and fetch_toc to handle the maxdepth of the toc to be generated.

2006-10-19 20:43  awolfff
	* show_image.php (BRANCH-1-9): NEW: if called with a galleryId
	  only, a random picture of the gallery is chosen.

2006-10-19 20:29  awolfff
	* lib/wiki-plugins/wikiplugin_sql.php (BRANCH-1-9): FIX: Empty
	  passwords in a DSN confused the parser. Now checking for empty
	  password.

2006-10-19 12:51  xavidp
	* lang/ca/language.php (BRANCH-1-9): some more strings

2006-10-19 02:36  mose
	* tiki-wiki_rss.php (BRANCH-1-9): fixed again the rss behaviour
	  with wiki when no diff is requested

2006-10-18 21:59  sylvieg
	* lib/wiki-plugins/wikiplugin_trackerlist.php (BRANCH-1-9): to
	  avoid multiple trackerlist on the same page

2006-10-18 21:11  xavidp
	* lang/ca/language.php (BRANCH-1-9): install strings translated

2006-10-18 21:08  xavidp
	* templates/tiki-install.tpl (BRANCH-1-9): 2 strings were missing
	  (tr tags added now)

2006-10-18 20:30  sylvieg
	* lib/wiki-plugins/wikiplugin_trackerlist.php (BRANCH-1-9): an
	  error message is filterfield is incorrect

2006-10-18 19:59  xavidp
	* templates/tiki-install.tpl (BRANCH-1-9): added tr tags to allow
	  install strings in other languages (thanks sylvie)

2006-10-18 19:59  sylvieg
	* lib/trackers/trackerlib.php (BRANCH-1-9): a global xxxlib  must
	  have an include ( situation often needs for tracker)

2006-10-18 16:58  luciash
	* htaccess.sh (BRANCH-1-9): [FIX] activate/deactivate tiki root
	  .htaccess too (backport from HEAD)

2006-10-18 13:30  xavidp
	* lang/ca/language.php (BRANCH-1-9): some new admin strings
	  translated

2006-10-18 04:09  marclaporte
	* lang/: no/language.php, pl/language.php, pt/language.php,
	  pt-br/language.php, ru/language.php, sk/language.php,
	  sr/language.php, sr-latn/language.php, sv/language.php,
	  tv/language.php, tw/language.php, uk/language.php (BRANCH-1-9):
	  missing .sh

2006-10-18 04:06  marclaporte
	* lang/: es/language.php, en-uk/language.php, it/language.php,
	  ar/language.php, ca/language.php, cn/language.php,
	  cs/language.php, da/language.php, de/language.php,
	  el/language.php, en/language.php, fi/language.php,
	  he/language.php, hr/language.php, hu/language.php,
	  ja/language.php, ko/language.php, nl/language.php (BRANCH-1-9):
	  missing .sh

2006-10-18 00:55  marclaporte
	* templates/tiki-mods.tpl (BRANCH-1-9): missing .sh

2006-10-18 00:51  marclaporte
	* lang/fr/language.php (BRANCH-1-9): issing .sh in instructions

2006-10-17 02:07  mose
	* lib/trackers/trackerlib.php (BRANCH-1-9): fixed item link field
	  type and cache issue (thx sean)

2006-10-16 20:50  sylvieg
	* templates/tiki-assignpermission.tpl (BRANCH-1-9): missing escape
	  for group name with special chars

2006-10-16 20:10  sylvieg
	* tiki-directory_redirect.php (BRANCH-1-9): do not redirect for a
	  non validated site

2006-10-16 15:36  sylvieg
	* lib/tikilib.php (BRANCH-1-9): avoid a notice

2006-10-16 15:19  sylvieg
	* lib/tikilib.php (BRANCH-1-9): avoid a notice

2006-10-16 00:40  sylvieg
	* lang/fr/language.php (BRANCH-1-9): some more

2006-10-15 21:16  xavidp
	* lang/ca/language.php (BRANCH-1-9): a few more strings translated

2006-10-13 21:04  xavidp
	* lang/ca/language.php (BRANCH-1-9): a few more strings I forgot
	  previously from admin screens

2006-10-13 15:39  sylvieg
	* tiki-install.php (BRANCH-1-9): possibilty to add a param
	  tiki-install.php?lang=ca - next step add the {tr}

2006-10-13 11:16  xavidp
	* lang/ca/language.php (BRANCH-1-9): some new strings translated
	  (some admin interfaces, tips, etc.)

2006-10-09 21:05  marclaporte
	* tiki-pagepermissions.php (BRANCH-1-9): alphabetical sort of group
	  names is nicer

2006-10-06 16:02  sylvieg
	* lib/trackers/trackerlib.php (BRANCH-1-9): backport 1.9

2006-09-27 20:22  sylvieg
	* styles/transitions/1.8to1.9.css (BRANCH-1-9): imgs are  a step
	  above

2006-09-27 12:54  sylvieg
	* lib/wiki-plugins/wikiplugin_titlesearch.php (BRANCH-1-9):
	  list_pages is in tikilib

2006-09-27 12:42  xavidp
	* db/tiki_1.8to1.9.sql (BRANCH-1-9): removed actions of creating
	  and deleting tiki_project* tables

2006-09-27 12:24  xavidp
	* _htaccess (BRANCH-1-9): removed references to workspaces

2006-09-27 11:41  xavidp
	* _htaccess (BRANCH-1-9): added entries for workspaces

2006-09-26 15:11  sylvieg
	* lib/search/: refresh-functions.php, refresh.php (BRANCH-1-9):
	  global search functions

2006-09-26 14:00  luciash
	* tiki-browse_categories.php (BRANCH-1-9): [FIX] removed duplicate
	  CVS header

2006-09-26 12:56  luciash
	* templates/header.tpl (BRANCH-1-9): [FIX] removed duplicate js
	  block

2006-09-26 11:45  makenai
	* tiki-setup_base.php (BRANCH-1-9): Fix for updating lastlogin
	  information for users when using website authorization

2006-09-26 06:23  marclaporte
	* tiki-calendars_rss.php (BRANCH-1-9): typo reported on IRC by
	  Makenai

2006-09-25 21:15  sylvieg
	* templates/poll.tpl (BRANCH-1-9): highlight also in poll view div
	  the user vote

2006-09-23 21:17  mose
	* tiki-wiki_rss.php (BRANCH-1-9): fixed rss to make optional the
	  link to the diff (default go to page)

2006-09-19 19:39  ohertel
	* tiki-setup_base.php (BRANCH-1-9): [fix] less restrict
	  typechecking on 'type', not only used in galaxia

2006-09-19 16:36  ohertel
	* lib/: feedcreator/feedcreator.class.php, rss/rsslib.php
	  (BRANCH-1-9): [mod] added simply style 0.9 RDF feed for old style
	  rss feeds (e.g. Object Desktop Silica RSS Reader), use ?ver=a or
	  or ?ver=RSS0.9

2006-09-19 03:38  ohertel
	* tiki-setup_base.php (BRANCH-1-9): [sec] security fix (type check)

2006-09-19 02:25  ohertel
	* lib/Galaxia/src/ProcessManager/ProcessManager.php,
	  tiki-g-admin_processes.php, tiki-setup_base.php (BRANCH-1-9):
	  [sec] security fix (type check), typo fixed

2006-09-19 00:49  ohertel
	* tiki-calendars_rss.php, tiki-tracker_rss.php (BRANCH-1-9): [fix]
	  misc fixes on rss feeds (visibility, speed, general bugs, cache),
	  caching time configurable now

2006-09-19 00:43  ohertel
	* tiki-admin_include_rss.php, tiki-articles_rss.php,
	  tiki-blog_rss.php, tiki-blogs_rss.php, tiki-directories_rss.php,
	  tiki-directory_rss.php, tiki-file_galleries_rss.php,
	  tiki-file_gallery_rss.php, tiki-forum_rss.php,
	  tiki-forums_rss.php, tiki-image_galleries_rss.php,
	  tiki-image_gallery_rss.php, tiki-map_rss.php, tiki-setup.php,
	  tiki-wiki_rss.php, lib/rss/rsslib.php,
	  templates/tiki-admin-include-rss.tpl, lang/de/language.php
	  (BRANCH-1-9): [fix] misc fixes on rss feeds (visibility, speed,
	  general bugs, cache), caching time configurable now

2006-09-18 19:30  sylvieg
	* templates/tiki-editpage.tpl (BRANCH-1-9): not to recreate the
	  poll each time you edit a page with a poll

2006-09-18 19:26  sylvieg
	* lib/categories/categlib.php (BRANCH-1-9): must keep the
	  tiki_categorized object when removing categorization because poll
	  can use it

2006-09-18 15:37  sylvieg
	* templates/tiki-listpages.tpl (BRANCH-1-9): syntax error

2006-09-16 14:16  ohertel
	* templates/modules/mod-random_images.tpl (BRANCH-1-9): [fix]
	  random image thumbnail should be centered and have no border

2006-09-16 02:58  mose
	* lib/smarty_tiki/outputfilter.highlight.php (BRANCH-1-9): still
	  not perfect highlight regexp, but this one is not buggy at least

2006-09-16 01:10  mose
	* lib/smarty_tiki/outputfilter.highlight.php (BRANCH-1-9): cleaned
	  dirtiness and maybe fixed the onmouseover regexp in highlight

2006-09-15 22:23  mose
	* lib/smarty_tiki/outputfilter.highlight.php (BRANCH-1-9): dirty
	  fix, onmouseover is still not saved from highlight, but at least
	  user popup do not break now

2006-09-15 22:06  sylvieg
	* tiki-login.php (BRANCH-1-9): when you log in from
	  tiki-login_validate do not go back in this page because the
	  password has been changed and you will have an error

2006-09-15 19:31  mose
	* templates/tiki-calendar.tpl (BRANCH-1-9): fixed link to calendar
	  item from list view

2006-09-15 15:52  sylvieg
	* lib/smarty_tiki/function.phplayers.php,
	  tiki-browse_categories.php (BRANCH-1-9): a phplayer icon
	  tree_expand_corner_first.png was in another directory - it
	  changes the look but at least the logs are not filled

2006-09-15 15:19  sylvieg
	* lib/notifications/notificationemaillib.php (BRANCH-1-9): the
	  outbound url was bad for a topic post

2006-09-14 18:27  sylvieg
	* lib/trackers/trackerlib.php (BRANCH-1-9): filter can have
	  multiple category filters

2006-09-13 19:39  ohertel
	* tiki-admin_include_metatags.php,
	  templates/tiki-admin-include-metatags.tpl (BRANCH-1-9): [fix] fix
	  for collision between global metatag setting and setting for that
	  specific page (robots: noindex, nofollow set for admin pages)

2006-09-13 17:58  sylvieg
	* tiki-view_tracker_item.php (BRANCH-1-9): some confusion with perm
	  between closed and pending

2006-09-13 15:57  sylvieg
	* lib/wiki-plugins/wikiplugin_category.php (BRANCH-1-9): fix help
	  on sub

2006-09-11 15:43  sylvieg
	* lib/shoutbox/shoutboxlib.php (BRANCH-1-9): instead of not being
	  able to post 2 times the same message/same user in shoutbox,
	  update the timestamp... (ex: message hellp or post). Perhaps the
	  solution is to controlled timing?

2006-09-10 20:06  ohertel
	* templates/styles/moreneat/tiki.tpl (BRANCH-1-9): rollback of
	  toggg edit: the page bar is hardcoded into
	  templates/moreneat/tiki-show_page.tpl, with those lines you just
	  doubled the comments zone

2006-09-10 07:44  toggg
	* templates/styles/moreneat/tiki.tpl (BRANCH-1-9): Get wiki help
	  button in there

2006-09-09 11:43  ohertel
	* styles/: olive-blue.css, olive-red.css, olive.css (BRANCH-1-9):
	  move away external link icon from text

2006-09-09 11:41  ohertel
	* styles/moreneat.css (BRANCH-1-9): fix: content killing the border

2006-09-08 13:04  sylvieg
	* lib/wiki/wikilib.php (BRANCH-1-9): limit a little bit the bug, if
	  you delete an attachment, the file is deleted only if no more
	  referenced - BUT it does not solve the problem that a
	  filedownloaded with the same name than an already attached file
	  in another page erased the olf file

2006-09-08 10:51  sylvieg
	* lib/wiki-plugins/wikiplugin_attach.php (BRANCH-1-9): use also the
	  filename extension to show the icon as it is done in attachment
	  list

2006-09-07 19:24  sylvieg
	* templates/tiki-editpage.tpl (BRANCH-1-9): add a name on the form
	  to be able to do javascript on the form

2006-09-06 17:04  wesleywillians
	* templates/tiki-view_blog_post.tpl (BRANCH-1-9): [MOD] Adding
	  title to blog's post

2006-09-06 13:40  sylvieg
	* tiki-download_item_attachment.php (BRANCH-1-9): if the attached
	  file doesn't exist for some errors, out a message in the download
	  instead of a php error



Version 1.9.5
<http://tikiwiki.org/ReleaseProcess195>
------------------

[SEC] Security: fix in tiki-editpage.php
[SEC] Security: fixes in jhot.php
[SEC] Security: Parameter highlight may not countain & , " , ' , < or >
[SEC] Security: Script htaccess.sh for dis/enabling .htaccess files
[FIX] Avoid some messages due to undefined variables
[FIX] Tracker: fixed tracker data import when no status indicated in csv
[FIX] Trackers: check we have a right image handle before taking its info
[FIX] Avoid notice and insert message case id xxx does not exist in {rss id=xxx}
[FIX] Optional 's' for $groupHome protocol as https://... ,correct the
      https: goup home case for logout too
[FIX] Installer shows memory limit warning
[FIX] No more take offset from cookies
[FIX] Image Gallery: Check we have a right image handle before taking its info
[FIX] Image Gallery: Strengthen get_one_image_from_disk() to refuse non image data
[FIX] Image Gallery: Check and get image sizes even if .gif or no
      imagecreatefromstring()
[FIX] Image Gallery: All files are now checked against being right images
[FIX] Image Gallery: Double link to image gallery when returning from edit
[FIX] Image Gallery: Get optional thumbnail image size so it works if same scale
      as thumbs scale from gallery
[FIX] Image Gallery: Double link to image gallery when returning from edit
[FIX] Image Gallery: Use gallery's default for image scale or sort order
      if none in browse and show images
[FIX] Image Gallery: Image permissions
[FIX] Image Gallery: Navigation / scale control in image browsing
[FIX] Image Gallery: Once image gallery saved, avoid double create link display
[FIX] Image Gallery: small change in images batch upload to respect name
      order in batch
[FIX] Keep menus wide open if javascript or cookies not allowed
[FIX] Styles: Simple style fixes for PLM and other enhancements
[FIX] Tiki-index_p.php: typo feature_wiki_usrlock
[FIX] Blogs: Trackback pings for blog posts accepted only if the feature
      blog is enabled
[FIX] Blogs: Secured and fixed blogs trackback pings display
[FIX] Wikiplugin snarf: don't change line feeds in <br />
[FIX] Wikiplugin code: uses proper <br />
[FIX] mk_profile.sh: accepts optionals backticks around table names,
      better autodoc
[FIX] Module quick_edit: fixed collision with edit article: 'heading'
      used in both of them, thus preventing 'heading' showing up in
      edit article, if you have quick_edit module activated
[FIX] Admin/login: fixing 1 day bug & adding more options
[FIX] pcllib: removed call by reference to functions
[FIX] Broken links to documentation
[FIX] Some fixes in display of country flag
[FIX] Galaxia: conformed to db abstract
[FIX] Wiki RSS Feed: avoid sql error, show whole file for new wiki pages,
      cleanup of output in rss data
[FIX] Wiki: fixed undefined 'index' variable in page history
[FIX] Wikiplugin TrackerFilter: fix sort and pagination
[FIX] Wikiplugin Trackerlist: several fixes
[MOD] Smarty updated to 2.6.14
[MOD] Modules allow user to create a module without title and display error
      message if no name or data is given to a new module
[MOD] Trackers: add the fulltext index for tracker search with mysql
[MOD] Trackers: many fixes and enhancements
[MOD] change in the message body messu-compose to messu-mailbox to be
      directly in the mailbox when notification from the message box
[MOD] Some clean up and organization on wiki help
[MOD] Trackers: added a new optional behaviour for isHidden field
      type, to make hidden fields only editable by tracker admin
      but still visible to modifier
[MOD] Admin survey questions: longer options field and hint box for
      multiple answer questions where to places those answers
[MOD] at least yahoo and google ignore our robots.txt entries completely,
      so we set META ROBOTS tags on all pages we don't want indexed/followed.
      Thats all admin/submit/print/rename/remove/send pages and pages that
      will make search box go wild (categories, lengthy lists, calendar, ...)
[MOD] Hide MultiTiki info when not in use 
[MOD] lang/de, lang/ca, lang/pt-br, lang/fr updates
[MOD] Edit article: allow to preselect categories when creating a new
      article, like this:
      /tiki-edit_article.php?cat_categories[]=1&cat_categorize=on for
      category '1'
[MOD] Plugins: Extended div wikiplugin to accept justify text align
[MOD] Blogs: Possibility to delete blog post level trackback pings
[MOD] Changed behaviour for description label when no desc is provided
[MOD] Enables relative url for group home as http:tiki-xxx.php...
      (no double slash after ":" )
[MOD] Enables included php to ask extra external js
[MOD] Image slideshow in page , controlled by feature slideshow in admin
      image galleries
[MOD] Images slideshow preloads images and works autonomous when
      cycle complete
[MOD] Images galleries links simplified, only scalesize controls the scale
      (0=original size)
[MOD] Images galleries controls enhanced
[MOD] Update to latest version of PhpLayersMenu (3.2.0-rc)
[MOD] New files (copy for Tiki for modifications) to prevent overriding
      of original files of the PLM package
[MOD] Calendar: added categories support for theme control purpose
[MOD] Imagegal: added a way in admin panel to move images from db
      to filesystem
[MOD] Users: added an option to have new users accept internal messages
      by default
[MOD] Users: switch on receiving internal messages by default
[MOD] Blogs: Added feature/allow blogs trackback pings enabling general and
      on a blog basis
[MOD] Blogs: View blogs post refactored
[MOD] Clearer install & upgrade intructions. Moving 1.7.x stuff to a wiki
      page. Add information about secdb
[NEW] Plugins: Skype plugin to create a clickable link to call or chat
      with a Skype user

Version 1.9.4
<http://tikiwiki.org/ReleaseProcess194>
------------------

[MOD] cms: added an option for availability of print option in cms
[NEW] google-map: new feature, used for usermap and self-location
[FIX] polls: changed polls admin access permission to be distinct from
      admin one
[MOD] user: added an option to remove all pages from user when deleting user
[NEW] trackers: new export page in csv format
[FIX] trackers: made filter work with categ field type
[FIX] trackers: fixed trackers to accept zero when a numeric field type
      is mandatory
[FIX] galaxia: added a check for name of start activity
[FIX] maps: freeing now image memory after request to avoid bloating
[FIX] cms: fixed db commpat for print view (reads->nbreads)
[FIX] newsletter: set up the from address to default from when sending
      newsletter
[MOD] multi: added $local_php and $multi optional vars for geeks only
[SEC] several vars added to sanitization to avoid cross-site scripting
[FIX] devtools: improved sqlupgrade script for when password includes a quote 
[MOD] lang: major improvement of finnish translation
[MOD] lang: update of de, fr, it
[MOD] wiki: changed lock icon
[FIX] wiki: made sorting respect find filter
[MOD] pear: replaced clone() by cloneNode() because reserved in some recent php
[MOD] styles: improvement of mose.css style
[MOD] styles: improvement of trollparty.css style
[FIX] html: made alternate link displayed only if perms ok
[FIX] tabs: fixed cycle with a reset
-[DB] added 3 perms and 1 pref
[FIX] Enables download of file galery 's files bigger than 2MB


Version 1.9.3.1
<http://tikiwiki.org/ReleaseProcess193>
- 04/30/2006
------------------

[FIX] PHP Notice: Only variable references should be returned by reference
      in /lib/adodb/adodb.inc.php on line 2797 - ohertel
[FIX] basic profile: Notice: unserialize(): Error at offset 23 of 27 bytes
      in /tikiwiki-1.9.3/tiki-modules.php on line 67 - ohertel
[FIX] MD5 values for tiki secdb - ohertel
[FIX] What-you-see-is-what-you-can-access fix: a not accessable feature is
      hidden - marclaporte
[FIX] trackers: get the right number of items - sylvie
[MOD] update fr translation - sylvie
[MOD] trackers: give the possibility to move the fields more
      than 1 step - sylvie
[MOD] another crosslink feature -> documentation - marclaporte
[MOD] default_wiki_diff_style: minsidediff - marclaporte
[MOD] some features disabled by default: feature_wiki_export,
      feature_galleries, feature_help, feature_multilingual,
      feature_user_watches_translations, feature_dump,
      feature_view_tpl - marclaporte

Version 1.9.3
<http://tikiwiki.org/ReleaseProcess193>
- 04/29/2006
------------------
[FIX] fix of multiple layout and translation issues - various authors
[FIX] '... but need admin validation:' must work even if 'Validate users
      by email:' is not checked - sylvie
[FIX] admin user: multiple actions on a page other than the first
      one - sylvie
[FIX] article: category kept at approval - sylvie
[FIX] blog: blog pagination - sylvie
[FIX] blog: find now finds also in post title - sylvie
[FIX] blog: reset blog activity if activity too old at each blog post - sylvie
[FIX] bookmark: replace split space in link with <br /> - sylvie
[FIX] category: anon can edit categorized pages - redflo
[FIX] category: browse category on image show up images - sylvie
[FIX] category: display category name for a deep category browse - sylvie
[FIX] cleanups for php 5 compatibility - various authors
[FIX] comment: all comments shown after a post - sylvie
[FIX] forum: new post subject set after a post - sylvie
[FIX] gallery: check object perm - sylvie
[FIX] group: a non admin user can also assign a user to one of his groups if
      he has tiki_p_admin_users - sylvie
[FIX] group: can use username or groupname with the character & in
      assign group - sylvie
[FIX] group: respect perm in tiki_p_admin_user and not tiki_p_admin on
      multiple actions in admin user - sylvie
[FIX] image: current gallery selected in the gallery choice - sylvie
[FIX] image: system gallery images are not shown in last_images modules if
      no gallery is selected - sylvie
[FIX] jscalendar: spanish utf8 calendar - sylvie
[FIX] login: user home page considered at login - sylvie
[FIX] module since_last_visit_new: faqs are displayed - sylvie
[FIX] module since_last_visit_new: fix list index unknown for a comment in
      image gallery - sylvie
[FIX] multilingual: switch lang on default homepage (+bl param with
      value) - sylvie
[FIX] neat.css: upload image in a page - sylvie
[FIX] newsletter: cleanup outgoing newsletter templates - marclaporte
[FIX] newsletter: more perm checking on archived newsletters - sylvie
[FIX] parsing: to be able to have plugin param with a & - sylvie
[FIX] plugin article: respect perms - sylvie
[FIX] plugin wantedpages: accept site settings for dashes in WikiWords.
      Possible filtering of output to get rid of
      "rubbish page names" - markusvk
[FIX] prefer get_user_default_homepage to get_user_preference homePage - ang23
[FIX] quiz: avoid some notices if store quiz results on + error if attachment
      empty - (sylvie)
[FIX] search: do no search if no search words are given - sylvie
[FIX] securing adodb for postgres - mose
[FIX] setup.sh: Use filesystem acls instead of sgid or 777 mode is much
      more safe - redflo
[FIX] template: anon can view/edit templates - ohertel
[FIX] template: can edit in some case + can save only for the style - sylvie
[FIX] tiki search: include wiki page name like in fulltext search and the file
      data extracted by the command associated to the type - sylvie
[FIX] tiki search: when refreshing fix an undefined dcslib + attach
      warning - sylvie
[FIX] tracker plugin: category - sylvie
[FIX] tracker plugin: highlight name of fields with error - sylvie
[FIX] tracker: better support for special character or string (ex: xml) in
      textarea field - sylvie
[FIX] tracker: mandatory category - sylvie
[FIX] tracker: fix notification message header for gmail server for long
      update notif and comment notificaton - sylvie
[FIX] tracker: fixed bugged for () loop that prevented non-admin users from
      updating certain fields values - lorfds
[FIX] tracker: image in tracker plugin - sylvie
[FIX] tracker: main item value displayed in the window title - sylvie
[FIX] tracker: mandatory fields in trackers - rv540
[FIX] tracker: sort the country names in a country field - sylvie
[FIX] tracker: to be able to have 2 category fields in a tracker - sylvie
[FIX] user: admin can change prefs of the third tab - sylvie
[FIX] user: batch load can not add a user to a group the current user has
      if only tiki_p_admin_user and not tiki_p_admin perm is set - sylvie
[FIX] wiki: backlink: respect perms - sylvie
[FIX] wiki: don't show edit buttom if looking at a user page of
      another user - sylvie
[FIX] wiki: don't show the edit buttom when looking at another user's
      userpage - sylvie
[FIX] wiki: download wiki file respects individual perms on a page - sylvie
[FIX] wiki: force server readable perm for img upload - sylvie
[FIX] wiki: highlight name of fields with error - sylvie
[FIX] wiki: if 'display the title' is on and breadcrumb feature off, the
      title must be displayed - sylvie
[FIX] wiki: if ask for a userpage is not yet created go to tiki-editpage
      instead of displaying an invalid page - sylvie
[FIX] wiki: likepage: respect perms - sylvie
[FIX] wiki: page creators are admin of their pages + tiki_p_admin_wiki
      back for editpage - sylvie
[FIX] wiki: watch on 'page change' works again - ohertel
[FIX] wiki: the page named UserPage redirects to the user's UserPage if
      possible - sylvie
[FIX] wiki: wiki discussion now redirects to the same thread for 2 users
      with different languages - sylvie
[FIX] xhtml: <br/> transformed into <br /> - damian
[MOD] added &reg; to special character table - sylvieg
[MOD] added link to [http://dev.tikiwiki.org/tiki-index.php
      ?page=Features|evaluation of each feature] to inform about
      maturity of features - ohertel
[MOD] CAS: note about a required lib installtion on admin/login - ohertel
[MOD] cleanup and improvement of robots.txt - various authors
[MOD] groups/permissions: 'levels' hidden by default - ohertel
[MOD] groups/permissions: show all permissions by default - marclaporte
[MOD] install: added some notes to the installation page tiki-install about
      memory reqirements and more
[MOD] lang: nearly complete finnish translation - hartsa
[MOD] lang: several updates to de/ca/fr - ohertel/xavidp/sylvie/jmaspons
[MOD] many new 'tip' boxed on several pages - marclaporte/ohertel
[MOD] mods: hacked to allow chmodding files to 644 on servers with suphp
      security installed (for instance: ourproject.org, where edu.tw.o is
      installed) - xavidp
[MOD] most admin pages are accessable from tiki-admin.php
      now - marclaporte/ohertel
[MOD] note in tiki-backup section that it's better to use mysqldump or
      phpmyadmin - ohertel
[MOD] param my to last_image_galleries module to limit the
      user's gallery - sylvie
[MOD] removing users from groups -> directly from user listing.
      dev.two #503 - marclaporte
[MOD] tracker: a button to increment the field position from a field
      to the end - sylvie
[MOD] tracker: added tracker filter for category plugin - mose
[MOD] wiki: page renames are monitored with watch on page change - ohertel
[NEW] calendar: RSS feed for upcoming events from calendar:
      [tiki-calendars_rss.php?ver=2] - ohertel 
[NEW] intertiki: use the user db of one tiki for several tiki
      installations - mose
[NEW] perl script to recover wiki data from google cache in case you
      lose data - lfagundes
[NEW] plugin: html tag plugin TAG - sylvie
[NEW] smarty: simple smarty plugin function.count.php for return the
      count of a var - mose
[NEW] switchlang param in the url changes the language - sylvie
[NEW] wiki: new table of contents, wikipedia style: {maketoc:table} - ohertel
[NEW] wiki: search & replace feature - sampaioprimo

Version 1.9.2
<http://tikiwiki.org/ReleaseProcess192>
- 10/30/2005
------------------
[FIX] Added alt text to menu folders to enable browsing with image downloads
disabled in your browser - Damian
[FIX] Fixed a regression with "...but requires admin approval" registration type
- mdavey
[FIX] wiki: Fix the closing / in an openning tag ex:~np~{ARTICLE(id=1)/}~/np~ -
sylvie
[FIX] wiki: http: and www. follows the same rule (icon+new frame) than
~np~[http]~/np~ - sylvie
[FIX] wiki: fix preview in history on a page using ~np~ {file} ~/np~ plugin -
sylvie
[FIX] calendar: calendar is not created anymore with 3 special perms - sylvie
[FIX] calendar: filter button is always displayed even if only one calendar -
sylvie
[FIX] tracker: translate country name in a country field - sylvie
[FIX] wiki: can't edit a page if its belongs to a category you don't have perm -
sylvie
[FIX] tracker: mandatory scrolling list doesn't propose an empty value - sylvie
[FIX] plugin: snarf allows the text body without been the html tag body - sylvie
[FIX] plugin: category new option value sort=shuffle mose) new option one to
display one categ per line - sylvie
[FIX] wiki: ~np~<img src="img/wiki_up/xx.gif">~/np~ fixed in article - sylvie
[FIX] wiki: fix my pages in My Tiki by adding the pages where I am not the last
editor - sylvie
[FIX] remind password message: fix url - sylvie
[FIX] WYSIWYCA regarding tiki_p_vote_poll - amette
[FIX] When no cookies, menus are now wide unfolded, if javascript, by first
close, all will fold
[FIX] Return and passing by reference for PHP4.4.0 and PHP5 - mose amette
[FIX] Import wiki pages put back in service
[FIX] Edit trackers status (messed with list option status) - digao
[FIX] html_entity_decode(), floatval() for PHP4 compatibility
[FIX] 2 WikiWords separated by an unique space should link
[FIX] Fix non closing ~np~ ~np~ ~pp~ or <pre> ~/np~, when the closing miss,
takes up to the end (as considering the closing tag is put at the end)
[FIX] Initial condition whith where for search articles
[FIX] Undefined offset: 0 in multitiki:
lib/notifications/notificationemaillib.php
[FIX] Various warnings in searchlib
[FIX] Refactored output filter highlight, no more memory overflow
[FIX] Refactored wikiplugins help loading by edit (1 MBytes saved)
[FIX] Module ephemerides fatal error (Call to a member function on a non-object)
[FIX] Warning when tracker empty removed
[FIX] Proper $groupHome URL if running Tiki in SSL
[FIX] HawHaw PHP5 compatibility - Norbert Huffschmid, amette
[FIX] Plugin WANTEDPAGES ignore pages separated by "+"
[FIX] Removed dead code for gender-feature - luciash
[FIX] Parse trackers textarea the same as wiki pages
[FIX] When using admin validation for new account registration requests, users
are informed by email when their account is activated. - luciash
[FIX] performance optimisation in category admin, orphan pages, stats - sylvie
[FIX] remove unused images a little less greedy - sylvie
[FIX] users upload batch: some improvment and errors messages - sylvie
[FIX] forum: the list has always the same number of forums whatever the perms
are - sylvie
[FIX] wiki: page name with special characters browseable in categories - sylvie
[FIX] forum perms are distinguish from comments perms - sylvie
[FIX] since_last_visit_new module checks for object perms - sylvie
[FIX] ranking checks for object perms - sylvie
[FIX] calendar: tighter perm when accessing calendar item - sylvie
[FIX] forum plain style doesn't display while lines - sylvie
[FIX] forum: a post just after a post delete is no more lost - sylvie
[FIX] forum: keep topic order, comment view param when going next/previous topic
- sylvie
[FIX] forum: lots of permission fixes - sylvie, rv540
[FIX] mods directory gets taken into account by fixperms.sh - mose
[FIX] Messu: Allow messages from other users is by default Yes - digao
[FIX] calendar: Calendars were created with perms only for registered - sylvie
[FIX] tracker: fixed a bug, that let you only vote, when you had the same
language set as the one enabling rating for the tracker - amette
[FIX] RSS: removed tiki-atom.php, it's unused - amette
[FIX] more reliable way to determine admin's email in Contact Us - mdavey
[FIX] fixed download of tracker attachments - lfagundes
[FIX] wiki: editpage urlencodes pagenames - sylvie
[FIX] wiki: undefined templates if wiki templates not set - sylvie
[FIX] wiki: editpage checks category permissions - sylvie
[FIX] imagegal: System Gallery accessible with PHP > 4.1 - amette
[FIX] imagegal: Better GalleryId-check and other fixes - redflo
[FIX] maps: layer manager gets shown by default and various fixes - Franck
[FIX] myTiki: pages, where one is not the last editor, get shown, too - sylvie
[FIX] calendar: tiki_p_admin_calendar is sufficient for admining calendar -
amette
[FIX] wiki: corrected path for pdf-lib - luciash
[FIX] xmlrpc: performance boost for listing pages in send wiki pages and show
number of articles as it is shown later - sylvie
[FIX] xmlrpc: use the new Pear xmlrpc lib in tiki-send_objects.php - amette
[FIX] removed link to tw.o on site unavailable error page - mose
[FIX] tracker: images can be removed from trackers - rv540
[FIX] MySQL 4.1 compatibility - mose
[FIX] index in database for speeding up article-queries - mose
[FIX] PostgreSQL compatibility functions for max() and right()
[FIX] tracker: added icon as placeholder, when no image in image field - rv540,
yoni
[FIX] fixes and more translated words in catalan - xavidp
[FIX] corrected typo in german translation - amette
[FIX] corrections to french translation - sylvie, marclaporte
[FIX] more translated strings in Hungarian - ang
[FIX] more translated strings in Norwegian - gunnarre
[FIX] more translated strings in Brazilian - lfagundes, digao
[FIX] more translated strings in Russian - dimaz
[FIX] fixed blog post for non admin - sylvie
[FIX] database Oracle/PostgreSQL compat, added backticks to query colinmo
[FIX] PostgreSQL compatibility, replaced last_insert_id() - mdavey, mo0co0
[FIX] calendar: fixed a bug, that was listing upcoming events since 1969 -
thenano
[FIX] calendar: upcoming events sorts start_asc instead of desc - fmathias
[FIX] hawhaw: tiki doesn't need to be on the server root no more - sylvie
[FIX] mods: fixed the case when list is not existing at install - mose
[FIX] PostgreSQL compat - Edgar Holleis, sylvie
[FIX] PHP 4.4 compat issue fixed - atooni, mose
[FIX] fix bug, that made function find_exact_all() mix up trackers and files -
amette
[FIX] sheets: added SUMIF function - lfagundes
[FIX] Smarty upgraded to 2.6.10 - mose
[FIX] wellformed XHTML in structure-tocs - ang
[FIX] surveys: fixed a bug, that messed up the user defined order when having
multiple options - rv540
[FIX] tracker: fixed array-initialization bug with mirror table trackers - rv540
[FIX] wiki: only available plugins get used for building wiki-plugin-help
[FIX] wiki: CODE-plugin - optional RTL-param now and displays text by default
LTR - luciash
[FIX] wiki: moved risky plugins to dist
[FIX] wiki: QUOTE-plugin - was missing EXTR_SKIP - sylvie
[FIX] wiki: SNARF-plugin - allows <div id='tbody' - khinckley, sylvie
[FIX] wiki: SPLIT-plugin - more browser-independent - Patrick Allard,
marclaporte
[FIX] wiki: THUMB-plugin - additional URL-param - mose
[FIX] wiki: TRACKERLIST-plugin - new option showstatus=>n - amette
[FIX] wiki: VERSION-plugin - use_best_language capability and fixed problem with
parsing first line - mose
[FIX] wiki: WANTEDPAGES-plugin - ignored pages are seperated by +
[FIX] module: ephemerides - fixed "Call to a member function on a non-object in
multitiki"
[FIX] module: Last Directory Sites/Forum Topics/Articles/Modif Pages/Tracker
Items/Since Last Visit New have additional option absurl=>n - yoni
[FIX] BrTiki - added theme of br.tikiwiki.org - wesleywillians, lfagundes
[FIX] damian.css - show links in module-titles more nicely, fixed problem with
field surrounding with ' - dimaz, sylvie
[FIX] simple.css - better RTL-language compatibility, better reading by
.postbody/.articlebody/.messureadbody, mod_assistant left aligned, alignment of
menu-separatorlines fixed, scrollbar when mid-column content is too wide,
overflow:auto fix for modules, adjusted look and feel of widgets - amette,
luciash
[FIX] forum: fixed attachment perm issue - wulle, amette
[FIX] wiki: if no like pages, then don't say "perhaps your are looking for:" -
sylvie
[FIX] don't show debug in footer, if it is not enabled - mose
[FIX] module: basic module.tpl - div class="box-{$module_name¦escape} for CSS
and display problem fix - ang, mose
[FIX] admin: Added note about the not finished documentation and link to
'Restore Help Pages' on doc.tw.o - amette
[FIX] admin: fixed some missing ~np~<td>~/np~s and cleaned out
feature_experimental part - sylvie
[FIX] escape forum name to allow for a name with double quotes - sylvie
[FIX] admin: users - add groups to the csv upload help string, same place for
batch result strings and feedback strings, warning message when changing
user-name, that the user has to change his password - sylvie
[FIX] directory: fixed offset calculation - wog
[FIX] added missing poll to tiki-edit_help.tpl - sylvie
[FIX] fixed help-page link in tiki-edit_translation.tpl - amette
[FIX] file gallery: wellformed XTHML, table closing was wrong
[FIX] file gallery: fixed display of empty colspan - mose
[FIX] install: corrected a typo - amette
[FIX] community: when searching for users, say "users like", not "users
registered" - amette
[FIX] Don't show cleartext password in newsreader, show asterisks - amette
[FIX] linebreaks and htmlspecialchars in "Normal"-mode of MyTiki notepad -
amette
[FIX] wiki: fixed the display of page title being optional - mose
[FIX] image gallery: galleryId can be null - sylvie
[FIX] Added "edit css" button in Admin->General panel and show it in
user_preferences only if permission - sylvie
[FIX] Added missing tooltips to accept/reject/trash-icons in user_tasks - amette
[FIX] tracker: fixed table messup in list items view, when activating
tracker-rating - amette
[FIX] traker: list view - don't show date if field is empty, mandatory scrolling
list doesn't display empty value, translation of country names - sylvie
[FIX] tracker: default size for placeholder image - rv540
[FIX] RTL language fix in tiki.tpl - luciash
[FIX] fixed the blank image for xhtml compliant style closing of tag and
height-property - ang
[FIX] removed HTML-code from validation mail, since it's plain text - luciash
[FIX] password reminder mail fix - wog, damian
[FIX] better structured/readable tracker-changed-notification-mail and better
stripping of field-names from simplified tracker-notification-mails - amette
[FIX] blog-notification-mails have post title in addition to blog title - xavidp
[FIX] bottom bar updated - damian
[FIX] added missing blanks in tiki.tpls - sylvie
[FIX] minor fix to module wiki last comments - luciash
[FIX] fixed two wrong messages considering tracker-feature disabled - ohertel
[FIX] Fixed name of admin ephemerides in menu - ohertel
[FIX] more translated strings in German - ohertel
[FIX] maps: working with Windows - Franck
[FIX] changed tiki-install.tpl to reflect the new upgrade-script-paradigm -
amette
[FIX] Tiki-version 1.9.2 is a valid version in security admin - amette
[FIX] Tiki-mobile is in main menu - ohertel
[FIX] added missing function view_blog to tiki-mobile - ohertel
[FIX] forums/articles/threads etc. only in mobile mode, if tiki-mobile is
activated - ohertel
[MOD] wikistructures: whole wiki structure objects maybe included in
admin/modules and assigned to left or right columns ang
[MOD] Show number of Comments/Attachments in Tracker-tabs amette
[MOD] Upgrade Net/Socket to pear's 1.0.6
[MOD] Plugin LANG accepts now + separated list of lang codes, the parameter can
be +lang=>accepted languages or (exlusive) notlang=>rejected languages
[MOD] Wiki Tracker-plugin looks nicer after submitting an item amette
[MOD] tracker: can use tiki-view_tracker_item.php?itemId=xxx without giving the
trackerId - sylvie
[MOD] quicktags: drop down selection for categories in administration, tracker
shows only meaningful quicktags - amette
[MOD] multilang: edit-translation now presents you a dropdown list choice
instead of a text 'input pagename'-field - sylvie
[MOD] maps: WikiPlugin for maps - Franck
[MOD] statistics enhancements - Franck
[MOD] trackers: allow rating an item in tiki-view_tracker and
tiki-view_tracker_items - amette
[MOD] maps: display dynamic coordinates on the map - Franck
[MOD] image gallery: show next/prev buttons also at top of page - ohertel
[MOD] multiprint: can print structures - andreas
[FIX] Redirect: redirect can't be called 2 consecutive times sylvie
[MOD] js: javascript plugin sylvie
[FIX] Database consistency between 1.8.x-upgrade and fresh 1.9 install -
ohertel
[FIX] more translated strings in Czech - luciash
[FIX] multiple Wiki-parsing erros fixed in several features - amette, mose

Version 1.9.1.1
<http://tikiwiki.org/ReleaseProcess1911>

* [FIX] Fixed an XSS-vulnerability
* [MOD] Improved Tiki Security Admin
* [FIX] tweaks to fixperms.sh, /img/tracker included

Version 1.9.1
<http://tikiwiki.org/ReleaseProcess19>

* [FIX] support mysql 4.1
* [FIX] Added options to disable bot_bar logos and debug junk
* [FIX] Increase cookie field length amette &
* [FIX] added missing favicon
* [FIX] admin : disallow blank admin password
* [FIX] admin groups : changed display of included groups
* [FIX] admin users : fixed error when char+numbers enforced in password
* [FIX] admin users : fixed message for batch upload
* [FIX] articles : Allow selecting a topic in RSS feed for articles
* [FIX] articles : fixed date management for listing
* [FIX] articles : fixed watches on articles
* [FIX] calendar : fixed php notice when newsletter disabled
* [FIX] calendar : respect special object perm
* [FIX] comments : caching and optimization
* [FIX] comments : can be used now when js is disabled
* [FIX] database : cluster enabled session
* [FIX] database : corrected creation of tiki_features and tiki_object_ratings
when updating Tiki
* [FIX] database : corrected perms mispelling in db-update-script
* [FIX] database : quicktag table is now correctly updated, when updating Tiki
* [FIX] file gallery/maps: avoid error if user forgets / at end of map_path
* [FIX] file gallery: stats
* [FIX] file type icons: transparent backgroud
* [FIX] filegal : general performance improvements
* [FIX] filegal : search is now case sensitive
* [FIX] forums : mobile forums support
* [FIX] forums/comments : fixed page count
* [FIX] forums: autogenerated email reply link fixed ((UserPagegg|gg))
* [FIX] fulltext search: highlight feature
* [FIX] graph: Adding a plugin to draw math functions
* [FIX] graph: Changing final form from post to get to allow linking to a
specific chart
* [FIX] group: anonymous no more in the included groups of each group
* [FIX] group: remove the link to remove group for an included group
* [FIX] imagegal : fixed warnings when lat/long not set and feature map not
enabled
* [FIX] imagegal/filegal : fixed problem of lock when downloading big file
* [FIX] install: mysqli driver (php5 & mysql 4.1) works now.
* [FIX] install: set magic_quotes_runtime to On (smarty can't work otherwise)
* [FIX] internal messenging : now user need to agee to receive messages before
they can get them
* [FIX] internal parser (tikilib) several fixes and improvements
* [FIX] languages : can change other user language without interfering own
language
* [FIX] languages : some respect on available languages
* [FIX] languages : improved support of cs, da, de, es, fr, pt-br
* [FIX] list users : added feature to display the number of users registered
* [FIX] login : Make password resets more user-friendly (but untranslated in
most langs)
* [FIX] login : Correct ssl to non-ssl redirections in the login process
* [FIX] login : include correct moderate validation mail templates
* [FIX] mail : don't show send message if user doesn't accept message
* [FIX] mail : fix the LF mail end of line for MTA as gmail
* [FIX] mail : return-path added into the mail header to avoid tiki mails to be
considered as spam on some servers
* [FIX] mailin : fix discard_after
* [FIX] menu : fixed cms ranking item in menu 42
* [FIX] mobile : upgraded hawhaw to 5.10 and many extra improvements
* [FIX] mobile : added skinning
* [FIX] mobile : added tikiwiki banner
* [FIX] module : added google adsense module
* [FIX] module : made switchlang and switchtheme respect admin settings ,
* [FIX] module switch language : limit the choice to the available language
* [FIX] modules : fix assigned modules deletion
* [FIX] modules : no more caching for modules
* [FIX] more net_pop3.php bugs; forums mail-in broken on systems that advertise
SASL now fixed
* [FIX] multitiki styles: Customized styles in multitiki were not recognized
(broke after DR4) ((UserPagegg|gg))
* [FIX] newsletter : better formatting - text-email-clients get wiki-formatting
* [FIX] newsletter : fix the unsubscribe link that was always unscribing the
first user
* [FIX] newsletter : fixed content template modification - wasn't possible
before
* [FIX] newsletter : removed double linebreak
* [FIX] newsletters : perm respect for newsletters to send (you see in list only
the one you can send)
* [FIX] notifications : display "by Anonymous" when page edited by Anonymous ;)
* [FIX] password reset : more userfriendly
* [FIX] plugin sql : possibility to add param
* [FIX] postgres : improved postgres support , , ,
* [FIX] prefs : Added fgal_allow_duplicates to preferences
* [FIX] registration : custom fields visible on the registratio form and stored
in user's prefs ((alex_freire))
* [FIX] rss : fixed links in rss feeds in case tiki is installed in a subdir
* [FIX] search : fixed bug provoked when search includes a tilde ~
* [FIX] search : fixed index for trackers
* [FIX] search : active the highlight feature for the mysql fulltext search also
* [FIX] search : fix highligh word with accent
* [FIX] section : added calendar section to theme control
* [FIX] section : centralize the sections list to have the same list everywhere
* [FIX] send/recieve objects: upgraded XMLRPC lib for fixing security issue with
eval()
* [FIX] setup : Fixed multitiki styles
* [FIX] setup : added declaration of a var useable in smarty
* [FIX] setup : change getfilecontent by tikilib->httprequest() - added a new
sanitize pattern for urls - added a sanity check on a sensitive var
* [FIX] setup : improved handling for IIS and PHP5
* [FIX] sheet : Better selection of the graph links display and minor bugfix
* [FIX] stats : new stats per objects and wiki plugin for page hits
* [FIX] style : cleaning to have h1/h2/h3... in each page (and not only
pagetitle)
* [FIX] surveys: fixed link typo in admin template ((UserPagegg|gg))
* [FIX] theme control: fix some conflicts between section control and category
control
* [FIX] theme: don't change user theme in tiki-user_preferences
* [FIX] tiki search: don't highlight in head section and popup
* [FIX] tiki search: file galleries search
* [FIX] tiki search: fix minimum length of search word reference
* [FIX] tiki search: fix some duplicatgion checking
* [FIX] tikineat: fix the overlapping calendar in IE
* [FIX] tracker : added country selector
* [FIX] tracker : fixed bugs in item list and item link field types
* [FIX] tracker : fixed image field
* [FIX] tracker : fixed image field type
* [FIX] tracker : fixes on perms system
* [FIX] tracker : optional new way to store trackers data in a separate table
* [FIX] tracker admin: display the help message on IE when editing a field
* [FIX] tracker attachement: the field order of a tracker attachment can be
edited
* [FIX] tracker edit: create a default user or group tracker if the user or
group tracker doesn't exist
* [FIX] tracker fixed mail sending
* [FIX] tracker permissions: Added permissions in menu for trackers to be hidden
if no tiki_p_view_trackers ((UserPagegg|gg))
* [FIX] tracker plugin: displays the message when tracker successfully created
* [FIX] tracker/tiki search: index all the tracker items
* [FIX] tracker/tiki search: respect of perm open/close/pending
* [FIX] tracker: Checkbox for going back to the main list after editing an item
* [FIX] tracker: acces the user item whan the item has not been created - the
field 'user creator' and 'group creator' must be set
* [FIX] tracker: add email, header, category field in tracker plugin
* [FIX] tracker: added a country field
* [FIX] tracker: an optional field of type list of fields must have an empty
entry at editing time (to be replaced by an empty value)
* [FIX] tracker: display back the notification message when a tracker is
recorded
* [FIX] tracker: fix attachment download counter for IE
* [FIX] tracker: fixed filter issue, a tab to return to list and keep filter,
save&return as a button, unify the no sort_mode case
* [FIX] tracker: fixed tab for attachment
* [FIX] tracker: fixed to work with theme control center
* [FIX] tracker: image field in trackers work
* [FIX] tracker: several fixes to 'item list' and 'item link' like wrong links
and not shown values
* [FIX] tracker: show nb of attachment downloads
* [FIX] tracker: show the number of items at top of listing
* [FIX] tracker: tabs to go to next/previous item, when viewing a tracker item
* [FIX] tracker: use correct variable for determining if tracker may be viewed
* [FIX] trackers with hidden fields : the last tracker field was not seen if the
tracker has an hidden field
* [FIX] user : Fixed user batch upload without overwrite to list duplicate names
((UserPagegg|gg))
* [FIX] userpref : fixed tabs behaviour and other things
* [FIX] users : cluster enabled mod-who_is_there - db-change
* [FIX] users : making custom fields work everywhere, as in
tiki-user_preferences.php
* [FIX] users: user double click was not updated form the db if userwatch !=
current user
* [FIX] webmail : fix delete message in webmail that was bugged since 1.9.0
* [FIX] webmail : fix webmail message size and date that were missing since
1.9.0
* [FIX] webmail : readded size and date and some error messages
* [FIX] wiki : fixed backlinks
* [FIX] wiki : improved import html look
* [FIX] wiki : improvement of protection of camelcase autolinking
* [FIX] wiki comments: fixed count of comments
* [FIX] wiki : can't display history if categ perm on the page not ok
* [FIX] wiki : can't print a page with no category perm - print and pdf
* [FIX] wiki : fixed wiki_rename_page() : SF bug 877240/1178260
((UserPageChealer9|chealer))
* [FIX] wiki : not to have a create proposal when you don't have perm to see a
page and easier to display create page on demand only rather to add smarty var
everywhere
* [FIX] wiki : user Anonymous in the contributors list gets translated
* [FIX] wikiplugin : wantedpage new plugin, lists wanted wiki pages, and the
wiki pages that want them
* [FIX] wikiplugin : articles can be called with a starting index
((michael_davey))
* [FIX] wikiplugin : improved anchor plugin
* [FIX] wikiplugin : new plugin for object hits
* [FIX] xmlrpc : new Pear XML_RPC lib is now used
* [NEW] feature to see or not IP in page history ((sylvie))
* [NEW] added creation of tikihost column for tiki_sessions table in
tiki-1.9-pgsql.sql to make Tiki working again with PostgreSQL ((luci))
* [NEW] a batch cleanCatTrackers to be able to display the tracker item main
value in the category listing. ((sylvie))
* [MOD] can use the syntax tiki-calendar.php?calids=1 (to avoid the nasting wiki
parsing error) ((sylvie))
* [MOD] indicate the default in the group lists of a user in the user admin
pannel ((sylvie))
* [MOD] indicate the list of included groups in a string if the group scrolling
list is too long ((sylvie))
* [MOD] can modify a tracker attachment ((sylvie))
* [MOD] indicate the number of attachments in a tracker item view ((sylvie))
* [MOD] in page permission, don't show the strucutre buttons if the page is not
a structure ((sylvie))
* [MOD] calendar: don't display filter section if only one calendar is available
((sylvie))
* [MOD] tiki search: wiki indexation refresh buttom ((sylvie))
* [MOD] better stats system: records how many time an object is viewed
everyday((Franck))


Version 1.9
<http://tikiwiki.org/ReleaseProcess19>
- (1.9.0) ------------------------------------------------------------------
- 4/27/2005
* [NEW] New placeholder page when database has not been created yet
* [FIX] Calendar: missing tab fix
* [FIX] Module forums_last_posts -> fixed 'endless loop' bug
* [FIX] restored graph on stats page with new GraphEngine
* [MOD] Updated translations: Spanish, Czech, French, Japanese & German
* [MOD] Updated translations: Brazilian-Portuguese, Dutch
* [MOD] Removed Project, Jukebox & Homework (will be in mods)
* [NEW] Groundwork for a future WYSIWYG editor (not working yet)
* [MOD] Admin panel icons are now grayed out when feature is not activated
* [MOD] Changes to features now clear compiled templates
* [FIX] Fix table bug in wiki admin panel
* [NEW] User & group panel and trackers now highlights (focus) of current tab
* [MOD] Security admin control panel (md5 sums) is better & faster
* [NEW] Interfaces to generate graphs from TikiSheet
* [FIX] Category list is now refresh (after a change) for use in trackers
* [MOD] tiki-mobile optional now (default: disabled)
* [MOD] Added feature check in admin menu (WYSIWYCA)
* [FIX] View tracker item: fixed the display of tab by default
* [FIX] Tracker items respect perm in browse categ + special filter tracker item
* [FIX] Restore tracker items in category browser
* [FIX] Adding admin cms (tiki_p_admin_cms) perm to view articles
* [FIX] Improved cookie handling on tracker item view
* [NEW] Adding a links to TikiSheet (import, export, history)
* [FIX] modules: fixing caching on redirections, common on login/logout
* [FIX] category name was not appearing in page permission
* [FIX] added category permission check on tiki-index_p.php
* [MOD] put security md5 database to relational database
* [FIX] removed pop3.php (GPL lib), replaced by net_pop3.php
* [FIX] topics perms read for articles now acting like Tiki 1.8
* [FIX] many css syntax fixes and cleaning to many templates
* [NEW] added wiki view history page permission (WYSIWYCA)
* [FIX] Fix BiDi settings for Persian & Hebrew
* [FIX] WYSIWYCA of source button (in wiki pages)
* [NEW] RSS feeds for trackers
* [MOD] updated JS calendar lib to version 1.0 (fixes at least 1 bug)
* [MOD] cleanup user registration process (when validated by admin)
* [MOD] checks and displays php ini vars (ex.: max upload) for image uploads
* [FIX] siteId location label is now optional
* [FIX] minor fixes to calendar layout
* [FIX] Fixes problems with Blog's wysiwyg editor
* [MOD] all rss feeds use name and description from admin/rss feeds.
* [FIX] Tracker item modules show subject of tracker items now
* [FIX] Moved tiki-special_chars to avoid executing code in templates directory
* [FIX] Fixed sorting by date in trackers
* [FIX] Calendar: fixed edit event and add event perms
* [MOD] Authors styles option in wiki pages (none, business, collab, etc)
* [FIX] WCYSIWYCA for modules wiki_last_comments and last_modif_page
* [MOD] Use default theme when theme is not found
* [FIX] Module "Search new" is now WYSIWYCA
* [MOD] Since_last_visit_new module only shows if there are new items
* [NEW] Calendar: first day of the week localization
* [FIX] Fixed public task user module
* [FIX] Many tracker display fixes
* [FIX] fixed last tracker item module
* [FIX] fixed tracker field imports
* [NEW] made a "HTML in Wiki Pages" box in wiki admin options
* [FIX] make "allow html" checkbox sticky (in wiki pages)
* [NEW] Batch upload of pictures (from a directory on server)
* [FIX] rss feed caching for anonymous users only (security issue)
* [NEW] password reset: users must click email link to confirm
* [MOD] Add button to rebuild cache for all galeries
* [NEW] Allow to import tables from wiki pages into tikisheet.
* [FIX] broken link to games
* [FIX] fix for double slashes in some email notifications links
* [MOD] added name of page editor in wiki page watch email
* [NEW] implement imgcache feature (for faster image galleries)
* [NEW] TikiMaps: new permission for viewing content of mapfiles
* [FIX] TikiMaps: history fixes
* [MOD] Merged events-newsletter feature into an option of newsletters
* [MOD] internal messaging: inform users to allow others to send to them
* [NEW] 1.8to1.9.css transition css
* [FIX] fix: batch delete of users in admin
* [MOD] Clean up of bottom bar & logos
* [FIX] WYSIWYCA for categories in list articles
* [FIX] Fix poll inlcuding {poll} and {poll id=current}
* [FIX] Fixed a double image counter on tiki-browse_image
* [NEW] Replaced rss generator with "FeedCreator", which became LGPL. Tiki's
         outbound feeds now support: RSS0.91, RSS1.0, RSS2.0, PIE0.1, MBOX,
         OPML, ATOM0.3, HTML, JS
* [NEW] Added two new outbound forum mail features; one forwards even inbound
         mail to the outbound address, the other adds a reply link.
* [NEW] module shading-up support
* [MOD] simplification of modules, using ul/ol instead of tables
* [FIX] Newsletter SQL error if subscribe a user 2 times
* [FIX] avoid "unknown" language in languages list
- (rc4) ---------------------------------------------------------------------
* [NEW] Added information about the wiki file attachment image tag.
* [NEW] Added inline image capability to file attachment inclusion code
* [NEW] Inter-user message system: fix: (un)flag messages,
* [FIX] Inter-user message system: enhancement: if mail with reply is in
         list, replier will be shown, new: user can download marked mails
         from mailbox/sent/archive folder
* [FIX] Arguments for plugins length fixed
* [FIX] Image gallery Remove bugged Individual order
* [FIX] Admin notifications, fix sort by email
* [FIX] fix for recursive plugins bug #1172422 (needs testing)
* [MOD] default lang when create an article = user lang
* [FIX] SF1167375 quicktags were not anymore in wiki after an tiki sql upgrade
* [FIX] Various geography fixes in user lists
* [FIX] moved wikigraph to mods
* [FIX] fixed display of list gallery
* [FIX] fixed find function in newlestter list of subscribers
* [FIX] fixed newsletter sending
* [FIX] rename page with a name containing space adds parentheses around name in
other pages
* [FIX] link in the register message is encoded for username with accent
* [FIX] remove structure with all the pages does remove page if no permission
* [FIX] article publish/experitation date must be filled up if article displayed
only
    between these dates (even if these dates are not displayed)
* [FIX] page modules with a pagename with special characters (ex: C++)
* [FIX] fixed autosubmission for articles with a too long titles and special
characters
* [FIX] edit article entry is no more displayed if submission article is on
* [FIX] fixed number od comments for the last comments module used in a wiki
page
* [FIX] wiki page changed notification used the current page version
* [FIX] wikiwords can have multibyte characters (but also needs 2 capitals
A-Zexternal link
* [FIX] fixed numbering first line glitch in code plugin
* [FIX] MultiTiki? sites can have there own favicon, in styles/$tikidomain
* [FIX] fixed the display of types of perms and added a groups menu in assign
perms
* [FIX] Luxemburg flag
* [FIX] can create a page with a &
* [FIX] fix slideshow for a pagename with special characters
* [FIX] a module can be used 2 times in a same page with different parameters
* [FIX] newsletter / page chosen template stays checked
* [FIX] remind title / data if you forget to fill up both in forum
* [FIX] removed last html code from categlib
* [FIX] a non admin user can see the file gal he creates
* [FIX] aPageName is not recognized as a backlink
* [FIX] update categ and perm list if a forum is deleted
* [FIX] aPageName was recognized as a backlink of PageName?
* [FIX] update categ & perm if a forum is deleted
* [FIX] group homepage for a user belonging to several groups
* [FIX] maketoc on the first page of a multipage
* [FIX] isPublic don't affect the fieds displayed in tracker view page
* [FIX] tiki-listpages has now another filter on wikipagename initial ang
* [FIX] day name in French for jscalendar popup
* [FIX] ite language in user perf for monolingual site
* [FIX] fix the date/number appearing in the ranking functions
* [FIX] separator option close a menu section
* [FIX] minor change and last_modif_pages module
* [FIX] switch lang for anonymous change page lang (if best language activated)
* [FIX] definition list with external link
* [FIX] user email not public by default
* [FIX] hotword with quote - hotword following a quote
* [FIX] wrong parsing of ((WikiWord))((AnotherOne))
* [FIX] fixed exploding pages bug for CODE plugin and img/picture quicktags
    for tikineat.css theme, documented solution for theme designers
* [FIX] SF BUG #1108572: tiki-user_preferences.php not saving users Message
settings
* [FIX] SF BUG #1083307: user_preferences defaults not applied. All emails
exposed
* [FIX] message list did use maxRecords instead of mess_maxRecords
* [FIX] drawing in wikis (JgraphPad) works again: path to images fixed
* [FIX] charts: tiki_p_suggest_chart_item enables charts items
* [FIX] quicktags for the newletter content
* [FIX] the section is set as a class of the BODY to easy customisation as
tiki_<section>
* [FIX] additional param hideimgname and hidelink for randow img module
* [FIX] css cleaning: pages are supposed to have a h1 as title and h2, h3 ..
* [FIX] articles are displayed event if the creator/modifior doesn't exist
anyore
* [FIX] can sent to anonymous in message broadcast
* [FIX] username can be begin with an accentuated letter
* [FIX] an error message when a newsletter can't be sent to an email
* [FIX] fix webmail with the new mime lib
* [FIX] clean the modules cache if an menu option chages
* [FIX] the letters in IE bottom status bar doesn't appear anymore
* [FIX] fix broken pagination in forum thread
* [FIX] group calendar event displayed in day view if begins before 10
* [FIX] a user can modify trackers even if he has his user tracker set
* [FIX] moreneat style keeps size in a split
* [FIX] avatars are limited to 45x45 even in the user popup
* [FIX] library avatars shown in the user popup
* [FIX] multiple {toc with differing arguments, in single page
* [FIX] fixed priority bug in messages - when replying it was always set to
lowest
* [FIX] fixed js toggle - e.g. the since_last_visit_new module and debugger
console
   stays closed when it was re-opening after page reload
* [FIX] fixed anonymous anti-bot code check by moving it out of commented part
of php code so it works now
* [FIX] SF Bug #1095239: Two times same word display (list newsletters)
* [FIX] SF Bug #1170596: Browse directory button on Browse page (browse
directories)
* [FIX] SF Bug #982970: "phantom" games upon installation
* [FIX] SF Bug #1170608: Unwished list of cool sites - cool sites can get
switched off now in admin menu
* [FIX] SF Bug #1151923: Blog RSS Feed Shows Blog Name Repeatedly - changed
blogtitle to title
* [FIX] SF Bug #1116551: structure alias name not used in
* [FIX] [FIX] no more double image insert in wiki image insert
* [FIX] to be able to delete a user with a & in the name
* [FIX] fix user CSV import
* [FIX] fix batch remove users
* [FIX] fix articles shown in mod-articles in perm on them
* [FIX] fix file icon in image galleries if uppercase extension (()
* [FIX] article categ shown for admin
* [FIX] reintroduce some comment post perms / forum post perm
* [FIX status switch buttoms not displayed in view tracker is status is not
displayed
* [FIX] displays the status in view tracker if status on even if only one status
shown
* [FIX] fix for the parsing of recursive plugins
* [NEW] new module: mod-last_images (use parameter galleryId=>x
    for images from the gallery only) - latest images
* [NEW] new module: mod-last_images_th (use parameter galleryId=>x
    for images from the gallery only) - thumbnails of latest images
* [NEW] TikiMaps: the community map, create a layer with all the positions from
the user preferences
* [NEW] TikiMaps: Create a layer from geographic image galleries
* [NEW] TikiMaps: View system, from a mapfile METADATA you can create map views
for direct zooming tna?
* [NEW] Tiki Mods installer : new item under admin menu, Package admin, make
possible to install, and remove mods packages
* [NEW] Added an optional validation step for user registration
* [NEW] Discard_t_end in mail-in
* [NEW] New perm tiki_p_admin_users
* [NEW] Calendar event can be view and edit in user local timezone
* [NEW] A user can always edit his own comment
* [NEW] Personal calendar in the user calendar
* [NEW] A user module can be wiki parsed or not
* [NEW] SF RFE #946590: Sent box for user messages
* [NEW] SF RFE #716822: link from sent messages to available replies
* [NEW] link from replied back to replied message
* [NEW] user can enable "send read status to author" in user preferences
* [NEW] auto-archiving of read mails after x days (configurable ob user prefs)
* [NEW] Archive for user messages, helpful if you dont want to delete your
messages
    but get them out of the way to speed up the message checking etc
* [NEW] Admin can set limits for the user mailbox and the user message archive
    in admin / login, there is a percentage bar that shows how much space is
already occupied;
   users with full mailboxes wont get any more mail
* [NEW] new module: mod-last_actions to display users last actions (or all
actions if current user is admin)
* [NEW] new plugin: {RSS(id=>feedId,max=>5,date=>1,desc=>1,author=>1)}{RSS}
* [NEW] Image galleries: Search box for image name / description on browse
gallery page
* [NEW] group calendar respects timezone
* [NEW] group calendar list view
* [NEW] group calendar event view
* [NEW] some check about group calendar creation (respect start < end, format
...)
* [NEW] group calendar date navigation bar
* [NEW] group calendar event end can be defined by a duration
* [NEW] group calendar event descriptions are wiki persed
* [NEW] group calendar evetns can have a sticky popup
* [NEW] a group or a user can be directly subscribed in the newsletter - the
emails list is refreshed at sending tile
* [NEW] newsletter archive
* [NEW] change_password new perm
* [NEW] batch images upload (6 at a time)
* [NEW] a newsletter can use a smarty template defined in templates/newsletters
* [NEW] can specify a usemap in image wiki tag
* [NEW] display category description in category browsing if available
* [NEW] new LSDIR plugin can list files in a directory with many options for
display
* [NEW] new QUOTE plugin resembles the quoteexternal link bbcode
* [NEW] new option to use QUOTE plugin by default when replying to forum posts,
comments and user messages
* [NEW] new option to display the page_id as a hyperlink under the page title
* [NEW] new option to force to go in group homepage not only from the default
homepage
* [NEW] csv import for group calendar
* [MOD] now use the Admin->Menu based application menu rather than the .tpl
* [MOD] a module can be displayed only for some languages
* [MOD] TikiMaps: Can handle non square maps tna?
* [MOD] Simple style updated luci
* [MOD] added direct link to display poll's comments luci
* [MOD] a message is sent if the page doesn't exist in a mailin wiki-get
* [MOD] check the mailin pop3 account before saving it in the database
* [MOD] img in wiki syntax can have a alt parameter
* [MOD] forum post area displays quicktags if wiki syntax allowed
* [MOD] mod_articles param topic=topic_name
* [MOD] user pref page title shows the username
* [MOD] register subject in a template
* [MOD] HTML comments either removed or changed to smarty ones
    (preserves bandwidth, they do mount up!)
    (better wording on tips)
* [MOD] enhanced the quick_edit module with 3 parameters : module_title,
categId, submit, size, heading and templateId
* [MOD] added optional taking in account of a categId param in editpage
* [MOD] improved article plugin : it takes the Id of last article when no Id is
given
* [MOD] Additional parameter to last_modif_page module: minor=y to see minor
changes
* [MOD] Added optional sort order in image galleries, as well as sub-galleries
redflo?
* [MOD] New optional "side-by-side" diff report style that resembles Wikipedia's
diff style ()()
* [MOD] Different styles added in Wiki history + diff between arbritary versions
* [MOD] a mail-in pop3 account must be valid before been saved
* [MOD] PluginModule's np parameter defaults to 1 (enable). Existing uses of
PluginModule without np
    set should see the output change, but it's unlikely that this will have
undesired effects.
* [MOD] can choice email enf of line CRLF / LF
* [MOD] implemented the sticky tracker item : if a fieldname is page, it is used
as a filter on
    trackerlist wikiplugin and automaticaly fed in tracker wikiplugin
* [MOD] new (experimental) referal search functionality, see SearchDev -
* [MOD] Patch#1093839external link Wiki says "page not found" if query string is
"?page="
* [MOD] styles transitions: support for older stylesheets on v1.9
* [MOD] modules can be UserShadeModules or have their Modules Admin -
* [MOD] plugin PluginTitlesearch: additional parameter style=>list for reducing
the output to a comma separated list
* [MOD] module mod-last_articles: additional parameters for filtering articles
* [MOD] initial work for RFE#918526external link Search wiki page name module
should use real search
* [MOD] RFE#828048external link Wiki : Add a "View Source" option
* [MOD] Fancy TOC
* [MOD] DIV plugin got ability to float left or right luci
* [MOD] enhanced ((page|desc)) syntax: ((page|)) (no characters after |) will
yield "page: page's description"
* [MOD] image galleries batch upload from directory: switch for "create sub
galleries from
    sub directory names", means: when uploading images dirname/*.jpg, the images
may go to a sub gallery
    'dirname'. preferences for the new galleries are taken from the parent
gallery
* [MOD] image galleries batch upload from directory: switch for "remove file
extension" from image name in 'name field'
* [MOD] image galleries batch upload from directory: switch for "use sub dir
name as file description"
* [MOD] image galleries batch upload from directory: works on subdirectories now
* [MOD] image galleries: image popup windows have "slideshow" buttons now (back
and forward)
* [NEW] wiki diff styles : .diff, .diffheader,.diffbody,.diffdeleted,
.diffadded, .diffchar
* [NEW] site identity styles : .sitelocbar, .sitenavbar, .sitelogo, .sitead,
.sitesearchbar, .description, .crumblink
* [NEW] admin remarks box styles : .rbox, .rbox-title, .rbox-data,
.rbox-title[name="warning"], .rbox-title[name="note"], .rbox-title[name="tip"],
.rbox-title[name="comment"], .rbox-data[name="warning"],
.rbox-data[name="note"], .rbox-data[name="tip"], .rbox-data[name="comment"] -
will eventually be used for a wiki plugin, too.
* [NEW] (module) box styles : table.box-title, span.box-titletext,
a.flipmodtitle, img.flipmodimage, div.box-data now has unique id also.
* [NEW] a.tikihelp style : new attribute: vertical-align: text-top;
* [NEW] {toc} style : .fancytoclevel
- (rc3) ---------------------------------------------------------------------
* [NEW] changes in score and friendship new feature
* [NEW] new wikiplugin Versions mandatory for building up the doc
* [NEW] new wikiplugin SHOWPAGES
* [NEW] new wikiplugin Snarf for including a web page
* [NEW] Default charset for sending mail
* [MOD] Code Wiki Plugin : added caption param
* [MOD] Calendar last modif events modules ModuleLastModifEvents
* [MOD] RSSModules admin displays size of cached rss data
* [MOD] RSSModules admin "display feed title" is complete and working now
* [MOD] RSSModules publish date is shown in preview, too
* [MOD] Redesign of the forum styles 'threaded', 'plain' and 'headers only'
* [MOD] New usermap feature to add users on tikimap
* [MOD] tiki-install can be deactivated automatically by adding location and
die;
* [MOD] Multiple users can be removed at the same time
* [MOD] Multiple users can be assigned to and removed from multiple groups at
the same time
* [MOD] Default group of multiple users can be set at the same time
* [MOD] Removed some unprofessional wording from admin gallerys screen.
* [MOD] image libraries are detected or not, removed the use at your own risk
warnings.
* [FIX] Submit and article via tiki-edit_submission.php and expiry date is
   one year from now. (OK). Then, edit this same article with
tiki-edit_article.php
   and the expiry date become today. (so the article disappears).
* [FIX] Wiki page edit warning is not reset after user saves page
* [FIX] Cancel edit no longer functioned
* [FIX] score_event caused error when anonymous viewed scored features
* [FIX] Live Support Fixed live support JS file
* [FIX] Live Support Fixed live support chat request window
* [FIX] Live Support Fixed bugs in LS transcripts
* [FIX] Live Support Fixed bugs in transcript display
* [FIX] categories : fixed display bug in tree on admin page
* [FIX] who_is_there module no longer showed idle time and not xhtml compliant
* [FIX] bug #986208external link: the wiki undo function was broken
* [FIX] All newer modules/ code now has path disclosure protection
* [FIX] tiki tabs - now IE friendly
* [FIX] calendar/jscalendar - sits better in middle column
* [FIX] maps upload dir navigation fixed
* [FIX] maps display fixed
* [FIX] CODE plugin no longer spews errors when no caption is defined
* [FIX] CookieMonster : problem of cookie management and navigation memory
* [FIX] Forums have avatar, userlevel, posting, online and email details back
* [FIX] admin category panel is fixed for adding many levels of subcategories
* [FIX] access to image in gallery only if permission to its gallery is
available
* [FIX] fixed postgresql install by enhancing the convertscript
* [FIX] RSSModules external link: Forums RSS provides access to "restricted"
forums
* [FIX] RSSModules display of rss 1.0, 2.0 and atom 0.3 working now
* [FIX] RSSModules most rss feeds should work now
* [FIX] RSSModules Single-blog RSS feed broken 1.9rc2+external link
* [FIX] RSSModules objects remained categorized even if all parent categories
were removed
* [FIX] Multi-tiki install fixed in case of upgrade of existing multitiki
* [FIX] Killed the HashBug? (np replaced by hashes)
* [FIX] use of / in agentinfo
* [FIX] themes fixes in geo, tiki and trollparty styles
* [FIX] exit; applied after header redirections
* [FIX] Many more path disclosure fixes
* [FIX] jspopup fix ported from 1.8 from SF bugs
* [FIX] More path disclosure fixes
* [FIX] exit; applied after header redirection to prevent code execution
- (rc2) ---------------------------------------------------------------------
* [NEW] lang/hu/language.php - Magyar - tra('Hungarian')
* [FIX] tiki-install.php don't spits out many errors anymore
* [FIX] Restoration of Forum moderator controls
* [FIX] Replies to replies to forum topics are hidden when viewing forum
   topics
* [FIX] Blogs posts appear when posted instead of at session expiry
* [MOD] Removed avatars and packaged seperately available from
   http://mods.tikiwiki.org/project6
* [MOD] cross-linking in Admin pages to ease navigation
* [MOD] action feedback/confirmation messages (aka TikiFeedback)
* [MOD] less ambiguity in pages that handle both object creation
   and editing/removal
* [MOD] Make help tips optional with the $feature_help
* [MOD] Improved damian.css even more making right hand modules a different
   colour
* [MOD] added score events to wiki edit page
* [FIX] fixed dbabstraction on score sql queries
- (rc1) ---------------------------------------------------------------------
* [NEW] java plugin for wiki-3d display
* [NEW] member activity scoring new feature
* [NEW] Friends network integration
* [NEW] Site Logo and Identity feature
* [NEW] Experimental BLOGLIST wiki plugin that list the entries of a blog
   in a wiki page
* [NEW] New CAS (Central Authentication Service) authentication option
   using phpCAS
* [NEW] Online Spreadsheet manipulation : TikiSheet !
* [NEW] New experimental formula plugin by gmuslera to include a LaTeX-style
   math formula in wiki pages (inhibited in wiki-plugin-dist)
* [NEW] rss feeds for last links and last links in a specific directory
* [NEW] Use of $category in templates to make templates based on
   categorised pages if theme control is enabled
* [NEW] smarty function tikicon to support icon themes
* [NEW] Filtering of words for shoutboxes
* [NEW] experimental TRACKER plugin to include a tracker form in a wiki page
* [NEW] themes TarynsWorld, gemsi, olive-red, olive-blue, redgrey, 3dblue
* [NEW] Admin Screen for managing Meta Tag details and geo url information
* [MOD] multitiki : full separation of content from virtual tikis
   (stylesheets and templates too)
* [MOD] multitiki : The installer (tiki-install.php) now includes
   the management of multi-tiki
* [MOD] Wiki : New option to place an icon next to external links
* [MOD] Wiki : New option which requires anonymous editors to input an
   anti-bot code
* [MOD] Webmail : Can receive mail in iso-8859-1 and utf8 . If the multibyte
   php extension is installed, other encoding are accepted
* [MOD] The php error reporting can be set globally for the site
* [MOD] Subcomments texts are always displayed with a reply button
   in a <ul class="subcomment"> tag.
* [MOD] Games section usability improved greatly
* [MOD] Galaxia : if a process graph exists it gets show in the process
   overview with an imagemap, so you can click-start any activity you've got
   permission to. It's also a bit easier to visualise a process by a user.
* [MOD] Galaxia : dded some handy smarty-function-quicktags to the template
   code editor
* [MOD] Polls can now be configured to ignore anonymous votes, and this
   is the default.
* [MOD] RSS: New 'refresh' button on admin page for external rss feeds
* [MOD] Maps : icon based navigation interface
* [MOD] Maps : quicktags for mapfile edition
* [MOD] Maps : the name of the map appears on the browser title
* [MOD] Maps : MyTiki preferences now contains lon/lat entry for upcoming
   user map
* [MOD] Articles : Added topic=>topicname parameter to the ARTICLES plugin,
   to filter to a topic if wanted
* [MOD] Articles : adding toplink, subtitle, link, image caption and language
* [MOD] Categories : included optional use of phplayers in browse categs
   page. reworked the layout for more usability
* [MOD] Permissions can be assigned to categories
* [MOD] User menus : new item in user menus: separator
* [MOD] User menus : Added Horizontal menu support to the phplayers menu
* [MOD] User menus : Added vertical menu support too in some themes
* [FIX] Calendar : major debug
* [FIX] Calendar : use of jscalendar is that feature is checked
* [FIX] Calendar : enabling of group calendar with perms checking.
* [MOD] major trackers evolution
* [MOD] trackers : possibility to display a direct link to comments or to
   attachment in view list, optionnaly
* [MOD] trackers : options are now available to choose the fields of
   attachements as well as display order
* [MOD] trackers : look and friendliness with use of tabs.
* [MOD] trackers : jscalendar, an alternative to date field
* [MOD] trackers : action, a web request builder to automate actions from
   tracker items.
* [MOD] trackers : image to include an image in an item
* [MOD] trackers : header, to display passive field with a subtitle in forms
* [MOD] trackers : category, with optional parent id to include categorization
   inside the stream of the form
* [MOD] trackers : tracker item, to auto-link a 1 to 1 relationship to
   another tracker item
* [MOD] trackers : tracker links, to link to several tracker items matching
   on a field content
* [FIX] fixes in display of charts
* [MOD] added a rss feed per image gallery
* [FIX] Search: user input is now checked for unwanted chars
* [FIX] HTML enabled wiki pages : Capital <TABLE> caused many lines
* [FIX] RSS feeds : Display bullets out of page fixed
* [FIX] fixed diff - merge from 1.8.1 branch and flipped colors for added
   (green) and removed (red) stuff
* [FIX] fixed pagination bugs in Galaxia
* [FIX] no more .tmp files generated in the system root dir
* [FIX] XHTML : tiki-show_page - fixed stray table cell marker and added alt
tags
* [FIX] XHTML : smarty function: jspopup (onclick tweakd)
* [FIX] XHTML : backlinks on wiki page (form)
* [FIX] Fixed the repeated Re's in the tiki forums when use reply to post
* [FIX] Fixed case of missing end quotes in the admin menus tpl file
* [FIX] Remove a hardcoded courier font selection for monospaced Wiki text
   and just use a tt tag pair.
* [FIX] Change parse_data to properly recognize a .. .page. .. marker. Without
   this change, lists and div's were not being properly closed out.
* [FIX] Change some hardcoded <br> and <hr> tags to be the XHTML compatible
   form (<br /> and <hr />).
* [MOD] Add a Wiki formatting mode that will put consecutive lines of plain
   text into a block surrounded by HTML paragraph tags. This behavior is
   conditioned on the $feature_wiki_paragraph_formatting flag.
* [MOD] Parse absolute URI correctly in group home page setting
* [NEW] plugin ATTACH to list attachements on a wiki page
* [MOD] Avoid sending user back to registration page on first login


Version 1.8.6 - Polaris -
<http://tikiwiki.org/ReleaseProcess186>
* [FIX] user bookmarks using httpRequest rather than fopen


Version 1.8.5 - Polaris -
<http://tikiwiki.org/ReleaseProcess185>
* [FIX] Header redirections now die; afterwards to prevent other code being
         executed.
* [FIX] More Path Disclosure fixes
* [FIX] Remove the old password from being displayed on the tiki-change_password
         routine.
* [NEW] Tiki security admin, a control panel to check internal tiki security
         settings and tiki files integrity.
* [NEW] Added .htaccess files to most directories to disallow direct access
* [FIX] Remove file from temp after upload
* [FIX] More secure map uploads
* [MOD] Latest ADODB for MySQL 4.1 support
* [FIX] Wiki renaming fixes and enhancements
* [NEW] moves custom permissions and user watches.
* [FIX] Email notifications and theme control objects.
* [FIX] WikiSyntax : Definition list "eats" character
* [FIX] version in the diff of a wiki page changed notification to the previous
         message not the current"
* [FIX] forum post notification with the right url
* [FIX] monthview on year change
* [FIX] fixed content disclosure through user watches.
* [FIX] filename check in map editing code.
* [FIX] REQUEST variable sanitation now works.
* [FIX] fixed the check on filename uploaded on wiki pages
* [FIX] fixed check of filename for upload_image
* [FIX] fixed the article submission image id sanity

Version 1.8.4 - Polaris -
<http://tikiwiki.org/ReleaseProcess184>
* [FIX] individual wiki page permissions could be bypassed
* [FIX] path disclosure vulnerabilities in the smarty_tiki area
* [FIX] removing any parent categories of an object caused the object to
         become uncategorized even if there are other parent categories
* [FIX] version conflicts related to wiki tag restorations
* [FIX] wiki edit permission shouldn't depended on global wiki view permission
         even if individual permissions are assigned for a wiki page
* [FIX] duplicate version numbers when editing wiki pages
* [FIX] scrollbar of textarea jumped to the top after using a quicktag in
         Gecko-based browsers
* [FIX] articles plugin ignored displayed 0 comments all the time
* [FIX] default groups for users were displayed even when they were not set
* [FIX] bugged display of the rating field when selecting article type
         "Review"
* [FIX] workaround for environments where $_SERVER['SERVER_NAME'] is undefined
* [MOD] added RSS feeds with optional authentication
* [FIX] reply icons were displayed in forum threads even if user has no
         permission to post
* [FIX] forum stats aren't updated after moving a thread (until someone enters
         the affected forum)
* [FIX] broken find function for orphan wiki pages
* [FIX] tracker categorization broken on tiki-admin_trackers.php
* [FIX] avoid login problems when tiki-index.php is the DirectoryIndex
* [FIX] current page was deleted without a trace when rolling back to a
         previous version, resulting in the inability to undo a rollback and a
         gap in version numbers
* [FIX] CATEGORY() plugin couldn't handle type=directory or type=forum
* [FIX] a forum home was selected even when none is set in Admin/Forums
* [FIX] directory category removal function left zombie subcategories and
         member sites
* [FIX] buggy wiki page edit-conflict feature
* [FIX] users logging in from the Tiki homepage were not sent to their group
         homepages
* [FIX] users logging in from any wiki page were redirected to the wiki
         homepage
* [FIX] inner boxes created by embedding BOX plugins within each other had
         messed up line spacing
* [FIX] author of a shoutbox msg changed to the shoutbox admin who edits the
         message
* [FIX] name inputted by an anonymous user in Live Support was lost
* [FIX] overlib tooltips in moreneat.css extended across the entire screen
* [MOD] diff engine was replaced with LGPL code to avoid licensing issues

Version 1.8.3 - Polaris -
<http://tikiwiki.org/ReleaseProcess183>
* [FIX] sort_mode problem on FAQ questions (tiki-setup_base)
* [FIX] error message on tiki-faq_questions was reporting no menu
* [MOD] phplayers horizontal menu support added
* [FIX] tiki-modules cannot be called directly
* [MOD] Objects with set permissions show a green key icon instead
         of ( ) around the yellow key icon.

Version 1.8.2 - Polaris -
<http://tikiwiki.org/ReleaseProcess182>
* [MOD] enhanced ticketlib in a second version
* [NEW] added check on vars to avoid XSS attacks
* [NEW] added an option in wiki admin panel to make use of dashes and
         underscores optionnal in WikiWords
* [NEW] Confirmation on all destructive actions
* [NEW] index.php everywhere, which calls ../index.php until the top level
         which will call tiki-index.php as normal
* [NEW] Some scripts cannot be called directly, so we divert to the index.php

Version 1.8.1 - Polaris -
<http://tikiwiki.org/ReleaseProcess181>
* [FIX] File and Image Galleries: Directory value shouldn't need "/"
* [MOD] Wiki Forum Discuss Broken with dropdown on Wiki Admin page
* [FIX] Forums : Show posts by age sorting broken
* [FIX] Wiki Split! (both the @@@ and the line breaks in columns)
* [FIX] forum attachment doesn't work
* [FIX] Taglines uploaded display with escapes
* [FIX] Shoutbox module's delete link doesn't work everywhere
* [FIX] WikiSyntax : Center- if colon in-line, centering breaks
* [FIX] search_box with Fulltext Search
* [FIX] Misspelled link in file /lib/calendarlib.php
* [FIX] Incorrectly specified wiki 'h4' heading
* [FIX] Blog Pagination links were out of sync
* [FIX] moreneat debug console has hard to see colours
* [FIX] Forums : individual RSS feeds not working
* [FIX] RSS not properly processing blogId
* [FIX] FANCYTABLE plugin generates wrong TD format
* [FIX] RSS feeds are sent with Wiki Formatting instead of HTML
* [FIX] RSS feed brakes in 1.8 RC3 - httprequest() in tikilib didnt return
   any data
* [FIX] Newsletters: Subscribers get same unsubscribe code
* [NEW] topic filtering in wikiplugin_articles
* [FIX] File Gals:IIS REQUEST_URI not set in file download
* [FIX] lastLogin was the same as currentLogin
* [MOD] forums' new icon to show for topics new since last login
* [FIX] ARTICLES plugin wasnt showing the topic images.
* [FIX] mod-who_is_there Fixed missing quote marker
* [FIX] commzone/attzone area JS flip link fixed for all themes (comments and
   attachments weren't staying to show in Konqueror) with more accessible
   solution
* [FIX] Contact Anonymous fixed
   remember to enabled the Contact Us and user Messaging features, set a
   contact name on Admin->General and let anonymous use the messaging system
   permission
* [FIX] Integrator that was unable to save new repository
* [FIX] iframe width in featured-link feature
* [FIX] Wiki quick help SQL plugin documentation
* [MOD] translation of 'by' and displaying of 'Anonymous' in
   last_modif_pages module
* [MOD] translation of 'by' in wiki_last_comments module
* [FIX] breaks in the BOX plug-in
* [NEW] dropdown navigation for backlinks and structures in wiki pages
* [MOD] the module last_modif_pages so it don't display minor changes
* [NEW] Javascript added to shoutbox forms to limit
   input to the 255 character table column width
* [MOD] diff to ignore newline characters
* [FIX] missing ?forumId= in tiki-forum(s)_rss.php
* [FIX] SPLIT and BOX plugins to render all wiki syntax properly
* [FIX] diff and source view to display special characters properly
* [FIX] external RSS feeds: first entry was not shown
* [FIX] more XHTML fixes (some ported from 1.7.x branch)
* [NEW] ARTICLES now includes Topic Filtering
* [NEW] new module last_category_items
* [MOD] Spelling Mistakes corrected
   also modified the language files to reflect those changes, so not to
   break the language translations
* [NEW] Added a check on Tiki Backup to remind you if your file and image
   galleries are set to file system storage
   German translation
* [NEW] RSS 2.0 output feeds support the author tag now
* [MOD] RSS: better looking stylesheet
* [MOD] RSS: Blogs now show title instead of a timestamp
* [MOD] RSS: if there is an empty item title, it gets replaced with a creation
   timestamp of that item
* [MOD] RSS: forums rss shows author names now
* [NEW] avatars: user can choose to have no avatar if he has one currently
* [NEW] Added <>[]|)({}'"_-*#;:& to special character input marclaporte
* [MOD] Replaced the powered by RDF button with better quality one and aligned
   all buttons vertically to middle
* [NEW] Belarus now has a tiki flag!
* [NEW] en-uk Language file, mainly because we british love our colour
* [NEW] adding a powered by Tiki logo on bottom bar
* [NEW] Added support for Atom output feeds, details see
   http://bitworking.org/rfc/draft-gregorio-07.html
* [NEW] Added support for external Atom feeds, just add them on the rss feeds
   page!
* [NEW] Added new module forums_last_posts, that shows the newest posts in
   forums. prefixes like Re: or Aw: are removed prior to output
* [FIX] Corrected the alignment in neat theme for wiki page icons

Version 1.8 -Polaris-
<http://tikiwiki.org/ReleaseProcess18>
* [FIX] removed invalid maxlength attribute and added js_maxlength to shoutbox
* [MOD] added js_maxlength smarty function
* [FIX] fixed a bug where the lastLogin wasn't updated when using
   Pear::Auth (LDAP) and no passwords are in Tiki DB
* [FIX] fixed installer: structures upgrade
* [FIX] fixed installer: tiki_1.7to1.8.sql don't have to be run after comments
   fix
* [FIX] fixed installer: security problems where unauthorized users could
   break database settings and even could empty all tables.
* [FIX] structures creation fixed (mose)
* [FIX] fixed Forums - queued and reported messages broken (OneOfMany)
* [FIX] fixed tiki-user_bookmarks was missing a semicolon (jpf)
* [FIX] color in linkbut on tceti theme changed so its readable (dgd)
* [FIX] changed potentially dangerous defaults (link caching)
* [MOD] added option whether mail address should be checked at registration
   (may not work on windows or may not work at all, so default is off). This
   option was before hidden in the "system_os" setting.
* [FIX] fixed missing end quotes backported from 1.9 (Damian)
* [FIX] Error messages in RSS feeds are now readable in RSS readers
* [FIX] fixed the jspop issue in Image Galleries - identified by bnuz, commit
   by damian
* [FIX] fixed the calendar to show the right weekdays applying the
   CalendarBug2004 fix by rpg - gmuslera
* [NEW] added the tikiticket anti-CSRF system mose + Damian - more details on
   TikiSecurity
* [NEW] added tiki-admin_system page for cache and compile operations (mose,
   flo)
* [MOD] enabled fulltext search in search_new(flo)
* [MOD] added error_ticket templates for the metal themes and fixed error.tpls
   Damian + Colorado
* [NEW] added check if cookies are switched on on browsers (if session is
   handled via cookies) at logon time (flo)
- (rc3) ------------------------------------------------------------
* [FIX] fixed thumbnail generation in image galleries
* [FIX] structures moving items now works
* [FIX] fixed thread ordering setting in forum administration
* [MOD] extracted html from structure {toc} tree function,
   and made 2 templates to manage that.
* [FIX] Reoccured problem with email_isPublic not honoured
* [NEW] Module to display pages where last comments added
* [MOD] added optionnal numebr of entries displaye in module titles
* [MOD] navigation buttons added to structures
* [MOD] refactoring modules templates system to be more generic
* [FIX] fixd some bugs in edit language admin panel
* [FIX] fixed a strange bug with images in articles
* [FIX] fixed user menu that had problem creating a new one
* [FIX] fixed bugs in quicktages
* [MOD] some refactoring : creation of initlib, cachelib, tablelib
* [MOD] improved global xhtml compatibility with more & changed in &amp;
* [FIX] fixed automatic url building in register site form
* [MOD] upgraded Smarty to 2.6 final version
* [FIX] fixed minor error handling in maps feature
* [MOD] enhancement of change textarea size in edit forms
* [NEW] added a new function in smarty for including phplayer
# [MOD] changed the way dropdoiwn lists are displayed in tracker admin
* [NEW] BlueMetal added by colloradoweb.com
- (rc2) ------------------------------------------------------------
* [MOD] Partly introduced customizable Quicktags
* [MOD] Wiki Structures provide more flexible relationships to wiki pages
* [MOD] Shoutbox enhanced to auto-replace URLs starting with 'http(s)|ftp(s)'
   to active links and URLs starting with 'www' string. It's made optional.
* [MOD] All modules with numbers at left side (like ''last_...smth'' and
   ''top_...smth'') now have -+nonums+- parameter which is inhibit numbers
   output
* [MOD] The select list of countries in User Preferences is translantable now
   and sorted alphabetically by translated strings
* [MOD] SPLIT wiki plugin now have two parameters: -+fixedsize+- and
   -+joincols+-. Also it can split text by rows (use -+@@@+- as rows
   delimiter)
* [MOD] New mail-in method: ''PREPEND'' -- opposite to ''APPEND''
* [MOD] Czech and Italian translations
* [NEW] TikiIntegrator
* [FIX] Calendar: no year input fixed
* [FIX] Fixed bug that caused changes to admin settings sometimes require a
   page reload to appear
* [FIX] renamed lang/sp folder to lang/es for spanish language
* [MOD] Enhanced user menus so that the menu items only show if a
   feature/permission/group is on. Added new application menu as sample.
* [FIX] fixed pagination in forums
* [FIX] fixed computation of number of queries
* [MOD] Trackers are now faster if you have a large number of
   registred users
* [NEW] new search engine with background collecting of searchwords.
   This search engine is database independent. Use the "new_search"
   module to be able to use the new search engine.
* [MOD] all links that were displayed with [ link ] now use
   linkbut css style for a more homogen navigation
* [FIX] fixed rankings for authors in wiki and cms
* [MOD] made possible for comments to rate articles
* [MOD] total rewrite of the search engine with reverse index
   powers the search a lot ! uses highlighting feature.
* [FIX] fixed smileys not displayed in chat
* [NEW] added tikibot, the irc extension of tikiwiki, that uses
   third party modules : wollabot and smartirc
* [NEW] site registering feature now make new tiki be added more easily
   in tikiwiki.org directlory links
* [NEW] added an admin panel for custimisation of quicktags
   those like icons in edit page that insert text with javascript
* [FIX] removed all unused duplicate templates from styles
* [FIX] removed all hardcoded path from smarty display method
   so it will never complain about lacking tiki.tpl anymore
* [NEW] WebHelp generation from Tiki structures, you can dump a structure to
   generate a webhelp static version with search capabilities that can be
   distributed as a standalone version of the selected tiki pages.
* [NEW] Added 2 prefs cookie_domain and cookie_path for remember me cookie
* [MOD] An alternative module-switch_lang2
* [MOD] Allow article creators to edit their articles even if they don't have
   the p_edit_article permission. Default behavior is unchanged, must be turned
   on via the article types.
* [MOD] submissions can now be edited by the creator, even if they do not
   have the p_edit_submission permission.
* [FIX] Fixed bug that caused all subscriptions to a newsletter to be deleted
   if a new address was added.
* [FIX] lots of tempfile naming fixes
* [FIX] Avatars in articles now show correctly
- (rc1) ------------------------------------------------------------
* [MOD] tiki-install.php now tries to create the dirs it needs. Less need to run
   setup.sh
* [NEW] Installation profiles allow for a pre-configured site at install time.
* [MOD] added a simple cache system for topic_image.php with optionnal
   reload=1 as argument for forcing cache reload (performance gain in articles)
* [NEW] Customizable article types. Default types are Articles, Reviews, Events,
   and Classifieds
* [MOD] some module info removed from tiki_user_assigned_modules, now it comes
   from tiki_modules, as you would expect.
* [MOD] added an anchor jump to comments on comments and attachment links
* [NEW] Plugin to include information from an article.
* [MOD] Improved thread display of comments
* [NEW] newsletter enhancements - per newsletter determine whether users can
   subscribe, whether the address must be validated, and whether to include an
   unsubscribe msg when a newsletter is sent. Removed frequency as unused.
* [NEW] plugin for automatic link building of sourceforge tracker items
   using {SF(aid=>xxxxxx)}{SF}
* [NEW] Editable dynamic variables can be added to tiki objects using %name%.
   This allows quick editing and displaying of short information in wiki pages
   and other objects.
* [NEW] Last n messages posted in a forum can be displayed when listing forum
   topics to provide a quick access to the last posts in the forum regardless if
   they are new topics or replies to an existing thread. This is optional and
the
   number of post titles to display can be configured.
* [NEW] Wiki pages can be cached or not cached individually, this setting
   overrides the global setting for caching wiki pages. (Allows to have all
pages
   cached but one or no pages cached but some, refresh times can differ too)
* [FIX] Article topics no longer require an image file to be uploaded
* [MOD] Article pages now accepts type and topic parms to filter articles
* [NEW] Added a Jabber plugin {JABBER()} Needs local jabber server to run.
* [NEW] Basic error handling in function "query" in lib/tikilib.php
* [NEW] assign page permissions to whole structures
* [NEW] added an optional &highlight=word+otherword to highlight some words in
   any page
* [NEW] admin topics now allows existing topics to be changed
* [FIX] fixed galaxia bugs while porting to adodb queries
* [NEW] added a module to switch themes
* [FIX] moved wiki table parse code behind link parse code
* [NEW] function targetBlank in tiki-js.lib
* [MOD] CODE plugin now accepts php syntax highlighting {CODE(colors=>php)}
* [NEW] Replace PEAR::DB with ADOdb to support PostgreSQL, Oracle, MSSQL, etc.
* [NEW] Added Real-time IRC (Internet Relay Chat) logging
* [MOD] Wiki pages can now belong to multiple structures

Version 1.7.1.1 -Eta Carinae-
* [FIX] fixed a blocking bug that prevents wiki pages from being saved in some
   cases


Version 1.7.1 -Eta Carinae-
<http://tikiwiki.org/ReleaseProcess171>

* [FIX] fixed bug where special chars in site search resulted in warning notices
* [FIX] fixed smtp error on tiki-webmail.php
* [NEW] language : ru, nl, da and de updated
* [FIX] fixed bug with undefined variable and bugged form when creating a
calendar
* [FIX] fixed bug where users could not create file galleries even when
   granted tiki_p_create_file_galleries
* [FIX] fixed bug where wiki quicklinks and quickhelp don't correspond to the
   wiki table syntax setting
* [FIX] fixed 'quote' bug in debugger console command line
* [FIX] fixed email-validator in case servers disallow identical FROM and TO
   addresses which may have prevented some users from registering
* [FIX] the page description in category page will stay the page description
   (instead of the page data) after updating the page
* [FIX] themes list is now sorted
* [FIX] fixed bug where browsing to forum threads using the forum modules
results
   in errors on subsequent forum actions
* [NEW] updated to stable and official HAWHAW V5.1
* [FIX] fixed bug where the lastLogin and currentLogin time stored in Tiki DB
are
   always the same, the currentLogin time
* [FIX] page names will now keeps the original capitalization even if linked to
   with another kind of capitalization
* [FIX] inserted a lot of spaces to help give the site a consistant look
* [FIX] fixed bug where hotwords at the beginning of a line don't work; fixed
   other strange behaviors
* [FIX] allow user to confirm his email and bypass validation in case the mail
   server does not work with Tiki's validation methods
* [FIX] fixed bug where user information and data was left in a dozen DB tables
   after the user is deleted
* [FIX] fixed some Galaxia graphing problems due to typo's
   /Processes/ should be /processes/
* [FIX] fixed comments and attachment styles in geo and trollparty themes
* [FIX] fixed display of categories in select : it now displays the full path
* [FIX] fixed bug where SSL login sends user to a bad URL if tikiIndex is more
   than just a filename on the same Tiki site
* [FIX] fixed bug where games did not load in tiki-list_games.php
* [FIX] fixed a blocking bug occuring with Galaxia and php prior to 4.2
* [FIX] fixed bug where auth failed when !$userTikiPresent && $userAuthPresent;
   should be !$userTikiPresent && !$userAuthPresent
* [FIX] fixed bug where user cannot be created in Tiki even if authenticated
   via LDAP
* [FIX] fixed bug with ext link caching when URL contains parameters
* [FIX] fixed challenge/response auth; user now has to input their email; quick
   hack until tiki auth is overhauled for 1.8
* [FIX] fixed bug where tiki-user_information.php?view_user=smith shows your
   personal theme rather than site theme if smith has not set a theme
* [FIX] fixed PDF remove page bug
* [FIX] fixed bug in img gal where thumbnails are not created when extensions
   are written in captial letters
* [FIX] fixed bug where stylesheet is not used for blog_rss
* [FIX] forum moderator and reply action toolbars are hidden if there are no
   replies
* [FIX] performing moderator actions without selecting any replies no longer
   results in errors
* [FIX] fixed broken filter function in Galaxia/workflow
* [FIX] fixed erratic behavior of hotwords
* [FIX] hotwords now take precedence over WikiWord? links
* [FIX] Tiki no longer tries to cache URLs containing some common binary
   file extensions
* [FIX] fixed bug where tiki was not displaying 'random_image' modules
* [FIX] fixed bug where wiki edit preview screws up html special chars
* [FIX] fixed bug "forum rss feed is a security hole", fixed for all rss feeds
* [FIX] fixed bug "Tiki Forum RSS: Faulty tiki-forums_rss.php"
* [FIX] fixed bug with wiki plugin parameter syntax => being encoded
* [NEW] added TikiHelp? links to many pages


Version 1.7 -Eta Carinae-
<http://tikiwiki.org/tiki-index.php?page=ReleaseProcess1.7>

* [FIX] Added form to edit groups and change included groups
* [FIX] fixed bug where attachments to wiki pages with title of over 40 chars
failed
* [NEW] CATORPHANS plugin that displays uncategorized objects
* [NEW] much more informative and user-friendly Tiki installer
* [FIX] changed field maxlength from 40 to 200 for some fields (names or
pagenames)
   in tiki_featured_links, tiki_files, tiki_html_pages,
tiki_html_pages_dynamic_zones,
   tiki_images, tiki_wiki_attachments
* [FIX] changed name field maxlength from 20 to 200 for tiki_dsn, tiki_extwiki,
   tiki_menu_options, tiki_menus in database
* [NEW] all RSS feeds are converted to UTF-8. If you have iconv or recode
   even non-latin fonts could be displayed!
* [NEW] "admin" user can no longer be removed from tiki-adminuser.php
* [NEW] user is presented with link to installer if tiki fails to connect to db
* [NEW] tiki installer warns user if it fails to rename tiki-install.php
* [FIX] fixed a typo in forums that produced a blocking error
* [FIX] fixed Smarty bugs related to smarty.request variables and
register_globals setting
* [FIX] fixed bug where admins can su to a user that doesn't exist
* [FIX] fixed bug where selecting "categorize this object" then clicking
   preview in wiki edit will cause the categorize checkbox to become deselected
   if the page is not already categorized
* [FIX] fixed bug where changing email prevents user from logging on again
* [FIX] fixed bug where comment area (comzone) takes 2 clicks to show the first
time
* [FIX] fixed bug where user email changes are not propagated in watches
   but watches should just use the email in users_users and not duplicate
   the email in tiki_user_watches
* [FIX] fixed error in Admin/General after setting home forum
* [FIX] fixed bug where Live Support didn't work for clients who are logged in
* [FIX] fixed bug in Live Support where msgs sent by operator to client are
   marked with client's username
* [FIX] fixed a bug in debugger
* [FIX] fixed bug where current site theme is not selected on Admin/General
* [FIX] fixed bug where su (superuser) function doesn't work if you are logged
   in using the "remember me" feature
* [FIX] fixed bug where default values of the form are not correctly set after
adding
   a dir categ on tiki-directory_admin_categories.php
* [FIX] fixed bug where tiki-install.php rejected all admin passwords,
   making reinstallation or upgrades impossible
* [FIX] fixed bug where tiki stores clear text passwords by default
   even when that option appears to be disabled by default
* [FIX] fixed bug where editing directory sites from a search query results in a
mysql error
* [FIX] fixed the find function in adminuser panel
- (rc4) -------------------------------------------------------
* [NEW] new theme named "notheme" that uses only browser-defined colors
* [NEW] design of a new theme intended to be the official Tiki theme: tiki.css
* [NEW] new directory in doc/ named devtools/ that contains packaging
   and tiki developers tools
* [NEW] Plugin {SORT()} to sort content in wiki pages
* [NEW] New category tree in category admin panel
* [NEW] added optionnal display of current category path and objects in wiki
page
* [NEW] edit structures page now shows a filterable list of wiki pages
* [NEW] new layout for admin panels
* [NEW] clarified forms that are serving as edit forms vs. create forms
   on over a dozen pages
* [NEW] go offline in Live Support when logging out of Tiki
* [NEW] directory categories can now be categorized
* [NEW] multiple wiki pages can be categorized at once
* [FIX] moved .htaccess (url-rewriting) to doc directory
* [NEW] new avatars management and selection
* [NEW] tikihelp use in admin features panel to link to online docs
* [FIX] Removing wiki pages now also removes them from structures
* [FIX] Fixed bugged normal/wysiwyg editor toggle in tiki-assign_modules.php
   and in blog editor
* [FIX] Categorize list is shown and categorize checkbox is checked on
   the wiki edit page if that page is categorized
* [FIX] Fixed the missing routines of "email scrambling"
* [FIX] Fixed 150+ unescaped search and other input strings
* [FIX] Fixed bug in anti-bot/anti-automatic registration feature
* [FIX] No more database errors when using forum
* [FIX] Fixed forum attachment download bug
* [FIX] fixed blog post title lost in preview
* [FIX] no more br-tags in tables
* [FIX] Password matching on letters and numbers now works
* [FIX] No more new categories without a name
* [FIX] Fixed the un-categorize problem
* [FIX] Deleting structures and wiki pages works now as expected
* [FIX] Fixed Semaphore bugs about locking and concurrent editing
* [NEW] RSS have their own stylesheet now and can be displayed in browser
* [FIX] RSS feeds fixed and valid !
* [NEW] Usage of WikiWords can be switched on/off
* [FIX] feeding a tiki forum from a mailing list works now
- (rc3) -----------------------------------------------------
* [NEW] Wiki syntax for -+monospaced+- words
* [NEW] Wiki syntax {maketoc} -- make TOC of headers on current page
* [NEW] Improved and bugfixed wiki lists parser
* [NEW] Collapsable wiki headers (append -/+ after !)
* [NEW] Collapsable wiki lists (append -/+ after first item of list */# )
* [NEW] Continued list paragraphs (use '+' instead of */# to continue list item
)
* [NEW] Automonospace wiki feature now can be enabled/disabled (RFE #?????)
* [NEW] Full HTML headers from 1 to 6 ('!' to '!!!!!!')
* [NEW] WikiPagesLinks with updated sign /use
((WikiPage|description|timeout_in_sec)) /
* [NEW] Wiki -=title=- auto aligment (just try to align it with spaces in source
:)
* [NEW] Added a BOX plugin to display theme-styled box in wiki page
* [NEW] Improved help system for wiki plugins
* [NEW] New themes: Akwa and Matrix (take a look at styles/README.matrix)
* [NEW] Catpath plugin
* [NEW] link to Google cache in Tiki's cache view in case local Tiki cache
   is outdated or broken
* [FIX] print mode is cleaner, without page bar and icons
* [NEW] remembers where user logged in from and sends user back after login
* [FIX] google plugin fixed by removing the javascript redirection.
* [FIX] fixed the search engine so it responds in seconds not ten.
* [FIX] Fixed tiki-read_article.php permission bug
- (rc2) -------------------------------------------------------
* [FIX] general utf-8 mail encoding
* [FIX] bad category link for articles
* [FIX] user hash generated from password only, now uses login and email too
* [FIX] double-click wiki quick help and comments bug
* [FIX] 4 out of 6 batch file upload bug
* [FIX] ignored auth method bug with webserver auth
* [FIX] anonymous username bug in live support
* [FIX] webmail small but efficient fixes
* [FIX] fixed display of comment and attachment buttons
* [NEW] improved multi-host setup
* [FIX] massive html fixes
* [FIX] remember me feature fixed
* [FIX] improved conflict detection when editing wiki pages
* [NEW] Tiki Debugger Console for tiki developers or admins
* [NEW] plugin category added
* [NEW] new modules mod-who_is_there and mod-search_wiki_page
* [FIX] install script upgraded for non-root usage
* [NEW] mail sender is now configurable
* [NEW] added Geo and Trollparty theme
- (rc1) ------------------------------------------------------------
* [NEW] generation of pdf documents from wiki pages
* [NEW] added matrix, moreneat and mose theme.
* [FIX] all sent mails are utf-8 encoded now for intl sake
* [FIX] added sender email address to outgoing mails
* [FIX] added form to edit groups and change included groups
* [NEW] Added an Edit CSS feature, with fancy display of css and fast editor
form
* [NEW] Added a setup_virtual.sh for virtual hosting, and changed internal code
accordingly
* [NEW] Added a general Calendar feature for tiki content browsing and groups
calendar
   management. Uses overlib and some javascript enhancements.
* [NEW] Added a MODULE plugin to display modules inside wiki pages
* [NEW] Added copyrights management system.
* [NEW] Authentication: Tiki can use the WebServer authentication if admin
wants, the
   user is automatically logged to Tiki once the WebServer authentication is
used.
* [NEW] Mechanism to prevent script/robotic user registration is supported, Tiki
generates
   a graphical number that the user must enter in the registration form to be
registered.
   This feature is optional and can be enabled/disabled from the admin->login
menu.
* [NEW] New theme added: neat based on plone.
* [NEW] A single wiki-page can be a multi-page page using ...page... to separate
pages,
   individual pages can be viewed using navigation links or a slideshow.
* [NEW] A wiki structure can be created/imported from a text representation of
the tree
   where structure levels are depicted by indenting the text with single spaces.
* [NEW] All pages in a structure can be exported from the admin structures page
* [NEW] A text representation of a Wiki structure can be exported then it can be
used
   to create (recreate) the structure in another system.
* [NEW] Blogs: Blog posts now support multi-page posts, the first page will be
displayed
   when listing blog posts (can be used as a heading) and the other pages are
navigable
   when reading a blog post.
* [NEW] Articles: Multi-page articles are now supported, use "...page..." to
separate
   pages in a multi-page article. Navigation links to article pages
automatically added.
* [NEW] Articles: The permission tiki_p_autoapprove_submission was added, groups
with
   that permission can submit articles that are automatically approved.
* [NEW] Articles: The list of articles can be configured choosing which columns
should
   be displayed when listing articles.
* [NEW] Wiki: Optionally admin can choose if the user who creates a page has
   admin privileges over that page (remove, assign perms, etc)
* [NEW] Wiki: The listpages feature can be configured choosing what columns will
   be displayed in the listing.
* [NEW] MyTiki page reformatted to a tabbed interface.
* [FIX] Lethal bug in tikilib that caused cache engine to infinitely recurse has
been
   resolved.
* [NEW] Forums: Posts can be reported to moderator.
* [NEW] File galleries: Up to 6 files can be uploaded at once.
* [NEW] Forums control to view posts from the last X hours/days only.
* [NEW] File galleries dupes are now prevented.
* [NEW] File galleries improved, listings are configurable, files can be moved
and
   deleted. Better interface. etc
* [NEW] Banning system: Admin can ban users or IPs from specific sections of
Tiki,
   rules accept dates (suspensions). Usernames accept regexes, IPs accept
wildcards
   example: 23.*.*.*
* [NEW] Forums: Tiki distinguishes between read and unread posts
* [NEW] WML&PDA Integration using HawHaw: Use tiki-wap.php to access a Phone/PDA
   friendly version of the Wiki.
* [NEW] Forum attachments added, you can setup which forums admit attachments
and who
   can attach files to forum posts.
* [NEW] Added forum discussion button to wiki page view: allows users to go
straight to
   forum for page discussion.
* [NEW] Drawings history added. From the admin drawings panel you can view the
history,
   remove versions, etc.
* [NEW] Drawings jGraphPad replaced jHotDraw, lot of new features and tools to
edit
   drawings which can be included in any parsed tiki object.
* [NEW] Forums: Breadcrumb added. Links to next/prev topic when browsing threads
   added.
* [NEW] Forums: Topic summaries added and can be used (optional)
* [NEW] Forums: Topic smileys can be used
* [NEW] File galleries: you can edit the name/description of files (Joan)
* [NEW] File galleries: duplicate uploads are prevented.
* [NEW] Articles: topic or article image can 'float' around text optionally.
* [NEW] Forums: columns to be listed in topic listing can be
   configured per-forum.
* [NEW] Forums: columns to be listed in forum listing can be
   configured.
* [NEW] Notes in notepad remember parsing mode.
* [NEW] Notes in notepad can be viewed as smarty templates
* [NEW] Forum posts can be saved to the notepad.
* [NEW] Weblog posts can be saved to the notepad.
* [NEW] Notepad: A note can be converted in a wiki page or
   update the content of any wiki page (if permitted)
* [NEW] Notepad: notes can be merged into a single note.
* [NEW] Weblogs: Trackback pings implemented, you can send a ping from any
weblog
   post to any URI accepting trackback pings. Tiki will also accept trackback
   pings the tiki-view_blog_post.php script implements the discovery mechanism,
   then Tiki can display a list of trackback pings to your blog posts from other
   sites. Compatible with geeklog, movabletype and other wonderful weblogging
   packages that are-now-eclipsed-by-the-amazing-tiki-machine!
* [NEW] Weblogs: interface added to add images to a weblog post, this works
   with the traditional editor or the brand-new WYSIWYG editor.
* [NEW] Customizable heading (all the html before posts) for weblogs.
* [NEW] You can control if individual weblogs accept comments
* [NEW] Weblogs: blog posts can use titles if the blog is configured to
   use titles.
* [NEW] Weblogs: admin can select what columns to list in the blog listing,
   the blog owner can be listed as an avatar, link or text. Improved the look
   and fell of the blog listing.
* [NEW] WYSIWYG editor added for blog posts, you can now edit an HTML post
   for a blog using a full-featured Wysiwyg editor (IE only in 1.7)
* [NEW] Workflow engine added. Create processes, monitor processes and
   execute processes. Processes are mapped to PHP scripts. Please read
   the workflow documentation for a detailed overview of the Workflow engine.
* [NEW] The special Smarty plugin {helplink page="PageName"} can be used to
   create a link that will display a wiki page as a help popup. This allows your
   site to create an online help system based on Wiki pages.
* [NEW] In file galleries, the file title and description now can be edited.
* [FIX] In file galleries, when a file had a title the filename was showed
   instead. Now it shows title correctly, and title itself is not forced to be
   entered, the filename is shown when no file title has been provided.
* [NEW] New popup window to see images in image galleries. It autosizes to the
   image's size.
* [NEW] Batch user import in Users administration. Now you can import users
   from a CSV file. The CSV file needs to have the column names in the first
   record. The column titles must match with fields in "users_users" table.
   Login, password and mail are forced. If an unexistant field is specified,
   it's ignored.
* [NEW] Default .htaccess contains many apache/mod_rewrite commands:
   http://ex.com/tiki-index.php?page=HomePage => http://ex.com/HomePage,
   http://ex.com/tiki-view_blog.php?blogId=1 => http://ex.com/blog/1, etc.


Version 1.6 -Tau Ceti-

* [NEW] Install script added, unzip the files and point your browser to
   tiki-install.php
* [NEW] Initial LDAP support has been added using PEAR::Auth. This will be
   expanded in future releases and is completely optional.
* [NEW] Graphviz integration, a plugin can be used to visualize a navigable
   graph of a subwiki indicating a page to start and depth level. Also included
   is tiki-wiki_graph.php?page=Name&level=X to render the graph (non-navigable)
   as an image anywhere in Tiki.
* [NEW] Users with the right permission can do "minor" edits on wiki pages
   minor edits are not reflected in the history nor are notified by
   email to users "watching" the page.
* [NEW] Forums: Option to allow wiki markup in forum/comment posts.
* [NEW] Forums: the topic description can be disabled when browsing forums.
* [NEW] Checkboxes added in page history to remove many versions of a page.
* [NEW] View page source option from page history for any version.
* [NEW] Inter wiki links, admin can define URLS in the format
   http://www.example.com?page=$page or similar ascociating the URL with
   a name then the syntax ((Wiki:name)) can be used to link to a page
   in an external wiki. This can be used with other Tiki sites or other
   wikis as well provided that the URL to a page can be constructed putting
   the page name somewhere in a URL.
* [NEW] Wiki pages can be renamed.
* [CHG] Comment and link to diff are now informed when notifying that a page
   has changed
* [NEW] Option to allow users to lock a page and only the user who locked the
   page can unlock it.
* [NEW] Handlers can be defined to change how wiki pages and other objects
   are parsed, you can define pre-handlers and pos-handlers. See the file
   tiki-handlers.php
* [NEW] Some tiki objects can be saved in 1-click to the user notepad.
* [NEW] Mini calendar for events by user with daily, weekly and lit view,
   event topics, find events, etc.
* [NEW] Users can configure if they want to double-click to
   edit wiki pages.
* [NEW] Themes can redefine ANY template of Tiki, just create the template in
   the templates/styles/name directory and Tiki will use that file. If the file
   is not there it will default to the templates directory. (McKenna)
* [NEW] Alternative syntax for tables, you can separate rows using line
   returns instead of ||. You have to select which syntax to use in the admin
   screen.
* [NEW] Admin menu submit buttons now get back to the admin section where the
   submited information was found.
* [NEW] User menus, the user can add items to the application menu, an option
   to automatically add top-level bookmarks to the menu is provided.
* [NEW] Theme control center: if activated you can control the theme by
   section, by category or by specific object. (Laporte)
* [NEW] Ephemerides feature: admin can set up images/texts for specific dates,
   users can browse using the calendar to get the images/texts for any day. A
   module is provided to display the image/text for the day, if many one is
   choosen randomly.
* [NEW] User files section, users can store personal files and download them
   whenever they want, files are only visible to the user. Admin can control a
   disk quota for each user.
* [NEW] User Notepads section added, users can sketch notes view them and
   remove them, the notes can be viewed as parsed wiki pages or unparsed.
   Useful to keep memos, user personal information, etc.
* [NEW] Newsreader added, users can add newsservers, browse groups from the
   servers and read the articles from any group. A save position option is
   provided to highlight new messages per group/user
* [NEW] SnowChekMail the function used to validate email addresses can be
   disabled if you configure your system as Windows in the main admin panel.
* [NEW] My Tiki section added as a refurbished user_preferences section, this
   new section includes webmail, user_preferences, modules, bookmarks, tasks and
   all the per-user sections of Tiki.
* [NEW] Wiki plugin added: SPLIT used to split a wiki page in two columns.
* [NEW] Wiki plugin added: SQL can be used to display the result of an SQL
   query to the tiki database, useful for reports and others. As admin you can
   setup dsns that users can use and set permissions for each dsn!. This cool
   feature can be used to display queries from your tiki site, or from other
   applications or databases in a controlled way in your wiki pages.
* [NEW] User tasks, users can set-up tasks and mark tasks as completed or
   remove tasks, a user module is provided. This can be used as a simple to-do
   list for users.
* [NEW] Wiki page footnotes, wiki pages can have footnotes, footnotes are kept
   at user level (each user only sees his footnotes for each page). This allow
   users to keep his private comments and notes for Wiki pages.
* [NEW] Plugins added to normal distribution: code, avatar, center
* [NEW] Plugins can be nested
* [NEW] Plugins are re-entrant, a plugin can generate another plugin code.
* [NEW] Wiki structures can be used to generate slide shows
* [NEW] Changed translation routines to a Smarty prefilter, the first time the
   screen is generated it will be slower but then all the pages will be rendered
   very fast. Performance improvement.
* [NEW] Permissions interface improved supporting multiple permission settings
   in one operation (the famous checkboxes are here)
* [NEW] Permission levels added to the permissions, allowing the admin to
   classify permissions by level and then assign/remove all the permissions in
   some level to a group
* [NEW] Who is online module added displaying a list of registered users
   currently online
* [NEW] Tooltips added when text is truncated
* [NEW] Optional remember-me feature added to the login box. The lifetime of
   the cookie can be configured.
* [NEW] Contact-us feature added showing the user an option to send a message
   to the admin unser (configurable) and an option to send an email to admin.
* [NEW] Inter-user messaging added, users can read,write messages to other Tiki
   users. an option and permissions are provided to broadcast a message to a
   group of users or to all the users.
* [NEW] User information page added to see information about a user. The user
   can make his information public/private from his user preferences
* [NEW] Tiki tags are now allowed in FAQ answers
* [NEW] Smarty version distributed with Tiki upgraded to 2.4.3
* [NEW] Caching mechanism for wiki pages. Wiki pages can be cached for a
   specified time before they have to be parsed again by the wiki engine. This
   does not affect undos,rollbacks and edits that are immediately reflected.
   This option can be turned on/off. For sites using large or complex wiki pages
   it can show a good performance improvement.
* [NEW] Directory feature added to Tiki. Links can be organized in categories,
   users can add links to be validated by admin, many options for display and
   functionality.
* [NEW] "su" option added to let admin login as any user once logged as admin,
   in this way he can configure or fix a user problem without never asking for
   the user password.
* [NEW] Country added to user preferences, the country flag is also displayed
   in forum posts of the user.
* [NEW] Wiki structures. You can create structures of wiki pages and the new
   tag {toc} can be used to display a table of contents for the structure in a
   wiki page. When a page is part of a structure links to the next and previous
   page are provided as well as a link to the first page of the structure, where
   you should place the {toc} and other information.


Version 1.5 -Regulus-

* [FIX] Several Minor Typos (jaw959 et al.)
* [NEW DEVLEOPER] Joseph Witthuhn (jaw959) can be contacted at
   jaw959@users.sourceforge.net
* [NEW] You can select the name of your Wiki home page. Can be other than
   HomePage.
* [NEW] Now admin has an option to enable full wiki page names allowing spaces
   and accents and other chatacters to be part of a wiki page.
* [NEW] Quick image uploads to wiki pages, you can upload a picture from the
   editpage feature and have it displayed in the page inmediately
* [NEW] Added a login screen that can be used in columnless layouts or for
   emergency purposes if the login box or the columns have problems. The file
   is tiki-login_scr.php.
* [NEW] Added a phpinfo link to check your php installation in the admin menu.
* [NEW] Now you can make batch uploads of zip files for file galleries. If you
   have the right permission just upload a zip file and all the files will be
   added to the gallery.
* [NEW] Now you can use comments for inividual blog posts.
* [FIX] Tikilib code reduced splitting it into smaller libraries reducing
   memory consumption. (stage1)
* [NEW] Added a description field for Wiki pages (optional) when this feature
   is disabled the description is displayed below the page name and as the title
   of a link to the page (form other pages).
* [NEW] Added direct link to pages in paginations (optional) if enabled you can
   jump to any page of a multi page listing by following a link.
* [NEW] Newsletters added, admins can setup newsletters and users can
   subscribe, emails are requiered to confirm subscriptions and prevent
   spamming. Then admin can simply send an HTML based newsletter to the
   subscribed (and confirmed) users. Users can unsubscribe using a URL.
* [NEW] Added an option to generate gzipped output to the browser.
* [NEW] Base templates can now be defined by theme so you can create a theme
   presenting a whole different layout for Tiki. You can also use this to create
   themes including images and other decoration elements in Tiki. Since only
   base templates are classified by theme you can do it changing just a few
   files. If you don't want to change the layout just copy the templates from
   the templates directory if you are creating a theme.
* [NEW] Changed wiki page names to support up to 150 characters
* [NEW] Menus now preserve their state between pages (using cookies) if cookies
   are disabled then menus wont preserve state but will still work as they did
   before.
* [NEW] Added plugins to the Wiki, now you can create your own plugins for the
   wiki to suit your needs. The syntax is simple, see
   lib/wiki_plugins/example.php for a description and example.
* [NEW] Admin can choose if passwords are stored in plaintext or not. If not, a
   hash will be used to authenticate users and the remind-password feature will
   generate a new password and send it by email. The new password will be
   immediately due so the user will be forced to change it.
* [NEW] All the Javascript code has been packed into a library
* [NEW] BiDi support. Added support for BiDi languages. Added BiDi.css file to
   control BiDi directionality and layout.
* [NEW] Added ~np~ ~/np~ syntax to the Wiki to make page sections unparsed. Can
   be used to put HTML code or anything that you want as-is without wiki syntax
   being parsed.
* [NEW] Fulltext searching added (optional). By enabling this feature, results
   will be sorted by the relevance of the match to the search query. Also,
   search results will be ordered first by relevance, and then by section (wiki,
   blog, etc.). Non-fulltext searching continues to sort first by section, and
   then by 'hits'.
* [NEW] PHPWikiImport feature. You can export pages from a PHPWiki dump into
   tiki even versions will be created.
* [NEW] Export all wiki feature. As admin you can export the whole wiki as a
   text dump that can later be imported into this or another Tiki site.
* [NEW] Import/export wiki pages. Wiki pages can now be exported to a .txt
   Mime-alike format and imported from an exported file.
* [NEW] Slideshows added, if a wiki page contains more than one -=titlebar=-
   then you can display it as a slide show. This is a very cool feature.
* [NEW] Admin can select the minimum length for a password to be valid
* [NEW] Admin can choose if user passwords must include letters and numbers to
   be valid
* [NEW] Admin can setup passwords lifetime and Tiki will force the user to
   change his password once the password is expired.
* [NEW] Challenge-response authentication added, if enabled and the browser
   support Javascript then user passwords are never send across the network
   being replaced by a challenge-response authentication algorithm. This
   improves security since the chance of password eavesdropping is reduced a
   lot.
* [NEW] Added sections to forums, now you can put forums into sections and the
   forums listing will list forums for each existing section. (As phpBB and
   other forum software does).
* [NEW] Improved forum layout to be nicer (Roger)
* [NEW] Avatars added to forums. Users can configure their avatars from their
   user preferences screen, pick an avatar from the library (more than 500) or
   upload an image to be used as your avatar.
* [NEW] Surveys, create surveys to get a better understanding on your users
   opinions, many survey question types, users can fill surveys and stats are
   stored.
* [NEW] Many bugs fixed, google module now works, definition lists fixed, wiki
   lists fixed, etc., etc.
* [NEW] Webmail, set-up as many POP-accounts as you want, select a "current"
   account and you will be able to read emails, write emails, delete emails,
   download attachments, use attachments, write or read HTML based emails.
   Manage your address book, automatically add addresses to your address book
   and all the regular cool webmail features.
* [NEW] Trackers, trackers are a flexible way to track user-requests and
   groupware tasks, you can define the fields for each tracker. Many field-types
   supported. Tracker items can be commented and can have file attachments,
   tracker items can be assigned to a user or group and will appear in the user
   preferences page (the user's home). Trackers and tracker items can be
   monitored and Tiki will send you an email when something is changed. You can
   open-close tracker items.
* [NEW] HTTPS protocol is now supported. Tiki can now run over HTTPS
   connections.
* [NEW] Tiki can now be run on any web server port, not just 80/443.
* [NEW] Dates and times are displayed in the time zone specified by the user
   and/or the administrator. The administrator (but not the user) can also
   specify the date and time format strings. Month and weekday names are also
   localized, if locales are configured correctly on the server.
* [NEW] The administrator can allow or require HTTPS logins. The user can
   choose to stay in HTTPS mode after logging in.


Version 1.4.2 -Mira-

* [FIX] Fixed a bug that crashed image caching
* [FIX] Fixed a bug that allowed admins with permission to edit templates to
   edit any file
* [FIX] Fixed a bug that made unassigned modules remain assigned for registered
   users
* [FIX] Now you can use ' in the browser title and other preferences


Version 1.4.1 -Mira-

* [FIX] Fixed a bug that made Tiki unaware of links using the new
   ((name|description)) syntax resulting in orphan pages and fake link structure
   for the Wiki.
* [FIX] Corrected an error in tiki_1.3to1.4.sql, added the params column to
   tiki_user_assigned_modules that was missing
* [FIX] Fixed a bug related to an incorrect link when editing the user personal
   page as admin fro the user_preferences page


Version 1.4 -Mira-

* [NEW] Quizzes, you can create quizzes with as many multiple-choice questions
   as you want and program specific answers to be displayed to the user
   depending on the Quiz score. Quiz results can be stored and you can control
   if Quizzes can be repeated and establish a time limit for Quizzes if you
   want. Useful for fun or for learning, courses, etc.
* [NEW] Smileys can now be disabled enabled from the Admin screen.
   (Dedicated to Tom)
* [NEW] Templates can be edited and used for Wiki pages and CMS articles. A
   simple way of creating pre-formatted Wiki pages and Articles, you can
   template articles to review CDs, sites, etc
* [NEW] Optionally you can make the user enter a special passcode to let him
   register into your site, this can be used for semi-privates sites or for
   sites where users are only added by invitation.
* [NEW] Users can now suggest FAQ questions and FAQ admins can add the
   questions to the FAQ if they want.
* [NEW] You can specify the opening type for featured links, the link can be
   opened in a new window, in the same window or in a frame inside the window.
* [NEW] Script to export the wiki link-structure, tiki-link_structure.php can
   be called to get a txt representation of the Wiki structure each line is
   formatted in the form PageName LinkToPage LinkToPage LinkToPage... This can
   be used to construct a graph of the Wiki, to make stats, etc. This is useful
   specially for the TouchGraph Wiki browser which uses this format of link
   structure to draw a graphical representation of the Wiki pages.
* [NEW] Underline syntax for Wiki pages (I don't like underlined text in web
   sites because it seems like a broken link to me but...) Use ===text=== to
   underline
* [NEW] Now lists can include arbitrary nesting using *,#,**,***,##,### etc.
* [NEW] The current date can be included in any module or template using
   {showdate mode="d/m/Y [h:i]"}, the mode follows the syntax to format dates
   using the PHP date function.
* [NEW] You can filter by article topic and type in the articles listing
* [NEW] You can categorize objects from the screens were the objects are
   created, just select the categories and the object will be assigned to that
   categories.
* [NEW] Top games module
* [NEW] When creating a group you can make the group "include" other groups, so
   permissions from included groups are automatically assigned to the new group.
   This can be used as an easy way to extend groups by adding some new
   permissions to an existing group.
* [NEW] Random images syntax for modules use {gallery id=n} to include a random
   image from gallery n (Evan)
* [NEW] Improved thumbnail generation keeping aspect ratio and using GD2+
   functions if GD2+ is installed (Evan)
* [NEW] You can edit images names and descriptions (Evan)
* [NEW] Extended the syntax for Wiki internal references to support
   ((page|description)
* [NEW] Imrpoved and simplified application menu, now links are more intuitive
   and the admin functions are better organized in the user space if you have
   the right permissions.
* [NEW] Added a cancel button when editing wiki pages
* [NEW] Mail notifications screen where you can pick email addresses to be
   notified when specific events occur, for example when a user registers or
   when a submission is received
* [NEW] New theme jalist inspired in www.jalist.com
* [NEW] Shoutbox, a graffiti wall where users can send messages, a module to
   display the last "n" messages and to add new messages is included. This is
   nice :-)
* [NEW] Templates for mail notifications, all the Tiki mails that can be sent
   can now be customized by editing the templates in templates/mail so you can
   write whatever you want and personalize the emails.
* [NEW] Dual storing policy for uploads. As an admin you can choose between
   storing file uploads on the database or a directory. If it is a directory
   make sure your PHP can read/write to the dir but the users can't list the dir
   (or they will be able to download all the files from your site). It's your
   choice, Tiki is flexible.
* [NEW] Now modules are inmediately displayed after assigning them from the
   admin-modules screen (remember that if you have personalized modules you will
   have to assign them from your user preferences page)
* [NEW] Since your last visit module showing new items on the site after the
   user last login date.
* [NEW] Now assigned permissions are identified from unassigned permissions
   when assigning permissions to a group.
* [NEW] The page layout can be configured different for each section (blogs,
   galleries, etc)
* [NEW] HTML pages and dynamic pages, you can create any HTML page and display
   it using a URI, pages can have dynamic zones that can be edited from an admin
   screen, you can create dynamic pages that will be updated live without the
   need to refresh the browser. This can be used to show sports scores, stock
   info, weather, etc.
* [NEW] You can set any URI as your home page so you can make any section of
   Tiki your home.
* [NEW] You can activate stats for the search module and you will be able to
   see the number of times each word was searched by users.
* [NEW] Usage graph in the stats page, you can see how many hits you have in
   different sections of your site.
* [NEW] You can enable disable the users ability to change the theme or
   language from the user preferences screen
* [NEW] You can setup filters for file names that can or cannot be uplaoded,
   the filter accepts a Perl-style regular expression and you can set positive
   matches and negative matches (accept only files matching xx or reject files
   matching xx)
* [NEW] Google search module
* [NEW] Preview feature when assigning modules
* [NEW] Modules can now receive parameters in the form of a query string
   ex: foo=1&bar=3 this can be used to alter the behaviour of modules.
* [NEW] The last_files module now accepts the galleryId parameter, if set the
   module will list the last "n" files for the specified gallery only.
* [NEW] Added the number of articles for each topic when listing topics
   (submissions too)
* [NEW] Added quiz stats to the stats page
* [NEW] You can now select the default ordering for the blog listing from the
   admin menu
* [NEW] Raw mode navigation added to the wiki, you can use tiki-index_raw.php
   instead of tiki-index.php to get a raw representation of wiki pages without
   the columns, bars and decorations. This can be used to feed an application
   that navigates wikis such as the Touchgraph Wiki browser.
* [NEW] Improved forums section, some bugs fixed and now the information about
   the last forum post or last topic message shows the title of that post and
   the author.
* [NEW] Option added in the admin screen to prevent counting admin pageviews
   for the site stats.
* [NEW] New syntax for tables you can use
   ||r1-c1|r1-c2c3||r1c1c2||r1-c1|r1-c2|r1-c3|| [Ross]
* [NEW] Editable drawings can be included in Wiki pages, articles and blog
   posts using {draw name=foo}, a permission is needed to be able to
   edit_drawings. Drawings are stored in a directory and identified by their
   name. The drawings are edited using a Java applet called jHotDraw. This
   feature can be disabled
* [NEW] Referer stats, you can enable an option to store statistics about
   referers to your site, a screen where the referers are listed is provided to
   see the stats.
* [NEW] Batch upload of Images. If you have the permission you can upload .zip
   files and all the images in the zip file are automatically added to the
   gallery.
* [NEW] File attachments for wiki pages, with the right permissions you can
   upload files to wiki pages and a list of attached files will be displayed at
   the bottom of the wiki page and they can be downloaded.
* [NEW] Now images for the image galleries can be stored optionally in a
   directory instead of the database, the same recommendations and tips about
   storing file uploads should be observed.
* [NEW] Improved spellchecker, now the spellchecker suggest several options for
   miss-spelled words and you can choose the option that you prefer from the
   list.
* [NEW] Icons are displayed for file extensions when listing files
* [NEW] You can enable/disable an option to display the page title for wiki
   pages
* [NEW] Improved menu builder
* [NEW] You can now choose if hotword links are opened in a new window
* [OPT] Reduced the number of queries that tiki makes when loading preferences,
   if not changed preferences are loaded from a file now this is controlled
   automatically and you don't have to do anything.
* [FIX] Fixed a terrible bug that broke file and image uploads on SOME windows
   systems.
* [NEW] Search entire site feature added to the search box and improved the
   search mechanism. [Ross]

Version 1.3 -Pollux-


* [NEW] Spellchecking, now you can spellcheck your articles, submissions,
   wiki_pages and blog_posts before saving them, the spellchecking dictionary
   for your language must be downloaded and installed to make this work,
   dictionaries will be provided as simple .sql dumps and can be downloaded from
   SourceForge. In this edition the english dictionary is provided. (Read the
   documentation to learn how to install the dictionary). Spellchecking can be
   enabled/disabled for Articles, Submissions, WikiPages and blogs from the
   admin screen.
* [NEW] Orphan pages listing, list pages that are not linked from any other
   wiki page.
* [NEW] RSS feeds for forums listing the last post to any forum in your site
* [NEW] RSS feed for individual forums listing the last posts to a given forum
* [NEW] New Diff routine taken from PHPWiki in the Wiki history for a page, now
   you can see the diff or compare two versions side-by-side as before.
* [NEW] New syntax for colored text in the Wiki ~~#0000FF:text~~ to insert text
   using colors
* [NEW] Syntax to center text ::text:: will center the text
* [NEW] Relevance ranking for WikiPages based on a PageRanking algorithm
* [NEW] You can now send/receive articles from/to other Tiki sites from the
   communications center
* [NEW] You can now search deep into subcategories from the category browser
* [NEW] Added a tool to produce a printable version of multiple Wiki pages
* [NEW] Now you can preview comment postings in any "commentable" area or in
   the forums
* [NEW] BreadCrumb navigation module listing the last "n" pages that you
   visited
* [NEW] New feature: FAQs, create and edit faqs, list faqs, popular faqs module
   and last faqs module, search for text in faqs.
* [FIX] Several fixes regarding "find" functions in listings
* [NEW] Find feature in the listing of Wiki pages
* [NEW] New syntax for WikiPages ((any)) can be used to create the "any" page,
   now page names are NOT limited to the
   CapitalizedWordsSmashedTogether rule
* [NEW] Syntax to prevent converting Smashed words into wiki names use:
   ))SomeIdea((
* [NEW] Now you can double-click on a wiki page to edit it (some browsers only)
* [NEW] Filter added in the communication center to find specific objects to be
   sent
* [NEW] A tool to autogenerate passwords was added in the resgistration screen
   for lazy users
* [NEW] New feature: Backups, you can create backups of your entire Tiki base,
   download backups to be saved in some safe place, upload a backup and restore
   backups. Backups are encrypted to prevent a user from stealing information
   from your site.
* [NEW] New registration mode, now you can make Tiki validate users email
   address by sending them an email with a link to first-login in Tiki,
   once activated the user will login normally with his password. Of course this
   feature is optional and can be enabled/disabled from the Admin screen.
* [NEW] QuickEdit module, where you can type the name of a WikiPage and quickly
   edit/create the page without finding a link to the page, this can create a
   lot of orphan pages but can also be very very helpful to people maintaining
   the Wiki to quickly create pages and edit them.
* [NEW] Optinally Tiki can display a "I forgot my password link" for
   unregistered users to allow users that have forgotten their password to get
   it by email. You can enable/disable this feature from the Admin screen.
* [NEW] User Bookmarks, users with the proper permission can create bookmarks
   and store them in folders, they can admin their bookmarks as they want, a
   cache is provided for user bookmarks. A user module to display bookmarks with
   an option to quick-add a Tiki page to the bookmarks is also included.
* [NEW] Users with the right permission can configure the modules that will be
   displayed in the left/right columns and the order in which modules will
   appear. This can be used to let users configure their modules as they want,
   as an admin you must make all the modules that the users can configure
   available by default.
* [NEW] Statistics, a page where you (or anyone with permission) can view a lot
   of statistics about the site including a graph showing the number of
   pageviews per day. Statistics can be enabled/disabled from the admin screen,
   please suggest new (useful) statistics that can be added in future versions
* [NEW] Fortune cookies (taglines), you can enter taglines or upload from a
   textfile, the {cookie} syntax can be used to display a random cookie in
   articles, posts, wiki pages,etc or any template.
* [NEW] Games section to play flash games, upload games or use the provided
   additional game-pack. You can upload new games, edit the descriptions and
   play.
* [NEW] Added a new theme: dblue.
* [NEW] Now the list of users in the current chat channel is displayed in the
   chatrooms.
* [NEW] Now you can send private messages in the chatrooms using
   ":username:message"
* [NEW] Reviews added, now articles can be normal articles or reviews, for
   reviews the editor can rate whatever he is reviewing.
* [NEW] Undo feature in the wiki, if a user can edit pages then he can undo
   what he edited pressing an undo button, users without permission to remove
   versions won't be able to undo what other users edited only his editions can
   be undone.
* [NEW] Individual permissions for CMS topics added, you can now control who
   can read some topics, if the topic has no individual permissions then it will
   be displayed to all the groups. But if you want you can assign the
   tiki_p_read_topic permission to some groups for a topic and only those groups
   will be able to read that topic.
* [NEW] A mini-popup window can be opened when editing objects to help the user
   insert special characters in the text, specially latin characters, accents,
   etc. This is taken from the horde project and submited by Marc Laporte.
* [CHG] Tiki is now using Smarty 2.3.1 the last stable Smarty release

Version 1.2 -Antares-

* [THANKS] Special thanks to AlBrown,MarcLaporte,Yakumo,Ramiro,Tom,Tesla2k and
   others ! for submitting many bugs that are now fixed and for suggesting many
   features that are now implemented. If some feature is not yet included don't
   worry it will be addressed in a future version. Thanks!
* [FIX] Fixed a bug when adding new topics
* [NEW] Added a find feature to the lastchanges section in the Wiki (Ramiro)
* [NEW] Categories: You can create categories and subcategories building a
   category tree, objects (pages, forums, blogs, image galleries, file
   galleries, etc) can be assigned to one/many categories, the user can browse
   categories finding objects for each specific category.
* [NEW] Communication center: Now you can send/receive Wiki pages from/to other
   Tiki-enabled sites using a simple XMLRPC API, received pages are stored in an
   "inbox" where an admin can view,edit,remove,accept the pages. This new
   feature can be used to send a Tiki page from one site to another one!
* [NEW] Consolidated CSS file, there're two CSS files in this distribution:
   subSilver and default2, if you want to produce a new theme you can change any
   of these, subSilver is longer and uses an individual style for every element
   in Tiki while default2 applies the same style to multiple elements (ie:
   tables) and thus is a faster way to get a theme ready.
* [FIXED] Fixed bugs in the registration screen and now the username is
   validated.
* [NEW] Forums!, now you can set-up mesage forums, forums are organized by
   topics and topics by threads, users can post, reply and quote messages in
   forums, messages can be voted using the same karma system used in comments.
   Many features are "copied" from phpBB since it is the best forum software for
   PHP, we copied those features and integrated the forums with the Tiki
   permission system, rankings, modules and search engine. There's a lot about
   forums so I guess it's best to stop the description here, the documentation
   will introduce all the features in forums.
* [NEW] Now you can upload the thumbnail of an image when uploading an image,
   this will prevent automatic thumbnail generation. Some users wanted this
   feature because thumbnail generation didn't work or they wanted to upload
   their own thumbnails. Maybe you want to have a thumbnail that is not the same
   as the full image so you can use this feature. Thumbnails will be displayed
   using the size assignated for thumbnails to the image gallery.
* [NEW] Now you can set up how old must a version be at least to be removed
   from the history, this can prevent a user from saving a page "n" times
   destroying a previous version. (Thanks to tesla2k for the tip)
* [NEW] Links to help including objects in user modules where added to the
   admin_modules screen.
* [NEW] Next and prev buttons where added to view the next/prev image when
   browsing images from a gallery
* [NEW] Now you can control which groups can view image galleries and
   filegalleries
* [NEW] Individual permissions for image galleries, as an admin you can control
   which groups can view, admin, upload to a specific gallery overriding global
   permissions.
* [NEW] Individual permissions for file galleries, as an admin you can control
   which groups can view, admin, upload and download to a specific gallery
   overriding global permissions.
* [NEW] Individual permissions can be set up by admins to weblogs, so you can
   control which groups can read, admin and post to specific weblogs.
* [NEW] Module: last blog posts listing the last "n" posts to any weblog.
* [NEW] From the page-permissions screen admins can set up email addresses that
   will receive an email when the page changes. If you want to remotely monitor
   some page this is for you.
* [NEW] Chatrooms feature (experimental), you can create chatrooms and the
   users can enter chatrooms and chat, the refreshing time for each chatroom can
   be configured and the page is not reloaded, only an invisible frame with size
   0 is reloaded to get fresh chat messages.
* [NEW] RSS modules, create RSS modules to display news/events from other
   sites, you can display RSS feeds in user modules using {rss id=n}, you can
   set up which feeds can be displayed and the refreshing time for each feed.
   RSS 0.91 and 1.0 are supported.
* [NEW] Polls, you can create polls, set polls to be "active,closed,current".
   Polls can be displayed in modules using {poll id=n} or {poll} to select a
   random poll from the "current" polls. There's a page to view poll results and
   old poll results and old polls not closed can be voted. A mechanism to
   prevent a user from voting many times is also included.
* [NEW] Menu builder section, you can build menus using sections and options,
   menus can be static (no javascript) or dynamic. Menus can be displayed in
   user modules using {menu id=n}
* [NEW] If you give a group the tiki_p_edit_comments permission then the group
   can edit comments (useful for admins to fix bad comments or if you want
   someone to censor comments)
* [NEW] Comments can now be filtered by threshold
* [NEW] Comments for weblogs and you can enable/disable weblog comments from
   the admin screen
* [NEW] Comments for articles, you can enable/disable article commenting from
   the admin screen
* [NEW] Comments for image galleries you can enable/disable comments for image
   galleries from the admin screen
* [NEW] Comments for file galleries you can enable/disable comments for file
   galleries from the admin screen
* [NEW] A selected file gallery can be used as the home page for the site
* [NEW] Now you can enable/disble RSS feeds from the admin screen and limit the
   maximum number of items for any feed
* [NEW] RSS feed for individual file galleries listing the last images uploaded
   to a given gallery
* [NEW] RSS feed for individual image galleries listing the last images
   uploaded to a given gallery
* [NEW] RSS feed for weblogs listing last posts to any weblog
* [NEW] RSS feed for file galleries listing last files uploaded
* [NEW] RSS feed for image galleries listing last images uploaded
* [NEW] Random pages module
* [NEW] Now you can include dynamic content blocks in wiki pages using {content
   id=n} or {rcontent id=n}
* [NEW] Now you can use {rcontent id=n} to select a random content from a
   dynamic block content, the {content id=3} syntax can also be used to select
   the last current content for a block
* [FIX] Fixed typos in the editing rules for Wiki pages
* [NEW] New Wiki element: ^some^ will render "some" inside a simple box
* [NEW] The layout can be configured from the admin screen you can enable
   disable the columns, top bar and footer
* [NEW] Added a new theme: classic based on white-blue simple colors similar to
   Kuro5hin.org
* [FIX] Fixed a wrong link in the weblogs
* [FIX] Fixed wrong links for images in the image galleries
* [FIX] Fixed a bug that broke image uploads

Version 1.1 -Capella-

* [NEW FEATURE] The edit button now shows on red if someone may be editing the
   page, this helps preventing two users from editing the same page. This
   feature can be enabled/disabled from the admin menu.
* [CHANGE] Now HTML tags are filtered out from weblog posts except normal tags
   such as a,p,img,br,table,i,b,etc
* [CHANGE] Link added to edit the page from the wiki pagelist
* [NEW FEATURE] Page generation time was added below the footer
* [CHANGE] The featured links admin screen has been revamped, now featured
   links can be enabled/disabled and ordered as you want, an automatic ordering
   feature by link-hits was also added. Hits are now counted and displayed for
   featured links.
* [CHANGE] The titlebars in wikipages are now brown instead of the terrible
   blue ones.
* [NEW FEATURE] File galleries, create galleries, add files to galleries,
   download files. Permissions configurable, rankings for file galleries and
   modules available.
* [CHANGE] Module names are now sorted in the admin modules screen
* [CHANGE] Now you can see permissions according to categories when assigning
   permissions to groups, the assign permissions was revamped
* [NEW FEATURE] Wiki page comments, now you can activate/deactivate comments
   for wiki pages, comments can be voted and replied, configurable permissions
   and karma system for comment points(!)
* [FIX] Fixed minor layout problems and xhtml glitches
* [FIXES] Several bugfixes and minor improvements on the code.

Version 1.0 -Ras Algheti-

* [NEW FEATURE] Dynamic content system: create, edit or program dynamic blocks,
   dynamic blocks can be included in any template or in a user module using a
   very simple syntax via a smarty plugin, this can be used for news, programmed
   announcements, results of sports, important news, quotes, messaging and many
   other features.
* [CHANGE] User modules are now parsed by smarty allowing the user to create
   user modules to display dynamic content (using the dynamic content system),
   banners, lists loops, etc.
* [NEW FEATURE] Edit templates: templates can now be edited with appropiate
   permission, this allows the admin to change any layout or presentation aspect
   of the site dynamically. (Use it carefully)
* [NEW FEATURE] Banners and text adds: edit and admin banners, banners can be
   placed in any template and distributed in zones. Many configuration and
   control settings for banners, HTML banners, Image banners and text adds
   supported. Banner stats page accesible by normal users if they are the banner
   client.
* [NEW FEATURE] Added an option to remove images in the system gallery not
   being used in actual Wiki pages, articles, submissions or blog_posts (this
   can be used to clean up the images gallery table from time to time since
   users may have removed pages, blog_posts or articles and the cached version
   of images used in those pages will still be present)
* [NEW FEATURE] Added a mechanism to prevent caching some images
* [NEW FEATURE] Added a nocache option to external links to prevent displaying
   the cache link for some links
* [NEW FEATURE] Topics, edit topics, associate an image with a topic. (Topics
   are used by articles)
* [NEW FEATURE] Articles, edit articles, program articles to be published,
   visit a home where the last "n" articles are displayed.
* [NEW FEATURE] Submissions, send submissions, edit submissions, approve/remove
   submissions.
* [NEW FEATURE] Blogs, create a weblog, post to weblogs, list weblogs, view a
   weblog.
* [NEW FEATURE] The home page of the application can be now the Wiki HomePage,
   the Articles HomePage, any weblog or any Image gallery
* [NEW FEATURE] Articles rankings: top articles, last articles, top authors
* [NEW FEATURE] Wiki rankings: top pages, top authors
* [NEW FEATURE] Image galleries rankings: top images, top galleries, last
   modified galleries
* [NEW FEATURE] Blog ranklings: top visited weblogs, most active weblogs, last
   changed weblogs.
* [NEW MODULES] Last articles, old articles, top articles, las submissions,
   number of submissions waiting
* [NEW MODULES] Last modified weblogs, top visited weblogs, most active weblogs
* [NEW FEATURE] Enable/disable rankings for articles, wiki, galleries and Blogs
* [NEW FEATURE] RSS feed for articles
* [NEW FEATURE] RSS feed for weblogs
* [NEW FEATURE] The ALT-s key can be used to access the searchbox
* [CHANGED] New search engine that can search in Wikipages, galleries, images,
   blogs and articles
* [CHANGED] Added pagination and tabs to search other features to the search
   results page
* [NEW FEATURE] The Wiki can be enabled/disabled
* [NEW FEATURE] Articles can be enabled/disabled
* [NEW FEATURE] Submissions can be enabled/disabled
* [NEW FEATURE] Blogs can be enabled/disabled
* [CHANGED] The application menu now is divided into expandable/collapsable
   sections
* [NEW FEATURE] Implemented the Blogger XMLRPC api, now you can use desktop
   applications compatible with blogger to edit Tiki weblogs
* [NEW FEATURE] The XMLRPC API can be enabled/disabled
* [CHANGES] Documentation updated and enhanced
* [FIX] Fixed a bug that returned users with admin permission to tiki-index if
   the login name was not 'admin'
* [FIX] Fixed a bug that prevented recognition of wiki pages if the name had a
   number
* [FIX] User preferences is not shown if the user is not logged
* [FIX] Fixed wrong link to show the image in an HTML page when browsing an
   image
* [FIX] Fixed a very Nasty bug that was breaking pages where a link to an
   internal wiki page was used and breaking links to URLS that contained names
   that may have been matched as wikipages.


Version 0.95 -Shaula-

* [NEW FEATURE] User personal page in the Wiki with a page editable only by the
   user
* [NEW FEATURE] User preferences screen where users can set-up personal info,
   choose a theme and they can also view their pages/blogs/articles.
* [FIX] Changed several layout problems specific to some browsers, fixed layout
   now whould work ok with mozilla, IE and Netscape
* [CHANGE] Re-designed the admin screen to make it modular and clear
* [CHANGE] Allow HTML is now turned on unless checked out ir the user has
   tiki_p_allow_HTML permission
* [FIX] Fixed bugs in the modules administration screen that prevented editing
   & removing user modules
* [FIX] Fixed a bug with -=titlebars=- in wiki pages, now they work using the
   titlebar style from CSS
* [NEW FEATURE] Added featured links as a feature that can be disabled from the
   admin screen
* Modules for galleries and images are now not shown if the image galleries
   feature is disabled
* [FIX] Fixed several bugs regarding the appearance of ' characters in pages
* [NEW FEATURE] Added and option in the admin screen to turn off caching
   external pages
* [NEW FEATURE] Added and option in the admin screen to turn off caching
   external images
* [NEW FEATURE] Added the option to set-up modules for specific groups
* [NEW FEATURE] Added an option in the admin screen to show modules to all
   users ignoring groups
* [NEW FEATURE] Added hotwords allowing you to make some words appear as a link
   to a URL
* [NEW FEATURE] Added an option to turn on/off hotwords from the admins screen
* [NEW FEATURE] Added a SandBox a wikipage where no versions are stored to be
   used as a practice page
* [NEW FEATURE] Added an option to turn on/off the SandBox
* [FIX] Changed thumbnail generation to a new bicubic funcion producing better
   quality thumbnails (Jen Jensen)
* [FIX] Fixed a bug when links contain a question mark "?"
* [FIX] Fixed a bug when uploading images without entering any data
* [FIX] Fixed a bug with thumbnails
* [FIX] Fixed errors with unescaped characters in Wiki pages
* [FIX] fixed a bug that prevented hits from being counted for images

Version 0.9 -Spica-

* First release of this application.
