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.0 ------------------ ------------------------------------------------------------------------ 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 (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 'style' 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 '' 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 ------------------------------------------------------------------------ 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 . 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
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 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 ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ 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 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
------------------------------------------------------------------------ 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 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 for HTML ------------------------------------------------------------------------ r13194 | Jyhem | 2008-06-11 16:04:48 +0200 (mer, 11 jun 2008) | 1 line [FIX] put javascript in 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

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] 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 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: & -> & 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.
...
) 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 & for numeric character like ± ------------------------------------------------------------------------ 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 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 '&' 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. for active tab and 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 & 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 ') + 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&sort_mode=f_22_asc * absolute_path: return absolute URL path. example: /my_tiki/tiki-something.php?offset=0&sort_mode=f_22_asc * relative: return relative URL path. example: tiki-something.php?offset=0&sort_mode=f_22_asc * arguments: return URL arguments [default]. example: offset=0&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 :
{tr}Beginning of Publication{/tr}{show_sort sort=sort var=date_pub} 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] in