Tiki Changelog ------------------ Changelog is now generated by a script (doc/devtools/release.php) The following tags can be used to distinguish changes: * [NEW] for additions of new features * [ENH] is an enhancement; not really new but makes things work better (e.g. look and feel, performance...) * [MOD] is a change in how things work, which may disrupt user habits, for example changing the default value of an option * [FIX] for bug fixes of any sort * [SEC] for security fix operations (implies [FIX]) * [DB] for changes in the database * [REM] for feature removals * [KIL] for removals of unused or obsolete files (has been used in the sense of [REM] prior to Tiki 6) * [REF] for refactoring; changes the structure of the code (to make it cleaner or clearer), without changing its actual behaviour. * [REL] for the release process 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 8.4 ------------------ ---------------------------------------------- r41231 | changi67 | 2012-05-01 12:45:47 +0200 (Tue 01 May 2012) | 1 ligne [BP/41230][FIX] Correct declaration to be the same as the upgrade script ---------------------------------------------- r41211 | xavidp | 2012-04-30 18:52:04 +0200 (Mon 30 Apr 2012) | 1 ligne [bp/r41206][FIX]Fix Default value ---------------------------------------------- r41208 | sylvieg | 2012-04-30 13:28:26 +0200 (Mon 30 Apr 2012) | 1 ligne oops was not supposed to be committed ---------------------------------------------- r41207 | sylvieg | 2012-04-30 13:15:20 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX]newsletter: when sending to many users the user preferences cache can be hudge ---------------------------------------------- r41196 | marclaporte | 2012-04-30 00:16:23 +0200 (Mon 30 Apr 2012) | 1 ligne Update release numbers for update notifier ---------------------------------------------- r41180 | lphuberdeau | 2012-04-29 19:50:05 +0200 (Sun 29 Apr 2012) | 1 ligne [FIX] Backporting 41177 and 41179 to improve the provisional password generation ---------------------------------------------- r41166 | jonnybradley | 2012-04-29 15:17:15 +0200 (Sun 29 Apr 2012) | 1 ligne [FIX] featured links: Check link exists ---------------------------------------------- r41124 | xavidp | 2012-04-26 13:00:21 +0200 (Thu 26 Apr 2012) | 1 ligne [bp/r41120][FIX]Added missing link to edit perspectives under the admin menu ---------------------------------------------- r41123 | xavidp | 2012-04-26 12:53:43 +0200 (Thu 26 Apr 2012) | 1 ligne [bp/r41121,r41122][FIX]Fix description of field names and valid options to avoid missunderstandings as before. Full reference to which browsers use comma and which dot at insertion time moved just to the documentation page for that tracker field (could a direct link to the doc be added here?) ---------------------------------------------- r41115 | nkoth | 2012-04-26 01:34:06 +0200 (Thu 26 Apr 2012) | 1 ligne [bp/r41113][FIX] WHen requiredParents is not set, it should be all. ---------------------------------------------- r41079 | arildb | 2012-04-24 19:53:45 +0200 (Tue 24 Apr 2012) | 1 ligne [br/r41077][FIX] Better determination of the image type. If the filename doesn't have (the right image) extension, try to interpret the MIME type. ---------------------------------------------- r41072 | ricks99 | 2012-04-24 16:56:02 +0200 (Tue 24 Apr 2012) | 1 ligne [FIX] Backport of 41069 ---------------------------------------------- r41040 | sylvieg | 2012-04-22 23:43:25 +0200 (Sun 22 Apr 2012) | 1 ligne [FIX]fgal: duplicate show reallyteh fgal in the drop down ---------------------------------------------- r41036 | sylvieg | 2012-04-22 22:02:39 +0200 (Sun 22 Apr 2012) | 1 ligne [FIX]mime_type can be longer thatn 64 chars ---------------------------------------------- r40988 | arildb | 2012-04-19 07:47:10 +0200 (Thu 19 Apr 2012) | 1 ligne [FIX] Fixed syntax error. Thanks sylvieg. ---------------------------------------------- r40986 | arildb | 2012-04-18 22:48:39 +0200 (Wed 18 Apr 2012) | 4 lignes [MOD][bp/40907+40930] Copying of direct object permissions when adding structure pages are now done for users with tiki_p_edit_structures and tiki_p_edit permissions (in addition to users with tiki_p_admin_wiki permissions). A new wiki structure option "feature_wiki_no_inherit_perms_structure" is added, which will disable the copying. ---------------------------------------------- r40954 | eromneg | 2012-04-17 10:41:50 +0200 (Tue 17 Apr 2012) | 1 ligne [FIX] [bp40948] text typo ---------------------------------------------- r40939 | nkoth | 2012-04-16 06:10:56 +0200 (Mon 16 Apr 2012) | 1 ligne [bp/r40937][FIX] Width consistency ---------------------------------------------- r40932 | yonixxx | 2012-04-15 20:51:44 +0200 (Sun 15 Apr 2012) | 1 ligne [REF]So all BiDi files are the same for 8,9,trunk ---------------------------------------------- r40927 | marclaporte | 2012-04-15 20:16:16 +0200 (Sun 15 Apr 2012) | 1 ligne [bp/r40926] [FIX] Renumber array keys from 0 for array used in Smarty section loops. It appears there may be a bug in Smarty 3 in looping through arrays that aren't zero-based. I don't see a bug report but it is noted here: https://bugs.launchpad.net/phpdevshell/+bug/781565 ---------------------------------------------- r40900 | marclaporte | 2012-04-14 05:43:26 +0200 (Sat 14 Apr 2012) | 1 ligne [bp/r40856] [FIX] Ensure permissions from page history lookup by object type ---------------------------------------------- r40889 | arildb | 2012-04-13 22:02:07 +0200 (Fri 13 Apr 2012) | 9 lignes [NEW] Added support for stateful SOAP sessions and getting the full reply from .NET calls using "out" parameters. The statefulness assumes a session cookie is used. These features are disabled by default and must be activated by coding. e.g. $webservice = new Tiki_Webservice; $webservice->allowCookies = true; $fullResponse = true; $reply = $webservice->performRequest($params, $fullResponse); ---------------------------------------------- r40886 | nkoth | 2012-04-13 18:02:00 +0200 (Fri 13 Apr 2012) | 1 ligne [bp/r40884][FIX] Width was zero because jquery height() resolves to 0. ---------------------------------------------- r40867 | sylvieg | 2012-04-11 23:47:24 +0200 (Wed 11 Apr 2012) | 1 ligne [FIX]help: have the title help opening in the same target that the help in admin ---------------------------------------------- r40854 | robertplummer | 2012-04-10 20:17:35 +0200 (Tue 10 Apr 2012) | 1 ligne [FIX] backport from 9, setting value so it can't be escaped with wiki syntax ---------------------------------------------- r40827 | sylvieg | 2012-04-08 15:46:17 +0200 (Sun 08 Apr 2012) | 1 ligne [FIX]temp: mode generic ---------------------------------------------- r40822 | sylvieg | 2012-04-07 22:26:14 +0200 (Sat 07 Apr 2012) | 1 ligne [ENH]find: add an help to say where it is find ---------------------------------------------- r40792 | sylvieg | 2012-04-07 00:16:33 +0200 (Sat 07 Apr 2012) | 1 ligne [FIX]filter: do a scrollbar on the category popup in case to many categories ---------------------------------------------- r40779 | gta74 | 2012-04-06 21:09:21 +0200 (Fri 06 Apr 2012) | 1 ligne [TRA] keeping 8.x fully translated ---------------------------------------------- r40755 | xavidp | 2012-04-05 13:02:35 +0200 (Thu 05 Apr 2012) | 1 ligne [bp/r40754][ENH] Make optional the selection of whether the period is after an item was created or modified, since both use cases seem frequent ---------------------------------------------- r40679 | sylvieg | 2012-04-03 16:12:08 +0200 (Tue 03 Apr 2012) | 1 ligne [bp/r40672][FIX] fiters: De-sanitise "raw" values ---------------------------------------------- r40544 | nkoth | 2012-03-29 23:59:49 +0200 (Thu 29 Mar 2012) | 1 ligne [bp/r40543][FIX] Prevent 2nd parameter should be an array errors when exactvalue is not set ---------------------------------------------- r40541 | nkoth | 2012-03-29 23:39:52 +0200 (Thu 29 Mar 2012) | 1 ligne [bp/r40539][FIX] Not getting full fields info and therefore not able to check user field and therefore not able to show user item through special modify perms ---------------------------------------------- r40443 | nkoth | 2012-03-27 22:42:10 +0200 (Tue 27 Mar 2012) | 1 ligne [bp/r40441/r40442][FIX] Agressive trimming to avoid problems with leading and trailing spaces in input (part 2) ---------------------------------------------- r40434 | nkoth | 2012-03-27 22:08:49 +0200 (Tue 27 Mar 2012) | 1 ligne [ROLLBACK]r40432: this is not a good fix -problem needs to be solved at the root, group names should not have leading or training spaces to begin with on creation ---------------------------------------------- r40432 | nkoth | 2012-03-27 19:11:06 +0200 (Tue 27 Mar 2012) | 1 ligne [bp/r40431][FIX] Groups not appearing when entered with trailing or leading spaces ---------------------------------------------- r40358 | ohertel | 2012-03-25 03:26:55 +0200 (Sun 25 Mar 2012) | 2 lignes [FIX] && & doesnt work in if bla && & bla ... ---------------------------------------------- r40356 | sylvieg | 2012-03-24 21:00:56 +0100 (Sat 24 Mar 2012) | 1 ligne [FIX]login: does not make sense to put tikiIndex in the login from + avoid url with logout ---------------------------------------------- r40338 | nkoth | 2012-03-23 21:42:20 +0100 (Fri 23 Mar 2012) | 2 lignes [bp/r40337][FIX] In CSV mode y and n should remain y and n otherwise it can break many pretty tracker templates. ---------------------------------------------- r40325 | nkoth | 2012-03-23 20:17:21 +0100 (Fri 23 Mar 2012) | 1 ligne [bp/r40324][FIX] Some zip files not recognized as zip. ---------------------------------------------- r40314 | arildb | 2012-03-23 06:23:19 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] Fixed HTML syntax errors ---------------------------------------------- r40310 | sampaioprimo | 2012-03-22 21:23:05 +0100 (Thu 22 Mar 2012) | 2 lignes [bp/40308][FIX] fix page alias by separating its functionality from like pages feature ---------------------------------------------- r40298 | arildb | 2012-03-22 15:11:59 +0100 (Thu 22 Mar 2012) | 3 lignes [FIX] Invalid size attributes My HTML syntax checker reports: The "size" attribute has an invalid attribute value "16 ". The expected value is a positive integer. ---------------------------------------------- r40294 | arildb | 2012-03-22 14:32:48 +0100 (Thu 22 Mar 2012) | 4 lignes [FIX] onClick to onclick My HTML syntax checker reports: "onClick" contains uppercase characters. All start tags, end tags, and tag attributes must be in lowercase because this is an XHTML document and XHTML is case-sensitive. ---------------------------------------------- r40284 | arildb | 2012-03-22 05:39:44 +0100 (Thu 22 Mar 2012) | 1 ligne [MOD] The category path display is now hidden, if the user doesn't have tiki_p_view_category (can view categories in a listing) permission. ---------------------------------------------- r40277 | nkoth | 2012-03-21 03:02:39 +0100 (Wed 21 Mar 2012) | 1 ligne [bp/r40276][FIX] Not locating SCORM zip file correctly when fgal stores files on disk ---------------------------------------------- r40236 | sylvieg | 2012-03-18 12:33:23 +0100 (Sun 18 Mar 2012) | 1 ligne [FIX]category: can affect perm for another group to this object if the user has perm on this object not global perm ---------------------------------------------- r40227 | sylvieg | 2012-03-17 16:36:35 +0100 (Sat 17 Mar 2012) | 1 ligne [FIX]missing perm to have tiki-objectpermissions working ---------------------------------------------- r40225 | arildb | 2012-03-17 11:27:28 +0100 (Sat 17 Mar 2012) | 4 lignes [MOD] Sidebar columns are now hidden if they don't have any content. A client side check is done after the page is loaded, to catch any runtime hiding of modules. Note: If the sidebar visibility is set to: "always", this modification will close the sidebar anyhow. Missing javascript check of Tiki preferences. ...if needed. ---------------------------------------------- r40222 | sylvieg | 2012-03-16 22:20:11 +0100 (Fri 16 Mar 2012) | 1 ligne [FIX]perm: objectype=wiki+page was not goind through ---------------------------------------------- r40176 | chibaguy | 2012-03-14 15:43:20 +0100 (Wed 14 Mar 2012) | 1 ligne [FIX] Opera needs explicit padding on input type=submit. ---------------------------------------------- r40175 | chibaguy | 2012-03-14 14:20:16 +0100 (Wed 14 Mar 2012) | 1 ligne [FIX] Correct button margin and padding inconsistency. ---------------------------------------------- r40174 | chibaguy | 2012-03-14 09:35:31 +0100 (Wed 14 Mar 2012) | 1 ligne [MOD] A little default padding around button text for better appearance. ---------------------------------------------- r40173 | chibaguy | 2012-03-14 09:31:29 +0100 (Wed 14 Mar 2012) | 1 ligne [FIX] A little more space around buttons, etc. (increase moved from fivealive.css and added to both normal and hover states). ---------------------------------------------- r40172 | chibaguy | 2012-03-14 09:09:54 +0100 (Wed 14 Mar 2012) | 1 ligne [FIX] Corrected .rbox-title (on tip, error, etc.); tab titles and boxes weren't joined properly (bad overlap, space, visible title bottom border, etc.). ---------------------------------------------- r40158 | cdrwhite | 2012-03-13 21:35:16 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX] Fix wrong MIME Encoding for Images uploaded with type application/octet-stream based on file suffix ---------------------------------------------- r40142 | chealer | 2012-03-13 18:39:17 +0100 (Tue 13 Mar 2012) | 2 lignes [bp/r40140][FIX] Trackers: JavaScript error in view tracker when jQuery validation is disabled [bp/r40141][ENH] Trackers: Add an icon to export the tracker being viewed. This does not really fix a bug, but addresses an important usability regression from Tiki 6 ---------------------------------------------- r40135 | jyhem | 2012-03-13 12:26:34 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX][bp/r40133] Filtering with the real plugin name did usually not allow to find the plugin in the list. Especially when in other languages. ---------------------------------------------- r40127 | chealer | 2012-03-12 18:06:48 +0100 (Mon 12 Mar 2012) | 2 lignes [bp/r40126]Trackers: Remove execution time limit when exporting items Tiki 6 exportation used to have this ---------------------------------------------- r40103 | changi67 | 2012-03-10 14:43:25 +0100 (Sat 10 Mar 2012) | 1 ligne [FIX] Revert commit 40095 - too much syntax errors ---------------------------------------------- r40101 | sylvieg | 2012-03-10 13:39:57 +0100 (Sat 10 Mar 2012) | 1 ligne [FIX]lang: syntax was broken ---------------------------------------------- r40095 | cdrwhite | 2012-03-09 21:23:13 +0100 (Fri 09 Mar 2012) | 1 ligne [FIX] Backport of r40079 Fix wrong mime type for images on file gallery uploads (http://dev.tiki.org/item4049) ---------------------------------------------- r40092 | sylvieg | 2012-03-08 23:52:31 +0100 (Thu 08 Mar 2012) | 1 ligne [FIX]trackeritemfield: revert partly 37281: the test against a value was not working any more ---------------------------------------------- r40077 | chealer | 2012-03-08 00:11:26 +0100 (Thu 08 Mar 2012) | 2 lignes [bp/r40076][FIX] External wikis: handleExternal(): Encode page name with rawurlencode() rather than urlencode() which encodes spaces as plus signs ---------------------------------------------- r40058 | eromneg | 2012-03-06 23:55:28 +0100 (Tue 06 Mar 2012) | 3 lignes [FIX] [bp40045] Add load function for tracker create dialog to initialise the category tree (jonny's original trunk fix) ---------------------------------------------- r40014 | chibaguy | 2012-03-03 12:18:43 +0100 (Sat 03 Mar 2012) | 1 ligne [FIX] "Hardcoded" fixed-width size (property of #fixedwidth div) prevented L&F setting from being effective. Resize problem noticed by Trembly. ---------------------------------------------- r40013 | chibaguy | 2012-03-03 11:35:12 +0100 (Sat 03 Mar 2012) | 1 ligne [FIX] Nested comment tag. ---------------------------------------------- r40012 | chibaguy | 2012-03-03 11:28:36 +0100 (Sat 03 Mar 2012) | 1 ligne [FIX] Parse error and validation error. ---------------------------------------------- r39998 | nkoth | 2012-03-02 19:59:30 +0100 (Fri 02 Mar 2012) | 1 ligne [bp/r39997][FIX] Search was crashing when category jail has something ---------------------------------------------- r39985 | nkoth | 2012-02-29 02:34:20 +0100 (Wed 29 Feb 2012) | 1 ligne [bp/r39984][FIX] take for example, if active_pref multi-domain is off, then checking of the setting should not happen. ---------------------------------------------- r39973 | sylvieg | 2012-02-27 22:28:32 +0100 (Mon 27 Feb 2012) | 1 ligne [FIX]parser: when in an html page do not create empty

in

aaaCRbbb

where CR is a carriage return ---------------------------------------------- r39970 | marclaporte | 2012-02-27 20:39:18 +0100 (Mon 27 Feb 2012) | 1 ligne [BP/r39916] [FIX] trackers: Fix for trackerlist not filtering by status and view=user. getSqlStatus needs to be called fist to ensure & get set up properly, whether or not (whatever that is). Thanks Xavi (And Jonny) ---------------------------------------------- r39968 | sylvieg | 2012-02-27 19:51:05 +0100 (Mon 27 Feb 2012) | 1 ligne [FIX]calendar: to have a least a way to control - calendarId, the order of events in the same day + notice ---------------------------------------------- r39967 | changi67 | 2012-02-27 19:39:59 +0100 (Mon 27 Feb 2012) | 2 lignes [bp/39966][FIX] Repare sort on actionID #4148 thx Manuel Schneider ---------------------------------------------- r39956 | eromneg | 2012-02-26 16:19:02 +0100 (Sun 26 Feb 2012) | 3 lignes [FIX] [bp39948] Add load function for tracker replace dialog to initialise the category tree (jonny's original trunk fix) ---------------------------------------------- r39954 | sylvieg | 2012-02-26 14:21:48 +0100 (Sun 26 Feb 2012) | 1 ligne [FIX]newsletters: checkbox html to be able to send html: TODO use ajax for clip now to memorize all the checkboxes ---------------------------------------------- r39952 | sylvieg | 2012-02-25 22:45:31 +0100 (Sat 25 Feb 2012) | 1 ligne [FIX]menu: export the canonical name not the long url ---------------------------------------------- r39942 | jonnybradley | 2012-02-24 19:45:30 +0100 (Fri 24 Feb 2012) | 1 ligne [FIX] forums: Add anchor #comments to scroll to errors if needed ---------------------------------------------- r39941 | jonnybradley | 2012-02-24 19:44:21 +0100 (Fri 24 Feb 2012) | 2 lignes [FIX] comments/forums: Record error from "prevent flooding" correctly, which restores the feature (thanks Xavi) Partial backport of r39940 to keep translation string the same. ---------------------------------------------- r39937 | jonnybradley | 2012-02-24 18:17:25 +0100 (Fri 24 Feb 2012) | 1 ligne [bp/r39936][FIX] Clean user input before unserializing ---------------------------------------------- r39932 | sylvieg | 2012-02-23 23:56:16 +0100 (Thu 23 Feb 2012) | 1 ligne [FIX]actionlog: to be able to export big log: TODO: rewrite the feature ---------------------------------------------- r39924 | sampaioprimo | 2012-02-23 17:50:26 +0100 (Thu 23 Feb 2012) | 2 lignes merge Hebrew translations from 6.x to 8.x (at Bernard's request) ---------------------------------------------- r39923 | sampaioprimo | 2012-02-23 17:48:42 +0100 (Thu 23 Feb 2012) | 2 lignes update language files with get_strings.php ---------------------------------------------- r39914 | sylvieg | 2012-02-23 00:14:03 +0100 (Thu 23 Feb 2012) | 1 ligne [FIX]login: patial fix not to come back on login page after login ---------------------------------------------- r39906 | sampaioprimo | 2012-02-22 17:00:58 +0100 (Wed 22 Feb 2012) | 2 lignes [bp/39905]for easier translation sentences should not be splited (fixes fatal error reported by jean-luc, see http://sourceforge.net/mailarchive/forum.php?thread_name=CABd-ERHOUJB%2BMDesudt9DzjJfTCmpcgc1BLdpc%2BPCoTzP7K92A%40mail.gmail.com&forum_name=tikiwiki-devel) ---------------------------------------------- r39899 | marclaporte | 2012-02-21 18:55:09 +0100 (Tue 21 Feb 2012) | 1 ligne [bp/r39798] [FIX] design: fix url ---------------------------------------------- r39895 | xavidp | 2012-02-21 17:51:14 +0100 (Tue 21 Feb 2012) | 1 ligne [bp/r39894][FIX]Usability fix. After filtering items, send the user just above the table with the results, not to the top of the page. The div id is placed in purpose aboive the buttons, so that user knows more easily where he is, and where is the section with the fields to keep refining the filter, etc. Div not placed on top of the filtering options since the list of fields can be long, and users expects to see the results after the click on "filter", and not just the top of the field list again. thanks jonnyb and jyhem for feedback and tips ---------------------------------------------- r39891 | xavidp | 2012-02-21 13:30:17 +0100 (Tue 21 Feb 2012) | 1 ligne [bp/r39890][FIX]Show last created AND modif items in the period, not just the last created ---------------------------------------------- r39875 | eromneg | 2012-02-19 20:32:46 +0100 (Sun 19 Feb 2012) | 1 ligne [ENH] [bp39870] to improve SEO performance if a wiki page is in a structure and it has an alias set, use the alias name in the tag as it should be more meaningful ---------------------------------------------- r39869 | eromneg | 2012-02-17 16:30:30 +0100 (Fri 17 Feb 2012) | 1 ligne [ENH] [bp39868] to improve SEO performance if the alt tag is not explicitly set automatically assign the caption text if this is set to the alt tag, or if set the file description text and only then default to the standard "Image" text ---------------------------------------------- r39866 | sylvieg | 2012-02-16 23:39:46 +0100 (Thu 16 Feb 2012) | 1 ligne [FIX]tracker: do not export header field ---------------------------------------------- r39864 | marclaporte | 2012-02-16 18:36:14 +0100 (Thu 16 Feb 2012) | 1 ligne [bp/r39863] [FIX] fix label and description feature_comments_post_as_anonymous ---------------------------------------------- r39859 | sampaioprimo | 2012-02-16 14:40:32 +0100 (Thu 16 Feb 2012) | 2 lignes [bp/39858][FIX] multi-delete topics from forums ---------------------------------------------- r39856 | xavidp | 2012-02-16 09:38:00 +0100 (Thu 16 Feb 2012) | 1 ligne [bp/r39855][FIX]Missnamed method for sending todo-related emails fixed ---------------------------------------------- r39852 | robertplummer | 2012-02-15 18:01:19 +0100 (Wed 15 Feb 2012) | 1 ligne [FIX] a 0 needs to be handled ---------------------------------------------- r39848 | xavidp | 2012-02-15 13:08:15 +0100 (Wed 15 Feb 2012) | 1 ligne [MOD]Change default setting to avoid sending 'no news' emails (for the case when the admin selected that new users are created with daily reports on). Not commited to trunk since behavior changed there. ---------------------------------------------- r39826 | sylvieg | 2012-02-14 00:14:51 +0100 (Tue 14 Feb 2012) | 1 ligne [FIX]tracker: field name can be empty ---------------------------------------------- r39817 | sylvieg | 2012-02-13 18:37:29 +0100 (Mon 13 Feb 2012) | 1 ligne [bp/r39816]oops - wrong conflict selection ---------------------------------------------- r39815 | sylvieg | 2012-02-13 18:19:32 +0100 (Mon 13 Feb 2012) | 1 ligne [FIX]BOX: take away the table generated by box because 1/ not pretty, 2/there was no more CR generated because (no CR is generated in a table in the aprsoing ---------------------------------------------- r39804 | chibaguy | 2012-02-11 10:56:16 +0100 (Sat 11 Feb 2012) | 1 ligne [FIX] New clearfix method. ---------------------------------------------- r39800 | sylvieg | 2012-02-10 15:27:51 +0100 (Fri 10 Feb 2012) | 1 ligne [FIX]mediawiki: warning when importing code with htmlpurifier on ---------------------------------------------- r39795 | sylvieg | 2012-02-09 17:44:46 +0100 (Thu 09 Feb 2012) | 1 ligne [FIX]mediawiki: create always the page as non wysiwyg ---------------------------------------------- r39793 | sylvieg | 2012-02-09 14:43:57 +0100 (Thu 09 Feb 2012) | 1 ligne [FIX]mediawiki: mimic the maketoc that has a showhide ---------------------------------------------- r39791 | sylvieg | 2012-02-09 14:33:29 +0100 (Thu 09 Feb 2012) | 1 ligne [FIX]maketoc: do not show 'Table od contents' when there is no header ---------------------------------------------- r39782 | lindonb | 2012-02-08 05:33:59 +0100 (Wed 08 Feb 2012) | 1 ligne [bp/r39781][FIX] Make default empty rather than empty array to avoid display issues in plugin manager. Thanks Marc. ---------------------------------------------- r39778 | sylvieg | 2012-02-07 22:29:54 +0100 (Tue 07 Feb 2012) | 1 ligne [FIX]calendar: show also end in all day multiple days event in popup ---------------------------------------------- r39760 | robertplummer | 2012-02-06 21:41:58 +0100 (Mon 06 Feb 2012) | 1 ligne [FIX] Menu going above fold, this is a merge from trunk, couldn't stand it any longer ---------------------------------------------- r39735 | xen216 | 2012-02-02 01:28:41 +0100 (Thu 02 Feb 2012) | 1 ligne [FIX] Delete from the action menu of the Files plugin did not work. closing bug#4141 ---------------------------------------------- r39732 | xen216 | 2012-02-02 00:06:21 +0100 (Thu 02 Feb 2012) | 1 ligne [FIX] previous commit 39730 broke action dialog on tiki-list_file_gallery.php, now works for both Files plugin and tiki-list_file_gallery.php ---------------------------------------------- r39730 | xen216 | 2012-02-01 23:57:14 +0100 (Wed 01 Feb 2012) | 1 ligne [FIX] showaction=y for the Files plugin in some cases displayed errors rather the action dialog ---------------------------------------------- r39710 | sylvieg | 2012-01-31 00:25:46 +0100 (Tue 31 Jan 2012) | 1 ligne [ENH]download: when clicking on a download link with no perm - remember the link so that after login you dowload the file ---------------------------------------------- r39708 | sylvieg | 2012-01-30 23:10:35 +0100 (Mon 30 Jan 2012) | 1 ligne [FIX]calendar: warn if php is not correctly set: TODO: find a better place to check this... ---------------------------------------------- r39706 | sampaioprimo | 2012-01-30 14:33:40 +0100 (Mon 30 Jan 2012) | 2 lignes [bp/39705][FIX] default empty value for periodUnit parameter of trackerlist plugin ---------------------------------------------- r39703 | sylvieg | 2012-01-29 22:59:16 +0100 (Sun 29 Jan 2012) | 1 ligne [FIX]categ: better fix to 39702: do not show categ you can view but not admin ---------------------------------------------- r39702 | sylvieg | 2012-01-29 22:32:11 +0100 (Sun 29 Jan 2012) | 1 ligne [FIX]categ: check local perm ---------------------------------------------- r39700 | arildb | 2012-01-29 20:03:40 +0100 (Sun 29 Jan 2012) | 1 ligne [FIX] For attach plugin, if all=0, the page listing is done. ---------------------------------------------- r39698 | sylvieg | 2012-01-29 17:03:00 +0100 (Sun 29 Jan 2012) | 1 ligne oops 3997 ---------------------------------------------- r39697 | sylvieg | 2012-01-29 17:01:11 +0100 (Sun 29 Jan 2012) | 1 ligne [FIX]search: unified_incremental_update prefs needs feature_search ---------------------------------------------- r39696 | sylvieg | 2012-01-29 16:53:02 +0100 (Sun 29 Jan 2012) | 1 ligne [bp/r39644][FIX] trackers: Found missing popup values (there might be a better way to do this...) ---------------------------------------------- r39693 | sylvieg | 2012-01-28 23:17:21 +0100 (Sat 28 Jan 2012) | 1 ligne [FIX]categ: send to error if incorrect category ID ---------------------------------------------- r39691 | sylvieg | 2012-01-28 21:30:39 +0100 (Sat 28 Jan 2012) | 1 ligne [FIX]tracker: wysiwyg for tracker list + give the trackerId in the url 'back to item list' in case we are in a view=+user(user tracker) ---------------------------------------------- r39689 | sylvieg | 2012-01-27 23:59:07 +0100 (Fri 27 Jan 2012) | 1 ligne [FIX]newsletters: additional to 39687. ^Cother body for newsletter ---------------------------------------------- r39687 | sylvieg | 2012-01-27 22:54:32 +0100 (Fri 27 Jan 2012) | 1 ligne [FIX]newsletter: section did not have a value -> so we can have a class on the body of a newsletter ---------------------------------------------- r39683 | sylvieg | 2012-01-26 23:39:19 +0100 (Thu 26 Jan 2012) | 1 ligne [FIX]wiki: wiki_watch_author back ---------------------------------------------- r39645 | marclaporte | 2012-01-26 00:42:47 +0100 (Thu 26 Jan 2012) | 1 ligne [bp/r38634] [FIX] Apparently glob(), this can fail on some systems, check required ---------------------------------------------- r39641 | lindonb | 2012-01-25 04:05:05 +0100 (Wed 25 Jan 2012) | 1 ligne [merge/r39351]Get rid of footprint gif for fancy tocs. Wasn't working anyway except for IE7. ---------------------------------------------- r39635 | arildb | 2012-01-24 09:15:24 +0100 (Tue 24 Jan 2012) | 3 lignes [FIX] Activating "Close site when server load is above the threshold (except for those with permission)" caused failures on Windows. The functionality uses the PHP5 function: sys_getloadavg(), which is not implemented for Windows. ---------------------------------------------- r39631 | sylvieg | 2012-01-23 19:54:43 +0100 (Mon 23 Jan 2012) | 1 ligne [FIX]calendar: the non sticky popup sometimes does not want to close - mainly with firefox - mainly on multiple day event - put a close button ---------------------------------------------- r39630 | sylvieg | 2012-01-23 19:03:23 +0100 (Mon 23 Jan 2012) | 1 ligne [FIX]calendar: user can edit his own event + non confirm when switching calendar ---------------------------------------------- r39629 | jyhem | 2012-01-23 15:43:54 +0100 (Mon 23 Jan 2012) | 1 ligne [bp/r39628][FIX] Make boxes multi-line again ---------------------------------------------- r39623 | xen216 | 2012-01-22 07:33:19 +0100 (Sun 22 Jan 2012) | 1 ligne [ENH] added mime type for flash video (.flv) ---------------------------------------------- r39622 | arildb | 2012-01-22 06:28:40 +0100 (Sun 22 Jan 2012) | 1 ligne [bp/r39621][ENH] The returnto argument for editpage now accepts a URL (was only page name) ---------------------------------------------- r39619 | xen216 | 2012-01-22 05:58:42 +0100 (Sun 22 Jan 2012) | 1 ligne [FIX] disabled checkboxes weren't un-disabling properly by javascript when parent group was unchecked because attr('checked') returned 'checked' which evaluates to true. replaced with is(':checked') ---------------------------------------------- r39617 | xen216 | 2012-01-22 05:34:02 +0100 (Sun 22 Jan 2012) | 1 ligne [FIX] $mimetypes was not set ---------------------------------------------- r39614 | jonnybradley | 2012-01-21 20:43:25 +0100 (Sat 21 Jan 2012) | 1 ligne [bp/r39611 & 39613][FIX] check confirm on group and menu create (& Different messages for menu create/edit) ---------------------------------------------- r39612 | jonnybradley | 2012-01-21 20:33:43 +0100 (Sat 21 Jan 2012) | 1 ligne [bp/r39610][FIX] missing escape ---------------------------------------------- r39609 | arildb | 2012-01-21 18:32:29 +0100 (Sat 21 Jan 2012) | 1 ligne [br/r39608][FIX] Make include plugin work for more than 1 plugin per page ---------------------------------------------- r39607 | jyhem | 2012-01-21 17:03:07 +0100 (Sat 21 Jan 2012) | 1 ligne [FIX] Remove error notice. Already in trunk since r39414 ---------------------------------------------- r39606 | arildb | 2012-01-21 09:07:03 +0100 (Sat 21 Jan 2012) | 1 ligne [FIX] Check if exif functions are available before calling exif_read_data ---------------------------------------------- r39599 | sylvieg | 2012-01-20 19:31:15 +0100 (Fri 20 Jan 2012) | 1 ligne [FIX]comment: default row setting was lost ---------------------------------------------- r39593 | sylvieg | 2012-01-20 16:20:50 +0100 (Fri 20 Jan 2012) | 1 ligne [FIX]svn: more generic way to have svn info-thx marc ---------------------------------------------- r39591 | sylvieg | 2012-01-20 15:43:12 +0100 (Fri 20 Jan 2012) | 1 ligne [FIX]inital: internalization ---------------------------------------------- r39588 | sylvieg | 2012-01-20 13:06:02 +0100 (Fri 20 Jan 2012) | 1 ligne [FIX]newsletters: the file plugin uses the smarty var data. assign data after any parsing ---------------------------------------------- r39586 | lindonb | 2012-01-20 04:42:24 +0100 (Fri 20 Jan 2012) | 1 ligne [FIX] < in info section was breaking popup edit windows (thanks Marc); use 1 / 0 in the code instead of y / n to match parameter settings; restore functionality of wrap when Codemirror is off and turn on wrap when Codemirror is on so that the page is not broken while javascript is loading (doesn't seem to have an effect once Codemirror loads); delete unused variable; ---------------------------------------------- r39577 | sylvieg | 2012-01-19 20:41:48 +0100 (Thu 19 Jan 2012) | 1 ligne [FIX]article: if heading only shows full toolbar - as no concurrence with teh other textarea ---------------------------------------------- r39575 | sylvieg | 2012-01-19 19:40:53 +0100 (Thu 19 Jan 2012) | 1 ligne [FIX]article: missing to 39574 - delete the pref ---------------------------------------------- r39574 | sylvieg | 2012-01-19 19:33:59 +0100 (Thu 19 Jan 2012) | 1 ligne [FIX]article: better fix to 39573 and 36012 now that the tiki parser is working. article has always been html. ---------------------------------------------- r39573 | sylvieg | 2012-01-19 19:08:44 +0100 (Thu 19 Jan 2012) | 1 ligne [FIX]article: html headings are no more displayed as html: propage the dirty (sorry jonny) 36012: in tiki6 <b>h</b> was not correctly parsed (< instead of <): TODO in 9: delete this temporaly preference and store is_html in the database ---------------------------------------------- r39571 | jyhem | 2012-01-19 18:25:57 +0100 (Thu 19 Jan 2012) | 1 ligne [bp/r39570][FIX] Don't allow empty boxes ---------------------------------------------- r39569 | jyhem | 2012-01-19 18:04:10 +0100 (Thu 19 Jan 2012) | 1 ligne [bp/r39568][FIX] Clean up box regexp ---------------------------------------------- r39559 | marclaporte | 2012-01-19 05:18:04 +0100 (Thu 19 Jan 2012) | 1 ligne [FIX] For FLV and MP3, you need to use the dedicated param ---------------------------------------------- Version 8.3 <http://tiki.org/ReleaseNotes83> ------------------ ---------------------------------------------- r39407 | sampaioprimo | 2012-01-06 13:15:44 -0200 (Fri, 06 Jan 2012) | 2 lines deleting secdb sql file from previous version ---------------------------------------------- r39396 | sylvieg | 2012-01-05 19:33:55 -0200 (Thu, 05 Jan 2012) | 1 line oops copy/paste: 39394 ---------------------------------------------- r39394 | sylvieg | 2012-01-05 19:24:08 -0200 (Thu, 05 Jan 2012) | 1 line [FIX]code: to be able to add html code in code - escape the < and option to simulate mediawiki code ---------------------------------------------- r39390 | jonnybradley | 2012-01-05 16:38:17 -0200 (Thu, 05 Jan 2012) | 1 line [FIX] object perms: group name encoding ---------------------------------------------- r39385 | xavidp | 2012-01-04 13:25:35 -0200 (Wed, 04 Jan 2012) | 1 line [bp/r39384][FIX] Toggle state, needed to remove the attr codeMirrorRelationship. Thanks robertplummer ---------------------------------------------- r39378 | sylvieg | 2012-01-04 09:26:02 -0200 (Wed, 04 Jan 2012) | 1 line [ENH]tracker: message to explain which file to delete is the export fails ---------------------------------------------- r39370 | jonnybradley | 2012-01-02 17:34:53 -0200 (Mon, 02 Jan 2012) | 1 line [FIX] Update jquery revision for CDN ---------------------------------------------- r39369 | jonnybradley | 2012-01-02 17:19:55 -0200 (Mon, 02 Jan 2012) | 1 line [FIX] Update jquery external revision for 8.x to include recent 3rd party lib updates (jquery 1.6.4, jquery.mobile 1.0 and experimental jquery-ui-selectmenu to latest) ---------------------------------------------- r39360 | lindonb | 2012-01-02 13:48:59 -0200 (Mon, 02 Jan 2012) | 1 line [bp/r39355][FIX] Prevent raw content from flashing before carousel starts by minimizing div to 1px height and width and hiding overflow. Not sure if this is the best fix as page content will shift once javascript loads and the carousel div opens up to full size. Thanks Jonny for the tips. ---------------------------------------------- r39350 | lindonb | 2011-12-30 15:26:52 -0200 (Fri, 30 Dec 2011) | 1 line [bp/r39347][FIX] Restore functionality of non-parsed (~np~) tags in plugins. Fixes (hopefully) regression introduced by r36009. Thanks chealer. ---------------------------------------------- r39345 | arildb | 2011-12-29 06:45:23 -0200 (Thu, 29 Dec 2011) | 2 lines [FIX] Make the process go through, when "anniversery" type = 3 (Day anniversery) for a group. Disrupted login process. Making it impossible to login. ---------------------------------------------- r39336 | chibaguy | 2011-12-28 04:13:20 -0200 (Wed, 28 Dec 2011) | 1 line [NEW] Raspberry theme option for FiveAlive theme (SVN copied from trunk - r39335). ---------------------------------------------- r39319 | sylvieg | 2011-12-27 18:02:45 -0200 (Tue, 27 Dec 2011) | 1 line [FIX]avatar: do not display an empty image if the avatar is empty ---------------------------------------------- r39317 | sylvieg | 2011-12-27 11:50:55 -0200 (Tue, 27 Dec 2011) | 1 line [FIX]error: assure same error for 401 and 403 as tiki sends both on perm denied ---------------------------------------------- r39312 | sylvieg | 2011-12-26 21:16:50 -0200 (Mon, 26 Dec 2011) | 1 line [FIX]tracker: stronger code- seems to happen when you have an item link on user selector on the same tracker... : todo: fix the real problem ---------------------------------------------- r39306 | sylvieg | 2011-12-26 14:04:33 -0200 (Mon, 26 Dec 2011) | 1 line [FIX]missing to 39304 ---------------------------------------------- r39304 | sylvieg | 2011-12-26 13:57:36 -0200 (Mon, 26 Dec 2011) | 1 line [FIX]tracker: regression mandatory on dropdown with other field: todo: translate the js message (see http://stackoverflow.com/questions/1300994/ for detail) ---------------------------------------------- r39302 | arildb | 2011-12-26 12:16:51 -0200 (Mon, 26 Dec 2011) | 1 line [FIX] Avoid crash if the tracker definition is missing ---------------------------------------------- r39299 | xavidp | 2011-12-23 23:39:02 -0200 (Fri, 23 Dec 2011) | 1 line [bp/r39298][MOD]Defaulting to a more frequent case of autofeeding from creator IP than just no autofeeding ---------------------------------------------- r39297 | xavidp | 2011-12-23 23:34:12 -0200 (Fri, 23 Dec 2011) | 1 line [bp/r39296]Typo ---------------------------------------------- r39295 | xavidp | 2011-12-23 23:30:34 -0200 (Fri, 23 Dec 2011) | 1 line [bp/r39291][FIX] display item link in the list of items for trackers with object permission applied. Thanks rodrigo ---------------------------------------------- r39294 | xavidp | 2011-12-23 23:03:49 -0200 (Fri, 23 Dec 2011) | 1 line [bp/r39271][FIX] auto assign for ip tracker field wasn't working for users without tiki_p_admin_trackers. Thanks rodrigo ---------------------------------------------- r39293 | xavidp | 2011-12-23 22:32:08 -0200 (Fri, 23 Dec 2011) | 1 line [bp/r39270]removing unused parts from ip tracker field template. Thanks rodrigo ---------------------------------------------- r39292 | xavidp | 2011-12-23 22:24:07 -0200 (Fri, 23 Dec 2011) | 1 line [bp/r39269][ENH] new option to trackerlist plugin to list only the items that were created with the same IP as the user's IP. thanks rodrigo ---------------------------------------------- r39281 | sampaioprimo | 2011-12-23 14:36:05 -0200 (Fri, 23 Dec 2011) | 2 lines [bp/39280][FIX] null byte injection when plugin snarf is enable and user is admin (http://dev.tiki.org/item4059) ---------------------------------------------- r39272 | sylvieg | 2011-12-22 19:10:31 -0200 (Thu, 22 Dec 2011) | 1 line [FIX]traker: fix for the most current case dynamic list tracker field ---------------------------------------------- r39263 | sylvieg | 2011-12-22 15:55:32 -0200 (Thu, 22 Dec 2011) | 1 line [FIX]mediawiki importer: option to insert a maketoc to each page + prefs to be able to user something else than ^ for simplebox + update the external pear lib to use these preferences ---------------------------------------------- r39254 | sylvieg | 2011-12-21 20:50:47 -0200 (Wed, 21 Dec 2011) | 1 line [FIX]tracker: regression: url can accept also tiki syntax. 1/ only done for the simple url options 2/ todo: do an url validation as we can not rely only browser html validation ---------------------------------------------- r39253 | sylvieg | 2011-12-21 18:49:31 -0200 (Wed, 21 Dec 2011) | 1 line [ENH]indexation: order the fileID for easy debug when problem ---------------------------------------------- r39249 | arildb | 2011-12-21 11:02:12 -0200 (Wed, 21 Dec 2011) | 1 line [FIX] Let users with only view permissions view the item contents ---------------------------------------------- r39243 | arildb | 2011-12-20 13:01:28 -0200 (Tue, 20 Dec 2011) | 1 line [FIX] When using the service file controller (Services_File_Controller) from an html page to upload a file, the template file/upload.tpl is required. Added upload template, which returns upload results. ---------------------------------------------- r39237 | sylvieg | 2011-12-20 10:53:13 -0200 (Tue, 20 Dec 2011) | 1 line [FIX]tracker: do not do an empty description div ---------------------------------------------- r39222 | marclaporte | 2011-12-19 02:10:22 -0200 (Mon, 19 Dec 2011) | 1 line [FIX/REL] Since the preference(s) once contained in these files were removed from Tiki, restore empty (dummy) files to make sure users which upgrade via FTP overwrite the file and avoid a Fatal error: Call to undefined method ---------------------------------------------- r39220 | sylvieg | 2011-12-18 19:00:11 -0200 (Sun, 18 Dec 2011) | 1 line [FIX] better fix for 39219 ---------------------------------------------- r39219 | sylvieg | 2011-12-18 18:56:12 -0200 (Sun, 18 Dec 2011) | 1 line [FIX]tracker: regression tiki6 (for situation where you do not care about itemId but only value like dynamic list on (state, town)): commit 38179 needs to be optional ---------------------------------------------- r39217 | sylvieg | 2011-12-18 16:38:21 -0200 (Sun, 18 Dec 2011) | 1 line [FIX]tracker: regression/6: field description must be shown in default tracker item view ---------------------------------------------- r39215 | marclaporte | 2011-12-18 01:56:59 -0200 (Sun, 18 Dec 2011) | 1 line [FIX] Removing duplicate option in admin panel. Thank you pswzyu. http://dev.tiki.org/item4082 ---------------------------------------------- r39214 | sylvieg | 2011-12-17 17:53:07 -0200 (Sat, 17 Dec 2011) | 1 line [FIX]tracker: in the old day checkbox were saved as on and off, no y or n. Clean the database ---------------------------------------------- r39212 | lindonb | 2011-12-17 17:34:19 -0200 (Sat, 17 Dec 2011) | 1 line [bp/r39211][FIX] Keep page description from being deleted when updating through plugin edit interface (or anytime when the edit_description parameter is not set in an update_page function call). Thanks luci. ---------------------------------------------- r39200 | sylvieg | 2011-12-15 18:37:52 -0200 (Thu, 15 Dec 2011) | 1 line [ENH]tracker: Move the field type notice close to the type choice to be sure people notice it ---------------------------------------------- r39199 | sylvieg | 2011-12-15 18:31:18 -0200 (Thu, 15 Dec 2011) | 1 line [FIX]fivealive: rollback 39045: Legend set to black without background in fivealive does not go well if you have a jquery UI dark style. ---------------------------------------------- r39195 | sylvieg | 2011-12-14 20:51:02 -0200 (Wed, 14 Dec 2011) | 1 line [ENH]htacsess: magic_quote must if off - in commnet because deprecated - thx luciash ---------------------------------------------- r39182 | lphuberdeau | 2011-12-14 13:35:09 -0200 (Wed, 14 Dec 2011) | 1 line [FIX] Missing globally defined permissions may still be accessible by admins ---------------------------------------------- r39181 | lphuberdeau | 2011-12-14 13:33:49 -0200 (Wed, 14 Dec 2011) | 1 line [FIX]?\194?\160Wrong preference check ---------------------------------------------- r39173 | chealer | 2011-12-13 17:17:04 -0200 (Tue, 13 Dec 2011) | 2 lines [FIX] Perspectives: The wiki homepage is not necessarily the site's homepage ---------------------------------------------- r39161 | arildb | 2011-12-13 04:07:57 -0200 (Tue, 13 Dec 2011) | 1 line [FIX] Prevent overwriting of "trackerId" in the smarty template, set by the "mother-tracker", when included in an "Output TPL" file. ---------------------------------------------- r39158 | chealer | 2011-12-12 19:33:34 -0200 (Mon, 12 Dec 2011) | 2 lines [FIX] ajax_autosave: blank previews and diffs when changing "diff_style" (using the select dropdown). One would need to click Preview also to get the result. Apparently jQuery.get doesn't need escaped parameter values. From r29249. Thanks Marc Laporte ---------------------------------------------- r39155 | chealer | 2011-12-12 17:34:41 -0200 (Mon, 12 Dec 2011) | 2 lines [FIX] Tracker exportation: Do not just check global permissions [FIX] Check tiki_p_export_tracker rather than tiki_p_admin_trackers ---------------------------------------------- Version 8.2 <http://tiki.org/ReleaseNotes82> ------------------ ---------------------------------------------- r39106 | nkoth | 2011-12-08 18:27:47 +0100 (Thu, 08 Dec 2011) | 1 line [FIX] max should start from pagination offset and not 0 always, otherwise always 1st page shown ---------------------------------------------- r39103 | jonnybradley | 2011-12-07 20:12:27 +0100 (Wed, 07 Dec 2011) | 1 line [FIX] Plugin editor should allow zeros to be set ---------------------------------------------- r39102 | jonnybradley | 2011-12-07 19:53:05 +0100 (Wed, 07 Dec 2011) | 1 line [ENH] module admin: Allow clicks on quickadmin module to work (thanks marclaporte) ---------------------------------------------- r39101 | jonnybradley | 2011-12-07 19:47:54 +0100 (Wed, 07 Dec 2011) | 1 line [FIX] object selector: Don't send true to modal as it tries to append it to the doc and this errors in IE7 (send whitespace instead) ---------------------------------------------- r39100 | jonnybradley | 2011-12-07 18:30:39 +0100 (Wed, 07 Dec 2011) | 1 line [FIX] title: Remove double encoded ampersands from title link ---------------------------------------------- r39099 | jonnybradley | 2011-12-07 17:50:17 +0100 (Wed, 07 Dec 2011) | 1 line [FIX] trackers: ItemLink add item - use display field for option label (plus a missing var and a small tidy) ---------------------------------------------- r39097 | arildb | 2011-12-07 13:36:12 +0100 (Wed, 07 Dec 2011) | 1 line [FIX] Avoid SQL error when getting group info for an empty group array ---------------------------------------------- r39069 | xavidp | 2011-12-02 12:15:49 +0100 (Fri, 02 Dec 2011) | 1 line [FIX]Wording pend to pending ---------------------------------------------- r39061 | xavidp | 2011-12-01 12:11:55 +0100 (Thu, 01 Dec 2011) | 1 line [ENH]This button was way too big for anonymous users, and unluckily the errors need to be shown to anonymous users in some sites - servers in order to have their tikis avoid blank pages when some error occurs. ---------------------------------------------- r39056 | lphuberdeau | 2011-11-30 17:52:12 +0100 (Wed, 30 Nov 2011) | 1 line [ENH] Same result ---------------------------------------------- r39055 | sylvieg | 2011-11-30 17:48:45 +0100 (Wed, 30 Nov 2011) | 1 line [FIX]tracker: import create new items was reversed ---------------------------------------------- r39048 | sylvieg | 2011-11-29 23:36:53 +0100 (Tue, 29 Nov 2011) | 1 line [FIX] 39047 was not completly functional ---------------------------------------------- r39047 | sylvieg | 2011-11-29 23:02:15 +0100 (Tue, 29 Nov 2011) | 1 line [FIX]tracker: sort correctly on decimal (was already working for + or - number) ---------------------------------------------- r39045 | sylvieg | 2011-11-29 22:54:00 +0100 (Tue, 29 Nov 2011) | 1 line [FIX]fivealive: to see the labels in create tracker... popup ---------------------------------------------- r39041 | nkoth | 2011-11-29 19:27:45 +0100 (Tue, 29 Nov 2011) | 1 line [FIX] If server location pref contains path then image location needs to work ---------------------------------------------- r39040 | nkoth | 2011-11-29 19:16:00 +0100 (Tue, 29 Nov 2011) | 1 line [FIX] After speaking to Fred from BBB, they will be using URLs like /bigbluebutton/customername/api and so it is needed to support cases where the path is explicitly stated ---------------------------------------------- r39033 | jean-lucnavarro | 2011-11-29 16:20:03 +0100 (Tue, 29 Nov 2011) | 1 line [bp/r39032][TRA] more French translations ---------------------------------------------- r39029 | sylvieg | 2011-11-29 14:03:12 +0100 (Tue, 29 Nov 2011) | 1 line [FIX]plugins: when upgrade from a tiki version where there was no plugin approval, the pages need to be parsed to update the validation information. ---------------------------------------------- r39014 | jean-lucnavarro | 2011-11-28 16:33:03 +0100 (Mon, 28 Nov 2011) | 1 line [bp/r39013][TRA] more French translations ---------------------------------------------- r39006 | jonnybradley | 2011-11-27 17:01:29 +0100 (Sun, 27 Nov 2011) | 1 line [FIX] wysiwyg: Make jquery-ui autocomplete menus appear in front of ckeditor dialogs (thanks Pascal S-J) ---------------------------------------------- r38995 | sylvieg | 2011-11-26 01:28:36 +0100 (Sat, 26 Nov 2011) | 1 line [FIX]perms: anonymous has no tiki_p_view, HomePage and homepage have both a category A that has tiki_p_view. Withiout this fix, Anonymous can not see HomePage ---------------------------------------------- r38979 | sylvieg | 2011-11-24 21:45:20 +0100 (Thu, 24 Nov 2011) | 1 line [FIX]parser: some consolidation to avoid maketoc to be considered as a plugin (probably because a previous error put ans empty plugin alias in the database ---------------------------------------------- r38978 | sampaioprimo | 2011-11-24 21:24:34 +0100 (Thu, 24 Nov 2011) | 2 lines backporting some fixes to the unit tests ---------------------------------------------- r38972 | sylvieg | 2011-11-24 20:37:23 +0100 (Thu, 24 Nov 2011) | 1 line [FIX]tracker: if a date field has one field not filled, send a mandatory error on this field ---------------------------------------------- r38970 | sylvieg | 2011-11-24 17:24:12 +0100 (Thu, 24 Nov 2011) | 1 line [FIX]calendar: disable background url also to be able to see the color ---------------------------------------------- r38968 | sylvieg | 2011-11-24 13:46:59 +0100 (Thu, 24 Nov 2011) | 1 line [FIX]link: self_link (ex: in page history) with a page name with a comma. Dirty trick: the param page is never multivalued ---------------------------------------------- r38946 | sampaioprimo | 2011-11-23 14:44:24 +0100 (Wed, 23 Nov 2011) | 2 lines [bp/r38945][FIX] plugin post save actions when called by event manager ---------------------------------------------- r38943 | chealer | 2011-11-23 04:10:16 +0100 (Wed, 23 Nov 2011) | 1 line [FIX] ATTACH and FILE plugins in print mode showing "No such attachment on this page" ---------------------------------------------- r38942 | sylvieg | 2011-11-22 22:36:51 +0100 (Tue, 22 Nov 2011) | 1 line [FIX]tracker: date time blank mandatory should start as blank and the the empty do the other job now ---------------------------------------------- r38932 | arildb | 2011-11-22 16:43:57 +0100 (Tue, 22 Nov 2011) | 1 line [FIX] tiki_copyrights are now renamed and deleted with the wiki page ---------------------------------------------- r38907 | chealer | 2011-11-19 21:28:23 +0100 (Sat, 19 Nov 2011) | 2 lines [REF] Revert r38901. Note: $_SESSION["preferences"] should never be null for anonymous at this point, unless there is a session conflict. See #4051 for reference. r38906 should prevent some abnormal session conflicts. initialize_prefs() has a check for conflicts in the session preferences cache which no longer does what it used to in 7.x and was removed in trunk. This check could be reintroduced as a general session conflict check if warranted. ---------------------------------------------- r38906 | chealer | 2011-11-19 21:09:26 +0100 (Sat, 19 Nov 2011) | 3 lines [FIX] Session cookie path was one directory too high if the install was not in the document root and accessed without specifying any script (for example as "http://localhost/tiki/"). Hopefully solves #4051. Note: This would cause abnormal session conflicts which have a bad impact after 7.x (see #4051 for more information). Use $tikiroot instead of miscomputed $cookie_path. This partially reverts r30672. Review welcome, a regression in this area could be grave. ---------------------------------------------- r38905 | eromneg | 2011-11-19 18:34:30 +0100 (Sat, 19 Nov 2011) | 1 line [ENH] automatically assign a unique description meta tag for blogs & blog posts to improve SEO performance ---------------------------------------------- r38902 | gezzzan | 2011-11-19 11:02:16 +0100 (Sat, 19 Nov 2011) | 1 line [TRA] some additional hungarian translation ---------------------------------------------- r38901 | trebly | 2011-11-19 03:53:04 +0100 (Sat, 19 Nov 2011) | 1 line Track-4051- $prefs are set to null for null user because of not suitable array_merge with a null array $_SESSION['preferences']. A major crash make often the version 8.1 unusable with blank screen ---------------------------------------------- r38875 | sampaioprimo | 2011-11-18 19:24:06 +0100 (Fri, 18 Nov 2011) | 2 lines updating language files with get_strings.php ---------------------------------------------- r38867 | nkoth | 2011-11-17 21:55:19 +0100 (Thu, 17 Nov 2011) | 1 line [FIX] Users with view perm but not modify perm cannot see item when pretty template is in use ---------------------------------------------- r38866 | chealer | 2011-11-17 21:33:36 +0100 (Thu, 17 Nov 2011) | 3 lines [FIX] Page history: "Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "[...]templates/tiki-pagehistory.tpl" on line 31" in some languages including Russian, Ukrainian, Korean and Vietnamese From Smarty 3 strictness Thanks SmaLL ---------------------------------------------- r38864 | jonnybradley | 2011-11-17 20:57:19 +0100 (Thu, 17 Nov 2011) | 1 line [FIX] mobile: Empty hrefs cause jquery.mobile to fail when loading via AJAX ---------------------------------------------- r38863 | sylvieg | 2011-11-17 20:49:18 +0100 (Thu, 17 Nov 2011) | 1 line [FIX]search: lost cause to run these script in the web ---------------------------------------------- r38861 | chibaguy | 2011-11-17 10:01:39 +0100 (Thu, 17 Nov 2011) | 1 line [FIX] Accordian header text and arrow overlapped. Adding element name gives specificity to override a conflicting padding:0 rule. ---------------------------------------------- r38856 | chealer | 2011-11-17 07:53:50 +0100 (Thu, 17 Nov 2011) | 2 lines [FIX] JavaScript/HTML special characters encoding (from 2004) Thanks to Stefan Schurtz ---------------------------------------------- r38850 | sylvieg | 2011-11-16 21:37:08 +0100 (Wed, 16 Nov 2011) | 1 line [FIX]tracker: import items withjout autoincremetn field ---------------------------------------------- r38847 | jonnybradley | 2011-11-16 21:19:03 +0100 (Wed, 16 Nov 2011) | 1 line [bp/r38556][FIX] trackers: Correct pasto in tracker replace (sort order not working) ---------------------------------------------- r38846 | jonnybradley | 2011-11-16 21:13:52 +0100 (Wed, 16 Nov 2011) | 1 line [bp/r38585][FIX] trackers: Display selected sort order in edit tracker ---------------------------------------------- r38845 | jonnybradley | 2011-11-16 21:07:58 +0100 (Wed, 16 Nov 2011) | 1 line [FIX] connect: Add even more prefs to private ---------------------------------------------- r38844 | jonnybradley | 2011-11-16 20:45:50 +0100 (Wed, 16 Nov 2011) | 1 line [FIX] connect: Add more prefs to private ---------------------------------------------- r38843 | jonnybradley | 2011-11-16 20:39:25 +0100 (Wed, 16 Nov 2011) | 1 line [FIX] connect: Add registerPasscode pref to private (backport from trunk) ---------------------------------------------- r38836 | sylvieg | 2011-11-16 14:06:38 +0100 (Wed, 16 Nov 2011) | 1 line [FIX]xml: try to set no limit to max_execution_time ---------------------------------------------- r38835 | sylvieg | 2011-11-16 13:33:04 +0100 (Wed, 16 Nov 2011) | 1 line [FIX]xml: missing escapes ---------------------------------------------- r38832 | sylvieg | 2011-11-16 00:00:09 +0100 (Wed, 16 Nov 2011) | 1 line [FIX]tracker: seems that users are not enough smart to click on ok to export... ok label means nothing - perhaps the real fix is to change the label of the button ---------------------------------------------- r38830 | sylvieg | 2011-11-15 23:07:29 +0100 (Tue, 15 Nov 2011) | 1 line [FIX]tracker: item with field dropdown+other was losing the other value when edited again ---------------------------------------------- r38829 | sylvieg | 2011-11-15 22:04:12 +0100 (Tue, 15 Nov 2011) | 1 line [FIX]tracker: remove attachment - must be done before fetching the field data ---------------------------------------------- r38825 | robertplummer | 2011-11-15 16:13:51 +0100 (Tue, 15 Nov 2011) | 1 line [MOD] Moved codemirror from frozen revision ---------------------------------------------- r38824 | robertplummer | 2011-11-15 16:10:19 +0100 (Tue, 15 Nov 2011) | 2 lines [FIX] Refined how the toggle highlighter button is managed so it is removed/added when the syntaxHighlighter is loaded [FIX] Made sure the html/body scrollTop isn't lost on syntaxhighlighter startup ---------------------------------------------- r38822 | robertplummer | 2011-11-15 15:38:40 +0100 (Tue, 15 Nov 2011) | 2 lines [ENH] Made sure that lineWrapping is optional, and can be changed (syntaxHighlighter) [FIX] Made sure line wrapping is pushed through from plugin code to sytax highlighter ---------------------------------------------- Version 8.1 <http://tiki.org/ReleaseNotes81> ------------------ ---------------------------------------------- r38766 | nkoth | 2011-11-09 22:51:41 +0100 (Wed, 09 Nov 2011) | 1 line [FIX] Clean up following previous commit since fixing this at the same time, may not matter but removing javascript: part in front of onclick in case it matters for certain browsers. ---------------------------------------------- r38765 | nkoth | 2011-11-09 22:45:46 +0100 (Wed, 09 Nov 2011) | 1 line [FIX] poll voting not working because clicking on button(s) causes redirect to home page ---------------------------------------------- r38756 | xavidp | 2011-11-09 09:19:52 +0100 (Wed, 09 Nov 2011) | 1 line [FIX]Add missing basic default design for QUOTE plugin ---------------------------------------------- r38755 | nkoth | 2011-11-09 04:32:32 +0100 (Wed, 09 Nov 2011) | 1 line [FIX] After creating new tracker item in linked tracker via ajax, the setting of the value of the selected item on the Item Link field was not working. ---------------------------------------------- r38753 | nkoth | 2011-11-08 22:17:44 +0100 (Tue, 08 Nov 2011) | 1 line [FIX] database error when using distinct validator causing saving of tracker field to fail ---------------------------------------------- r38750 | nkoth | 2011-11-08 20:21:37 +0100 (Tue, 08 Nov 2011) | 1 line [FIX] Title not showing, and other cleanup ---------------------------------------------- r38746 | xavidp | 2011-11-08 08:33:11 +0100 (Tue, 08 Nov 2011) | 1 line [FIX]Prevent missconfiguration: don't create https links if the admin has disabled https ---------------------------------------------- r38745 | sampaioprimo | 2011-11-07 20:45:56 +0100 (Mon, 07 Nov 2011) | 2 lines aborting 8.1 release process ---------------------------------------------- r38744 | lphuberdeau | 2011-11-07 20:41:48 +0100 (Mon, 07 Nov 2011) | 1 line [FIX] Plugin editor should not include empty values, many plugins break because they do not accept empty values ---------------------------------------------- r38740 | chealer | 2011-11-07 20:04:18 +0100 (Mon, 07 Nov 2011) | 2 lines [FIX] Broken links from self_link (and button) with double-HTML-encoded ampersands when a script links to itself Note: r38710 / r38639 regression. Oops ---------------------------------------------- r38734 | lphuberdeau | 2011-11-07 18:26:57 +0100 (Mon, 07 Nov 2011) | 1 line [FIX] Some versions of PHP would not trigger autoload when calling is_callable(), leading to a nasty internal error when attempting to load a field handler when the definition was taken from cache, calling class_exists() makes sure the load sequence is complete ---------------------------------------------- r38733 | arildb | 2011-11-07 16:47:42 +0100 (Mon, 07 Nov 2011) | 1 line [FIX] Correct url in categorypath when SEFURL is activated. ---------------------------------------------- r38732 | lphuberdeau | 2011-11-07 16:46:42 +0100 (Mon, 07 Nov 2011) | 1 line [ENH] Open BBB in a new window (or tab) instead of current one ---------------------------------------------- r38731 | lphuberdeau | 2011-11-07 16:32:57 +0100 (Mon, 07 Nov 2011) | 1 line [FIX] Double encoding of html special chars breaks comments in many ways ---------------------------------------------- r38720 | xavidp | 2011-11-07 10:33:12 +0100 (Mon, 07 Nov 2011) | 1 line js strings updated ---------------------------------------------- r38719 | xavidp | 2011-11-07 10:24:49 +0100 (Mon, 07 Nov 2011) | 1 line A few more strings (related to daily reports) ---------------------------------------------- r38710 | chealer | 2011-11-04 23:11:12 +0100 (Fri, 04 Nov 2011) | 3 lines [FIX] Broken links from self_link (and button) with double-HTML-encoded ampersands Note: Gentler approach to replace most of r38639. Thanks to Jonny Bradley ---------------------------------------------- Version 8.0 <http://tiki.org/ReleaseNotes80> ------------------ ---------------------------------------------- r38684 | nkoth | 2011-11-03 23:14:39 +0100 (Thu, 03 Nov 2011) | 1 line [FIX] When user is not logged in, do not try and auto include hidden field for creator and modifier because if mandatory and blank will cause validation failures ---------------------------------------------- r38680 | jyhem | 2011-11-03 22:31:02 +0100 (Thu, 03 Nov 2011) | 1 line [FIX bp/r38678] Missing CSRF protection ticket ---------------------------------------------- r38676 | chealer | 2011-11-03 22:09:51 +0100 (Thu, 03 Nov 2011) | 3 lines Revert r38320 "Correct implementation of favicons." Note: committed to the wrong branch. Ref: http://article.gmane.org/gmane.comp.cms.tiki.cvs/70260 ---------------------------------------------- r38673 | nkoth | 2011-11-03 21:37:44 +0100 (Thu, 03 Nov 2011) | 1 line [FIX] Only validate captcha via ajax if default captcha is being used ---------------------------------------------- r38647 | xavidp | 2011-11-03 13:39:06 +0100 (Thu, 03 Nov 2011) | 1 line [FIX]Allow showing events in the last natural day only, by means of allowing to filter by hours also (i.e., last 8-12h of the working day), to prevent showing items from the previous day that were created less than 24 hours ago. ---------------------------------------------- r38645 | lphuberdeau | 2011-11-03 13:14:37 +0100 (Thu, 03 Nov 2011) | 1 line [REVERT] Last commit, extra file ---------------------------------------------- r38644 | lphuberdeau | 2011-11-03 13:12:38 +0100 (Thu, 03 Nov 2011) | 1 line [FIX]?\194?\160Had this one fixed in trunk... bad HTML. ---------------------------------------------- r38639 | chealer | 2011-11-03 06:58:42 +0100 (Thu, 03 Nov 2011) | 2 lines [FIX] HTML special characters encoding Thanks to Stefan Schurtz ---------------------------------------------- r38638 | chealer | 2011-11-03 02:35:49 +0100 (Thu, 03 Nov 2011) | 1 line [FIX] HTML special characters encoding (oops, ENT_NOQUOTES != ENT_QUOTES) ---------------------------------------------- r38636 | nkoth | 2011-11-02 17:35:59 +0100 (Wed, 02 Nov 2011) | 1 line [FIX] Update incremental search when categorizing/uncategorizing - happens when using transitions and also when categorizing via profiles ---------------------------------------------- r38633 | jean-lucnavarro | 2011-11-02 15:47:28 +0100 (Wed, 02 Nov 2011) | 1 line [bp/r38632][TRA] more French translations ---------------------------------------------- r38625 | lphuberdeau | 2011-11-02 14:01:04 +0100 (Wed, 02 Nov 2011) | 1 line [MOD] Support finfo for PHP 5.2, finfo is a default extension since 5.3, but 5.2 with a manual installation was missing a constant. ---------------------------------------------- r38624 | nkoth | 2011-11-02 00:30:38 +0100 (Wed, 02 Nov 2011) | 1 line [FIX] Obvious typo ---------------------------------------------- r38614 | chealer | 2011-11-01 19:24:37 +0100 (Tue, 01 Nov 2011) | 2 lines [FIX] AdoDB Note: r35445 regression. Did not test that the redirection would still happen when desired, only that it doesn't happen when it shouldn't. ---------------------------------------------- r38612 | lphuberdeau | 2011-11-01 17:23:11 +0100 (Tue, 01 Nov 2011) | 1 line [FIX] Not too sure what this did, except randomly deleting fields ---------------------------------------------- r38593 | lphuberdeau | 2011-10-31 14:26:21 +0100 (Mon, 31 Oct 2011) | 1 line [FIX]?\194?\160Attempt to fix the missing avatar issue. Unchecked empty value. ---------------------------------------------- r38590 | xavidp | 2011-10-31 13:20:27 +0100 (Mon, 31 Oct 2011) | 1 line [FIX]Allow showing scroll bars automagically when plugin code with no line wrapping and restricted width applied (by a higher level div plugin call limiting that width). ---------------------------------------------- r38584 | jean-lucnavarro | 2011-10-31 12:36:05 +0100 (Mon, 31 Oct 2011) | 1 line [bp/r38583][TRA] more French translations ---------------------------------------------- r38582 | jean-lucnavarro | 2011-10-31 12:05:43 +0100 (Mon, 31 Oct 2011) | 1 line [FIX] typo missing ')' in a string ---------------------------------------------- r38580 | arildb | 2011-10-31 10:48:21 +0100 (Mon, 31 Oct 2011) | 1 line [FIX] Correct the web service parameter description ---------------------------------------------- r38569 | robertplummer | 2011-10-30 19:10:26 +0100 (Sun, 30 Oct 2011) | 1 line [FIX] Used direct method of obtaining tracker definition/handler ---------------------------------------------- r38567 | chealer | 2011-10-30 17:14:25 +0100 (Sun, 30 Oct 2011) | 1 line [FIX] Admin trackers: case of URL field linkToURL parameter options (URL is an acronym) ---------------------------------------------- r38566 | jyhem | 2011-10-30 16:59:19 +0100 (Sun, 30 Oct 2011) | 1 line [ENH] Extend URL display capabilities of trackers, including previously available simple links ---------------------------------------------- r38560 | jyhem | 2011-10-30 13:37:08 +0100 (Sun, 30 Oct 2011) | 1 line [FIX] Correct regression in checkbox status display ---------------------------------------------- r38559 | chealer | 2011-10-29 23:11:05 +0200 (Sat, 29 Oct 2011) | 1 line [FIX] Smarty rss function ("Fatal error: Call to undefined method TikiLib::plugin_execute() in [...]lib/smarty_tiki/function.rss.php on line 32"). r35969 regression ---------------------------------------------- r38554 | nkoth | 2011-10-29 18:48:49 +0200 (Sat, 29 Oct 2011) | 1 line [FIX] Do not show prorated amount if there is no prorating going on (warning this may conflict on merge up as this part is already in trunk) ---------------------------------------------- r38553 | nkoth | 2011-10-29 18:47:13 +0200 (Sat, 29 Oct 2011) | 1 line [FIX] Do not show prorated amount if there is no prorating going on ---------------------------------------------- r38547 | ohertel | 2011-10-29 13:46:11 +0200 (Sat, 29 Oct 2011) | 1 line [fix] german translation: too long module name ---------------------------------------------- r38546 | jonnybradley | 2011-10-29 13:44:39 +0200 (Sat, 29 Oct 2011) | 1 line [FIX] parse maketoc: Hopefully a fix for add_br for empty paragraphs (without disrupting non-add_br and non-wiki_para behaviour) ---------------------------------------------- r38531 | xavidp | 2011-10-28 17:28:33 +0200 (Fri, 28 Oct 2011) | 1 line [FIX]Usability fix for common tasks by an admin. ---------------------------------------------- r38529 | jean-lucnavarro | 2011-10-28 13:03:18 +0200 (Fri, 28 Oct 2011) | 1 line [bp/r38528][TRA] more French translations ---------------------------------------------- r38521 | jonnybradley | 2011-10-27 19:27:08 +0200 (Thu, 27 Oct 2011) | 1 line [SVN] link phpcas external lib to copy in third_party with fixed revision (merge conflict expected) ---------------------------------------------- r38517 | nkoth | 2011-10-27 02:50:13 +0200 (Thu, 27 Oct 2011) | 1 line [FIX] Try some more to get page alias to work on doc.tw.o by having default to be y ---------------------------------------------- r38516 | marclaporte | 2011-10-27 01:49:21 +0200 (Thu, 27 Oct 2011) | 1 line [FIX] changing the default for feature_wiki_pagealias in the hopes it will bring it back on doc.tiki.org ---------------------------------------------- r38509 | robertplummer | 2011-10-26 22:53:23 +0200 (Wed, 26 Oct 2011) | 1 line [FIX] Remove toc if slideshow ---------------------------------------------- r38505 | lphuberdeau | 2011-10-26 17:32:38 +0200 (Wed, 26 Oct 2011) | 1 line [FIX]?\194?\160Missing case for trackeritem URL. This function needs rewriting, but no time right now. ---------------------------------------------- r38504 | arildb | 2011-10-26 16:20:04 +0200 (Wed, 26 Oct 2011) | 1 line [FIX] Check if HTTP_USER_AGENT is set before using it ---------------------------------------------- r38502 | chealer | 2011-10-26 04:24:44 +0200 (Wed, 26 Oct 2011) | 2 lines [FIX] Trackers: empty notification mail subject for new comments on tracker items (r34753 regression) Restore item description instead of OID ---------------------------------------------- r38500 | chealer | 2011-10-26 03:19:11 +0200 (Wed, 26 Oct 2011) | 1 line [FIX] Trackers: usernames not showing in the subject of tracker item changes notification mails (r34178 regression) ---------------------------------------------- r38495 | chealer | 2011-10-25 19:34:07 +0200 (Tue, 25 Oct 2011) | 1 line [FIX] replace_item_attachment(): typo "Atttached" ---------------------------------------------- r38493 | jean-lucnavarro | 2011-10-25 17:13:01 +0200 (Tue, 25 Oct 2011) | 1 line [bp/r38491][TRA] more French translations ---------------------------------------------- r38490 | robertplummer | 2011-10-25 14:17:33 +0200 (Tue, 25 Oct 2011) | 1 line [FIX] Made sure that files can be loaded in spreadsheet, id was overriding. ---------------------------------------------- r38487 | jonnybradley | 2011-10-25 12:18:59 +0200 (Tue, 25 Oct 2011) | 1 line [FIX] comments: Recreate missing titles feature. Also correct reply buttons label ---------------------------------------------- r38486 | jonnybradley | 2011-10-25 11:45:13 +0200 (Tue, 25 Oct 2011) | 1 line [FIX] list plugin: Avoid uncaught exception when template file not found ---------------------------------------------- r38438 | jyhem | 2011-10-22 15:23:49 +0200 (Sat, 22 Oct 2011) | 1 line [FIX] Filtering with the real mudule name did usually not allow to find the module in the list ---------------------------------------------- r38437 | jyhem | 2011-10-22 02:17:27 +0200 (Sat, 22 Oct 2011) | 1 line [FIX] Remove nbsp which is displayed 'as is' in smarty 3, and some indentation ---------------------------------------------- r38436 | robertplummer | 2011-10-21 23:20:45 +0200 (Fri, 21 Oct 2011) | 1 line [FIX] Gallery list view for svg images, load full size, scale at html level ---------------------------------------------- r38434 | robertplummer | 2011-10-21 22:48:18 +0200 (Fri, 21 Oct 2011) | 2 lines [FIX] Reverted draw icon [FIX] filer version check in docs added comments in docs and draw since it is hard to understand ---------------------------------------------- r38428 | sampaioprimo | 2011-10-21 20:49:04 +0200 (Fri, 21 Oct 2011) | 2 lines backporting pt-br translations from trunk ---------------------------------------------- r38424 | oeversetten | 2011-10-21 20:46:09 +0200 (Fri, 21 Oct 2011) | 3 lines [tra] low german translations ---------------------------------------------- r38422 | jonnybradley | 2011-10-21 19:46:53 +0200 (Fri, 21 Oct 2011) | 1 line [FIX] language: Check for valid locale even if change_language is enabled but feature_detect_language is not (for instance, resulting in null language previously) ---------------------------------------------- r38420 | jonnybradley | 2011-10-21 19:11:54 +0200 (Fri, 21 Oct 2011) | 1 line [FIX] trackers: ItemLink restore missing linkPage param (5) for linking to a wiki page (with itemId as a parameter) ---------------------------------------------- r38419 | jonnybradley | 2011-10-21 18:08:55 +0200 (Fri, 21 Oct 2011) | 1 line [FIX] trackers: ItemsList fix for getItemIds() now that ItemLink once again uses the proper value of the linked item (as it did in 6.x), rather than the itemId we don't need to go and re-fetch the value. ---------------------------------------------- r38418 | jonnybradley | 2011-10-21 17:53:03 +0200 (Fri, 21 Oct 2011) | 1 line [FIX] trackers: ItemLink was using the list index instead of the value to find what to display (failed when linked field stored wasn't an itemId auto_inc field) ---------------------------------------------- r38413 | jonnybradley | 2011-10-21 12:22:37 +0200 (Fri, 21 Oct 2011) | 1 line [FIX] modules: Fix spaces etc in custom modules getting borked when saving (by doing urldecode on the name param and then using it) ---------------------------------------------- r38412 | chealer | 2011-10-21 05:51:32 +0200 (Fri, 21 Oct 2011) | 2 lines [FIX] MODULE plugin: inverted options for np parameter. Change the default description which was based on inverted options. Note: the code uses a $np boolean variable representing whether *not* to parse, while the plugin dialog shows a "Parse" parameter asking whether to parse, hence the unusual values. r31096 regression ---------------------------------------------- r38407 | robertplummer | 2011-10-20 23:45:54 +0200 (Thu, 20 Oct 2011) | 1 line [FIX] Backport of tiki docs file type checks ---------------------------------------------- r38406 | robertplummer | 2011-10-20 23:44:22 +0200 (Thu, 20 Oct 2011) | 1 line [FIX] Added icon for svg edit, added from larger, just resized ---------------------------------------------- r38405 | changi67 | 2011-10-20 21:21:53 +0200 (Thu, 20 Oct 2011) | 1 line [TRA] Typo ---------------------------------------------- r38389 | nkoth | 2011-10-20 03:55:24 +0200 (Thu, 20 Oct 2011) | 1 line [FIX] This has been really irritating for a while. Clueless anonymous users tend to put their name and not their email in the From box, how can you then contact them back? ---------------------------------------------- r38383 | lphuberdeau | 2011-10-19 15:45:26 +0200 (Wed, 19 Oct 2011) | 1 line [KIL] Preferences from the old tiki search were brought back to life ---------------------------------------------- r38382 | lphuberdeau | 2011-10-19 14:56:48 +0200 (Wed, 19 Oct 2011) | 1 line [FIX] Use the resultset parameter on pagination in the table template to correctly display the result count. ---------------------------------------------- r38380 | sylvieg | 2011-10-19 13:23:08 +0200 (Wed, 19 Oct 2011) | 1 line [FIX]fgal: typo in perm name ---------------------------------------------- r38356 | jonnybradley | 2011-10-18 16:24:35 +0200 (Tue, 18 Oct 2011) | 1 line [FIX] cartlib: payment_default_delay is already in days, not seconds ---------------------------------------------- r38355 | sampaioprimo | 2011-10-18 15:13:51 +0200 (Tue, 18 Oct 2011) | 2 lines merging translations from trunk using mergelang.php ---------------------------------------------- r38353 | jonnybradley | 2011-10-18 13:35:56 +0200 (Tue, 18 Oct 2011) | 1 line [FIX] trackers: Add yet another exception to doNotShowEmptyField "logic" for Items List fields (TODO properly one day?) Thanks Xavi ---------------------------------------------- r38352 | jonnybradley | 2011-10-18 11:18:02 +0200 (Tue, 18 Oct 2011) | 1 line [FIX] tikinewt: Remove text centring for tabcontent ---------------------------------------------- r38350 | sampaioprimo | 2011-10-18 00:15:19 +0200 (Tue, 18 Oct 2011) | 2 lines update language files after change in get_strings.php ordering algorithm ---------------------------------------------- r38348 | sampaioprimo | 2011-10-17 23:42:01 +0200 (Mon, 17 Oct 2011) | 2 lines [bp/r38347]get_strings.php: attempt to make the strings order independent of os (after informing chealer) ---------------------------------------------- r38342 | jonnybradley | 2011-10-17 20:05:19 +0200 (Mon, 17 Oct 2011) | 1 line [FIX] smarty: TikiLib doesn't exist in the installer ---------------------------------------------- r38339 | chealer | 2011-10-17 19:38:21 +0200 (Mon, 17 Oct 2011) | 1 line [FIX] MultiTiki: when including Smarty templates, look for them in the domain's default templates directory (r36090 regression) ---------------------------------------------- r38338 | jonnybradley | 2011-10-17 19:30:20 +0200 (Mon, 17 Oct 2011) | 1 line [FIX] tracker import: Set-up data in auto_inc tracker fields for new items and remove strange "third option" for importing new items but keeping a nonexistent itemId which would lead to database problems (as it's an auto_increment index). ---------------------------------------------- r38336 | chealer | 2011-10-17 19:07:57 +0200 (Mon, 17 Oct 2011) | 1 line mark feature_edit_templates as experimental ---------------------------------------------- r38335 | chealer | 2011-10-17 19:00:54 +0200 (Mon, 17 Oct 2011) | 1 line [FIX] Edit templates: also create subdirectories of style-specific templates directories if they don't exist ---------------------------------------------- r38334 | chealer | 2011-10-17 18:49:47 +0200 (Mon, 17 Oct 2011) | 2 lines [FIX] Edit templates: restore save button which doesn't save a style-specific template and style-specific templates deletion link (style_local is not a preference, r9574 regression) [FIX] HTML special characters encoding ---------------------------------------------- r38331 | sampaioprimo | 2011-10-17 18:37:01 +0200 (Mon, 17 Oct 2011) | 2 lines [FIX] wrong if condition to generate canonial url was always evaluating to true ---------------------------------------------- r38329 | lphuberdeau | 2011-10-17 17:28:18 +0200 (Mon, 17 Oct 2011) | 1 line [MOD]?\194?\160Allow SCORM meta-data updating on file re-upload ---------------------------------------------- r38328 | jonnybradley | 2011-10-17 17:19:58 +0200 (Mon, 17 Oct 2011) | 1 line [FIX] smarty 3: Make sure $style_base is set and don't use tikidomain if empty ---------------------------------------------- r38327 | jonnybradley | 2011-10-17 16:29:05 +0200 (Mon, 17 Oct 2011) | 1 line [FIX] carousel plugin: Add a small timeout to help loading failures on first reload (also add .carousel CSS class to help styling) ---------------------------------------------- r38326 | sampaioprimo | 2011-10-17 16:08:45 +0200 (Mon, 17 Oct 2011) | 1 line `cat svn-commit.2.tmp` ---------------------------------------------- r38325 | sept_7 | 2011-10-17 15:26:02 +0200 (Mon, 17 Oct 2011) | 2 lines [FIX/bp 38321] Try to fix Smarty {include} with the transition to Smarty 3 ---------------------------------------------- r38324 | lphuberdeau | 2011-10-17 14:56:38 +0200 (Mon, 17 Oct 2011) | 1 line [MOD] Store the link to the file as part of the SCORM metadata tracker item ---------------------------------------------- r38323 | lphuberdeau | 2011-10-17 14:47:00 +0200 (Mon, 17 Oct 2011) | 1 line [ENH] Layout improvement to avoid tiny columns ---------------------------------------------- r38320 | durkin10 | 2011-10-17 13:38:49 +0200 (Mon, 17 Oct 2011) | 1 line Correct implementation of favicons. ---------------------------------------------- r38318 | yonixxx | 2011-10-17 12:35:30 +0200 (Mon, 17 Oct 2011) | 1 line [FIX]Newsletter archives permission and style tag and minor ---------------------------------------------- r38316 | yonixxx | 2011-10-17 12:33:26 +0200 (Mon, 17 Oct 2011) | 1 line [FIX]Newsletter archives permission ---------------------------------------------- r38310 | chealer | 2011-10-16 20:03:00 +0200 (Sun, 16 Oct 2011) | 2 lines [FIX] TRACKERSTAT plugin: breakage for category type. Note: r37156 regression, oops (loop would expect sequential categories indexation). Review still welcome. Thanks Louis-Philippe Huberdeau ---------------------------------------------- r38309 | chealer | 2011-10-16 19:10:55 +0200 (Sun, 16 Oct 2011) | 2 lines [FIX] SPLIT plugin Note: reverts r38288, which made SPLIT return nothing with several sections, or the data essentially untreated with a single section. preg_split() returns an array. The encoding problem is still there. ---------------------------------------------- r38305 | jonnybradley | 2011-10-15 13:28:24 +0200 (Sat, 15 Oct 2011) | 1 line [FIX] carousel plugin: No need to wrap add_jq_onready() code in $(document).ready() as well - trying to fix occasional loading issues, only partially successful (also use static library access to be tidy) ---------------------------------------------- r38303 | chealer | 2011-10-15 08:02:27 +0200 (Sat, 15 Oct 2011) | 1 line [FIX] User preferences and information: fix test that the user exists. get_user_login() now returns false instead of NULL (from r32118) ---------------------------------------------- r38301 | chealer | 2011-10-15 05:15:30 +0200 (Sat, 15 Oct 2011) | 1 line [FIX] Comments: wrong variable name (like r37464). From r34707 ---------------------------------------------- r38298 | nkoth | 2011-10-15 01:31:10 +0200 (Sat, 15 Oct 2011) | 1 line [bp/r38297][SEC][FIX] Since r37331 (16 Sep 2011), when tiki_p_plugin_preview was given to a group it was as if tiki_p_admin_wiki was given. This patch fixes that and does some associated tightening up on defining feature admin perms. ---------------------------------------------- r38296 | chealer | 2011-10-15 00:15:14 +0200 (Sat, 15 Oct 2011) | 1 line [FIX] Wikilib: only consider individual wiki cache set if feature_wiki_icache is enabled in get_parse(). Thanks Nelson Ko ---------------------------------------------- r38294 | jonnybradley | 2011-10-14 20:56:34 +0200 (Fri, 14 Oct 2011) | 1 line [FIX] fgals: Fix context menu in browse mode by passing on $changes var (Thanks again nkoth for the clue) ---------------------------------------------- r38293 | jonnybradley | 2011-10-14 20:52:35 +0200 (Fri, 14 Oct 2011) | 2 lines [FIX] carousel plugin: Process params so they're not all strings, fix filters where needed and improve param descriptions. Also use file name (title) as well as description if available. ---------------------------------------------- r38292 | jonnybradley | 2011-10-14 20:41:13 +0200 (Fri, 14 Oct 2011) | 1 line [FIX] plugin edit: Don't strip out empty params (this included values such as "0") ---------------------------------------------- r38291 | jonnybradley | 2011-10-14 20:19:35 +0200 (Fri, 14 Oct 2011) | 1 line [FIX] fglas: Curious missing underscore found and removed (Thanks nkoth, well spotted) ---------------------------------------------- r38290 | jonnybradley | 2011-10-14 20:12:45 +0200 (Fri, 14 Oct 2011) | 1 line [FIX] fglas: Curious missing underscore ---------------------------------------------- r38289 | lphuberdeau | 2011-10-14 19:26:50 +0200 (Fri, 14 Oct 2011) | 1 line [FIX]?\194?\160Catch BBB error when misconfigured ---------------------------------------------- r38288 | lphuberdeau | 2011-10-14 18:45:05 +0200 (Fri, 14 Oct 2011) | 1 line [FIX]?\194?\160Add np blocks in split to avoid extra encoding ---------------------------------------------- r38287 | lphuberdeau | 2011-10-14 18:40:27 +0200 (Fri, 14 Oct 2011) | 1 line [INDENT]?\194?\160Mixture of spaces and tabs ---------------------------------------------- r38286 | jonnybradley | 2011-10-14 18:35:35 +0200 (Fri, 14 Oct 2011) | 1 line [FIX] carousel plugin: Use the $.fn.tiki handler to set up correct path for the images ---------------------------------------------- r38285 | jonnybradley | 2011-10-14 18:31:06 +0200 (Fri, 14 Oct 2011) | 1 line [FIX] switch theme: Fix theme generator switch. Partial backport of chealer's fine work in trunk (thanks) ---------------------------------------------- r38284 | lphuberdeau | 2011-10-14 18:16:25 +0200 (Fri, 14 Oct 2011) | 1 line [FIX] Restore correct default behavior which relied on global variables when no object was specified ---------------------------------------------- r38283 | nkoth | 2011-10-14 18:03:35 +0200 (Fri, 14 Oct 2011) | 1 line [FIX] refix r38278, handle quotes in search queries to customsearch, avoid storing escaped string for recalling search ---------------------------------------------- r38280 | chealer | 2011-10-14 17:52:19 +0200 (Fri, 14 Oct 2011) | 3 lines User preferences: initialize $user_preferences for anonymous too. Anonymous may fetch the preferences of other users. Fixes "Warning: array_key_exists() expects parameter 2 to be array, null given in [...]lib/tikilib.php on line 3590" from r38238 ---------------------------------------------- r38279 | xavidp | 2011-10-14 17:51:44 +0200 (Fri, 14 Oct 2011) | 1 line [FIX]Fix the sorting to avoid separating upper case from lower case in the first letter ---------------------------------------------- r38278 | nkoth | 2011-10-14 17:48:29 +0200 (Fri, 14 Oct 2011) | 1 line [FIX] handle quotes in search queries to customsearch ---------------------------------------------- r38274 | jonnybradley | 2011-10-14 17:00:20 +0200 (Fri, 14 Oct 2011) | 1 line [FIX] wysiwyg: Restore removal of wiki plugin wrappers when switching from wysiwyg to wiki in html mode ---------------------------------------------- r38272 | jonnybradley | 2011-10-14 16:35:10 +0200 (Fri, 14 Oct 2011) | 1 line [FIX]mobile: Add {error_report} and sync other changes from root tiki.tpl ---------------------------------------------- r38271 | lphuberdeau | 2011-10-14 16:27:06 +0200 (Fri, 14 Oct 2011) | 1 line [FIX] Submit the action indicated on the form rather than the one that loaded the dialog (fixes the translation dialog) ---------------------------------------------- r38270 | jonnybradley | 2011-10-14 16:16:10 +0200 (Fri, 14 Oct 2011) | 1 line [FIX] tracker plugin: Fail more gracefully when handler not returned from factory ---------------------------------------------- r38268 | jonnybradley | 2011-10-14 16:14:55 +0200 (Fri, 14 Oct 2011) | 1 line [FIX] tracker: Report error about missing pref dependencies for tracker fields ---------------------------------------------- r38263 | jonnybradley | 2011-10-14 14:00:00 +0200 (Fri, 14 Oct 2011) | 1 line [FIX] object_selector: selectmenu sizing issue and no-id bug (thanks nkoth) ---------------------------------------------- r38261 | oeversetten | 2011-10-14 12:27:38 +0200 (Fri, 14 Oct 2011) | 2 lines [tra] low german progress ---------------------------------------------- r38260 | oeversetten | 2011-10-14 12:06:25 +0200 (Fri, 14 Oct 2011) | 2 lines [FIX] Electrostatic instead of Eletrostatic ---------------------------------------------- r38256 | chealer | 2011-10-14 04:36:17 +0200 (Fri, 14 Oct 2011) | 3 lines [FIX] get_user_preference(): Anonymous couldn't get a preference of another user. [FIX] userHasPreference(): Anonymous lookup would check his own preferences. r36779 regression. Oops. Thanks Marc Laporte ---------------------------------------------- r38255 | jyhem | 2011-10-14 03:11:47 +0200 (Fri, 14 Oct 2011) | 1 line [FIX] Ensure collation is utf8_unicode_ci for new installs ---------------------------------------------- r38254 | oeversetten | 2011-10-14 03:08:37 +0200 (Fri, 14 Oct 2011) | 2 lines [tra] bit more Low German ---------------------------------------------- r38252 | robertplummer | 2011-10-13 22:49:27 +0200 (Thu, 13 Oct 2011) | 1 line [FIX] Codemirror was making all textareas hidden. He have to hide them to get parent width, so I just show the object again if there is no condemirror defined. ---------------------------------------------- r38251 | robertplummer | 2011-10-13 22:11:43 +0200 (Thu, 13 Oct 2011) | 1 line [FIX] Moved function "makeBool" from slider to tikilib. ---------------------------------------------- r38250 | changi67 | 2011-10-13 21:14:49 +0200 (Thu, 13 Oct 2011) | 1 line [FIX] Restore Caption ---------------------------------------------- r38247 | robertplummer | 2011-10-13 20:45:56 +0200 (Thu, 13 Oct 2011) | 1 line [FIX] In edit mode, parent had no height, moved height to parent and kept height inherit on scroll object ---------------------------------------------- r38246 | robertplummer | 2011-10-13 20:23:57 +0200 (Thu, 13 Oct 2011) | 1 line [FIX] The height needs to come from parent, and is always set, so this solves one of the last outstanding dimension issues ---------------------------------------------- r38245 | robertplummer | 2011-10-13 20:19:07 +0200 (Thu, 13 Oct 2011) | 1 line [FIX] Moved modal from base object to parent ---------------------------------------------- r38244 | robertplummer | 2011-10-13 20:13:24 +0200 (Thu, 13 Oct 2011) | 2 lines [FIX] Finally the culprit, theme was setting width of 95%, causing obscure integration [FIX] Added a clear: both for codemirror so things wouldn't get hid behind it ---------------------------------------------- r38239 | robertplummer | 2011-10-13 19:36:47 +0200 (Thu, 13 Oct 2011) | 3 lines [ENH] Moved visible to tiki-jquery.js, will be useful for an onvisible event [FIX] Apparently the width fix helped in some cases but broke others. [FIX] Brought codemirror to use the visible event on startup. ---------------------------------------------- r38238 | chealer | 2011-10-13 19:27:52 +0200 (Thu, 13 Oct 2011) | 2 lines [FIX] set_user_preference(): Anonymous couldn't set a preference for another user. r36779 regression. Oops. Thanks Marc Laporte [FIX] get_user_preferences(): make sure $user_preferences[$my_user] is initialized. exposed by r36779. Thanks Marc Laporte ---------------------------------------------- r38237 | robertplummer | 2011-10-13 19:19:24 +0200 (Thu, 13 Oct 2011) | 2 lines [FIX] Created a timeout method that looks at parent of caller to see if visible, effectivly making codemirror start once it has a size. [FIX] Removed un-needed inheritance of size now that settings are cloned ---------------------------------------------- r38235 | nkoth | 2011-10-13 18:29:26 +0200 (Thu, 13 Oct 2011) | 1 line [FIX] Pagination on blogs not preserving blogId ---------------------------------------------- r38234 | robertplummer | 2011-10-13 17:03:05 +0200 (Thu, 13 Oct 2011) | 1 line [FIX] Used $.extend to clone variable. ---------------------------------------------- r38233 | robertplummer | 2011-10-13 16:57:13 +0200 (Thu, 13 Oct 2011) | 1 line [FIX] Settings was being updated globally from within the plugin, when it needed to be updated 1 by one. ---------------------------------------------- r38222 | robertplummer | 2011-10-13 14:38:07 +0200 (Thu, 13 Oct 2011) | 1 line [FIX] the sudo textarea (used to startup codemirror) needed to be inserted after the base element, rather than be appended to parent ---------------------------------------------- r38220 | jean-lucnavarro | 2011-10-13 12:10:35 +0200 (Thu, 13 Oct 2011) | 1 line [bp/r38219][TRA] more French translations ---------------------------------------------- r38207 | robertplummer | 2011-10-13 00:02:06 +0200 (Thu, 13 Oct 2011) | 1 line [FIX] Wrong display type. ---------------------------------------------- r38206 | arildb | 2011-10-12 23:59:55 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] Synchonize web.config rewrite rules with the latest .htaccess rules ---------------------------------------------- r38205 | robertplummer | 2011-10-12 23:58:00 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] Trying once more with a fully hidden textarea ---------------------------------------------- r38204 | robertplummer | 2011-10-12 23:55:06 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] Made the textarea that is created for read only items display block to fix some instances. ---------------------------------------------- r38203 | robertplummer | 2011-10-12 23:45:36 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] Removed all the resizing madness and am using inherited sizes now, they just weren't working like expected. ---------------------------------------------- r38202 | robertplummer | 2011-10-12 23:37:42 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] Added parent (codelisting) in the resizing mix, seems that codelisting wasn't respecting sizes ---------------------------------------------- r38201 | robertplummer | 2011-10-12 23:34:22 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] Moved sizing to find objects without tricky jQuery methods, to make it more stable and actually work. ---------------------------------------------- r38200 | robertplummer | 2011-10-12 23:23:29 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] Width fix again, for parent rather that sibling, wrong target on last ---------------------------------------------- r38199 | robertplummer | 2011-10-12 23:17:51 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] Overflow auto and width of parent "CodeMirror" container ---------------------------------------------- r38198 | robertplummer | 2011-10-12 23:11:25 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] Turned off eatWhile to support better plugin parsing ---------------------------------------------- r38197 | oeversetten | 2011-10-12 23:07:59 +0200 (Wed, 12 Oct 2011) | 2 lines [tra] some Low German translations more ---------------------------------------------- r38196 | robertplummer | 2011-10-12 22:26:13 +0200 (Wed, 12 Oct 2011) | 2 lines [FIX] Fix plugin dialog to obtain syntaxHighlighter value on dialog close [FIX] Removed obscure textarea call that isn't needed ---------------------------------------------- r38195 | oeversetten | 2011-10-12 21:26:07 +0200 (Wed, 12 Oct 2011) | 2 lines [FIX] correct redirect ---------------------------------------------- r38194 | nkoth | 2011-10-12 18:24:00 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] Pretty tracker vars not being parsed within tabs plugin ---------------------------------------------- r38193 | jean-lucnavarro | 2011-10-12 17:42:54 +0200 (Wed, 12 Oct 2011) | 1 line [bp/r38192][TRA] more French translations ---------------------------------------------- r38187 | jonnybradley | 2011-10-12 12:03:49 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] avatar: Restrict avatar files to images (thanks marclaporte) ---------------------------------------------- r38186 | nkoth | 2011-10-12 07:14:46 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] Pretty trackers fields when used as arguments to plugins were not being replaced ---------------------------------------------- r38185 | chealer | 2011-10-12 05:17:08 +0200 (Wed, 12 Oct 2011) | 1 line [SEC] List object permissions: use check_authenticity() (from r37316) ---------------------------------------------- r38184 | nkoth | 2011-10-12 04:28:03 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] CSV mode should use plain value ---------------------------------------------- r38183 | nkoth | 2011-10-12 03:27:25 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] existing field value not showing ---------------------------------------------- r38182 | marclaporte | 2011-10-12 02:53:27 +0200 (Wed, 12 Oct 2011) | 1 line tagging some prefs as experimental ---------------------------------------------- r38181 | nkoth | 2011-10-12 02:25:41 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] Link to new AJAX manage translation interface since old interface is now goone (the AJAX interface is still broken and has to be fixed) ---------------------------------------------- r38180 | oeversetten | 2011-10-12 02:08:44 +0200 (Wed, 12 Oct 2011) | 2 lines [tra] further Loew German progress ---------------------------------------------- r38179 | nkoth | 2011-10-12 01:42:55 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] If there is more then one item in the linked tracker with the same label to choose from, it is better to show the itemId to distinguish them as opposed to simply not showing some which can lead to unintended data corruption ---------------------------------------------- r38178 | oeversetten | 2011-10-12 01:29:25 +0200 (Wed, 12 Oct 2011) | 2 lines [tra] Low German progress ---------------------------------------------- r38177 | nkoth | 2011-10-12 01:06:24 +0200 (Wed, 12 Oct 2011) | 1 line [FIX] Items list field using ID method not working ---------------------------------------------- r38175 | robertplummer | 2011-10-11 22:08:53 +0200 (Tue, 11 Oct 2011) | 1 line [FIX] Made sure that code and html modes work fine ---------------------------------------------- r38173 | robertplummer | 2011-10-11 21:08:06 +0200 (Tue, 11 Oct 2011) | 1 line [FIX] Added np to be detected ---------------------------------------------- r38172 | robertplummer | 2011-10-11 20:46:24 +0200 (Tue, 11 Oct 2011) | 1 line [FIX] added window to var to ensure it can be checked for existence. ---------------------------------------------- r38171 | robertplummer | 2011-10-11 20:41:42 +0200 (Tue, 11 Oct 2011) | 1 line [FIX] Missing bracket ---------------------------------------------- r38170 | robertplummer | 2011-10-11 20:40:06 +0200 (Tue, 11 Oct 2011) | 1 line [FIX] Detect if auto_save exists and then use, don't assume ---------------------------------------------- r38168 | robertplummer | 2011-10-11 20:00:41 +0200 (Tue, 11 Oct 2011) | 1 line [FIX] Odd behavior with inserting text into syntaxhighlighter/codemirror, seems to mimic textarea inserting very well now ---------------------------------------------- r38167 | jonnybradley | 2011-10-11 19:44:03 +0200 (Tue, 11 Oct 2011) | 1 line [FIX] wysiwyg: disable_wysiwyg_html is sometimes sent as an empty string too... ---------------------------------------------- r38043 | changi67 | 2011-10-06 23:16:56 +0200 (Thu, 06 Oct 2011) | 1 line [ROLLBACK] Suspicious commit ---------------------------------------------- r38042 | arildb | 2011-10-06 23:08:59 +0200 (Thu, 06 Oct 2011) | 1 line [FIX] Add tiki_areas to the myisam to innodb conversion script ---------------------------------------------- r38036 | chealer | 2011-10-06 22:28:35 +0200 (Thu, 06 Oct 2011) | 1 line [FIX] CATEGORY plugin: parameters ignored. r37295 regression, oops. Thanks Arild Berg ---------------------------------------------- r38033 | changi67 | 2011-10-06 22:17:20 +0200 (Thu, 06 Oct 2011) | 1 line [FIX] Missing key drop ---------------------------------------------- r38032 | chealer | 2011-10-06 22:13:36 +0200 (Thu, 06 Oct 2011) | 1 line [FIX] Newsletter subscription: Broken link when Tiki is not at the root of its domain (r30585 regression) ---------------------------------------------- r38030 | changi67 | 2011-10-06 21:54:32 +0200 (Thu, 06 Oct 2011) | 1 line [FIX] Db issue incoherence between upgrade and tiki.sql ---------------------------------------------- r38028 | jonnybradley | 2011-10-06 21:44:16 +0200 (Thu, 06 Oct 2011) | 1 line [FIX] trackers: Comment out disable submit buttons code as it prevents the save message being sent in webkit browsers (meaning you can't save tracker items) - to be fixed properly after 8.0b1 ---------------------------------------------- r38027 | oeversetten | 2011-10-06 21:33:33 +0200 (Thu, 06 Oct 2011) | 2 lines [TRA] next low german strings ---------------------------------------------- r38026 | changi67 | 2011-10-06 21:23:17 +0200 (Thu, 06 Oct 2011) | 1 line [FIX] Remove unused column ---------------------------------------------- r38024 | jonnybradley | 2011-10-06 20:26:35 +0200 (Thu, 06 Oct 2011) | 1 line [FIX] tracker files: Don't bind drag & drop code if browser doesn't support FileReader (missed a bit) ---------------------------------------------- r38022 | changi67 | 2011-10-06 20:18:34 +0200 (Thu, 06 Oct 2011) | 1 line [user:changi:FIX] SVN Properties + copyright (Devs, be carefull please) ---------------------------------------------- r38021 | jonnybradley | 2011-10-06 20:07:36 +0200 (Thu, 06 Oct 2011) | 1 line [FIX] tracker files: Don't bind drag & drop code (and hide hint) if browser doesn't support FileReader ---------------------------------------------- r38020 | oeversetten | 2011-10-06 20:04:43 +0200 (Thu, 06 Oct 2011) | 2 lines [FIX] now with less E_NOTICES ---------------------------------------------- r38016 | jonnybradley | 2011-10-06 18:40:16 +0200 (Thu, 06 Oct 2011) | 1 line [FIX] tracker export: Always export whole date times (even if prefs.tiki_same_day_time_only), default to exporting all fields and a minor fix to recordsMax label ---------------------------------------------- r38014 | jonnybradley | 2011-10-06 16:45:19 +0200 (Thu, 06 Oct 2011) | 1 line [FIX] tikinewt: Simplify tabs rules so border shows consistently (chibaguy: please review if oyu can pls? made them more like fivealive and jqui) ---------------------------------------------- r38010 | lphuberdeau | 2011-10-05 22:19:13 +0200 (Wed, 05 Oct 2011) | 1 line [FIX]?\194?\160Multiple markers could no longer be represented on a map. Mis-use of the 'unique' option, which was meant for single instance markers, adding a separate option to specify the icon. ---------------------------------------------- r38008 | lphuberdeau | 2011-10-05 22:17:17 +0200 (Wed, 05 Oct 2011) | 1 line [FIX] Field option was option as 1/0, but apparently some people also used y ---------------------------------------------- r38005 | oeversetten | 2011-10-05 21:23:31 +0200 (Wed, 05 Oct 2011) | 2 lines [TRA] more low german ---------------------------------------------- r38003 | jonnybradley | 2011-10-05 20:28:06 +0200 (Wed, 05 Oct 2011) | 1 line [FIX] prefs: Don't use global (site_*) value for overridden preferences if being used in a perspective, i.e. $params['source'] is set (corrects r36751) ---------------------------------------------- r38000 | jonnybradley | 2011-10-05 18:59:14 +0200 (Wed, 05 Oct 2011) | 1 line [FIX] modules: Re-assign module_params for the custom module in case a module plugin is used inside it (thanks Bernard1) ---------------------------------------------- r37994 | lphuberdeau | 2011-10-05 17:31:04 +0200 (Wed, 05 Oct 2011) | 1 line [FIX] Quiz permission check ---------------------------------------------- r37993 | jean-lucnavarro | 2011-10-05 17:19:33 +0200 (Wed, 05 Oct 2011) | 1 line [bp/r37990][TRA] more French translations ---------------------------------------------- r37991 | lphuberdeau | 2011-10-05 17:06:59 +0200 (Wed, 05 Oct 2011) | 1 line [FIX] Undefined variables in newsletters preventing non-admins from using the feature ---------------------------------------------- r37987 | jonnybradley | 2011-10-05 13:03:11 +0200 (Wed, 05 Oct 2011) | 1 line [FIX] connect: Correct issue with timezone and/or clock difference between php and mysql (by using database time only) ---------------------------------------------- r37986 | chealer | 2011-10-05 07:50:19 +0200 (Wed, 05 Oct 2011) | 1 line [FIX] Do not process typos like tiki-indexx.php as AJAX calls (partial backport of r37985) ---------------------------------------------- r37984 | chealer | 2011-10-05 03:58:24 +0200 (Wed, 05 Oct 2011) | 1 line fix svn:keywords (Id) ---------------------------------------------- r37983 | oeversetten | 2011-10-05 02:39:49 +0200 (Wed, 05 Oct 2011) | 3 lines [FIX] array_merge complaint about 2nd argument not an array, if category with given categId does not exist (l 279) ---------------------------------------------- r37982 | oeversetten | 2011-10-05 02:17:36 +0200 (Wed, 05 Oct 2011) | 2 lines [FIX] [REF] update_areas really updates now, made it more verbose, too ---------------------------------------------- r37973 | oeversetten | 2011-10-04 21:53:59 +0200 (Tue, 04 Oct 2011) | 3 lines [FIX] Areas now directly after Perspectives ---------------------------------------------- r37969 | oeversetten | 2011-10-04 21:40:45 +0200 (Tue, 04 Oct 2011) | 2 lines [FIX] Put Areas to Additional, makes more sense since it relies on perspectives ---------------------------------------------- r37961 | jonnybradley | 2011-10-04 19:34:27 +0200 (Tue, 04 Oct 2011) | 1 line [FIX] prefs: Change default for textarea size before defaults are applied ---------------------------------------------- r37960 | nkoth | 2011-10-04 19:08:25 +0200 (Tue, 04 Oct 2011) | 1 line [FIX] Note that email validation will not work if tiki-register.php is rewritten. Leaving it there commented as it might be useful in basic registratio ---------------------------------------------- r37959 | jonnybradley | 2011-10-04 18:18:29 +0200 (Tue, 04 Oct 2011) | 1 line [FIX] trackers: Disable submit button properly (odd that it worked at all in Safari) and let browser deal with appearance change. ---------------------------------------------- r37955 | nkoth | 2011-10-04 17:07:40 +0200 (Tue, 04 Oct 2011) | 1 line [FIX] Do not consider querystring part of page name when switching language (edge cases) ---------------------------------------------- r37952 | nkoth | 2011-10-04 15:58:48 +0200 (Tue, 04 Oct 2011) | 1 line [FIX] IE7 does not like ending comma at end of list ---------------------------------------------- r37949 | nkoth | 2011-10-04 15:21:10 +0200 (Tue, 04 Oct 2011) | 1 line [FIX] IE JS does not support comma in last item leading to JS error ---------------------------------------------- r37948 | jonnybradley | 2011-10-04 15:00:30 +0200 (Tue, 04 Oct 2011) | 1 line [FIX] installer: turn off smarty error reporting so the installer will run if you have display_errors=y in php.ini ---------------------------------------------- r37940 | chealer | 2011-10-04 05:47:38 +0200 (Tue, 04 Oct 2011) | 2 lines [FIX] File galleries module: missing underscore in template's system name Note: From r20274. The new Admin Modules doesn't like errors in system names. The wrong name would cause the module to be renamed to "filegalleries" when using the jQuery form, then to get emptied. ---------------------------------------------- r37937 | chealer | 2011-10-04 03:41:53 +0200 (Tue, 04 Oct 2011) | 1 line FileGalLib: change gallery type for get_wiki_attachment_gallery() from "default" (r32297) to "attachments". Let me know if this causes any issue... ---------------------------------------------- r37936 | jyhem | 2011-10-04 00:46:42 +0200 (Tue, 04 Oct 2011) | 1 line [FIX] Avoid various PHP error messages which appear on a fresh install by initializing some variables ---------------------------------------------- r37929 | nkoth | 2011-10-03 21:38:59 +0200 (Mon, 03 Oct 2011) | 1 line [FIX] Trackeralias redirection always going to English page when there is a translation ---------------------------------------------- r37925 | robertplummer | 2011-10-03 20:40:51 +0200 (Mon, 03 Oct 2011) | 1 line [FIX] Added explanation of why svg-edit is external ---------------------------------------------- r37924 | robertplummer | 2011-10-03 19:53:25 +0200 (Mon, 03 Oct 2011) | 1 line [FIX] Ensured that draw is loaded as external, doesn't minify well ---------------------------------------------- r37921 | lphuberdeau | 2011-10-03 19:45:43 +0200 (Mon, 03 Oct 2011) | 1 line [NEW]?\194?\160Initial for SCORM file handling (isolated feature, should have no side effects) ---------------------------------------------- r37920 | lphuberdeau | 2011-10-03 19:44:34 +0200 (Mon, 03 Oct 2011) | 1 line [MOD] Additional value for event ---------------------------------------------- r37919 | lphuberdeau | 2011-10-03 19:42:05 +0200 (Mon, 03 Oct 2011) | 1 line [FIX] Crash when anonymous eventually adds a tag ---------------------------------------------- r37918 | chealer | 2011-10-03 19:41:26 +0200 (Mon, 03 Oct 2011) | 1 line [FIX] Areas: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'a:0:{}'')' at line 1" (quoted question mark in update_areas() query, r37853 regression). ---------------------------------------------- r37917 | lphuberdeau | 2011-10-03 18:51:59 +0200 (Mon, 03 Oct 2011) | 1 line [ENH] Reduce visual clutter by placing description under tracker name ---------------------------------------------- r37916 | lphuberdeau | 2011-10-03 18:51:21 +0200 (Mon, 03 Oct 2011) | 1 line [FIX] Remove broken link ---------------------------------------------- r37915 | lphuberdeau | 2011-10-03 18:38:56 +0200 (Mon, 03 Oct 2011) | 1 line [FIX] Introduction of $forceincat broke most of category editing by providing a bad default value that removed all categories ---------------------------------------------- r37913 | robertplummer | 2011-10-03 18:20:56 +0200 (Mon, 03 Oct 2011) | 1 line [FIX] Made sure param is sending to syntax highlighter for line numbers ---------------------------------------------- r37910 | sampaioprimo | 2011-10-03 16:54:43 +0200 (Mon, 03 Oct 2011) | 2 lines merging translations from 6.x ---------------------------------------------- r37909 | sampaioprimo | 2011-10-03 16:53:48 +0200 (Mon, 03 Oct 2011) | 2 lines updating with get_strings.php ---------------------------------------------- r37906 | lphuberdeau | 2011-10-03 16:22:38 +0200 (Mon, 03 Oct 2011) | 1 line [MOD] Adding file events (need a hook) ---------------------------------------------- r37904 | oeversetten | 2011-10-03 15:21:34 +0200 (Mon, 03 Oct 2011) | 3 lines [ENH] areas has an own icon now, hope it is intuitive enough ---------------------------------------------- r37903 | robertplummer | 2011-10-03 14:42:56 +0200 (Mon, 03 Oct 2011) | 1 line [FIX] Made sure that line number configuration is brought to syntax highlighter, it was failing from a user perspective. Also, ensured that the object is returned so it acts like other jQuery plugins ---------------------------------------------- r37902 | changi67 | 2011-10-03 10:31:50 +0200 (Mon, 03 Oct 2011) | 1 line [REF] Change to fit 8.X ---------------------------------------------- r37901 | arildb | 2011-10-03 10:29:33 +0200 (Mon, 03 Oct 2011) | 1 line [DOC] Fix SEFURL description. _htaccess and web_config should be copied, not renamed. ---------------------------------------------- r37900 | nkoth | 2011-10-03 06:42:32 +0200 (Mon, 03 Oct 2011) | 1 line [BRANCH] Creation, trunk 0 to 37899 ---------------------------------------------- r37899 | chealer | 2011-10-03 06:35:58 +0200 (Mon, 03 Oct 2011) | 1 line [REF] TreeMaker: implement a single constructor for all implementations ---------------------------------------------- r37898 | chealer | 2011-10-03 06:24:41 +0200 (Mon, 03 Oct 2011) | 1 line [FIX] List filter: Some categories not showing in dropdown (r37015 regression. sections don't like new getCategories() indexing. oops) ---------------------------------------------- r37897 | chealer | 2011-10-03 05:51:19 +0200 (Mon, 03 Oct 2011) | 1 line [FIX] "Undefined variable: find_categId" (more) ---------------------------------------------- r37896 | chealer | 2011-10-03 05:35:28 +0200 (Mon, 03 Oct 2011) | 2 lines [FIX] Pre-check box for selected category when switching from dropdown to the tree picker [FIX] "Undefined variable: find_categId" (more) ---------------------------------------------- r37895 | nkoth | 2011-10-03 05:24:22 +0200 (Mon, 03 Oct 2011) | 1 line [FIX] Should translate validation messages ---------------------------------------------- r37893 | chealer | 2011-10-03 04:14:27 +0200 (Mon, 03 Oct 2011) | 1 line [FIX] "Undefined variable: find_categId" ---------------------------------------------- r37892 | yonixxx | 2011-10-03 00:26:16 +0200 (Mon, 03 Oct 2011) | 1 line [TRA] hebrew translation progress ---------------------------------------------- r37891 | oeversetten | 2011-10-03 00:22:04 +0200 (Mon, 03 Oct 2011) | 3 lines [TRA] few more strings ---------------------------------------------- r37889 | nkoth | 2011-10-02 23:25:23 +0200 (Sun, 02 Oct 2011) | 1 line [FIX] When archive comments feature is on, comments and forum replies not appearing because erroneously considered archived from the start ---------------------------------------------- r37888 | chealer | 2011-10-02 23:19:49 +0200 (Sun, 02 Oct 2011) | 2 lines [REF] find.tpl categories setup code [FIX] Do not alter $_REQUEST['cat_categories']. Fixes loss of category filter if one category is selected in multiple mode ---------------------------------------------- r37887 | changi67 | 2011-10-02 22:44:08 +0200 (Sun, 02 Oct 2011) | 1 line [REF] Zend Code Styling - http://quality.tiki.org/job/Tikitrunk/violations ---------------------------------------------- r37886 | chealer | 2011-10-02 22:40:41 +0200 (Sun, 02 Oct 2011) | 1 line [FIX] "Undefined index: cat_categories". oops ---------------------------------------------- r37885 | chealer | 2011-10-02 22:33:30 +0200 (Sun, 02 Oct 2011) | 1 line [FIX] "Undefined variable: find_cat_categories" (replace find_cat_categories with findSelectedCategoriesNumber, which just contains a count) ---------------------------------------------- r37884 | jyhem | 2011-10-02 22:25:19 +0200 (Sun, 02 Oct 2011) | 1 line match instruction to button label ---------------------------------------------- r37882 | chealer | 2011-10-02 21:32:00 +0200 (Sun, 02 Oct 2011) | 1 line [FIX] Pages: "Undefined variable: find_lang" ---------------------------------------------- r37881 | chealer | 2011-10-02 21:27:01 +0200 (Sun, 02 Oct 2011) | 1 line [FIX] Pages: "Undefined variable: find_langOrphan" ---------------------------------------------- r37880 | chealer | 2011-10-02 21:17:13 +0200 (Sun, 02 Oct 2011) | 1 line [FIX] Restore "File Galleries" at the beginning of paths (oops, r37876 regression) ---------------------------------------------- r37879 | chealer | 2011-10-02 21:06:50 +0200 (Sun, 02 Oct 2011) | 1 line [FIX] generate_cat_tree(): "Undefined index: incat" ---------------------------------------------- r37878 | chealer | 2011-10-02 20:55:08 +0200 (Sun, 02 Oct 2011) | 1 line [REF] generate_cat_tree(): remove an if() (useless from r31423) ---------------------------------------------- r37876 | chealer | 2011-10-02 20:32:52 +0200 (Sun, 02 Oct 2011) | 2 lines [REF] Smarty tree: remove top node definition, never shown FileGalLib: fix description of getSubGalleries() for $wholeSpecialGallery=true case (from r32331) ---------------------------------------------- r37875 | oeversetten | 2011-10-02 20:06:13 +0200 (Sun, 02 Oct 2011) | 4 lines [TRA] 100% again :) ---------------------------------------------- r37874 | chealer | 2011-10-02 19:50:25 +0200 (Sun, 02 Oct 2011) | 2 lines [FIX] Sort strings more sensibly, with same letters (accented or not) grouped. C.UTF-8 wouldn't do that r37015 regression, oops. Thanks Nelson Ko ---------------------------------------------- r37873 | chealer | 2011-10-02 19:49:47 +0200 (Sun, 02 Oct 2011) | 1 line [REF] TreeMaker: improve documentation for make_tree() ---------------------------------------------- r37872 | chealer | 2011-10-02 19:47:25 +0200 (Sun, 02 Oct 2011) | 5 lines [REF] Generalize CatBrowseTreeMaker to BrowseTreeMaker [REF] FileGalLib: rename getTreePhplayers() to getTree and getFilegalsTreePhplayers() to getFilegalsTree [REF][ENH] File galleries module: use getSubGalleries() to get tree nodes, giving back a phpLayers-like tree [REF] FileGalLib: Remove now unused _buildTreePhplayers(), just generate path from getTree() instead [REF] Various (Smarty tree) ---------------------------------------------- r37871 | jonnybradley | 2011-10-02 19:10:09 +0200 (Sun, 02 Oct 2011) | 1 line [NEW] timeline plugin: Simpler plugin for Simile timeline which gets it's data from various types of object lists with one or two date type fields, e.g. the output from a {list} plugin or calendar list, etc. Data connections still to do (not yet functional). ---------------------------------------------- r37870 | jonnybradley | 2011-10-02 18:21:10 +0200 (Sun, 02 Oct 2011) | 1 line [FIX] css: Make divs inside accordions auto width to stop breaking out on the right, and remove 0 line-height for jqui/element menus ---------------------------------------------- r37869 | yonixxx | 2011-10-02 17:25:32 +0200 (Sun, 02 Oct 2011) | 1 line [FIX]Wide fix for BiDi to handle rtl languages ---------------------------------------------- r37868 | yonixxx | 2011-10-02 17:24:56 +0200 (Sun, 02 Oct 2011) | 1 line [FIX]Hebrew language translation completed ---------------------------------------------- r37867 | oeversetten | 2011-10-02 16:22:21 +0200 (Sun, 02 Oct 2011) | 4 lines [ENH] see r37532 now in trunk ---------------------------------------------- r37866 | sylvieg | 2011-10-02 13:48:52 +0200 (Sun, 02 Oct 2011) | 1 line [FIX]setup: post_max_size must be changed if upload_max_filesize is changed ---------------------------------------------- r37865 | chealer | 2011-10-02 08:27:11 +0200 (Sun, 02 Oct 2011) | 1 line [REF] generalize categ_browse_tree() to browse_tree ---------------------------------------------- r37864 | chealer | 2011-10-02 07:47:49 +0200 (Sun, 02 Oct 2011) | 1 line [REF] Declare TreeMaker as abstract ---------------------------------------------- r37863 | chealer | 2011-10-02 07:21:28 +0200 (Sun, 02 Oct 2011) | 1 line [REF] CatBrowseTreeMaker: remove itemID (appears unused from r35336) ---------------------------------------------- r37862 | chealer | 2011-10-02 07:17:12 +0200 (Sun, 02 Oct 2011) | 1 line [REF] TreeMaker: change make_tree_r() visibility to protected ---------------------------------------------- r37860 | chealer | 2011-10-02 04:16:35 +0200 (Sun, 02 Oct 2011) | 1 line Admin categories: Clarify the purpose of category_sort_ascii ---------------------------------------------- r37859 | nkoth | 2011-10-02 03:56:24 +0200 (Sun, 02 Oct 2011) | 1 line [FIX] Make feature to put back some legacy functionality that might be needed for category name sorting after r37015 ---------------------------------------------- r37858 | oeversetten | 2011-10-02 03:35:50 +0200 (Sun, 02 Oct 2011) | 4 lines [TRA] there was an a lost... ---------------------------------------------- r37857 | oeversetten | 2011-10-02 03:20:13 +0200 (Sun, 02 Oct 2011) | 7 lines [TRA] just wanted to see, how 100% looks like :) -- Diese und diek folgenden Zeilen werden ignoriert -- M de/language.php ---------------------------------------------- r37856 | oeversetten | 2011-10-02 01:37:37 +0200 (Sun, 02 Oct 2011) | 4 lines [FIX] dependencies were not sufficient yet, some tidy up and some more robust ---------------------------------------------- r37855 | chealer | 2011-10-02 00:57:43 +0200 (Sun, 02 Oct 2011) | 2 lines Add en_US.utf8 to the list of Unicode collations attempted for LC_COLLATE Note: Avoid i18n sorting regression in categories from r37015. Thanks Nelson Ko ---------------------------------------------- r37854 | oeversetten | 2011-10-02 00:05:38 +0200 (Sun, 02 Oct 2011) | 4 lines [DB] add tiki_areas table creation ---------------------------------------------- r37853 | oeversetten | 2011-10-01 23:19:44 +0200 (Sat, 01 Oct 2011) | 6 lines [FIX] moved includes to perspective_binder itself, areas panel should work anyway whether category or perspectives are enabled or not, changed dependency to something more sane ---------------------------------------------- r37852 | chealer | 2011-10-01 22:59:04 +0200 (Sat, 01 Oct 2011) | 1 line [REF] fold file_galleries.tpl into list_file_gallery.tpl ---------------------------------------------- r37851 | chealer | 2011-10-01 22:55:17 +0200 (Sat, 01 Oct 2011) | 1 line [REF] File galleries: remove expanded element (no more used by the tree function) ---------------------------------------------- r37850 | chealer | 2011-10-01 21:20:34 +0200 (Sat, 01 Oct 2011) | 1 line [REF] CategLib: add TODO comment in add_category() about quiet truncation of description ---------------------------------------------- r37849 | chealer | 2011-10-01 20:41:19 +0200 (Sat, 01 Oct 2011) | 1 line Admin: Tag Live support system as experimental ---------------------------------------------- r37847 | chealer | 2011-10-01 19:32:15 +0200 (Sat, 01 Oct 2011) | 2 lines [FIX] Admin Categories: updating a category's name and/or parent category wouldn't check for name conflicts, causing overwrite of conflicting category Thanks Nelson Ko ---------------------------------------------- r37846 | nkoth | 2011-10-01 19:11:06 +0200 (Sat, 01 Oct 2011) | 1 line [FIX] // only show existing category of not receiving request, otherwise might be uncategorization in progress which will not take effect ---------------------------------------------- r37845 | chealer | 2011-10-01 19:06:02 +0200 (Sat, 01 Oct 2011) | 2 lines [REF] TikiLib htmldecode(): Remove leftover comments for removed compat code [REF] Remove compatibility code for old PHP versions ---------------------------------------------- r37844 | chealer | 2011-10-01 19:05:40 +0200 (Sat, 01 Oct 2011) | 1 line [REF] do not set $fcat (apparently unused from r37732. untested) ---------------------------------------------- r37843 | nkoth | 2011-10-01 18:53:35 +0200 (Sat, 01 Oct 2011) | 1 line [FIX] Checkboxes not being checked, previous refactor in r37732 missed out the checkboxes ---------------------------------------------- r37842 | oeversetten | 2011-10-01 18:03:59 +0200 (Sat, 01 Oct 2011) | 7 lines [ENH] code of perspective_binder.php hopefully faster during loading pages, slow part moved to a update function, add admin panel named Areas, to call update function and list areas IMPORTANT: new table added to make this possible ---------------------------------------------- r37841 | jonnybradley | 2011-10-01 14:30:35 +0200 (Sat, 01 Oct 2011) | 1 line [FIX] connect: Avoid missing prefs from pre-7.x tiki (thanks Rodrigo) ---------------------------------------------- r37839 | gta74 | 2011-10-01 08:34:04 +0200 (Sat, 01 Oct 2011) | 1 line [TRA] full translation ---------------------------------------------- r37836 | lphuberdeau | 2011-09-30 23:07:16 +0200 (Fri, 30 Sep 2011) | 1 line [FIX]?\194?\160Prevent crash on misconfigured field and remove some duplication ---------------------------------------------- r37835 | robertplummer | 2011-09-30 23:07:07 +0200 (Fri, 30 Sep 2011) | 2 lines [FIX] Fixed syntax [ENH] Added ability to set attribute to narrow by user ---------------------------------------------- r37834 | changi67 | 2011-09-30 22:52:50 +0200 (Fri, 30 Sep 2011) | 1 line [ENH] Zend Code Styling - http://quality.tiki.org/job/Tikitrunk/violations ---------------------------------------------- r37831 | changi67 | 2011-09-30 22:05:24 +0200 (Fri, 30 Sep 2011) | 1 line [ENH] Zend Code Styling - http://quality.tiki.org/job/Tikitrunk/violations/file/svn/tiki-calendar.php ---------------------------------------------- r37830 | nkoth | 2011-09-30 21:53:18 +0200 (Fri, 30 Sep 2011) | 1 line [FIX] Prevent parsing of iframe contents leading to it not showing ---------------------------------------------- r37829 | changi67 | 2011-09-30 21:45:57 +0200 (Fri, 30 Sep 2011) | 1 line [user:changi:FIX] SVN Keywords ---------------------------------------------- r37828 | sampaioprimo | 2011-09-30 21:44:52 +0200 (Fri, 30 Sep 2011) | 2 lines [ENH] new preference to make daily reports the default option for new users ---------------------------------------------- r37827 | sampaioprimo | 2011-09-30 21:44:21 +0200 (Fri, 30 Sep 2011) | 1 line deploying tiki.user.save, tiki.user.create and tiki.user.update events ---------------------------------------------- r37826 | changi67 | 2011-09-30 21:42:25 +0200 (Fri, 30 Sep 2011) | 1 line [user:changi:FIX] SVN Keywords + Copyright ---------------------------------------------- r37825 | changi67 | 2011-09-30 21:38:20 +0200 (Fri, 30 Sep 2011) | 1 line [ENH] Zend Code Styling - quality.tiki.org ---------------------------------------------- r37823 | sampaioprimo | 2011-09-30 19:14:13 +0200 (Fri, 30 Sep 2011) | 1 line very basic test for wikiplugin_code() ---------------------------------------------- r37822 | sampaioprimo | 2011-09-30 19:13:53 +0200 (Fri, 30 Sep 2011) | 1 line check if $colors variable is defined ---------------------------------------------- r37821 | sampaioprimo | 2011-09-30 19:13:37 +0200 (Fri, 30 Sep 2011) | 1 line wraper file to make it possible to debug the test suite using Xdebug/Aptana ---------------------------------------------- r37820 | sampaioprimo | 2011-09-30 19:13:19 +0200 (Fri, 30 Sep 2011) | 1 line restore preference default state to fix testWikiParser() test ---------------------------------------------- r37819 | lphuberdeau | 2011-09-30 18:58:19 +0200 (Fri, 30 Sep 2011) | 1 line [MOD] Introducing the transaction concept, which does not handle database transactions for now, but limits the amounts of commits on unified index (which is the same scope) ---------------------------------------------- r37818 | nkoth | 2011-09-30 18:45:33 +0200 (Fri, 30 Sep 2011) | 1 line [FIX] Allow categorization of user tracker item while registration even without all the required perms which is real troublesome to setup ---------------------------------------------- r37817 | nkoth | 2011-09-30 18:22:22 +0200 (Fri, 30 Sep 2011) | 1 line [FIX] Allow showing of fields when creating new tracker item while registering even without create item perm) because you don't want to actually give the create item perm that will allow access to create item screen ---------------------------------------------- r37816 | lphuberdeau | 2011-09-30 16:51:57 +0200 (Fri, 30 Sep 2011) | 1 line [FIX] Missing semi-colon ---------------------------------------------- r37815 | lphuberdeau | 2011-09-30 16:46:20 +0200 (Fri, 30 Sep 2011) | 1 line [MOD] Removing all legacy highlight and options, using codemirror for everything, eliminate ishtml and wiki parsing because they open undesired code paths leading to XSS, removing cpy which is no longer needed ---------------------------------------------- r37814 | oeversetten | 2011-09-30 15:10:04 +0200 (Fri, 30 Sep 2011) | 4 lines [FIX] decomment if in else case again, so it does not redirects on any found categid ---------------------------------------------- r37813 | robertplummer | 2011-09-30 14:52:00 +0200 (Fri, 30 Sep 2011) | 1 line [FIX] Context menu feature checks for sheet, draw, and docs ---------------------------------------------- r37812 | jonnybradley | 2011-09-30 13:59:01 +0200 (Fri, 30 Sep 2011) | 1 line [FIX] headerlib: Missing var in set_metatags (seemingly unused function?) and missing global in add_map ---------------------------------------------- r37811 | jonnybradley | 2011-09-30 13:46:29 +0200 (Fri, 30 Sep 2011) | 1 line [MOD] admin/features: Move mobile prefs below non-experimental ajax & jquery ones ---------------------------------------------- r37810 | jonnybradley | 2011-09-30 13:44:26 +0200 (Fri, 30 Sep 2011) | 1 line [ENH] trackers: Disable submit buttons on tracker forms after the form is submitted. Will stop duplicate items being added - requires feature_jquery_validation (thanks Xavi) ---------------------------------------------- r37808 | jean-lucnavarro | 2011-09-30 13:12:20 +0200 (Fri, 30 Sep 2011) | 1 line [TRA] more French translations + corrections ---------------------------------------------- r37806 | chealer | 2011-09-30 05:54:26 +0200 (Fri, 30 Sep 2011) | 1 line [FIX] French: "Enter Tiki Without Locking Installer" => s/"Entrer dans Tiki sans d?\195?\169sactiver l'installaleur"/"Entrer dans Tiki sans d?\195?\169sactiver l'installateur" ---------------------------------------------- r37805 | chealer | 2011-09-30 03:03:35 +0200 (Fri, 30 Sep 2011) | 1 line [ENH] wiki_up to database migration tool: clarify feedback ---------------------------------------------- r37804 | oeversetten | 2011-09-30 00:50:44 +0200 (Fri, 30 Sep 2011) | 5 lines [ENH] move perspective_binder into lib/, store get and set function of this in perspectivelib, more checks before including perspective_binder in tiki-setup ---------------------------------------------- r37802 | changi67 | 2011-09-29 22:32:44 +0200 (Thu, 29 Sep 2011) | 1 line [user:changi:FIX] Avoid function calls in a FOR loop test part ---------------------------------------------- r37801 | changi67 | 2011-09-29 22:07:04 +0200 (Thu, 29 Sep 2011) | 1 line [user:changi:FIX] dos2unix ---------------------------------------------- r37800 | changi67 | 2011-09-29 22:05:40 +0200 (Thu, 29 Sep 2011) | 1 line [user:changi:FIX] Opening brace of a class must be on the line after the definition ---------------------------------------------- r37798 | changi67 | 2011-09-29 21:59:41 +0200 (Thu, 29 Sep 2011) | 1 line [user:changi:FIX] SVN Properties ---------------------------------------------- r37797 | sampaioprimo | 2011-09-29 21:43:12 +0200 (Thu, 29 Sep 2011) | 1 line update tests after behavior change in ParseLib::parse_data() on r36952 ---------------------------------------------- r37795 | sampaioprimo | 2011-09-29 21:32:07 +0200 (Thu, 29 Sep 2011) | 1 line check if $params['offset_jsvar'] is defined to fix FormatterTest ---------------------------------------------- r37786 | robertplummer | 2011-09-29 18:29:51 +0200 (Thu, 29 Sep 2011) | 2 lines [FIX] prevent user from going back with their browser [FIX] Ensure that wiki page is updated ---------------------------------------------- r37785 | robertplummer | 2011-09-29 17:54:33 +0200 (Thu, 29 Sep 2011) | 2 lines [FIX] Added permissions checks for file gallery context menu to edit [FIX] Simplified permissions check for plugin, no need to check admin, permissions inherit ---------------------------------------------- r37784 | robertplummer | 2011-09-29 17:35:06 +0200 (Thu, 29 Sep 2011) | 1 line [FIX] Permissions again, had it wrong last time ---------------------------------------------- r37783 | robertplummer | 2011-09-29 17:12:44 +0200 (Thu, 29 Sep 2011) | 1 line [FIX] Draw user interface for creating new image permissions fix ---------------------------------------------- r37782 | robertplummer | 2011-09-29 17:05:01 +0200 (Thu, 29 Sep 2011) | 2 lines [FIX] Added wiki page name as image name if no name is given and it is from a wiki page. [FIX] Width and height wrapped in quotations ---------------------------------------------- r37781 | chibaguy | 2011-09-29 16:24:57 +0200 (Thu, 29 Sep 2011) | 1 line [FIX] Various problems with button styles (inconsistent normal|hover margins and padding, etc.) ---------------------------------------------- r37780 | lphuberdeau | 2011-09-29 16:15:18 +0200 (Thu, 29 Sep 2011) | 1 line [ENH] Auto-close StreetView dialog when not available for location, based on a timeout because apparently, there is no better way ---------------------------------------------- r37778 | sylvieg | 2011-09-29 15:53:48 +0200 (Thu, 29 Sep 2011) | 1 line wording ---------------------------------------------- r37777 | oeversetten | 2011-09-29 14:12:40 +0200 (Thu, 29 Sep 2011) | 4 lines [ENH] avoiding confusion, prefvalues for areas where defined ---------------------------------------------- r37776 | oeversetten | 2011-09-29 14:05:34 +0200 (Thu, 29 Sep 2011) | 4 lines [ENH] add line not to call it directly ---------------------------------------------- r37775 | oeversetten | 2011-09-29 12:14:57 +0200 (Thu, 29 Sep 2011) | 4 lines [tra] 20% reached :) ---------------------------------------------- r37773 | jean-lucnavarro | 2011-09-29 11:03:46 +0200 (Thu, 29 Sep 2011) | 2 lines [FIX] added tra(..) missing on lines 125 & 132 (YYYY-MM-DD) + punctuation missing lines 33,75,118 ---------------------------------------------- r37772 | chealer | 2011-09-29 07:56:41 +0200 (Thu, 29 Sep 2011) | 1 line [FIX] userlink Smarty modifier: ensure the truncate modifier is loaded when truncating (from r8363) ---------------------------------------------- r37771 | chealer | 2011-09-29 07:21:43 +0200 (Thu, 29 Sep 2011) | 1 line [REF] FileGalLib: attempt to clarify how the outer loop of moveAllWikiUpToFgal() works and explain its purpose ---------------------------------------------- r37770 | chibaguy | 2011-09-29 05:54:15 +0200 (Thu, 29 Sep 2011) | 1 line [FIX] No need for a br tag between two block-level divs; creates unwanted white space that's hard to remove with CSS without removing intended breaks. Any needed white space can be specified with CSS. ---------------------------------------------- r37769 | chealer | 2011-09-29 04:32:48 +0200 (Thu, 29 Sep 2011) | 2 lines [REF] TikiLib: rename clean_id_string() to remove_non_word_characters_and_accents() Reference: http://sourceforge.net/mailarchive/message.php?msg_id=28152850 ---------------------------------------------- r37768 | nkoth | 2011-09-29 04:01:20 +0200 (Thu, 29 Sep 2011) | 1 line [ENH][FIX] Show user's item even if not open status, when using plugin trackerlist with view=user and when tracker has writerCanModify and user does not have view pending/closed perm, since user can edit item directly anyway ---------------------------------------------- r37767 | chealer | 2011-09-29 03:22:44 +0200 (Thu, 29 Sep 2011) | 2 lines [FIX] Newsletters: Names of tabs 2 and 3 (wrong Smarty syntax, r36062) [REF] Replace capture with assign ---------------------------------------------- r37766 | arildb | 2011-09-29 03:11:43 +0200 (Thu, 29 Sep 2011) | 2 lines [FIX] Editor problems. One more try. Remove the switch editor toolbar button in CKEditor if the WYSIWYG editor is not optional ---------------------------------------------- r37765 | arildb | 2011-09-29 02:50:50 +0200 (Thu, 29 Sep 2011) | 1 line [FIX] Remove the switch editor toolbar button in CKEditor if the WYSIWYG editor is not optional ---------------------------------------------- r37764 | nkoth | 2011-09-29 00:15:54 +0200 (Thu, 29 Sep 2011) | 1 line [FIX] typo rendering contributors filter not working ---------------------------------------------- r37763 | arildb | 2011-09-29 00:14:01 +0200 (Thu, 29 Sep 2011) | 7 lines [FIX] Added wrappers for en/decodeURI and en/decodeURIComponent. Wrappers are now used instead of the direct javascript calls. Fixed coding issues in tiki-auto_save.php - Was not encoding reply. Caused failured in javascript. - No longer decodes entire referer, only the page name. - Decoding uses rawurldencode, which should match the encoding toWikiFormat now again uses decodeURIComponent (see: previous comment about breaking wiki syntax). Hopefully OK now. ---------------------------------------------- r37760 | nkoth | 2011-09-28 23:55:16 +0200 (Wed, 28 Sep 2011) | 1 line [FIX] Language switching not working when pagename contains characters that need escaping in regex ---------------------------------------------- r37759 | chealer | 2011-09-28 23:47:05 +0200 (Wed, 28 Sep 2011) | 1 line [REF] Zend coding standards ---------------------------------------------- r37756 | sylvieg | 2011-09-28 20:39:20 +0200 (Wed, 28 Sep 2011) | 1 line [ENH]wiki_up: button to move image from wiki_up to the ho;e fgal: PS: use at your own risk ---------------------------------------------- r37755 | jonnybradley | 2011-09-28 20:13:10 +0200 (Wed, 28 Sep 2011) | 1 line [FIX] admingroups: Use self_link for "key" icon for group management perms as groups with an & in the name were failing. Groups with a + in still don't work properly on objectpermissions but i can't find out where or why... ---------------------------------------------- r37754 | jonnybradley | 2011-09-28 19:59:35 +0200 (Wed, 28 Sep 2011) | 4 lines [ENH] users: Add the ability to ban users from specific groups. Currently available only on tiki-admingroups, so only for those with tiki_p_admin so far. Admins get the option to "unban" users they want to add to a group if necessary, non-admins get a simple error message. Error message and other wording probably should be improved. ---------------------------------------------- r37753 | jonnybradley | 2011-09-28 19:52:34 +0200 (Wed, 28 Sep 2011) | 1 line [MOD] relations: Add get_relation_id() to return the relationId of a specific relation (deployment to come) ---------------------------------------------- r37752 | jonnybradley | 2011-09-28 19:42:21 +0200 (Wed, 28 Sep 2011) | 1 line [REF] userslib: Missing globals ---------------------------------------------- r37751 | lphuberdeau | 2011-09-28 19:22:56 +0200 (Wed, 28 Sep 2011) | 1 line [MOD] Attempt auto-discovery of required fields when using the smarty template renderer in the list plugin (mostly for table) ---------------------------------------------- r37750 | sampaioprimo | 2011-09-28 18:36:49 +0200 (Wed, 28 Sep 2011) | 1 line pt-br translations ---------------------------------------------- r37749 | sampaioprimo | 2011-09-28 18:36:24 +0200 (Wed, 28 Sep 2011) | 1 line adding back missing linex break ---------------------------------------------- r37748 | lphuberdeau | 2011-09-28 17:50:27 +0200 (Wed, 28 Sep 2011) | 1 line [FIX]?\194?\160Remove debug information ---------------------------------------------- r37747 | lphuberdeau | 2011-09-28 17:49:57 +0200 (Wed, 28 Sep 2011) | 1 line [MOD]?\194?\160Map reads the data for images to include on a set of coordinates ---------------------------------------------- r37746 | jonnybradley | 2011-09-28 17:42:48 +0200 (Wed, 28 Sep 2011) | 1 line [REF] rather long line ---------------------------------------------- r37743 | oeversetten | 2011-09-28 13:17:04 +0200 (Wed, 28 Sep 2011) | 4 lines [TRA] I see the twenty percent already :) ---------------------------------------------- r37742 | chibaguy | 2011-09-28 08:16:21 +0200 (Wed, 28 Sep 2011) | 1 line [FIX] Register link background in Strasa theme should only show when login is in topbar modules (as other login link backgrounds are specified). Thanks to Xavi. ---------------------------------------------- r37741 | marclaporte | 2011-09-28 00:43:02 +0200 (Wed, 28 Sep 2011) | 1 line CreativeCommons unfortunately took their page down, so removing link ---------------------------------------------- r37740 | nkoth | 2011-09-28 00:01:38 +0200 (Wed, 28 Sep 2011) | 1 line [FIX] Suppress entity errors and warnings due to bad HTML in frameset detection heuristic ---------------------------------------------- r37739 | oeversetten | 2011-09-27 22:57:39 +0200 (Tue, 27 Sep 2011) | 2 lines [TRA] few strings ---------------------------------------------- r37738 | robertplummer | 2011-09-27 22:04:55 +0200 (Tue, 27 Sep 2011) | 1 line [ENH] Added rest of types so we can narrow results easily. ---------------------------------------------- r37737 | robertplummer | 2011-09-27 21:51:37 +0200 (Tue, 27 Sep 2011) | 1 line [NEW] Added date grouping, so we can chart log results on a graph by day, a few other mods to generalize the feature ---------------------------------------------- r37736 | sampaioprimo | 2011-09-27 21:45:45 +0200 (Tue, 27 Sep 2011) | 1 line [MOD] attempt to remove _HOMEPAGE_CONTENT_ ---------------------------------------------- r37734 | jonnybradley | 2011-09-27 21:15:16 +0200 (Tue, 27 Sep 2011) | 1 line [MOD] Add editlib to TikiLib::lib (will be useful one day) ---------------------------------------------- r37733 | lphuberdeau | 2011-09-27 19:45:35 +0200 (Tue, 27 Sep 2011) | 1 line [KIL] Geshi ---------------------------------------------- r37732 | lphuberdeau | 2011-09-27 19:30:33 +0200 (Tue, 27 Sep 2011) | 1 line [FIX]?\194?\160Handling default categories based on jail for tracker category field ---------------------------------------------- r37731 | robertplummer | 2011-09-27 18:17:06 +0200 (Tue, 27 Sep 2011) | 1 line [FIX] Value checks ---------------------------------------------- r37730 | robertplummer | 2011-09-27 18:11:58 +0200 (Tue, 27 Sep 2011) | 1 line [FIX] Removed debug alert ---------------------------------------------- r37729 | robertplummer | 2011-09-27 18:04:54 +0200 (Tue, 27 Sep 2011) | 1 line [ENH] More draw refactoring, making it easier to use as an api and with maps ---------------------------------------------- r37728 | chealer | 2011-09-27 18:04:46 +0200 (Tue, 27 Sep 2011) | 2 lines avoid the need to retranslate obsolete module descriptions following r36983 Document what the Search module is missing to replace obsolete modules in code ---------------------------------------------- r37727 | oeversetten | 2011-09-27 17:59:49 +0200 (Tue, 27 Sep 2011) | 4 lines [FIX] Supplement the default values and add areas.php I forgot to commit ---------------------------------------------- r37726 | lphuberdeau | 2011-09-27 17:48:02 +0200 (Tue, 27 Sep 2011) | 1 line [NEW] Allowing to open streetview in a dialog from a map (and fetch image URL from a given location) ---------------------------------------------- r37725 | chealer | 2011-09-27 17:45:18 +0200 (Tue, 27 Sep 2011) | 4 lines [FIX] Search module: input_size parameter description (explain special value 0 and fix default) Ref: r30892 Slightly improve/vulgarize name and description too ---------------------------------------------- r37724 | nkoth | 2011-09-27 17:43:29 +0200 (Tue, 27 Sep 2011) | 1 line [FIX] Apply preselection only when no value yet exists, to avoid accidental changing of existing value ---------------------------------------------- r37723 | chealer | 2011-09-27 17:41:16 +0200 (Tue, 27 Sep 2011) | 2 lines [FIX] Search module: width when input_size parameter is given. Ref: r29934 (em is the vertical size) ---------------------------------------------- r37721 | jean-lucnavarro | 2011-09-27 16:32:43 +0200 (Tue, 27 Sep 2011) | 1 line [FIX] added tra(..) missing on description lines 36 & 41 ---------------------------------------------- r37720 | chealer | 2011-09-27 15:53:47 +0200 (Tue, 27 Sep 2011) | 1 line [FIX] Search module: do not translate system names / hardcoded values in legacy_mode parameter description ---------------------------------------------- r37719 | chealer | 2011-09-27 15:49:02 +0200 (Tue, 27 Sep 2011) | 1 line [FIX] Search module: handle title pseudo-parameter (from r25889) ---------------------------------------------- r37718 | lphuberdeau | 2011-09-27 15:36:21 +0200 (Tue, 27 Sep 2011) | 1 line [FIX]?\194?\160Click handling to use the longer, but more correct way of dealing with events in OpenLayers ---------------------------------------------- r37717 | chealer | 2011-09-27 15:35:35 +0200 (Tue, 27 Sep 2011) | 1 line Search module: rename "Show Search Filter" parameter to "Show Object Type Filter" ---------------------------------------------- r37716 | lphuberdeau | 2011-09-27 14:49:05 +0200 (Tue, 27 Sep 2011) | 1 line [FIX] Centrally include files so minify can be optimal ---------------------------------------------- r37715 | oeversetten | 2011-09-27 06:28:43 +0200 (Tue, 27 Sep 2011) | 4 lines [FIX] better not scattering credentials ---------------------------------------------- r37712 | robertplummer | 2011-09-27 03:06:33 +0200 (Tue, 27 Sep 2011) | 1 line [FIX] Permissions fix (again) ---------------------------------------------- r37711 | oeversetten | 2011-09-27 01:28:06 +0200 (Tue, 27 Sep 2011) | 14 lines [ENH] tiki-perspective_binder.php as feature areas built in database access is now as it should be over the tikidb encapsulation -- Diese undk diekkkk folgenden Zeilen werden ignoriert -- M tiki-setup.php M tiki-perspective_binder.php M lib/setup/prefs.php M lib/prefs/feature.php M templates/admin/include_features.tpl M templates/admin/include_category.tpl ---------------------------------------------- r37710 | robertplummer | 2011-09-26 23:45:13 +0200 (Mon, 26 Sep 2011) | 1 line [NEW] Tiki gets a new logs lib for querying logs. Doing something similar that I did with tracker query lib and chain-able function calls ---------------------------------------------- r37709 | chealer | 2011-09-26 23:08:38 +0200 (Mon, 26 Sep 2011) | 2 lines SMARTY plugin: name parameter seems required. Note: From r23126. Ref: http://article.gmane.org/gmane.comp.cms.tiki.cvs/68012 (no answer) ---------------------------------------------- r37707 | sampaioprimo | 2011-09-26 22:50:11 +0200 (Mon, 26 Sep 2011) | 1 line refactor new mergelang.php ---------------------------------------------- r37706 | robertplummer | 2011-09-26 22:26:10 +0200 (Mon, 26 Sep 2011) | 1 line [FIX] Removed unused method ---------------------------------------------- r37705 | robertplummer | 2011-09-26 21:47:01 +0200 (Mon, 26 Sep 2011) | 1 line [ENH] Added the correct document event for searching and paging with new key-able method through input ---------------------------------------------- r37704 | robertplummer | 2011-09-26 21:31:18 +0200 (Mon, 26 Sep 2011) | 2 lines [FIX] Permissions per tracker item are not checked, had to change to admin only [FIX] Proper error for incorrect permissions ---------------------------------------------- r37703 | chealer | 2011-09-26 21:23:48 +0200 (Mon, 26 Sep 2011) | 1 line [REF] minor, mostly reformat ---------------------------------------------- r37702 | chealer | 2011-09-26 21:22:44 +0200 (Mon, 26 Sep 2011) | 2 lines [FIX] CategLib: fix documentation of relativePathString element, and change the element to be generated in all cases, since some callers didn't look at categpath as fallback. Takes the same value as categpath for types all, roots and self. Note: r37045 regression (oops). Thanks Jonny Bradley ---------------------------------------------- r37701 | robertplummer | 2011-09-26 21:06:33 +0200 (Mon, 26 Sep 2011) | 2 lines [NEW] Added new method to draw.js [NEW] Added some testing script to play around with in tiki-edit_draw.php, add the request var "map" and watch the magic. ---------------------------------------------- r37700 | lphuberdeau | 2011-09-26 21:01:09 +0200 (Mon, 26 Sep 2011) | 1 line [MOD]?\194?\160Adding support for other tile sources in map ---------------------------------------------- r37699 | jonnybradley | 2011-09-26 20:16:57 +0200 (Mon, 26 Sep 2011) | 1 line [FIX] cahnge_categories: Restore showing the category path by default, and use the categpath if relativePathString is not set (which it isn't if showing all categs) - thanks Chealer ---------------------------------------------- r37698 | sampaioprimo | 2011-09-26 20:10:35 +0200 (Mon, 26 Sep 2011) | 2 lines get_strings.php: use array instead of object to store strings information to make code easier to maintain and fix corner case bug ---------------------------------------------- r37697 | sampaioprimo | 2011-09-26 20:09:01 +0200 (Mon, 26 Sep 2011) | 1 line new mergelang.php script (replaces mergelang.pl) ---------------------------------------------- r37696 | sampaioprimo | 2011-09-26 20:08:28 +0200 (Mon, 26 Sep 2011) | 1 line mark strings as untranslated ---------------------------------------------- r37695 | jonnybradley | 2011-09-26 19:40:42 +0200 (Mon, 26 Sep 2011) | 2 lines [FIX] wysiwyg: Fall back to unescape if decodeURIComponent fails (presumably because wiki page content is not a valid URI). Seems to fix default HomePage content for now but isn't an ideal long term fix (unescape is deprecated, as we know) ---------------------------------------------- r37693 | sylvieg | 2011-09-26 18:15:28 +0200 (Mon, 26 Sep 2011) | 1 line [FIX]header field: do not display the section below if header is closed ---------------------------------------------- r37692 | robertplummer | 2011-09-26 17:46:18 +0200 (Mon, 26 Sep 2011) | 1 line [NEW] Brought tiki draw functionality (js + css) into a sort of api for usage on other pages ---------------------------------------------- r37689 | nkoth | 2011-09-26 17:40:09 +0200 (Mon, 26 Sep 2011) | 1 line [FIX] Prevent broken links when wysiwyg is used and sefurl is on ---------------------------------------------- r37688 | jyhem | 2011-09-26 17:37:37 +0200 (Mon, 26 Sep 2011) | 1 line Fix comments archiving feature which was broken on recent FireFox & IE following change of browser behaviour due to stricter implementation of image input buttons ---------------------------------------------- r37686 | marclaporte | 2011-09-26 17:34:26 +0200 (Mon, 26 Sep 2011) | 1 line Moving field attach to a basic pref ---------------------------------------------- r37685 | jyhem | 2011-09-26 17:32:25 +0200 (Mon, 26 Sep 2011) | 1 line [FIX] Corrects a regression from r37389 (the simple link stopped working) ---------------------------------------------- r37684 | marclaporte | 2011-09-26 16:54:25 +0200 (Mon, 26 Sep 2011) | 1 line not sure we should keep this button, but if we do, it should go to right tab ---------------------------------------------- r37683 | marclaporte | 2011-09-26 16:48:10 +0200 (Mon, 26 Sep 2011) | 1 line moving some tracker field types to experimental ---------------------------------------------- r37682 | jonnybradley | 2011-09-26 16:31:37 +0200 (Mon, 26 Sep 2011) | 1 line [ENH] memberlist: Convert jQuery-UI tabs to tikitabs as they render better and remember which tab you should be on ---------------------------------------------- r37681 | robertplummer | 2011-09-26 16:04:56 +0200 (Mon, 26 Sep 2011) | 1 line [FIX] Tracker reports permissions ---------------------------------------------- r37680 | jonnybradley | 2011-09-26 15:56:04 +0200 (Mon, 26 Sep 2011) | 1 line [FIX] html warnings ---------------------------------------------- r37679 | jonnybradley | 2011-09-26 15:48:19 +0200 (Mon, 26 Sep 2011) | 5 lines [NEW] notifications: First outing for user_joins_group watch. Can be added (globally) on tiki-admin_notifications.php or per group on group admin or any page using wikiplugin_memberlist. Requires perm tiki_p_group_view_members. Needs testing in the real world! ---------------------------------------------- r37678 | chealer | 2011-09-26 15:37:42 +0200 (Mon, 26 Sep 2011) | 2 lines [FIX] TRACKERFILTER: presumed breakage resulting from r29936 Note: untested, review welcome ---------------------------------------------- r37677 | sylvieg | 2011-09-26 15:22:05 +0200 (Mon, 26 Sep 2011) | 1 line [FIX]wiki: display error if user hav no email: Should be doen for each feature ---------------------------------------------- r37676 | chealer | 2011-09-26 15:20:20 +0200 (Mon, 26 Sep 2011) | 2 lines [FIX] Trackers: presumed breakage resulting from r37156 Note: OOPS. Still untested, review of r37156 still welcome. Completes r37670 ---------------------------------------------- r37675 | robertplummer | 2011-09-26 14:50:50 +0200 (Mon, 26 Sep 2011) | 1 line [NEW] Added tracker reports as a feature and menu option, it was already there, might as well make it usable ---------------------------------------------- r37674 | lphuberdeau | 2011-09-26 14:46:14 +0200 (Mon, 26 Sep 2011) | 1 line [FIX] More notices ---------------------------------------------- r37673 | lphuberdeau | 2011-09-26 14:34:26 +0200 (Mon, 26 Sep 2011) | 1 line [FIX] Bad check on status in canRemove() ---------------------------------------------- r37672 | lphuberdeau | 2011-09-26 14:33:12 +0200 (Mon, 26 Sep 2011) | 1 line [NEW] Adding a check for item category permissions on tracker items ---------------------------------------------- r37670 | lphuberdeau | 2011-09-26 14:32:30 +0200 (Mon, 26 Sep 2011) | 1 line [FIX]?\194?\160Notice, probably a bug too as the wrong variable is used, introduced recently ---------------------------------------------- r37668 | sylvieg | 2011-09-26 14:29:18 +0200 (Mon, 26 Sep 2011) | 1 line [FIX]tracker: fix multivalued drop down filter for text ---------------------------------------------- r37667 | jonnybradley | 2011-09-26 13:18:29 +0200 (Mon, 26 Sep 2011) | 1 line [FIX] tikinewt: Refactore duplicated input definitions to stop buttons jumping around on hover (chibaguy please check? probably can be done better i think) ---------------------------------------------- r37666 | jonnybradley | 2011-09-26 12:53:50 +0200 (Mon, 26 Sep 2011) | 1 line [FIX] modules: Correct pasto in nocategory logic (thanks fabricius) ---------------------------------------------- r37665 | oeversetten | 2011-09-26 09:45:22 +0200 (Mon, 26 Sep 2011) | 3 lines [TRA] Translation growing and more phonetic spelling ---------------------------------------------- r37664 | chealer | 2011-09-26 01:24:23 +0200 (Mon, 26 Sep 2011) | 2 lines [FIX] "Fatal error: Uncaught exception 'SmartyException' with message 'Unable to load template file 'bidi.tpl''" Note: r24638 regression, presumably exposed by switch to Smarty 3. I did not test that the inclusions were unneeded, but they seem to be. Thanks Torsten Fabricius. ---------------------------------------------- r37663 | chealer | 2011-09-26 01:15:25 +0200 (Mon, 26 Sep 2011) | 1 line [REF] Remove header_simple.tpl, unused since r29088 ---------------------------------------------- r37662 | chealer | 2011-09-26 00:46:42 +0200 (Mon, 26 Sep 2011) | 2 lines [FIX] "Missing default for preference "payment_cart_eventend_fieldname"" Note: From r35380. ---------------------------------------------- r37661 | chealer | 2011-09-26 00:41:13 +0200 (Mon, 26 Sep 2011) | 2 lines [FIX] "Missing default for preference "payment_tikicredits_xcrates", "Missing default for preference "payment_tikicredits_types"" Note: From r28600. Nelson, please check values. ---------------------------------------------- r37660 | chealer | 2011-09-26 00:38:57 +0200 (Mon, 26 Sep 2011) | 1 line [FIX] "Missing default for preference "payment_paypal_business"" (presumably forgotten in r33845) ---------------------------------------------- r37659 | chealer | 2011-09-26 00:18:56 +0200 (Mon, 26 Sep 2011) | 1 line [REF] curPageURL(): improve documentation ---------------------------------------------- r37658 | arildb | 2011-09-26 00:09:57 +0200 (Mon, 26 Sep 2011) | 1 line [KIL][REF] Cleaned up remnants of the URL Rewrite check in the installer. curPageURL is moved to TikiLib. tikiBaseURL and checkIISFileAccess removed. ---------------------------------------------- r37656 | chealer | 2011-09-25 21:18:30 +0200 (Sun, 25 Sep 2011) | 1 line [REF] remove lib/setup/compat.php (unused since r33747) ---------------------------------------------- r37655 | mlustenberg | 2011-09-25 20:12:07 +0200 (Sun, 25 Sep 2011) | 1 line [FIX] Visual Wiki: convert html speacial characters to UTF-8 when the page is saved ---------------------------------------------- r37654 | chealer | 2011-09-25 19:46:47 +0200 (Sun, 25 Sep 2011) | 1 line [FIX] Smarty notice "Undefined variable: page" ---------------------------------------------- r37653 | chealer | 2011-09-25 18:08:29 +0200 (Sun, 25 Sep 2011) | 4 lines SEFURL configuration files: [FIX] Do not tell administrators to rename reference files (from r29520) Handle a missing reference file anyway Avoid the need for developers to bump web config file version and refactor IIS and Apache checks TODO: Test on IIS ---------------------------------------------- r37652 | mlustenberg | 2011-09-25 16:57:11 +0200 (Sun, 25 Sep 2011) | 1 line [DOC] decodeURI() and decodeURIComponent() would break the Wiki syntax. Must use unescape() for the time being. ---------------------------------------------- r37649 | arildb | 2011-09-25 11:16:18 +0200 (Sun, 25 Sep 2011) | 1 line [KIL] IIS warning about a missing URL Rewrite module is no longer shown at install time. Tiki no longer depends on this module for its standard operation. ---------------------------------------------- r37648 | chealer | 2011-09-25 04:02:16 +0200 (Sun, 25 Sep 2011) | 1 line [FIX] Installer: "Undefined variable: perform_mail_test" ---------------------------------------------- r37647 | chealer | 2011-09-25 03:56:08 +0200 (Sun, 25 Sep 2011) | 1 line do not hardcode error reporting level ---------------------------------------------- r37646 | chealer | 2011-09-25 03:46:23 +0200 (Sun, 25 Sep 2011) | 1 line [FIX] Installer: "Undefined index: maxRecords" ---------------------------------------------- r37645 | chealer | 2011-09-25 03:45:21 +0200 (Sun, 25 Sep 2011) | 1 line [REF] tiki-setup_base already includes Smarty ---------------------------------------------- r37644 | chealer | 2011-09-25 02:58:54 +0200 (Sun, 25 Sep 2011) | 1 line [REF] Do not check session variable fatal_error (I don't understand how this worked, but fatal_error is not set anywhere) ---------------------------------------------- r37643 | chealer | 2011-09-25 02:37:03 +0200 (Sun, 25 Sep 2011) | 2 lines review create_dirs(). stick with 775 for permissions, do not try changing them twice and do not play with them unless there's an issue. Ref: r6037 ---------------------------------------------- r37642 | arildb | 2011-09-25 00:52:20 +0200 (Sun, 25 Sep 2011) | 2 lines [FIX][REF] SEFURL now works on IIS. web_config has appSetting "TikiConfVersion" which must be incremented every time the settings are changed isIIS() is moved from installlib to initlib ---------------------------------------------- r37641 | robertplummer | 2011-09-24 22:02:05 +0200 (Sat, 24 Sep 2011) | 1 line [NEW] Added the ability to paginate using input/keyup/enter, tested with both ajax functionality and standard. Supports multi calls on the same page. ---------------------------------------------- r37639 | nkoth | 2011-09-24 21:11:41 +0200 (Sat, 24 Sep 2011) | 1 line [FIX] Mistake from previous commit, Facebook should be ok now. ---------------------------------------------- r37638 | lphuberdeau | 2011-09-24 21:04:48 +0200 (Sat, 24 Sep 2011) | 1 line [FIX]?\194?\160Wrong type created, good catch fabricus ---------------------------------------------- r37637 | mlustenberg | 2011-09-24 20:24:49 +0200 (Sat, 24 Sep 2011) | 1 line [FIX] Visual Wiki: ignore centerd text that contains spaces only (empty centerd tags are dropped anyway when parsed) ---------------------------------------------- r37636 | mlustenberg | 2011-09-24 19:50:10 +0200 (Sat, 24 Sep 2011) | 1 line [FIX] Visual Wiki: remove empty centered tags (they get not parsed) ---------------------------------------------- r37634 | nkoth | 2011-09-24 19:18:45 +0200 (Sat, 24 Sep 2011) | 1 line [FIX] More facebook fixes - sorry about the bad fix the last commit ---------------------------------------------- r37633 | arildb | 2011-09-24 19:17:35 +0200 (Sat, 24 Sep 2011) | 1 line [FIX] Specify that IIS should allow the '+' signs in the URL for SEFURL support ---------------------------------------------- r37631 | nkoth | 2011-09-24 18:39:22 +0200 (Sat, 24 Sep 2011) | 1 line [MOD][FIX] Remove confusing pref which Facebook removed themselves some time ago since it never really was necessary ---------------------------------------------- r37629 | nkoth | 2011-09-24 18:05:25 +0200 (Sat, 24 Sep 2011) | 1 line [FIX] Facebook no longer supports POST for oauth handshake, so using GET solving so-called test users only error ---------------------------------------------- r37628 | chealer | 2011-09-24 17:21:21 +0200 (Sat, 24 Sep 2011) | 2 lines IIS: use standard RequestFilteringModule instead of RewriteModule for request filtering. Dependency on URL Rewrite was introduced in r26000. Thanks Arild Berg. ---------------------------------------------- r37627 | mlustenberg | 2011-09-24 17:16:45 +0200 (Sat, 24 Sep 2011) | 1 line [FIX] regression from r37568: the changed encoding did break the editor switch as well as the Visual Wiki ---------------------------------------------- r37626 | arildb | 2011-09-24 16:52:57 +0200 (Sat, 24 Sep 2011) | 2 lines [FIX] When a URL is being decoded use decodeURI, instead of decodeURIComponent. Also attempt an unescape decoding if the loaded page fails the decodeURIComponent decoding. should help backward compatibility. ---------------------------------------------- r37625 | chealer | 2011-09-24 16:35:16 +0200 (Sat, 24 Sep 2011) | 1 line simplify filtering ---------------------------------------------- r37624 | chealer | 2011-09-24 16:28:09 +0200 (Sat, 24 Sep 2011) | 1 line Installer httpd configuration: Deny everything ---------------------------------------------- r37623 | chealer | 2011-09-24 16:23:05 +0200 (Sat, 24 Sep 2011) | 1 line remove some useless httpd configuration files ---------------------------------------------- r37622 | chealer | 2011-09-24 14:37:37 +0200 (Sat, 24 Sep 2011) | 1 line [FIX] Installer: "Undefined variable: max_exec_set_failed" ---------------------------------------------- r37621 | chealer | 2011-09-24 14:35:57 +0200 (Sat, 24 Sep 2011) | 1 line [FIX] Installer: "Undefined variable: double_encode_fix_attempted" ---------------------------------------------- r37620 | sept_7 | 2011-09-24 14:06:42 +0200 (Sat, 24 Sep 2011) | 2 lines [FIX] FullCalendar : fix display when description is null (thanx marc) ---------------------------------------------- r37615 | chealer | 2011-09-24 03:25:00 +0200 (Sat, 24 Sep 2011) | 1 line fix failed queries, apparently the comment didn't work on Windows ---------------------------------------------- r37614 | nkoth | 2011-09-24 02:57:01 +0200 (Sat, 24 Sep 2011) | 1 line [FIX] offset from query string should be higher priority than from session ---------------------------------------------- r37612 | nkoth | 2011-09-24 02:42:40 +0200 (Sat, 24 Sep 2011) | 1 line [FIX] view tracker multiple items have no itemid ---------------------------------------------- r37611 | nkoth | 2011-09-24 02:37:28 +0200 (Sat, 24 Sep 2011) | 1 line [ENH] Show freetag suggestion based on forum language ---------------------------------------------- r37610 | nkoth | 2011-09-24 01:29:12 +0200 (Sat, 24 Sep 2011) | 1 line [FIX] if no lang provided, show tag suggestions based on both current lang and universal ---------------------------------------------- r37609 | nkoth | 2011-09-24 01:26:10 +0200 (Sat, 24 Sep 2011) | 1 line [ENH] Freetags suggestions to follow item lang if any ---------------------------------------------- r37608 | nkoth | 2011-09-24 01:16:57 +0200 (Sat, 24 Sep 2011) | 1 line [FIX] precaution, set null instead of empty string ---------------------------------------------- r37607 | nkoth | 2011-09-23 23:56:30 +0200 (Fri, 23 Sep 2011) | 1 line [MOD][FIX] Add forum and forum post to items with language ---------------------------------------------- r37606 | nkoth | 2011-09-23 23:37:43 +0200 (Fri, 23 Sep 2011) | 1 line [MOD][ENH] Automatically record language of freetag based of language of object ---------------------------------------------- r37603 | mlustenberg | 2011-09-23 22:14:30 +0200 (Fri, 23 Sep 2011) | 4 lines [ENH] EditLib: Improved the processing of nested colors. The generated Wiki markup is more readable now. (based on the parser modification r37602) The tests have been modified accordingly. ---------------------------------------------- r37602 | mlustenberg | 2011-09-23 22:10:51 +0200 (Fri, 23 Sep 2011) | 1 line [MOD] parse nested colors (needed for the Visual Wiki) ---------------------------------------------- r37601 | sylvieg | 2011-09-23 21:57:29 +0200 (Fri, 23 Sep 2011) | 1 line [FIX]default_group: default_group is used in php code too ---------------------------------------------- r37600 | nkoth | 2011-09-23 21:44:49 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] Pref checking either or ---------------------------------------------- r37597 | luciash | 2011-09-23 21:05:57 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] Major speed up: do not load tiki-jsplugin.php (edit plugin helper) when there is no editable plugin on the page (e.g. for Anonymous with no edit perms) ---------------------------------------------- r37596 | lphuberdeau | 2011-09-23 20:59:28 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] Remove executable flag on sql file ---------------------------------------------- r37595 | lphuberdeau | 2011-09-23 20:56:17 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] Missing _tiki suffix ---------------------------------------------- r37594 | nkoth | 2011-09-23 19:01:35 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] Search indexing should apply status perms for tracker items ---------------------------------------------- r37593 | nkoth | 2011-09-23 18:40:23 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] When error reporting is not on, and if list_tracker_fields is called with empty trackerId, white screen occurs. Two ways to avoid these incidents - the committed way is to return no information - it is also possible to return all fields for all trackers but that seem kinda dangerous even though that is what happened before ---------------------------------------------- r37592 | nkoth | 2011-09-23 18:33:57 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] Prevent white screen when error reporting is not on to catch error due to missing trackerId ---------------------------------------------- r37591 | jonnybradley | 2011-09-23 18:32:06 +0200 (Fri, 23 Sep 2011) | 1 line [REF] simile_timeline: Move JS into a static JS library ---------------------------------------------- r37590 | jonnybradley | 2011-09-23 17:43:03 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] simile_timeline: Link external lib (missed from commits around r37297) ---------------------------------------------- r37589 | jonnybradley | 2011-09-23 17:23:43 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] attachments: Stop sort_mode from the list plugin breaking wiki attachments listings ---------------------------------------------- r37588 | jonnybradley | 2011-09-23 16:58:31 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] missing default on param ---------------------------------------------- r37585 | gillesm | 2011-09-23 16:01:26 +0200 (Fri, 23 Sep 2011) | 3 lines tiki.sql define the lasturl for tiki_referer_stats ---------------------------------------------- r37584 | luciash | 2011-09-23 16:00:28 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] tracker regex validator: fix for the ... code which (no wonder) never worked ---------------------------------------------- r37583 | lphuberdeau | 2011-09-23 15:48:47 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] Plugins should not return false. Not a valid return. Using the cental permission checks. The ones in here were not the same as everywhere else. Combined with the return false, this lead to plugin syntax appearing on dev.tiki.org when displaying wishes ---------------------------------------------- r37582 | lphuberdeau | 2011-09-23 15:43:27 +0200 (Fri, 23 Sep 2011) | 1 line [FIX]?\194?\160Wrong action name called leading to 404 on tracker field delete from X, fix error messages, which were inverted ---------------------------------------------- r37581 | sylvieg | 2011-09-23 15:35:23 +0200 (Fri, 23 Sep 2011) | 1 line [FIX]parsing: better fix to 37550 37176 - works with test StressTest and with pages with a lot of plugins ---------------------------------------------- r37580 | gillesm | 2011-09-23 14:55:11 +0200 (Fri, 23 Sep 2011) | 4 lines This feature allow to click on the last exact refefer in the tiki-referer_stats.php to see the exaxt localization of referer. The URL is openend in a blank page The tiki_referer_stats got a new column lasturl containing the exact URL. ---------------------------------------------- r37579 | jonnybradley | 2011-09-23 13:08:16 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] timeline: Add default to switch statement for non-simile timeline rendering to avoid endless loop caused by using incompatible date range (e.g. decade) ---------------------------------------------- r37577 | jean-lucnavarro | 2011-09-23 12:26:19 +0200 (Fri, 23 Sep 2011) | 1 line [TYPO] missing ',' ---------------------------------------------- r37576 | jean-lucnavarro | 2011-09-23 12:18:15 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] added tra(..) missing ---------------------------------------------- r37573 | jonnybradley | 2011-09-23 11:20:23 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] mobile: Turn Code Mirror off (thanks marclaporte) ---------------------------------------------- r37572 | chealer | 2011-09-23 06:34:16 +0200 (Fri, 23 Sep 2011) | 2 lines [FIX] create_page(): broken creation of links (variable naming conflict). r32067 regression. Thanks Arild Berg. ---------------------------------------------- r37571 | chealer | 2011-09-23 04:54:32 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] "Undefined property: TikiLib::$cache_page_info" ---------------------------------------------- r37570 | chealer | 2011-09-23 04:50:22 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] "Undefined variable: tiki_p_wiki_approve" ---------------------------------------------- r37569 | chealer | 2011-09-23 04:12:02 +0200 (Fri, 23 Sep 2011) | 1 line get_pages(): Add TODO ---------------------------------------------- r37568 | arildb | 2011-09-23 01:28:51 +0200 (Fri, 23 Sep 2011) | 1 line [FIX] Tiki javascript components for CKEditor now uses the UTF-8 compatible encodeURIComponent/decodeURIComponent instead of escape/unescape which is not UTF-8 compatible. This is the real cause of the link corruption to pages with international characters in the page name. ---------------------------------------------- r37564 | jyhem | 2011-09-22 23:32:14 +0200 (Thu, 22 Sep 2011) | 1 line [SEC] Complements 37380 ---------------------------------------------- r37563 | mlustenberg | 2011-09-22 22:54:23 +0200 (Thu, 22 Sep 2011) | 1 line [FIX] EditLib::parseToWiki() the conversion of inline tags, nested within color tags, did not work at all ---------------------------------------------- r37562 | oeversetten | 2011-09-22 22:13:07 +0200 (Thu, 22 Sep 2011) | 4 lines [TRA] further corrections ---------------------------------------------- r37561 | mlustenberg | 2011-09-22 22:10:57 +0200 (Thu, 22 Sep 2011) | 1 line [FIX] EditLib::parseToWiki used to eat spaces just after html tags ---------------------------------------------- r37560 | lphuberdeau | 2011-09-22 22:09:36 +0200 (Thu, 22 Sep 2011) | 1 line [FIX] Wrong info function name, definitely did not work ---------------------------------------------- r37559 | mlustenberg | 2011-09-22 22:06:46 +0200 (Thu, 22 Sep 2011) | 1 line [ENH] More tests for EditLib (fix needed for multiple nested colors and wiki inline tags) ---------------------------------------------- r37557 | gta74 | 2011-09-22 22:02:59 +0200 (Thu, 22 Sep 2011) | 1 line some fixes/unifications ---------------------------------------------- r37556 | gta74 | 2011-09-22 22:02:06 +0200 (Thu, 22 Sep 2011) | 1 line tr tag for menu ---------------------------------------------- r37555 | changi67 | 2011-09-22 21:53:16 +0200 (Thu, 22 Sep 2011) | 1 line [FIX] need to be set, and foreach need an array as param ---------------------------------------------- r37554 | mlustenberg | 2011-09-22 21:52:56 +0200 (Thu, 22 Sep 2011) | 1 line [ENH/FIX] Visual Wiki: Added colors to the toolbar and fixed some color related issues (more fixes are required) ---------------------------------------------- r37553 | changi67 | 2011-09-22 21:47:11 +0200 (Thu, 22 Sep 2011) | 1 line [ENH] Factorized in only one if ---------------------------------------------- r37552 | robertplummer | 2011-09-22 21:30:36 +0200 (Thu, 22 Sep 2011) | 1 line [FIX] Needed to make sure a tracker value is set when not called statically. ---------------------------------------------- r37551 | gta74 | 2011-09-22 21:15:13 +0200 (Thu, 22 Sep 2011) | 1 line [TRA] and again 100 % ---------------------------------------------- r37550 | lphuberdeau | 2011-09-22 21:11:14 +0200 (Thu, 22 Sep 2011) | 1 line [REVERT] Fix to reset the cut-off breaks the cut-off, causing the stress test to loop forever ---------------------------------------------- r37549 | nkoth | 2011-09-22 19:36:44 +0200 (Thu, 22 Sep 2011) | 1 line [FIX] Avoid warnings that get dumped out ---------------------------------------------- r37548 | nkoth | 2011-09-22 18:39:17 +0200 (Thu, 22 Sep 2011) | 1 line [ENH] Not all search formatters are slow, provide option to cache only some. Also rename prefs to be clear that it is for unified ---------------------------------------------- r37547 | arildb | 2011-09-22 18:19:39 +0200 (Thu, 22 Sep 2011) | 2 lines [FIX] Fixed link corruption (not completed), i.e. linking to pages using international characters in their name (using WYSIWYG editor and HTMLPurifier activated) now works. ---------------------------------------------- r37546 | sept_7 | 2011-09-22 18:01:52 +0200 (Thu, 22 Sep 2011) | 2 lines [EHN] Move menu fonctions from Tikilib to Menulib where it belongs ---------------------------------------------- r37543 | sampaioprimo | 2011-09-22 16:43:01 +0200 (Thu, 22 Sep 2011) | 1 line updating language files ---------------------------------------------- r37541 | chealer | 2011-09-22 03:39:34 +0200 (Thu, 22 Sep 2011) | 2 lines Reintroduce support for switchLang URL parameter. switchLang can now be disabled in code. Note: Support was removed in r37478, which should effectively be reverted by this. Thanks Nelson Ko and Sylvie Greverend. ---------------------------------------------- r37540 | chealer | 2011-09-22 03:13:11 +0200 (Thu, 22 Sep 2011) | 1 line load preferences stored in session for anonymous. prevents loss of s_prefs. Complements r36779 ---------------------------------------------- r37539 | chealer | 2011-09-22 03:10:33 +0200 (Thu, 22 Sep 2011) | 1 line [REF] add isValidLocale() and setLanguage(). simplify language setup ---------------------------------------------- r37538 | nkoth | 2011-09-22 00:38:14 +0200 (Thu, 22 Sep 2011) | 1 line [FIX] Expecting string so must be expecting text of Zend_Search_Lucene_Index_Term object, not object itself ---------------------------------------------- r37537 | lphuberdeau | 2011-09-21 23:26:41 +0200 (Wed, 21 Sep 2011) | 1 line [FIX] Prevent crash when an empty query sneaks in ---------------------------------------------- r37536 | mlustenberg | 2011-09-21 22:52:39 +0200 (Wed, 21 Sep 2011) | 1 line [ENH] Testing of edit lib (enabled and fixed some color testing) ---------------------------------------------- r37535 | oeversetten | 2011-09-21 22:50:56 +0200 (Wed, 21 Sep 2011) | 3 lines [TRA] just a few new, soon I take a closer look on consistent spelling ---------------------------------------------- r37534 | mlustenberg | 2011-09-21 22:50:31 +0200 (Wed, 21 Sep 2011) | 1 line EditLib intermediate commit on the way to process nested colors ---------------------------------------------- r37533 | lphuberdeau | 2011-09-21 22:24:22 +0200 (Wed, 21 Sep 2011) | 1 line [FIX]?\194?\160Catch exceptions on database connection attempt (from DSN) ---------------------------------------------- r37531 | gta74 | 2011-09-21 22:04:59 +0200 (Wed, 21 Sep 2011) | 1 line [TRA] some translations ---------------------------------------------- r37530 | lphuberdeau | 2011-09-21 21:59:06 +0200 (Wed, 21 Sep 2011) | 1 line [FIX]?\194?\160Try to get the search string from essentially anywhere ---------------------------------------------- r37529 | sylvieg | 2011-09-21 21:52:36 +0200 (Wed, 21 Sep 2011) | 1 line [FIX]categ: need to be able to create at least one categ ---------------------------------------------- r37527 | mlustenberg | 2011-09-21 21:21:23 +0200 (Wed, 21 Sep 2011) | 1 line [REF] EditLib: refactor $p['wikistack'] (needed to implement the color stack) ---------------------------------------------- r37526 | chealer | 2011-09-21 21:12:24 +0200 (Wed, 21 Sep 2011) | 1 line [FIX] Menu module: since parameters aren't validated, report some issues at runtime. Thanks Jonny Bradley ---------------------------------------------- r37525 | nkoth | 2011-09-21 21:03:06 +0200 (Wed, 21 Sep 2011) | 1 line [ENH] Add language to cachekey in case it matters ---------------------------------------------- r37524 | lphuberdeau | 2011-09-21 21:02:00 +0200 (Wed, 21 Sep 2011) | 1 line [MOD]?\194?\160Allow to record a meeting session and display the list of recordings available ---------------------------------------------- r37523 | chealer | 2011-09-21 20:55:48 +0200 (Wed, 21 Sep 2011) | 1 line [REF] remove module-error.tpl (apparently never used). Ref: r2641 ---------------------------------------------- r37522 | changi67 | 2011-09-21 20:51:45 +0200 (Wed, 21 Sep 2011) | 1 line [user:changi:FIX] Even if it's a template, missing ; ---------------------------------------------- r37521 | lphuberdeau | 2011-09-21 20:51:05 +0200 (Wed, 21 Sep 2011) | 1 line [FIX]?\194?\160Wrong library ---------------------------------------------- r37520 | chealer | 2011-09-21 20:45:38 +0200 (Wed, 21 Sep 2011) | 1 line [REF] $module_error is already translated in PHP ---------------------------------------------- r37519 | nkoth | 2011-09-21 20:43:48 +0200 (Wed, 21 Sep 2011) | 1 line [ENH] Cache search value formatting for speed ---------------------------------------------- r37518 | chealer | 2011-09-21 19:34:56 +0200 (Wed, 21 Sep 2011) | 1 line fix irrelevant typo ---------------------------------------------- r37517 | lphuberdeau | 2011-09-21 19:25:41 +0200 (Wed, 21 Sep 2011) | 1 line [FIX] Partial commit to fix variable rename only made in a few places breaking the entire bigbluebutton plugin ---------------------------------------------- r37516 | mlustenberg | 2011-09-21 18:53:03 +0200 (Wed, 21 Sep 2011) | 1 line [REF] EditLib: moved wiki_lbr within the $p[] tree (mandatory for the need refactoring of $p['wikistack']) ---------------------------------------------- r37515 | marclaporte | 2011-09-21 18:34:22 +0200 (Wed, 21 Sep 2011) | 1 line better description of pref ---------------------------------------------- r37514 | marclaporte | 2011-09-21 18:07:05 +0200 (Wed, 21 Sep 2011) | 1 line Moving search admin panel higher on the list with global features, and removing feature check because it could be either one of the two search features ---------------------------------------------- r37513 | marclaporte | 2011-09-21 18:01:36 +0200 (Wed, 21 Sep 2011) | 1 line More compact admin panel ---------------------------------------------- r37512 | jonnybradley | 2011-09-21 17:45:15 +0200 (Wed, 21 Sep 2011) | 1 line [FIX] module change category: Repair broken logic again on "shy" param caused by recent careless refactoring ---------------------------------------------- r37511 | sept_7 | 2011-09-21 17:30:16 +0200 (Wed, 21 Sep 2011) | 2 lines [FIX] Installer : use normal smarty and avoid code duplication + notices ---------------------------------------------- r37510 | sept_7 | 2011-09-21 17:10:48 +0200 (Wed, 21 Sep 2011) | 3 lines [FIX] Installer : better handling of errors using the classic tiki_error_handler + a couple fixes for notices ---------------------------------------------- r37509 | chealer | 2011-09-21 17:03:24 +0200 (Wed, 21 Sep 2011) | 1 line Do not mark error message for translation (appears to be only for debugging) ---------------------------------------------- r37508 | marclaporte | 2011-09-21 16:52:08 +0200 (Wed, 21 Sep 2011) | 1 line make more admin panels show, tested with several browsers and with modules in 1 & 2 columns ---------------------------------------------- r37507 | marclaporte | 2011-09-21 16:46:52 +0200 (Wed, 21 Sep 2011) | 1 line Adding images to wiki pages should be a basic feature ---------------------------------------------- r37506 | marclaporte | 2011-09-21 16:28:16 +0200 (Wed, 21 Sep 2011) | 1 line Admin panels: use new nifty features instead of previous hard-coded way to deal with dependencies ---------------------------------------------- r37504 | chealer | 2011-09-21 16:19:17 +0200 (Wed, 21 Sep 2011) | 1 line avoid referring to Tiki ---------------------------------------------- r37503 | sept_7 | 2011-09-21 16:16:11 +0200 (Wed, 21 Sep 2011) | 2 lines [FIX] fix installer error on non existant object... ---------------------------------------------- r37502 | lphuberdeau | 2011-09-21 16:06:29 +0200 (Wed, 21 Sep 2011) | 1 line [ENH] Plug fulltext check into dynamic preferences ---------------------------------------------- r37501 | chealer | 2011-09-21 16:05:25 +0200 (Wed, 21 Sep 2011) | 1 line [REF] Change category module: move logic from Smarty to PHP ---------------------------------------------- r37500 | jonnybradley | 2011-09-21 16:04:24 +0200 (Wed, 21 Sep 2011) | 1 line [FIX] search: Hide momentary flash of freetag and category pickers when page first loads ---------------------------------------------- r37499 | jonnybradley | 2011-09-21 15:57:42 +0200 (Wed, 21 Sep 2011) | 1 line [FIX] modules: Make freetag module appear in modules admin ---------------------------------------------- r37497 | jean-lucnavarro | 2011-09-21 15:52:25 +0200 (Wed, 21 Sep 2011) | 2 lines [TRA] more French translations ---------------------------------------------- r37496 | sept_7 | 2011-09-21 15:46:01 +0200 (Wed, 21 Sep 2011) | 2 lines [FIX] Calendar : fix viewlist mode if FullCalendar is used (thanx marc) ---------------------------------------------- r37495 | lphuberdeau | 2011-09-21 15:27:58 +0200 (Wed, 21 Sep 2011) | 1 line [FIX]?\194?\160Make sure the default homepage does not need the xss filter ---------------------------------------------- r37494 | lphuberdeau | 2011-09-21 15:23:32 +0200 (Wed, 21 Sep 2011) | 1 line [ENH] Minor UI enhancement for the database engine selector (i18n, position to be hidden on re-install) ---------------------------------------------- r37493 | lphuberdeau | 2011-09-21 15:04:25 +0200 (Wed, 21 Sep 2011) | 1 line [FIX] Too many notices render the installer unusable ---------------------------------------------- r37492 | jonnybradley | 2011-09-21 13:55:39 +0200 (Wed, 21 Sep 2011) | 1 line [FIX] modules: Make categ transition module appear in modules admin (not the cleanest thing, but saves rewriting the module) ---------------------------------------------- r37491 | jonnybradley | 2011-09-21 13:54:35 +0200 (Wed, 21 Sep 2011) | 1 line [REF] modules: Add $ifShowingHiddenModules param to is_admin_mode() ---------------------------------------------- r37490 | jonnybradley | 2011-09-21 13:26:39 +0200 (Wed, 21 Sep 2011) | 1 line [ENH] modules: Add structure id and some other missing parameters to menu module. Added note about menustructure being deprecated for the time being. ---------------------------------------------- r37489 | jonnybradley | 2011-09-21 12:49:13 +0200 (Wed, 21 Sep 2011) | 1 line [ENH] modules: Allow visibility to be controlled by object category ids as well as names (also make $modlib->is_admin_mode() public required by previous commit) ---------------------------------------------- r37488 | jonnybradley | 2011-09-21 12:39:58 +0200 (Wed, 21 Sep 2011) | 1 line [FIX] modules: Allow change_category to show in module admin ---------------------------------------------- r37485 | jean-lucnavarro | 2011-09-21 10:39:38 +0200 (Wed, 21 Sep 2011) | 1 line [TYPO] line 33 : deafult -> default ---------------------------------------------- r37484 | chealer | 2011-09-21 03:55:51 +0200 (Wed, 21 Sep 2011) | 1 line Quizzes: tag experimental ---------------------------------------------- r37483 | chealer | 2011-09-21 03:52:57 +0200 (Wed, 21 Sep 2011) | 1 line [FIX] Quizzes: hide unimplemented features ---------------------------------------------- r37482 | chealer | 2011-09-21 03:26:28 +0200 (Wed, 21 Sep 2011) | 1 line [REF] remove support for best_lang request parameter (legacy parameter). Thanks Nelson Ko ---------------------------------------------- r37481 | marclaporte | 2011-09-21 02:12:41 +0200 (Wed, 21 Sep 2011) | 1 line Prefs: remove expert because it's not clear what is difference with advanced ---------------------------------------------- r37478 | chealer | 2011-09-21 00:03:02 +0200 (Wed, 21 Sep 2011) | 1 line [REF] The switchLang parameter is no longer used (tiki-switch_lang.php replaces) ---------------------------------------------- r37477 | arildb | 2011-09-20 23:56:51 +0200 (Tue, 20 Sep 2011) | 1 line [FIX] Altered the name of the fulltext indexes to be compatible with existing naming ---------------------------------------------- r37476 | nkoth | 2011-09-20 23:53:15 +0200 (Tue, 20 Sep 2011) | 1 line [DOC][FIX] Make explicit the dependencies that need to be met before page alias can work properly. I know it might be good one day to not have these dependencies but this commit is simply to make clear what is currently the case ---------------------------------------------- r37475 | chealer | 2011-09-20 23:45:03 +0200 (Tue, 20 Sep 2011) | 1 line [FIX] Search module: filter input_size and select_size parameters ---------------------------------------------- r37473 | chealer | 2011-09-20 22:57:14 +0200 (Tue, 20 Sep 2011) | 1 line move language check from lib/setup/language.php to tiki-switch_language.php so that it actually runs. ---------------------------------------------- r37472 | arildb | 2011-09-20 22:47:28 +0200 (Tue, 20 Sep 2011) | 1 line [MERGE] Integrated experimental/innodb branch (rev 37260 to 37457) to trunk ---------------------------------------------- r37471 | chealer | 2011-09-20 22:40:22 +0200 (Tue, 20 Sep 2011) | 1 line [REF] remove surely unneeded global $lang ---------------------------------------------- r37470 | sampaioprimo | 2011-09-20 22:19:31 +0200 (Tue, 20 Sep 2011) | 1 line [ENH] add tracker item comments to daily reports ---------------------------------------------- r37469 | sampaioprimo | 2011-09-20 22:18:48 +0200 (Tue, 20 Sep 2011) | 1 line replace direct db queries with calls to methods in trackerlib ---------------------------------------------- r37468 | sampaioprimo | 2011-09-20 22:18:25 +0200 (Tue, 20 Sep 2011) | 1 line replace global with call to TikiLib::lib() ---------------------------------------------- r37467 | sampaioprimo | 2011-09-20 22:18:02 +0200 (Tue, 20 Sep 2011) | 1 line removing unused global variable ---------------------------------------------- r37466 | sampaioprimo | 2011-09-20 22:17:34 +0200 (Tue, 20 Sep 2011) | 1 line mark some test classes as "@group slow" to exclude them with --exclude-group ---------------------------------------------- r37465 | sampaioprimo | 2011-09-20 22:16:57 +0200 (Tue, 20 Sep 2011) | 1 line improve translatable strings ---------------------------------------------- r37464 | sampaioprimo | 2011-09-20 22:16:24 +0200 (Tue, 20 Sep 2011) | 1 line wrong variable name ---------------------------------------------- r37462 | mlustenberg | 2011-09-20 21:49:42 +0200 (Tue, 20 Sep 2011) | 1 line EditLib intermediate commit (color tags must not be nested) ---------------------------------------------- r37461 | mlustenberg | 2011-09-20 21:21:01 +0200 (Tue, 20 Sep 2011) | 1 line [ENH] Testing for EditLib (more fixes needed: color specifications cannot be nested) ---------------------------------------------- r37460 | robertplummer | 2011-09-20 21:09:33 +0200 (Tue, 20 Sep 2011) | 1 line [FIX] Making csv file handling a bit more robust ---------------------------------------------- r37458 | mlustenberg | 2011-09-20 21:00:52 +0200 (Tue, 20 Sep 2011) | 3 lines [MOD] parserlib: use the "background-color" style tag to define the background color instead of the none specific "background" tag. This change is required for the Visual Wiki (ohterwise the background color cannot be manipulated using the UI of the CKE). ---------------------------------------------- r37456 | chealer | 2011-09-20 18:25:00 +0200 (Tue, 20 Sep 2011) | 1 line [REF] update_item(): explain implementation ---------------------------------------------- r37455 | jonnybradley | 2011-09-20 18:20:17 +0200 (Tue, 20 Sep 2011) | 1 line [ENH] modules: Allow visibility to be controlled by object categories. Separate show and hide parameters, which can both be multiple categories, should allow enough flexibility for most use cases (possibly some fine tuning to do on the logic here) ---------------------------------------------- r37454 | jonnybradley | 2011-09-20 18:08:55 +0200 (Tue, 20 Sep 2011) | 1 line [FIX] mod change category: Repair broken logic on "shy" and "path" params (others maybe be broken too but at least this restores basic functionality) ---------------------------------------------- r37453 | lphuberdeau | 2011-09-20 17:44:25 +0200 (Tue, 20 Sep 2011) | 1 line [FIX] Let the sefurl handling code figure out if the link should be a sefurl or not ---------------------------------------------- r37452 | lphuberdeau | 2011-09-20 17:07:03 +0200 (Tue, 20 Sep 2011) | 1 line [FIX] This does not make any sense, if it was yours, make it less clever. ---------------------------------------------- r37450 | lphuberdeau | 2011-09-20 15:59:26 +0200 (Tue, 20 Sep 2011) | 1 line [FIX] Prevent editing a field you cannot see, unless it is a new item ---------------------------------------------- r37449 | lphuberdeau | 2011-09-20 15:58:41 +0200 (Tue, 20 Sep 2011) | 1 line [FIX] Insert form displaying the wrong fields ---------------------------------------------- r37448 | lphuberdeau | 2011-09-20 15:44:51 +0200 (Tue, 20 Sep 2011) | 1 line [FIX] Item display looking up the wrong fields, leading to more fields being displayed ---------------------------------------------- r37447 | lphuberdeau | 2011-09-20 15:29:23 +0200 (Tue, 20 Sep 2011) | 1 line [FIX]?\194?\160Oops, bad one introduced yesterday ---------------------------------------------- r37444 | lphuberdeau | 2011-09-20 14:54:26 +0200 (Tue, 20 Sep 2011) | 1 line [FIX]?\194?\160Default tracker creation sortable fields would list fields from all trackers ---------------------------------------------- r37442 | jonnybradley | 2011-09-20 11:34:37 +0200 (Tue, 20 Sep 2011) | 1 line [FIX] trackers: strict notices ---------------------------------------------- r37438 | sylvieg | 2011-09-20 00:33:51 +0200 (Tue, 20 Sep 2011) | 1 line [ENH]menu: add a class for non cssmenu to be able to style with css and not only with jq + indent the the submenus for a structure menu to avoid confusion of sublevel + todo: indent also menu that have more than 3 levels or are complex ---------------------------------------------- r37437 | lphuberdeau | 2011-09-19 22:37:00 +0200 (Mon, 19 Sep 2011) | 1 line [FIX] applyPermissions for wiki render was mostly broken ---------------------------------------------- r37436 | mlustenberg | 2011-09-19 21:53:34 +0200 (Mon, 19 Sep 2011) | 1 line [ENH] Testing of EditLib (test linebreaks within color markup) ---------------------------------------------- r37435 | mlustenberg | 2011-09-19 21:37:48 +0200 (Mon, 19 Sep 2011) | 1 line [FIX] Visual Wiki: centerd and numberd headings were not converted correctly (the number was not replaces with a #) ---------------------------------------------- r37434 | lphuberdeau | 2011-09-19 21:33:37 +0200 (Mon, 19 Sep 2011) | 1 line [FIX] Make the comment permissions available for object and category scope, rest of the code already supports it ---------------------------------------------- r37433 | lphuberdeau | 2011-09-19 21:21:15 +0200 (Mon, 19 Sep 2011) | 1 line [FIX] Perm type for category is category, not all, meaning that only permissions that can actually be assigned to a category will be listed ---------------------------------------------- r37432 | mlustenberg | 2011-09-19 21:16:21 +0200 (Mon, 19 Sep 2011) | 1 line [ENH] More tests for EditLib (need to fix numbered and centerd headings) ---------------------------------------------- r37431 | mlustenberg | 2011-09-19 20:58:41 +0200 (Mon, 19 Sep 2011) | 2 lines [MOD] Use the <h#> style attribute to center headings instead of a nested <div>. This improves how numbered and centered headings are displayed and simplifies the implementation of the Visual Wiki. ---------------------------------------------- r37428 | robertplummer | 2011-09-19 20:34:33 +0200 (Mon, 19 Sep 2011) | 1 line [FIX] Reverted new tracker query lib call ---------------------------------------------- r37427 | sylvieg | 2011-09-19 20:29:32 +0200 (Mon, 19 Sep 2011) | 1 line [FIX]categ: if not tiki_p_admin_categories and see no categ, goto perm denied + duplicated the perms when creating a category and non admin_categories (to see it) + do not show perm icon if non admin_catwegories ---------------------------------------------- r37426 | robertplummer | 2011-09-19 19:58:01 +0200 (Mon, 19 Sep 2011) | 1 line [FIX] Fixed tracker reports for new changes in tracker query lib ---------------------------------------------- r37425 | robertplummer | 2011-09-19 19:57:40 +0200 (Mon, 19 Sep 2011) | 1 line [FIX] removed tracker query lib as var ---------------------------------------------- r37424 | lphuberdeau | 2011-09-19 19:27:22 +0200 (Mon, 19 Sep 2011) | 1 line [MOD] Deploy tracker permission changes to tiki-view_tracker.php ---------------------------------------------- r37423 | jonnybradley | 2011-09-19 18:53:52 +0200 (Mon, 19 Sep 2011) | 1 line [FIX] jquery_ui: More suitable default ui theme to match fivealive better ---------------------------------------------- r37422 | lphuberdeau | 2011-09-19 18:40:06 +0200 (Mon, 19 Sep 2011) | 1 line [MOD] Deploy the field permission changes to the tracker plugin ---------------------------------------------- r37421 | jonnybradley | 2011-09-19 18:30:24 +0200 (Mon, 19 Sep 2011) | 1 line [FIX] clutips: Shorter delay before clutip appears. Apparently people weren't waiting long enough (thanks marclaporte) ---------------------------------------------- r37420 | chealer | 2011-09-19 18:21:31 +0200 (Mon, 19 Sep 2011) | 2 lines check_permission(): reformat [FIX] Colons inside translated strings ---------------------------------------------- r37419 | sylvieg | 2011-09-19 18:19:48 +0200 (Mon, 19 Sep 2011) | 1 line [FIX]missing to 37402 ---------------------------------------------- r37418 | jonnybradley | 2011-09-19 18:15:05 +0200 (Mon, 19 Sep 2011) | 1 line [FIX] admin: Make the admin buttons a tiny bit smaller so you get 5 across in standard fixed width (as default). Also centre them a little better. ---------------------------------------------- r37417 | sylvieg | 2011-09-19 18:01:54 +0200 (Mon, 19 Sep 2011) | 1 line [FIX]perms: better to use only the perms layer: thx lph ---------------------------------------------- r37416 | sylvieg | 2011-09-19 17:51:47 +0200 (Mon, 19 Sep 2011) | 1 line [FIX]perms: respect order object perms then global perms: thx chealer - wondering if the best is not to user Perms:get('','') to be sure to have the same behavior ---------------------------------------------- r37415 | lphuberdeau | 2011-09-19 17:40:26 +0200 (Mon, 19 Sep 2011) | 1 line [MOD] Centralize the per-field permission checks ---------------------------------------------- r37414 | robertplummer | 2011-09-19 17:13:50 +0200 (Mon, 19 Sep 2011) | 1 line [FIX] tracker query lib dependency fixes ---------------------------------------------- r37413 | chealer | 2011-09-19 16:59:13 +0200 (Mon, 19 Sep 2011) | 1 line [REF] locales are set in tiki-setup.php from r37006 ---------------------------------------------- r37412 | robertplummer | 2011-09-19 15:54:00 +0200 (Mon, 19 Sep 2011) | 1 line [FIX] Brought tracker query lib back online from Tracker Definition change ---------------------------------------------- r37411 | lphuberdeau | 2011-09-19 15:51:26 +0200 (Mon, 19 Sep 2011) | 1 line [FIX] Catch more exceptions, smarty can mess up in different ways ---------------------------------------------- r37410 | robertplummer | 2011-09-19 15:47:58 +0200 (Mon, 19 Sep 2011) | 1 line [ENH] Brought fields as ids feature to a different function, simplified existing ---------------------------------------------- r37408 | sylvieg | 2011-09-19 15:28:42 +0200 (Mon, 19 Sep 2011) | 1 line [merge/r 37407]escape ---------------------------------------------- r37406 | robertplummer | 2011-09-19 15:16:48 +0200 (Mon, 19 Sep 2011) | 2 lines [FIX] Added static to function "tracker" [FIX] Brought jquery sheet grid back online from overhaul of trackerquerylib ---------------------------------------------- r37404 | lphuberdeau | 2011-09-19 15:10:41 +0200 (Mon, 19 Sep 2011) | 1 line [FIX] Catch the smarty exception when compiling fails to provide better feedback. ---------------------------------------------- r37403 | robertplummer | 2011-09-19 15:01:41 +0200 (Mon, 19 Sep 2011) | 1 line [ENH] Reworked how tracker query lib works, it is now using selectable attributes rather than function callable, example:TrackerQueryLib::tracker("name or id") ---------------------------------------------- r37402 | sylvieg | 2011-09-19 14:47:09 +0200 (Mon, 19 Sep 2011) | 1 line [ENH]categories: be able to admin the categories you are admin wihtout having to have a global tiki_p_admin_categories ---------------------------------------------- r37401 | nkoth | 2011-09-19 04:34:20 +0200 (Mon, 19 Sep 2011) | 1 line [MOD] Update anniversary expiry date immediately when user joins group ---------------------------------------------- r37398 | lindonb | 2011-09-18 23:27:15 +0200 (Sun, 18 Sep 2011) | 1 line [FIX] Eliminate currency smarty modifier and replace with pre-existing number_format modifier, since they both call the same php function and neither one does currency formatting. ---------------------------------------------- r37395 | jean-lucnavarro | 2011-09-18 21:19:26 +0200 (Sun, 18 Sep 2011) | 1 line [FIX] redundant default values in strings (description) ---------------------------------------------- r37394 | lindonb | 2011-09-18 21:17:05 +0200 (Sun, 18 Sep 2011) | 1 line [FIX] Restore functionality of currency tracker field type lost during tracker revamp (revisions 33494 and 33568) as it was assumed to be exactly like the numeric field. Thanks chealer for reporting. ---------------------------------------------- r37391 | changi67 | 2011-09-18 20:11:08 +0200 (Sun, 18 Sep 2011) | 1 line [user:changi:FIX] SVN Properties ---------------------------------------------- r37389 | jyhem | 2011-09-18 19:46:09 +0200 (Sun, 18 Sep 2011) | 1 line [FIX] Fix comments moderation buttons which were broken on recent FireFox & IE following change of browser behaviour due to stricter implementation of image input buttons ---------------------------------------------- r37387 | jyhem | 2011-09-18 19:15:17 +0200 (Sun, 18 Sep 2011) | 1 line [ENH] Make the UI less confusing by making obvious when the dates are used and when they are ignored ---------------------------------------------- r37385 | jyhem | 2011-09-18 19:04:50 +0200 (Sun, 18 Sep 2011) | 1 line [ENH] Allow combined delete and IP ban of multiple spam comments (improves on 37380) ---------------------------------------------- r37384 | sept_7 | 2011-09-18 18:44:41 +0200 (Sun, 18 Sep 2011) | 2 lines [ENH] WikiPlugin TABS : add toggle option to the plugin interface ---------------------------------------------- r37382 | mlustenberg | 2011-09-18 18:09:26 +0200 (Sun, 18 Sep 2011) | 1 line [FIX] Visual Wiki: On save, convert numbered headings to !#. ---------------------------------------------- r37380 | jyhem | 2011-09-18 17:54:25 +0200 (Sun, 18 Sep 2011) | 1 line [ENH] Allow IP banning of multiple spammers in a practical way (no cut-pasting, less clicks and multiple selection) to cope with recent changes in spammer behaviour ---------------------------------------------- r37376 | mlustenberg | 2011-09-18 15:50:22 +0200 (Sun, 18 Sep 2011) | 1 line [ENH/FIX] Extended the Visual Wiki toolbar (Outdent, Indent) and fixed some line break issues of lists. ---------------------------------------------- r37375 | jean-lucnavarro | 2011-09-18 15:33:53 +0200 (Sun, 18 Sep 2011) | 1 line [TYPO] missing '.' line 33 at the end of translatable string ---------------------------------------------- r37374 | mlustenberg | 2011-09-18 14:05:55 +0200 (Sun, 18 Sep 2011) | 1 line [ENH] More tests for EditLib (fixes are required for bullet and for numbered lists) ---------------------------------------------- r37372 | jean-lucnavarro | 2011-09-18 13:21:15 +0200 (Sun, 18 Sep 2011) | 1 line [FIX] added lines 60 & 61 tra(..) missing ---------------------------------------------- r37371 | jean-lucnavarro | 2011-09-18 11:07:40 +0200 (Sun, 18 Sep 2011) | 1 line [TYPO] diplay -> display line 32 ---------------------------------------------- r37368 | nkoth | 2011-09-17 22:09:20 +0200 (Sat, 17 Sep 2011) | 1 line [FIX[ spelling: criterias is not a word ---------------------------------------------- r37367 | nkoth | 2011-09-17 22:00:50 +0200 (Sat, 17 Sep 2011) | 1 line [FIX] ~np~ should be only needed when wiki format, otherwise they show ---------------------------------------------- r37366 | nkoth | 2011-09-17 20:58:42 +0200 (Sat, 17 Sep 2011) | 1 line [FIX] Prevent error caused by trying to categorize null category, used to simply go through because of not so strict checking downstream ---------------------------------------------- r37365 | lphuberdeau | 2011-09-17 20:13:35 +0200 (Sat, 17 Sep 2011) | 1 line [ENH] Provide the complete, untruncated, result count to the pagination, which involved refactoring the code to always work with result sets, plugin list pagination hack was altered for smarty templates, templates needing pagination should simply include {pagination_links resultset=}{/pagination_links} ---------------------------------------------- r37364 | jonnybradley | 2011-09-17 19:55:12 +0200 (Sat, 17 Sep 2011) | 1 line [FIX] plugin list: typo (presumably) ---------------------------------------------- r37363 | jonnybradley | 2011-09-17 19:20:02 +0200 (Sat, 17 Sep 2011) | 1 line [FIX] tracker item link: add item - set the dropdown to blank on dialog cancel (thanks nkoth) ---------------------------------------------- r37362 | pkdille | 2011-09-17 17:55:28 +0200 (Sat, 17 Sep 2011) | 1 line Coding style - seen on quality.tiki.org ---------------------------------------------- r37361 | chealer | 2011-09-17 06:40:23 +0200 (Sat, 17 Sep 2011) | 1 line [FIX] French: typo "Mutltiple". not sure if that's the right translation, but surely better. ---------------------------------------------- r37360 | chealer | 2011-09-17 06:34:39 +0200 (Sat, 17 Sep 2011) | 2 lines [FIX] CategLib: incorrect indexation of tepath element from getCategories() oops, r37015 regression. Thanks Nelson Ko ---------------------------------------------- r37358 | nkoth | 2011-09-17 05:49:32 +0200 (Sat, 17 Sep 2011) | 1 line [FIX] Change field index type to allow y and n to be indexed ---------------------------------------------- r37357 | nkoth | 2011-09-17 05:10:21 +0200 (Sat, 17 Sep 2011) | 1 line [ENH] Index the text labels for item link and itemslist fields as well ---------------------------------------------- r37356 | nkoth | 2011-09-17 03:17:33 +0200 (Sat, 17 Sep 2011) | 1 line [FIX] Prevent error on simply saving tracker item with blank image field when fgal_match_regex is set ---------------------------------------------- r37355 | nkoth | 2011-09-17 03:13:58 +0200 (Sat, 17 Sep 2011) | 1 line [ENH] Allow redirecting user to a different page after completion of group (un)subscribe ---------------------------------------------- r37353 | sylvieg | 2011-09-17 01:08:15 +0200 (Sat, 17 Sep 2011) | 1 line [FIX]zotero: say it is the ID for people who do not look the description ---------------------------------------------- r37352 | chealer | 2011-09-17 01:01:46 +0200 (Sat, 17 Sep 2011) | 1 line [FIX] MySQL FULLTEXT search (from r36578) ---------------------------------------------- r37351 | chealer | 2011-09-17 01:01:16 +0200 (Sat, 17 Sep 2011) | 3 lines Revert r29362 "[MOD] for multilingual sites, perform the search (from the seachbar) in the language of either the site, page, or user default. Users can then change the language scope from the results page" pageLang should not longer be defined now that the site search bar no longer uses tiki-searchresults.tpl (ref: r32294) The default search behavior is not to restrict languages ---------------------------------------------- r37350 | nkoth | 2011-09-17 00:33:51 +0200 (Sat, 17 Sep 2011) | 1 line [FIX] Prevent division by zero warning ---------------------------------------------- r37349 | jonnybradley | 2011-09-16 23:20:22 +0200 (Fri, 16 Sep 2011) | 1 line [SVN] missing prop ---------------------------------------------- r37348 | jonnybradley | 2011-09-16 23:19:30 +0200 (Fri, 16 Sep 2011) | 1 line [ENH] uni-search: Php file to run with cron task ---------------------------------------------- r37347 | nkoth | 2011-09-16 23:18:49 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] comments per page feature not showing ---------------------------------------------- r37345 | chealer | 2011-09-16 22:48:51 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] HTML special characters encoding (untested) ---------------------------------------------- r37344 | chealer | 2011-09-16 22:39:36 +0200 (Fri, 16 Sep 2011) | 2 lines [REF] For a 404 error, always say that page was not found, even if there are no similar pages. Note: That may look redundant, but should be clearer, feel free to improve. ---------------------------------------------- r37342 | chealer | 2011-09-16 22:28:02 +0200 (Fri, 16 Sep 2011) | 1 line [ENH] Wiki control panel: move feature_wiki_1like_redirection next to feature_likePages ---------------------------------------------- r37340 | mlustenberg | 2011-09-16 22:12:04 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] EditLib::parseToWiki() Line breaks for all headings (r37339 was incomplete) ---------------------------------------------- r37339 | mlustenberg | 2011-09-16 21:47:49 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] EditLib::parseToWiki() Use %%% for linebreak within titles ---------------------------------------------- r37338 | chealer | 2011-09-16 21:14:56 +0200 (Fri, 16 Sep 2011) | 1 line [REF] stop setting $config (unused from r20506) ---------------------------------------------- r37337 | jonnybradley | 2011-09-16 21:01:04 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] permissions: Re-order perms by type and add note (still 227 of them) ---------------------------------------------- r37336 | lphuberdeau | 2011-09-16 20:51:13 +0200 (Fri, 16 Sep 2011) | 1 line [ENH] Use fine-grained permission check on item update in ajax service ---------------------------------------------- r37335 | mlustenberg | 2011-09-16 20:50:25 +0200 (Fri, 16 Sep 2011) | 1 line [ENH] More tests for EditLib (fixes are needed...) ---------------------------------------------- r37334 | lphuberdeau | 2011-09-16 20:48:27 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] Must have been tired, wrong method called ---------------------------------------------- r37333 | chealer | 2011-09-16 20:37:30 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] Smarty notices "in_array() expects parameter 2 to be array, string given" when no group was selected ---------------------------------------------- r37332 | lphuberdeau | 2011-09-16 20:36:22 +0200 (Fri, 16 Sep 2011) | 1 line [ENH] Use centralized permission check ---------------------------------------------- r37331 | jonnybradley | 2011-09-16 20:35:49 +0200 (Fri, 16 Sep 2011) | 2 lines [FIX] permissions: Group all types together in userslib.php and don't alpha sort them in perms admin so individual perms can be ordered as desired. Types now need sorting manually as they're even more jumbled up. Also corrected a typo on tiki_p_plugin_preview where type => NULL (there is now one more perm than before, 227 instead of 226, maybe tiki_p_plugin_preview was it?) ---------------------------------------------- r37330 | chealer | 2011-09-16 20:32:08 +0200 (Fri, 16 Sep 2011) | 2 lines [FIX] List Object Permissions: fix incorrect remarks "If an object is not listed in this section, then only the global perms are on" Note: New remarks are a bit awkward. r32935 regression ---------------------------------------------- r37329 | chealer | 2011-09-16 20:25:31 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] List Object Permissions: remove confusing remark "If an object is not listed in the section below, then only the global perms are on"; the section below is global permissions (r27312 regression) ---------------------------------------------- r37328 | lphuberdeau | 2011-09-16 20:09:02 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] Wrong URL generation ---------------------------------------------- r37326 | lphuberdeau | 2011-09-16 18:58:12 +0200 (Fri, 16 Sep 2011) | 1 line [ENH] Centralize permission checking logic for tracker item permissions (work in progress) ---------------------------------------------- r37325 | lphuberdeau | 2011-09-16 18:57:05 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] Wrong scope for permission ---------------------------------------------- r37324 | lphuberdeau | 2011-09-16 18:56:16 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] Ignore temp files ---------------------------------------------- r37323 | chealer | 2011-09-16 17:25:21 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] CategLib: synchronization between languages by default in update_object_categories() (r24238 regression) ---------------------------------------------- r37322 | jean-lucnavarro | 2011-09-16 17:24:08 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] added line 213 {tr}...{/tr} ---------------------------------------------- r37321 | jean-lucnavarro | 2011-09-16 16:41:20 +0200 (Fri, 16 Sep 2011) | 1 line [TYPO] inheritence -> inheritance ---------------------------------------------- r37320 | sept_7 | 2011-09-16 16:32:37 +0200 (Fri, 16 Sep 2011) | 2 lines [FIX] Avoid resizing {textarea} if in fullcalendar (bug reported by marc) ---------------------------------------------- r37318 | lphuberdeau | 2011-09-16 16:07:35 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] RSS updating was broken by partially removing old entries and always re-creating new ones, which completely broke article generator and caused duplicates ---------------------------------------------- r37317 | sept_7 | 2011-09-16 14:52:10 +0200 (Fri, 16 Sep 2011) | 2 lines [ENH] FullCalendar : add the possibility to modify calendar item ---------------------------------------------- r37316 | sylvieg | 2011-09-16 14:49:28 +0200 (Fri, 16 Sep 2011) | 1 line [ENH]list object perms: filter on groups ---------------------------------------------- r37315 | sampaioprimo | 2011-09-16 14:03:56 +0200 (Fri, 16 Sep 2011) | 1 line better method name ---------------------------------------------- r37314 | oeversetten | 2011-09-16 11:44:36 +0200 (Fri, 16 Sep 2011) | 3 lines there were more translated strings missing than in total removed ---------------------------------------------- r37313 | oeversetten | 2011-09-16 11:27:43 +0200 (Fri, 16 Sep 2011) | 6 lines [TRA] eek, conflict, should commit before thursday, fixed that syntax error in my version, too, but get_strings.php give me another order of the strings than in r37283, I hope it is just the order ---------------------------------------------- r37312 | chealer | 2011-09-16 07:33:40 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] List Permissions: Smarty notices Undefined index: default, objects and category ---------------------------------------------- r37310 | chealer | 2011-09-16 07:14:18 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] French: "Delete object permissions" => s/"Supprimer les droits d'un objet"/"Supprimer les permissions sp?\195?\169cifiques ?\195?\160 cet objet"/ ---------------------------------------------- r37309 | nkoth | 2011-09-16 04:23:52 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] Prevent divide by zero warning ---------------------------------------------- r37307 | jonnybradley | 2011-09-16 00:38:27 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] simile_timeline: Use library in third_party and hopefully correct loading problems - it's a slippery one ---------------------------------------------- r37306 | nkoth | 2011-09-16 00:34:56 +0200 (Fri, 16 Sep 2011) | 1 line [FIX] Do not switch site language if directly going to a page of a different language from what you are in, otherwise tiki-switch_lang.php will try and send you to homepage because no referer in that case, and you will end up possibly in a switching loop ---------------------------------------------- r37305 | sylvieg | 2011-09-16 00:32:03 +0200 (Fri, 16 Sep 2011) | 1 line [ENH]perm: possibility to delete perm from l;ist object or to duplicate perms to another group ---------------------------------------------- r37304 | sylvieg | 2011-09-16 00:13:47 +0200 (Fri, 16 Sep 2011) | 1 line [FIX]list_object_permissions: regression 7 - to have perm on object via categ back ---------------------------------------------- r37303 | sampaioprimo | 2011-09-16 00:02:51 +0200 (Fri, 16 Sep 2011) | 1 line use TikiLib::lib() instead of global $tikilib for test ---------------------------------------------- r37302 | sampaioprimo | 2011-09-16 00:02:34 +0200 (Fri, 16 Sep 2011) | 1 line add basic test to reportsLib::makeHtmlEmailBody ---------------------------------------------- r37301 | sampaioprimo | 2011-09-16 00:02:13 +0200 (Fri, 16 Sep 2011) | 1 line make possible to use mock objects with methods that call TikiLib::lib() ---------------------------------------------- r37299 | chealer | 2011-09-15 23:22:01 +0200 (Thu, 15 Sep 2011) | 2 lines [FIX] tiki_user_bookmarks_folders definition for strict SQL mode ("Incorrect table definition; there can be only one auto column and it must be defined as a key", from r28) Thanks Arild Berg ---------------------------------------------- r37295 | chealer | 2011-09-15 19:57:08 +0200 (Thu, 15 Sep 2011) | 1 line [FIX] "Undefined variable: params" (from r23357). Poorly tested ---------------------------------------------- r37294 | chealer | 2011-09-15 19:22:32 +0200 (Thu, 15 Sep 2011) | 1 line [REF] CategLib: warn on difference between get_categoryobjects() and get_category_objects() ---------------------------------------------- r37293 | chealer | 2011-09-15 19:16:09 +0200 (Thu, 15 Sep 2011) | 1 line [FIX] CategLib: bad merges r34727 and r34808 on get_categoryobjects() (Refs: 34138, 34716). untested ---------------------------------------------- r37292 | chealer | 2011-09-15 18:42:23 +0200 (Thu, 15 Sep 2011) | 1 line Show Category Objects: do not alter category object names capitalization (from r19088) ---------------------------------------------- r37291 | chealer | 2011-09-15 18:10:34 +0200 (Thu, 15 Sep 2011) | 1 line [FIX] create_page(): restore more forgotten fields, IP and description. should be it now. (r32067 regression) ---------------------------------------------- r37289 | chealer | 2011-09-15 17:08:08 +0200 (Thu, 15 Sep 2011) | 1 line [REF] remove tiki-simple_plugin.tpl, apparently unused from r5423 ---------------------------------------------- r37288 | chealer | 2011-09-15 17:06:43 +0200 (Thu, 15 Sep 2011) | 1 line Change Category module: fix misleading description of Display path parameter ---------------------------------------------- r37287 | nkoth | 2011-09-15 16:48:41 +0200 (Thu, 15 Sep 2011) | 1 line [FIX] Attachments relations removals ---------------------------------------------- r37286 | chealer | 2011-09-15 16:45:20 +0200 (Thu, 15 Sep 2011) | 1 line [REF] Change Category module: simplify, using update_object_categories() and getCategories() indexation ---------------------------------------------- r37285 | jonnybradley | 2011-09-15 16:28:04 +0200 (Thu, 15 Sep 2011) | 1 line [FIX] connect: Small fixes - update guid in admin form so it doesn't get overwritten, add status to ajax_services filter and a comment for later ---------------------------------------------- r37284 | sampaioprimo | 2011-09-15 16:15:28 +0200 (Thu, 15 Sep 2011) | 1 line updating language files with get_strings.php ---------------------------------------------- r37283 | sampaioprimo | 2011-09-15 16:10:55 +0200 (Thu, 15 Sep 2011) | 1 line fix syntax error ---------------------------------------------- r37282 | sampaioprimo | 2011-09-15 16:05:13 +0200 (Thu, 15 Sep 2011) | 1 line [FIX] {* get_strings tr(...) *} is not supported ---------------------------------------------- r37281 | sylvieg | 2011-09-15 14:50:11 +0200 (Thu, 15 Sep 2011) | 1 line [merge/r 37280][FIX]trackeritemfield: field value must be set in field info not item info ---------------------------------------------- r37278 | oeversetten | 2011-09-15 12:09:40 +0200 (Thu, 15 Sep 2011) | 3 lines [TRA] it's growing ---------------------------------------------- r37276 | chealer | 2011-09-15 06:18:23 +0200 (Thu, 15 Sep 2011) | 1 line [FIX] CategLib: notifications not sent when objects added or removed from a watched category through update_object_categories() (r24078 regression) ---------------------------------------------- r37275 | chealer | 2011-09-15 06:09:01 +0200 (Thu, 15 Sep 2011) | 1 line [REF] remove some debugging code (from r24711) ---------------------------------------------- r37274 | chealer | 2011-09-15 05:36:50 +0200 (Thu, 15 Sep 2011) | 1 line [FIX] Browse categories (relied on previous getCategories() indexation, oops) ---------------------------------------------- r37273 | nkoth | 2011-09-15 03:48:36 +0200 (Thu, 15 Sep 2011) | 1 line [NEW] Allow determining if user is a group leader of group and linking to management page, or if group requires approval to join ---------------------------------------------- r37272 | chealer | 2011-09-15 03:42:48 +0200 (Thu, 15 Sep 2011) | 1 line [REF] CategLib: document update_object_categories() a little ---------------------------------------------- r37270 | chealer | 2011-09-15 01:27:00 +0200 (Thu, 15 Sep 2011) | 2 lines [REF] add_categorized_object(), add_object(): optionally fail and return FALSE if object type is not handled and no information is given [REF] category_any(): remove apparently unused object types ---------------------------------------------- r37269 | chealer | 2011-09-15 00:32:06 +0200 (Thu, 15 Sep 2011) | 1 line [FIX] add_object() (oops, r37268 regression) ---------------------------------------------- r37268 | chealer | 2011-09-15 00:11:34 +0200 (Thu, 15 Sep 2011) | 3 lines [REF] move code for getting information on objects from CategLib category_...() to ObjectLib add_object(). category_...() methods removed. add_object(): support calling without object information, getting the information from the relevant table. removes freetags "DIRTY hack". somewhat document add_categorized_object(): make object information optional ---------------------------------------------- r37267 | chealer | 2011-09-14 23:57:35 +0200 (Wed, 14 Sep 2011) | 2 lines [FIX] restorehelp.php: does not actually categorize link to documentation ---------------------------------------------- r37262 | mlustenberg | 2011-09-14 22:12:35 +0200 (Wed, 14 Sep 2011) | 1 line [FIX/ENH] wysiwyg_htmltowikii: fixed copy paste operations and added the corresponding tools to the toolbar. ---------------------------------------------- r37259 | nkoth | 2011-09-14 20:48:55 +0200 (Wed, 14 Sep 2011) | 1 line [FIX] Change site language when page lang change feature lasted only for one page ---------------------------------------------- r37258 | robertplummer | 2011-09-14 20:06:39 +0200 (Wed, 14 Sep 2011) | 1 line [FIX] Only check if file is svg if there is a file loaded ---------------------------------------------- r37256 | chealer | 2011-09-14 17:45:55 +0200 (Wed, 14 Sep 2011) | 1 line [REF] ObjectLib: Do not alter object names and descriptions when storing in database ---------------------------------------------- r37255 | nkoth | 2011-09-14 16:57:55 +0200 (Wed, 14 Sep 2011) | 1 line [FIX] Consecutive runs of template in pretty trackers in same sequence will take from cache (wrong) unless force_compile which is the slower option ---------------------------------------------- r37254 | nkoth | 2011-09-14 16:30:01 +0200 (Wed, 14 Sep 2011) | 1 line [DOC] better parameter information ---------------------------------------------- r37253 | nkoth | 2011-09-14 16:21:11 +0200 (Wed, 14 Sep 2011) | 1 line [REF] Make use of modal instead of showBusy and add more explanation of the options available ---------------------------------------------- r37252 | jonnybradley | 2011-09-14 15:49:36 +0200 (Wed, 14 Sep 2011) | 1 line [FIX] modal: Remove arbitrary "dialog" size for non-modal use so the spinner and message are positioned correctly over the object, also reduce astronomical z-index so it appears behind jQuery-ui dialogs (even though the spinner graphic stubbornly stays on top still) ---------------------------------------------- r37251 | jonnybradley | 2011-09-14 15:46:08 +0200 (Wed, 14 Sep 2011) | 1 line [REF] connect: switch showBusy() use over to use "modal" for non-modal busy spinner display. Now only use of showBusy is in the customsearch plugin which needs refactoring so showBusy can be removed cleanly. Also, don't use a text message for object_selector loading as it doesn't display well (and doesn't need one) ---------------------------------------------- r37248 | sylvieg | 2011-09-14 14:58:26 +0200 (Wed, 14 Sep 2011) | 1 line [FIX]most read topics: fix title and filter forumId ---------------------------------------------- r37247 | oeversetten | 2011-09-14 14:26:59 +0200 (Wed, 14 Sep 2011) | 4 lines [TRA] start to mark translation only commits add a string to nds because "is is not a number" is probably a typo ---------------------------------------------- r37245 | nkoth | 2011-09-14 07:11:50 +0200 (Wed, 14 Sep 2011) | 1 line [FIX][NEW} Index forum post language based of forum language just added ---------------------------------------------- r37244 | nkoth | 2011-09-14 06:57:22 +0200 (Wed, 14 Sep 2011) | 1 line [FIX] Refresh tracker item in search index when categories change due to trackersync groups ---------------------------------------------- r37243 | nkoth | 2011-09-14 06:44:25 +0200 (Wed, 14 Sep 2011) | 1 line [ENH] Add wiki_authors_style handling in wiki handler ---------------------------------------------- r37242 | nkoth | 2011-09-14 05:59:14 +0200 (Wed, 14 Sep 2011) | 1 line [FIX] Allow setting of languages from multiselect as well ---------------------------------------------- r37241 | nkoth | 2011-09-14 04:42:22 +0200 (Wed, 14 Sep 2011) | 1 line [FIX] Should be expiring group memberships past expiry after expiry date, was not doing so before, also should not expire any users if expiring feature has been disabled even if previous expiry date was set. ---------------------------------------------- r37240 | nkoth | 2011-09-14 04:27:10 +0200 (Wed, 14 Sep 2011) | 1 line [FIX] Fix previous commit error, no 'login' in $res ---------------------------------------------- r37239 | nkoth | 2011-09-14 04:18:04 +0200 (Wed, 14 Sep 2011) | 1 line [FIX] Previous way of removing expired user from group really unclean, missing out related processing. ---------------------------------------------- r37238 | nkoth | 2011-09-14 04:00:25 +0200 (Wed, 14 Sep 2011) | 1 line [ENH] Immediately show Pay Now if preventdoublerequest is on and is for currentuser, since the user do not have any choice but to pay anyway ---------------------------------------------- r37237 | nkoth | 2011-09-13 23:16:26 +0200 (Tue, 13 Sep 2011) | 1 line [FIX] Replace with PHP 5.2 compatible function ---------------------------------------------- r37236 | chealer | 2011-09-13 23:04:14 +0200 (Tue, 13 Sep 2011) | 1 line [REF] Change category: no more needed to index categories array now that getCategories() does it ---------------------------------------------- r37235 | chealer | 2011-09-13 23:02:14 +0200 (Tue, 13 Sep 2011) | 1 line [FIX] CategLib: Fix indexing of getCategories() return value when using $considerPermissions or $considerCategoryFilter (oops) ---------------------------------------------- r37234 | mlustenberg | 2011-09-13 22:32:02 +0200 (Tue, 13 Sep 2011) | 1 line [REM] EditLib::parseToWysiwyg() removed obsolete code ---------------------------------------------- r37233 | mlustenberg | 2011-09-13 22:28:56 +0200 (Tue, 13 Sep 2011) | 1 line [FIX] EditLib::parseToWysiwyg() two "\n" for <p> ---------------------------------------------- r37232 | mlustenberg | 2011-09-13 22:21:01 +0200 (Tue, 13 Sep 2011) | 1 line [FIX] some EditLib tests failed due to incomplete test code ---------------------------------------------- r37231 | mlustenberg | 2011-09-13 22:15:00 +0200 (Tue, 13 Sep 2011) | 1 line [FIX] EditLib::parseToWysiwyg() <br /> within centerd text did break the history ---------------------------------------------- r37230 | lphuberdeau | 2011-09-13 21:58:15 +0200 (Tue, 13 Sep 2011) | 1 line [MOD]?\194?\160Use a custom icon theme for openlayers, a pretty one just for tiki would be nice, but this is the best (only alternative) I could find right now ---------------------------------------------- r37229 | nkoth | 2011-09-13 21:53:25 +0200 (Tue, 13 Sep 2011) | 1 line [ENH] add contributors filter ---------------------------------------------- r37228 | chealer | 2011-09-13 21:19:39 +0200 (Tue, 13 Sep 2011) | 1 line [REF] Categorization: categorize.php no longer uses $cat_object_exists ---------------------------------------------- r37227 | chealer | 2011-09-13 21:17:20 +0200 (Tue, 13 Sep 2011) | 1 line [REF] Categories: remove some default $cat_object_exists values ---------------------------------------------- r37226 | chealer | 2011-09-13 21:07:12 +0200 (Tue, 13 Sep 2011) | 1 line [REF] remove cat_clearall (appears to have been replaced by client-side JavaScript) ---------------------------------------------- r37225 | chealer | 2011-09-13 21:02:07 +0200 (Tue, 13 Sep 2011) | 1 line [REF] Categories: re-optimize categorization as well as category tree display ---------------------------------------------- r37224 | lphuberdeau | 2011-09-13 20:59:09 +0200 (Tue, 13 Sep 2011) | 1 line [FIX] Missing controller ---------------------------------------------- r37220 | chealer | 2011-09-13 20:50:49 +0200 (Tue, 13 Sep 2011) | 1 line [REF] CategLib: optimize applyManipulator() ---------------------------------------------- r37219 | sampaioprimo | 2011-09-13 20:32:06 +0200 (Tue, 13 Sep 2011) | 1 line [ENH] display tracker item isMain field value in daily reports ---------------------------------------------- r37218 | mlustenberg | 2011-09-13 20:27:47 +0200 (Tue, 13 Sep 2011) | 1 line [REF/ENF] wysiwyg_htmltowiki: rename EditLib::processInlineTag() to processWikiTag() and prepare to handle line breaks within markup that spans a whole line (center for example) ---------------------------------------------- r37217 | chealer | 2011-09-13 20:27:31 +0200 (Tue, 13 Sep 2011) | 1 line [REF] CategLib: only clear caches in add_categorized_object() if object was not already categorized ---------------------------------------------- r37216 | sampaioprimo | 2011-09-13 20:22:12 +0200 (Tue, 13 Sep 2011) | 1 line fix strings ---------------------------------------------- r37215 | chealer | 2011-09-13 19:58:10 +0200 (Tue, 13 Sep 2011) | 1 line Sheets: Categorization should presumably happen before category listing (untested) ---------------------------------------------- r37214 | jonnybradley | 2011-09-13 19:45:52 +0200 (Tue, 13 Sep 2011) | 1 line [FIX] object_selector: Clear "modal" spinner is ajax already in progress (thanks nkoth) ---------------------------------------------- r37213 | chealer | 2011-09-13 19:40:11 +0200 (Tue, 13 Sep 2011) | 2 lines [REF] CategLib: remove "Dirty hack to remove the Slash at the end of the ID" from update_object_categories() (from r19423) If this causes an issue, let's see where that slash comes from ---------------------------------------------- r37212 | sylvieg | 2011-09-13 19:35:14 +0200 (Tue, 13 Sep 2011) | 1 line [FIX]smarty: the 2- param of a template fonction is no more the Smarty_Tiki object but the Smarty_Internal_Template: TODO do the same for all template functions ---------------------------------------------- r37211 | jonnybradley | 2011-09-13 19:03:00 +0200 (Tue, 13 Sep 2011) | 1 line [FIX] object_selector: Use modal() function instead of showBusy() - fixes bug when using pretty tracker form (and we don't need two fns to do the same thing - i didn't realise modal() was actually "modeless" as well) ---------------------------------------------- r37209 | sylvieg | 2011-09-13 17:23:34 +0200 (Tue, 13 Sep 2011) | 1 line [merge/r 37208][FIX]TRACKERITEMFIELD: use the renderOUtput absctraction instead of renderInputOutput that does not exist for email field ---------------------------------------------- r37207 | nkoth | 2011-09-13 17:00:21 +0200 (Tue, 13 Sep 2011) | 1 line [ENH] Since nothing is showing until something is typed in, it should say search instead of filter ---------------------------------------------- r37206 | robertplummer | 2011-09-13 16:51:06 +0200 (Tue, 13 Sep 2011) | 1 line [FIX] tracker query lib by name reference is bool, not empty ---------------------------------------------- r37205 | jonnybradley | 2011-09-13 15:14:02 +0200 (Tue, 13 Sep 2011) | 1 line [ENH] object_selector: Use selectmenu if enabled to display object choices, mainly so the dropdown list opens when you start typing in the filter box. Needs some fine tuning... ---------------------------------------------- r37204 | lphuberdeau | 2011-09-13 15:11:13 +0200 (Tue, 13 Sep 2011) | 1 line [FIX] Missing code to categorize files from the generic interface ---------------------------------------------- r37203 | jonnybradley | 2011-09-13 15:09:34 +0200 (Tue, 13 Sep 2011) | 1 line [NEW] jquery-ui-selectmenu: Add prefs to hook selectmenu in to either specific select.selectmenu dropdowns (currently none) or all, which needs some more work to be reliable. More to come... ---------------------------------------------- r37201 | jonnybradley | 2011-09-13 14:25:00 +0200 (Tue, 13 Sep 2011) | 1 line [MOD] look admin: Add jquery ui theme pref ---------------------------------------------- r37200 | nkoth | 2011-09-13 14:21:56 +0200 (Tue, 13 Sep 2011) | 1 line [DOC] Make better description of what title it really means ---------------------------------------------- r37198 | nkoth | 2011-09-13 06:48:54 +0200 (Tue, 13 Sep 2011) | 1 line [NEW] Allow for membership extension of groups by fixed annual or monthly anniversary term periods, including calculation of prorated payment. ---------------------------------------------- r37197 | chealer | 2011-09-13 00:34:28 +0200 (Tue, 13 Sep 2011) | 2 lines [FIX] Object watches: "Undefined variable: isTop" [REF] avoid passing $descendants using global $descendants in group_[un]watch_category_and_descendants() ---------------------------------------------- r37196 | changi67 | 2011-09-12 23:15:29 +0200 (Mon, 12 Sep 2011) | 1 line [FIX] Test errors ---------------------------------------------- r37193 | mlustenberg | 2011-09-12 20:54:06 +0200 (Mon, 12 Sep 2011) | 1 line [ENH] wysiwyg_htmltowiki: text align left/centered improvements (there is still a \n issue left to solve) ---------------------------------------------- r37192 | lphuberdeau | 2011-09-12 17:04:44 +0200 (Mon, 12 Sep 2011) | 1 line [FIX]?\194?\160Variable override preventing value selection from being presented ---------------------------------------------- r37191 | lphuberdeau | 2011-09-12 17:04:05 +0200 (Mon, 12 Sep 2011) | 1 line [FIX] Remove columns that have not been used in a long time apparently ---------------------------------------------- r37190 | mlustenberg | 2011-09-12 16:40:14 +0200 (Mon, 12 Sep 2011) | 1 line [ENH]: wysiwyg_htmltowiki: added Undo/Redo and RemoveFormat to the toolbar ---------------------------------------------- r37189 | jonnybradley | 2011-09-12 16:27:55 +0200 (Mon, 12 Sep 2011) | 1 line [FIX] trackerlist: Catch smarty exception on setup errors ---------------------------------------------- r37188 | mlustenberg | 2011-09-12 16:26:42 +0200 (Mon, 12 Sep 2011) | 1 line [ENH]: wysiwyg_htmltowiki: added the format combo to the toolbar. The combo contains 'normal' and the headings 1-6. When editing html, the combo is set to the CKE default ('p;h1;h2;h3;h4;h5;h6;pre;address;div') ---------------------------------------------- r37187 | lphuberdeau | 2011-09-12 16:06:09 +0200 (Mon, 12 Sep 2011) | 1 line [FIX] Missing escape ---------------------------------------------- r37186 | jonnybradley | 2011-09-12 16:05:57 +0200 (Mon, 12 Sep 2011) | 1 line [MOD] semantic: add prefs to admin panel ---------------------------------------------- r37185 | lphuberdeau | 2011-09-12 16:02:17 +0200 (Mon, 12 Sep 2011) | 1 line [FIX] Replicate in cloned layouts, seems like too much logic in those files ---------------------------------------------- r37184 | lphuberdeau | 2011-09-12 15:58:18 +0200 (Mon, 12 Sep 2011) | 1 line [MOD] Allow to enable modules, not just link to the preference search ---------------------------------------------- r37183 | lphuberdeau | 2011-09-12 15:42:25 +0200 (Mon, 12 Sep 2011) | 1 line [FIX] Error on post-submit in some cases ---------------------------------------------- r37182 | mlustenberg | 2011-09-12 15:41:41 +0200 (Mon, 12 Sep 2011) | 1 line [ENH] Tests for EditLib ---------------------------------------------- r37181 | chealer | 2011-09-12 15:37:29 +0200 (Mon, 12 Sep 2011) | 1 line [REF] clarify getJSFromHTML() comments ---------------------------------------------- r37180 | lphuberdeau | 2011-09-12 15:30:32 +0200 (Mon, 12 Sep 2011) | 1 line [FIX]?\194?\160Including categorize_list without setting the object information is useless, allow transition module to work on document workflow ---------------------------------------------- r37179 | jonnybradley | 2011-09-12 15:30:12 +0200 (Mon, 12 Sep 2011) | 1 line [MOD] trackers: Tabbify admin panel - attachments still TODO (needs the form to be split up, but is tidier than it was) ---------------------------------------------- r37178 | oeversetten | 2011-09-12 15:27:20 +0200 (Mon, 12 Sep 2011) | 3 lines few fixes ---------------------------------------------- r37177 | lphuberdeau | 2011-09-12 15:26:21 +0200 (Mon, 12 Sep 2011) | 1 line [FIX] Collect type only, exlude charset ---------------------------------------------- r37176 | sylvieg | 2011-09-12 15:22:27 +0200 (Mon, 12 Sep 2011) | 1 line [merge/r 37175][FIX]parser: reset the loop control each time something has matched ---------------------------------------------- r37174 | oeversetten | 2011-09-12 15:02:05 +0200 (Mon, 12 Sep 2011) | 3 lines are there strings for the Date and Time panel? ---------------------------------------------- r37172 | robertplummer | 2011-09-12 14:29:27 +0200 (Mon, 12 Sep 2011) | 1 line [FIX] Updated documentation on newly added parameter ---------------------------------------------- r37171 | marclaporte | 2011-09-12 09:27:57 +0200 (Mon, 12 Sep 2011) | 1 line Add a feature check ---------------------------------------------- r37170 | oeversetten | 2011-09-12 06:46:05 +0200 (Mon, 12 Sep 2011) | 3 lines more strings, the next maybe in a week ---------------------------------------------- r37169 | nkoth | 2011-09-12 04:51:38 +0200 (Mon, 12 Sep 2011) | 1 line [ENH] Do not show empty list when there is nothing to show ---------------------------------------------- r37168 | nkoth | 2011-09-12 04:34:43 +0200 (Mon, 12 Sep 2011) | 1 line [MOD] When in csv mode, should show the short key, not the full label, would be needed in some cases ---------------------------------------------- r37166 | nkoth | 2011-09-12 04:10:36 +0200 (Mon, 12 Sep 2011) | 1 line [FIX] Return ELSE version of content if provided when testing is negative result in edit mode ---------------------------------------------- r37165 | nkoth | 2011-09-12 03:51:35 +0200 (Mon, 12 Sep 2011) | 1 line [FIX][REF] auto-assign and autoincrement fields were not saving when not specified in fields param or when not included in pretty tracker templates, at the same time remove useless non-working feature abt optional fields ---------------------------------------------- r37164 | chealer | 2011-09-12 01:47:56 +0200 (Mon, 12 Sep 2011) | 6 lines [REF][FIX] remove list_categs(), get_child_categories() and get_viewable_child_categories() (unused) Note: get_[viewable_]child_categories() callers use getCategories() instead since r37156. This could cause performance regressions as getCategories() does not cache per perspective / category filter nor per category subtree. getCategories() also has no static cache after permission filtering as get_viewable_child_categories() had. Such caches could be reimplemented in getCategories() if filtering from allcategs is found to be too slow. Avoids unmaintained "allchildcategs" cache. Properly take category filter into account ---------------------------------------------- r37163 | oeversetten | 2011-09-12 01:34:20 +0200 (Mon, 12 Sep 2011) | 3 lines delete some double lines, not to translate one string more often than once ---------------------------------------------- r37161 | nkoth | 2011-09-12 01:00:26 +0200 (Mon, 12 Sep 2011) | 1 line [FIX]missing filters: otherwise {DIV()}{tracker trackerId=1 url=x){DIV} has the url changed to u<x>rl ---------------------------------------------- r37160 | chealer | 2011-09-11 23:33:58 +0200 (Sun, 11 Sep 2011) | 2 lines [FIX] TikiLib: add_group_watch() r32067 regression. Thanks Lindon ---------------------------------------------- r37159 | chealer | 2011-09-11 23:15:59 +0200 (Sun, 11 Sep 2011) | 1 line [REF] add_watch_icons(): tiny clarification ---------------------------------------------- r37158 | chealer | 2011-09-11 23:07:16 +0200 (Sun, 11 Sep 2011) | 3 lines [FIX] CategLib: get_category_descendants() did not return the base category (r37055 regression, oops) Warn on limited intuitiveness Thanks lindon ---------------------------------------------- r37156 | chealer | 2011-09-11 22:44:24 +0200 (Sun, 11 Sep 2011) | 2 lines [REF] call getCategories() instead of get_[viewable_]child_categories(). Note: Review welcome ---------------------------------------------- r37155 | chealer | 2011-09-11 22:07:12 +0200 (Sun, 11 Sep 2011) | 1 line [REF] CategLib: add "roots" type and explicit "all" type to getCategories() filter ---------------------------------------------- r37153 | chealer | 2011-09-11 20:13:09 +0200 (Sun, 11 Sep 2011) | 2 lines [FIX] "Fatal error: Call to a member function get_object_id() on a non-object in lib/filegals/filegallib.php on line 1599" when editing a Wiki page. objectlib always needs to be global. Exposed r37054. Thanks Marc Laporte. ---------------------------------------------- r37152 | chealer | 2011-09-11 20:09:49 +0200 (Sun, 11 Sep 2011) | 1 line [FIX] hasOnlyPrivateBacklinks(): path to objectlib (r37054 regression, oops) ---------------------------------------------- r37150 | marclaporte | 2011-09-11 19:36:06 +0200 (Sun, 11 Sep 2011) | 1 line Changing menu icon so as not to be confused with structures .Thanks Arild ---------------------------------------------- r37148 | arildb | 2011-09-11 19:28:29 +0200 (Sun, 11 Sep 2011) | 1 line [FIX] Add missing table engine specifications ---------------------------------------------- r37144 | changi67 | 2011-09-11 18:02:59 +0200 (Sun, 11 Sep 2011) | 1 line [user:changi:FIX] SVN Property ---------------------------------------------- r37143 | arildb | 2011-09-11 16:46:04 +0200 (Sun, 11 Sep 2011) | 1 line [FIX] Truncate tiki_categories,description data on updates to fit the column and survive in strict mode. ---------------------------------------------- r37142 | oeversetten | 2011-09-11 15:16:10 +0200 (Sun, 11 Sep 2011) | 3 lines Low German growing ---------------------------------------------- r37139 | marclaporte | 2011-09-11 05:54:36 +0200 (Sun, 11 Sep 2011) | 1 line Adding some readme files to help new designers ---------------------------------------------- r37138 | marclaporte | 2011-09-11 05:44:09 +0200 (Sun, 11 Sep 2011) | 1 line moving admin icons is now easy thanks to LP ---------------------------------------------- r37137 | marclaporte | 2011-09-11 05:30:50 +0200 (Sun, 11 Sep 2011) | 1 line Some text area plugins also put next to wiki syntax prefs, because it's related ---------------------------------------------- r37136 | marclaporte | 2011-09-11 05:06:07 +0200 (Sun, 11 Sep 2011) | 1 line make Module zone visibility sections look nicer ---------------------------------------------- r37135 | marclaporte | 2011-09-11 04:49:46 +0200 (Sun, 11 Sep 2011) | 1 line Much more complete quick admin module, which should help new admins ---------------------------------------------- r37134 | oeversetten | 2011-09-11 03:33:58 +0200 (Sun, 11 Sep 2011) | 3 lines Translation growing ---------------------------------------------- r37133 | marclaporte | 2011-09-11 03:29:43 +0200 (Sun, 11 Sep 2011) | 1 line Hide polls in custom module helper unless polls are activated ---------------------------------------------- r37132 | marclaporte | 2011-09-11 03:18:06 +0200 (Sun, 11 Sep 2011) | 1 line more contextual prefs ---------------------------------------------- r37131 | marclaporte | 2011-09-11 03:02:27 +0200 (Sun, 11 Sep 2011) | 1 line update in-app doc for the new better way of handling menus ---------------------------------------------- r37130 | marclaporte | 2011-09-11 02:52:15 +0200 (Sun, 11 Sep 2011) | 1 line better prefs for freetags ---------------------------------------------- r37129 | nkoth | 2011-09-11 02:45:44 +0200 (Sun, 11 Sep 2011) | 1 line [FIX] typo leading to not being able to turn on plugin in admin textarea ---------------------------------------------- r37128 | marclaporte | 2011-09-11 02:15:47 +0200 (Sun, 11 Sep 2011) | 1 line improve admin panel by adding plugin prefs in relevant spot ---------------------------------------------- r37127 | arildb | 2011-09-11 01:26:26 +0200 (Sun, 11 Sep 2011) | 1 line [NEW] Changes to r37114/r37118. Moved functions to installlib, since initlib is included each request ---------------------------------------------- r37126 | nkoth | 2011-09-11 01:15:21 +0200 (Sun, 11 Sep 2011) | 1 line [NEW] Add a way to autosavefields but with the constraint that the new value is saved only if it is greater than the current value. Really useful in multipage trackers to keep tracker of how many stages a user has completed ---------------------------------------------- r37125 | marclaporte | 2011-09-11 01:03:39 +0200 (Sun, 11 Sep 2011) | 1 line Let's try to make this Quickperms feature work and move it from experimental to always on. If it's still not reassuring at release time, we'll turn off ---------------------------------------------- r37124 | marclaporte | 2011-09-11 00:51:45 +0200 (Sun, 11 Sep 2011) | 1 line Adding relevant links to Qucik Admin module ---------------------------------------------- r37123 | marclaporte | 2011-09-11 00:38:04 +0200 (Sun, 11 Sep 2011) | 1 line Ading a link to manage permissions ---------------------------------------------- r37122 | marclaporte | 2011-09-11 00:33:03 +0200 (Sun, 11 Sep 2011) | 1 line Adding links to admin user and groups to the permissions admin panel ---------------------------------------------- r37121 | marclaporte | 2011-09-11 00:29:33 +0200 (Sun, 11 Sep 2011) | 1 line Adding permission link to help new users in thinking of user/group/perm ---------------------------------------------- r37120 | marclaporte | 2011-09-11 00:28:28 +0200 (Sun, 11 Sep 2011) | 1 line For some users, security means permissions so adding a few relevant links in the admin panel ---------------------------------------------- r37119 | marclaporte | 2011-09-11 00:15:12 +0200 (Sun, 11 Sep 2011) | 1 line Moving Site logo & title prefs to the top of the page because it's often used ---------------------------------------------- r37118 | arildb | 2011-09-10 23:59:58 +0200 (Sat, 10 Sep 2011) | 6 lines [NEW] Completes to r37114: URL Rewrite checking during installation on IIS. Notice only shown when URL Rewrite is "detected" as missing. Displayed text is changed. Links to "Windows Server Install" on tiki.org for more info. Translation calls added. Some style fixes. ---------------------------------------------- r37117 | marclaporte | 2011-09-10 23:20:57 +0200 (Sat, 10 Sep 2011) | 1 line Wiki attachment admin panel is findable via Wiki admin panel, and Plugin Alias is now in Text Area ---------------------------------------------- r37116 | nkoth | 2011-09-10 21:16:39 +0200 (Sat, 10 Sep 2011) | 1 line [FIX] Not enough height to prevent scrolling when theme changed to larger font ---------------------------------------------- r37115 | chealer | 2011-09-10 21:08:59 +0200 (Sat, 10 Sep 2011) | 1 line [FIX] Newest Forum Posts module: missing space in title between "by" and user when date and author are disabled (r30487 regression, oops) ---------------------------------------------- r37114 | arildb | 2011-09-10 20:03:26 +0200 (Sat, 10 Sep 2011) | 1 line [NEW] If installing on IIS show a notice about the (highly) recommended installation of URL Rewrite. The notice is only displayed in install step: 0 when IIS is detected, and it indicates the URL Rewrite installation status. Thanks chealer ---------------------------------------------- r37112 | eromneg | 2011-09-10 19:50:41 +0200 (Sat, 10 Sep 2011) | 1 line [FIX] disallow a user from attaching a new file to a wiki page or deleting an existing attached file if the page locked by someone else ---------------------------------------------- r37111 | chealer | 2011-09-10 18:53:44 +0200 (Sat, 10 Sep 2011) | 1 line [FIX] Newest Forum Posts module: forumId parameter. "explode() expects parameter 2 to be string, array given", not working with lists and description. From r26172 ---------------------------------------------- r37110 | oeversetten | 2011-09-10 15:15:23 +0200 (Sat, 10 Sep 2011) | 3 lines Just a rename ---------------------------------------------- r37109 | oeversetten | 2011-09-10 15:13:08 +0200 (Sat, 10 Sep 2011) | 6 lines Consulted dictionary and Low German is the correct term, so I fixed it. If something went wrong, just revert this. Add some translations for "Low German" in several files. ---------------------------------------------- r37108 | changi67 | 2011-09-10 12:04:27 +0200 (Sat, 10 Sep 2011) | 1 line [user:changi:FIX] Svn Properties ---------------------------------------------- r37106 | changi67 | 2011-09-10 11:52:17 +0200 (Sat, 10 Sep 2011) | 1 line [FIX] Syntax error ---------------------------------------------- r37104 | chibaguy | 2011-09-10 08:32:04 +0200 (Sat, 10 Sep 2011) | 1 line [TRA] A few "happy path" strings, thanks to Lauren Mariko Cunningham-Lee. ---------------------------------------------- r37103 | nkoth | 2011-09-10 05:06:31 +0200 (Sat, 10 Sep 2011) | 1 line [NEW] Add a way to preselect an items list field based on value in another field, especially useful with multi-page trackers ---------------------------------------------- r37102 | nkoth | 2011-09-10 04:43:02 +0200 (Sat, 10 Sep 2011) | 1 line [FIX] No bug because parameter irrelevant but anyway just to make sure in case function does something with it in future ---------------------------------------------- r37101 | oeversetten | 2011-09-10 03:47:27 +0200 (Sat, 10 Sep 2011) | 3 lines most of the countries ---------------------------------------------- r37100 | robertplummer | 2011-09-10 02:26:29 +0200 (Sat, 10 Sep 2011) | 1 line [ENH] Added language of forum to forum view ---------------------------------------------- r37099 | robertplummer | 2011-09-10 02:12:13 +0200 (Sat, 10 Sep 2011) | 1 line [ENH] Made sure codemirror could be turned on inside comments ---------------------------------------------- r37098 | nkoth | 2011-09-10 00:01:44 +0200 (Sat, 10 Sep 2011) | 1 line [FIX] saving of autosavefield with value of pref not working ---------------------------------------------- r37097 | nkoth | 2011-09-09 23:49:58 +0200 (Fri, 09 Sep 2011) | 1 line [REF] The use of track should have been gone from Tiki by now with all that refactoring, and anyway it does not seem like ['track'] is being handled anymore anyway ---------------------------------------------- r37096 | nkoth | 2011-09-09 23:45:16 +0200 (Fri, 09 Sep 2011) | 1 line [FIX] autosavefields not saving ---------------------------------------------- r37095 | robertplummer | 2011-09-09 23:37:24 +0200 (Fri, 09 Sep 2011) | 1 line [FIX] Added forum_langauge to profile installer for forums ---------------------------------------------- r37094 | robertplummer | 2011-09-09 23:33:55 +0200 (Fri, 09 Sep 2011) | 1 line [NEW] Added forum language to db and forum admin page ---------------------------------------------- r37093 | oeversetten | 2011-09-09 22:08:41 +0200 (Fri, 09 Sep 2011) | 3 lines I think the days of the green Libyan flag are quite over. ---------------------------------------------- r37090 | nkoth | 2011-09-09 21:53:32 +0200 (Fri, 09 Sep 2011) | 1 line [NEW] Search results formatter for categories listings ---------------------------------------------- r37089 | chealer | 2011-09-09 21:31:19 +0200 (Fri, 09 Sep 2011) | 1 line [FIX] Admin categories: wrong category obtained when editing (Smarty variables conflict). Thanks Nelson Ko. ---------------------------------------------- r37088 | robertplummer | 2011-09-09 20:57:48 +0200 (Fri, 09 Sep 2011) | 1 line [ENH] Added more framework to be ensure that all js is loaded from cache, including js files with src tag ---------------------------------------------- r37087 | oeversetten | 2011-09-09 20:49:36 +0200 (Fri, 09 Sep 2011) | 4 lines Supplement some language self descriptions where they were still in English. ---------------------------------------------- r37086 | nkoth | 2011-09-09 20:33:08 +0200 (Fri, 09 Sep 2011) | 1 line [FIX] Test not triggering in normal use, must have been a mistake ---------------------------------------------- r37085 | oeversetten | 2011-09-09 20:24:23 +0200 (Fri, 09 Sep 2011) | 3 lines A couple of strings more ---------------------------------------------- r37084 | sylvieg | 2011-09-09 20:16:20 +0200 (Fri, 09 Sep 2011) | 1 line [FIX]menu: move the subMenu filter above the selected because the url can be in 2 different submenus ---------------------------------------------- r37083 | sylvieg | 2011-09-09 19:49:27 +0200 (Fri, 09 Sep 2011) | 1 line [FIX]probably a typo ---------------------------------------------- r37082 | chealer | 2011-09-09 19:47:55 +0200 (Fri, 09 Sep 2011) | 1 line fix language.php comments on non-breaking spaces (re-recovered from Jyhem's r35917) ---------------------------------------------- r37081 | sampaioprimo | 2011-09-09 19:12:45 +0200 (Fri, 09 Sep 2011) | 1 line fixing a few strings ---------------------------------------------- r37080 | sampaioprimo | 2011-09-09 19:07:29 +0200 (Fri, 09 Sep 2011) | 1 line get_strings.php: adding back note about punctuation handling ---------------------------------------------- r37079 | oeversetten | 2011-09-09 18:21:08 +0200 (Fri, 09 Sep 2011) | 4 lines Noticed some exchange at Portuguese (English and self description exchanged) Changed self description of Frisian to Frysk, more appropriate I guess. ---------------------------------------------- r37078 | oeversetten | 2011-09-09 18:11:21 +0200 (Fri, 09 Sep 2011) | 5 lines Prepared some flags for Lower German and updated flagmapping.php accordingly. Two flags from Hanseatic times and one half German half Dutch flag. ---------------------------------------------- r37075 | sampaioprimo | 2011-09-09 16:08:34 +0200 (Fri, 09 Sep 2011) | 1 line update code to export translations from the db to use new language.php ---------------------------------------------- r37074 | sampaioprimo | 2011-09-09 16:08:07 +0200 (Fri, 09 Sep 2011) | 1 line add Lower German language ---------------------------------------------- r37072 | sampaioprimo | 2011-09-09 15:15:54 +0200 (Fri, 09 Sep 2011) | 1 line updating language files using new get_strings.php ---------------------------------------------- r37071 | sampaioprimo | 2011-09-09 14:53:34 +0200 (Fri, 09 Sep 2011) | 1 line old get_strings.php replaced with new version ---------------------------------------------- r37070 | sampaioprimo | 2011-09-09 14:53:19 +0200 (Fri, 09 Sep 2011) | 1 line change code comment ---------------------------------------------- r37069 | robertplummer | 2011-09-09 14:29:23 +0200 (Fri, 09 Sep 2011) | 1 line [ENH] Added js file checking to caching for wiki pages, so now you can include js files in your wiki plugins ---------------------------------------------- r37067 | sylvieg | 2011-09-09 13:34:02 +0200 (Fri, 09 Sep 2011) | 1 line [FIX]article: captcha in submission ---------------------------------------------- r37065 | chealer | 2011-09-09 05:49:10 +0200 (Fri, 09 Sep 2011) | 1 line [REF] call getCategories() instead of list_categs() ---------------------------------------------- r37064 | nkoth | 2011-09-09 03:49:53 +0200 (Fri, 09 Sep 2011) | 1 line [ENH] Add ajax validation for passcode in registration ---------------------------------------------- r37063 | nkoth | 2011-09-09 02:43:53 +0200 (Fri, 09 Sep 2011) | 1 line [FIX] When filter identifier is 0, i.e. root category, it breaks and nothing gets returned, e.g. wiki pages show no categories list anymore. Also in general if you can't identify the filter it is going to lead to weird results. ---------------------------------------------- r37062 | nkoth | 2011-09-09 01:44:47 +0200 (Fri, 09 Sep 2011) | 1 line [NEW] Allow syncing of user tracker item language to user system lang. I know there is a preference field but that does not update the tracker item lang and there is another use case where the preference field is better, for example, multilingual user profiles where there is one tracker item for multiple lang user information ---------------------------------------------- r37061 | nkoth | 2011-09-09 01:38:42 +0200 (Fri, 09 Sep 2011) | 1 line [FIX] Language should be updated for trackeritem even on creation, not just update ---------------------------------------------- r37060 | nkoth | 2011-09-09 00:47:45 +0200 (Fri, 09 Sep 2011) | 1 line [FIX] set value of passcode keeps disappering each time page loads ---------------------------------------------- r37059 | nkoth | 2011-09-08 23:50:12 +0200 (Thu, 08 Sep 2011) | 1 line [FIX] User tracker not preserving the user in the tracker ---------------------------------------------- r37058 | chealer | 2011-09-08 23:47:02 +0200 (Thu, 08 Sep 2011) | 2 lines [FIX] getCategories(): only children in descendants element (oops) [REF] list_categs(): use getCategories() $filter (I will miss the previous code) ---------------------------------------------- r37057 | chealer | 2011-09-08 23:07:43 +0200 (Thu, 08 Sep 2011) | 1 line [REF] CategLib: implement "descendants" filter type for getCategories() ---------------------------------------------- r37056 | chealer | 2011-09-08 23:00:14 +0200 (Thu, 08 Sep 2011) | 1 line [REF] CategLib: somewhat document findRoots() ---------------------------------------------- r37055 | chealer | 2011-09-08 22:50:26 +0200 (Thu, 08 Sep 2011) | 3 lines [REF] CategLib: getCategories(): cache and return descendants. Cache roots. get_category_descendants(): Optimize using caches and document. ---------------------------------------------- r37054 | chealer | 2011-09-08 21:24:23 +0200 (Thu, 08 Sep 2011) | 2 lines [REF] declare map_object_type_to_permission() as static. [REF] move map_object_type_to_permission() away from CategLib. moved it to ObjectLib. ---------------------------------------------- r37053 | mlustenberg | 2011-09-08 21:22:49 +0200 (Thu, 08 Sep 2011) | 1 line [FIX] EditLib::parseToWiki() Handling of line breaks within underlined/strikethrough text. ---------------------------------------------- r37052 | mlustenberg | 2011-09-08 21:13:07 +0200 (Thu, 08 Sep 2011) | 1 line [ENH] More tests for EditLib ---------------------------------------------- r37051 | mlustenberg | 2011-09-08 21:08:19 +0200 (Thu, 08 Sep 2011) | 5 lines [FIX] EditLib::parseToWiki() Line break handling of bold and italic text fixed for <span style="font-style:italic"> fixed for <span style="font-weight:bold"> ---------------------------------------------- r37050 | chealer | 2011-09-08 20:58:39 +0200 (Thu, 08 Sep 2011) | 1 line [REF]Comments: remove outdated comment in lock_object_thread() ---------------------------------------------- r37049 | mlustenberg | 2011-09-08 20:46:26 +0200 (Thu, 08 Sep 2011) | 1 line [ENH] EditLib::processInlineTag() Modifications to prepare the code for the processing of <span> that produces wiki inline tags. ---------------------------------------------- r37048 | chealer | 2011-09-08 20:40:39 +0200 (Thu, 08 Sep 2011) | 2 lines [REF] Fold CategLib->approve_submission() into ArtLib->approve_submission(). Note: Unclear why this was separate except for the link with tiki_objects, probably an old assumption now broken. Untested. ---------------------------------------------- r37047 | chealer | 2011-09-08 20:36:20 +0200 (Thu, 08 Sep 2011) | 1 line [REF] CategLib: use TikiLib::lib() ---------------------------------------------- r37046 | chealer | 2011-09-08 19:55:55 +0200 (Thu, 08 Sep 2011) | 2 lines [REF] CategLib: remove get_category_info() Note: this was unused, but if filtering with several categories is needed, please allow it by extending the $filter argument of getCategories() ---------------------------------------------- r37045 | chealer | 2011-09-08 19:29:57 +0200 (Thu, 08 Sep 2011) | 2 lines [REF] listCategs(): Rather than changing categpath elements, add a new relativePathString element to avoid confusion. Note: I may have missed changing a few usages of the relative path, causing longer paths. ---------------------------------------------- r37044 | lphuberdeau | 2011-09-08 18:43:29 +0200 (Thu, 08 Sep 2011) | 1 line [MOD] Moving import ---------------------------------------------- r37043 | chealer | 2011-09-08 18:24:37 +0200 (Thu, 08 Sep 2011) | 1 line [REF] getSortedSubTreeNodes(): pass $categories by reference ---------------------------------------------- r37042 | sylvieg | 2011-09-08 17:54:26 +0200 (Thu, 08 Sep 2011) | 1 line [FIX]textarea: use the default fgal Id when browsing area for File ID ---------------------------------------------- r37039 | sylvieg | 2011-09-08 15:11:33 +0200 (Thu, 08 Sep 2011) | 1 line [FIX]article: author can be null if anonymous submission ---------------------------------------------- r37038 | chealer | 2011-09-08 05:50:50 +0200 (Thu, 08 Sep 2011) | 1 line [REF] get_categorypath(): somewhat document and remove unused parameter include_excluded, despite the nice name ---------------------------------------------- r37037 | nkoth | 2011-09-08 05:01:07 +0200 (Thu, 08 Sep 2011) | 1 line [FIX] If there are no categories for object, then don't bother to getWithParent, otherwise trying to do so with string 'orphan' is nonsense, which now with more rigid checking in categlib causes error ---------------------------------------------- r37036 | chealer | 2011-09-08 04:40:35 +0200 (Thu, 08 Sep 2011) | 1 line [FIX] Sorry, I apparently didn't commit these in r37028 ---------------------------------------------- r37035 | chealer | 2011-09-08 04:36:19 +0200 (Thu, 08 Sep 2011) | 1 line [REF] CategLib: document that remove_category() also removes descendants ---------------------------------------------- r37034 | chealer | 2011-09-08 04:29:50 +0200 (Thu, 08 Sep 2011) | 2 lines [REF] reorder get_category_path_string_with_root() [REF] remove get_category_path(), unused since r37033 ---------------------------------------------- r37033 | chealer | 2011-09-08 04:24:33 +0200 (Thu, 08 Sep 2011) | 1 line [REF] getParents(): optimize. untested ---------------------------------------------- r37032 | chealer | 2011-09-08 02:21:01 +0200 (Thu, 08 Sep 2011) | 3 lines Admin Cagegories: show less when in no category [REF] Optimize paths display ---------------------------------------------- r37031 | chealer | 2011-09-08 01:18:31 +0200 (Thu, 08 Sep 2011) | 4 lines [FIX] HTML special characters encoding [FIX] Smarty notice "Undefined variable: p_info" [REF] Optimize paths display don't set Smarty $path to "Top", nothing expects a string ---------------------------------------------- r37030 | chealer | 2011-09-08 00:27:20 +0200 (Thu, 08 Sep 2011) | 2 lines [FIX] "Fatal error: Uncaught exception 'Exception' with message 'Invalid category identier' in /var/www/tiki/trunk/lib/categories/categlib.php on line 119" when trying to watch a category Extra argument to get_category_path_string_with_root() due to presumed copy-paste error (from r24473) ---------------------------------------------- r37029 | chealer | 2011-09-08 00:22:23 +0200 (Thu, 08 Sep 2011) | 2 lines [REF] get_category_path_string_with_root() [REF] getCategories(): index tepath element by category OIDs ---------------------------------------------- r37028 | chealer | 2011-09-07 23:57:30 +0200 (Wed, 07 Sep 2011) | 1 line [REF] getCategories(): add $filter argument, allowing to only get a specified category or its children ---------------------------------------------- r37026 | sampaioprimo | 2011-09-07 23:09:07 +0200 (Wed, 07 Sep 2011) | 1 line better format for translatable string ---------------------------------------------- r37025 | mlustenberg | 2011-09-07 21:52:06 +0200 (Wed, 07 Sep 2011) | 4 lines [FIX] EditLib::parseToWiki() Fixed line break handling for bold and italic text Remarks: works for <string>, <b>, <em>, <i> Note: spans are not yet fixed ---------------------------------------------- r37024 | lphuberdeau | 2011-09-07 20:53:56 +0200 (Wed, 07 Sep 2011) | 1 line [MOD] Moving the events/todo ---------------------------------------------- r37023 | chealer | 2011-09-07 20:28:53 +0200 (Wed, 07 Sep 2011) | 1 line getCategories(): fix caching (r37015 regression). OOPS ---------------------------------------------- r37022 | chealer | 2011-09-07 20:22:31 +0200 (Wed, 07 Sep 2011) | 1 line [REF] remove static category_cache, unused after r37021 ---------------------------------------------- r37021 | chealer | 2011-09-07 20:18:44 +0200 (Wed, 07 Sep 2011) | 3 lines getCategories(): actually index by category OID. oops [REF] get_category_path_string(): document and optimize get_category(): switch to Cachelib cache "allcategs" ---------------------------------------------- r37020 | chealer | 2011-09-07 19:41:42 +0200 (Wed, 07 Sep 2011) | 1 line [FIX] Smarty notices "Undefined index: categpath", "Undefined index: categname" ---------------------------------------------- r37019 | chealer | 2011-09-07 19:37:37 +0200 (Wed, 07 Sep 2011) | 1 line [FIX] Smarty notice "Undefined index: categpath" and unnecessary newline ---------------------------------------------- r37018 | chealer | 2011-09-07 18:57:22 +0200 (Wed, 07 Sep 2011) | 1 line [REF] Just remove some default arguments ---------------------------------------------- r37017 | robertplummer | 2011-09-07 18:53:45 +0200 (Wed, 07 Sep 2011) | 1 line [FIX] Migrated to new sheet lib ---------------------------------------------- r37016 | robertplummer | 2011-09-07 18:53:30 +0200 (Wed, 07 Sep 2011) | 2 lines [FIX] Brought more info to get_sheet_info [FIX] Got rid of isChild attribute, now use parentSheetId from get_sheet_info ---------------------------------------------- r37015 | chealer | 2011-09-07 18:53:21 +0200 (Wed, 07 Sep 2011) | 9 lines CategLib: revamp getCategories(): Assume that no caller actually wanted a pure sort by name and change $sortByName to $localized, defaulting to true [ENH] Optimize localized calls by adding one cache per language rather than re-sorting translate tepath and categpath when localized [FIX] Properly preorder [FIX] Change siblings sort to use SORT_LOCALE_STRING instead of cmpcatname() (take_away_accent()) hack. This could cause sorting regressions on non-UTF-8 systems. Please see r37006 and contact me if you see one. change apparently unused children element from a count of children to an array of children OIDs, thus linking each category to its children [REF] Index cache by category OIDs, allowing quick lookups avoid relying on get_category_path() when building cache ---------------------------------------------- r37014 | mlustenberg | 2011-09-07 18:52:32 +0200 (Wed, 07 Sep 2011) | 1 line [ENH] more tests for EditLib ---------------------------------------------- r37013 | lphuberdeau | 2011-09-07 18:33:22 +0200 (Wed, 07 Sep 2011) | 1 line [MOD] Move dump tracker ---------------------------------------------- r37012 | robertplummer | 2011-09-07 18:26:48 +0200 (Wed, 07 Sep 2011) | 1 line [ENH] Added the ability to lookup sheet parent from child ---------------------------------------------- r37011 | robertplummer | 2011-09-07 18:26:35 +0200 (Wed, 07 Sep 2011) | 1 line [FIX] Added logic for if not editable at first to keep it read only till user clicks the edit button ---------------------------------------------- r37010 | robertplummer | 2011-09-07 18:26:03 +0200 (Wed, 07 Sep 2011) | 2 lines [ENH] Modified the layout to resemble parent/child structure [NEW] Each sheet, child or parent, calls tiki-sheets_listing.tpl ---------------------------------------------- r37009 | robertplummer | 2011-09-07 18:25:03 +0200 (Wed, 07 Sep 2011) | 1 line [FIX] Removed uneeded data lookups ---------------------------------------------- r37008 | lphuberdeau | 2011-09-07 17:50:25 +0200 (Wed, 07 Sep 2011) | 1 line [FIX] Leftovers ---------------------------------------------- r37007 | lphuberdeau | 2011-09-07 17:42:21 +0200 (Wed, 07 Sep 2011) | 1 line [MOD] Moving export item to ajax controller, item filters are out for the moment, lots of debug info gone as well and progressbar missing, but the code should behavior should be more consistent ---------------------------------------------- r37006 | chealer | 2011-09-07 16:47:15 +0200 (Wed, 07 Sep 2011) | 1 line Attempt setting locales to the system default. Try setting LC_COLLATE to a UTF-8 collation in particular. This is a start and could have undesired side effects. Please contact me if you see any. ---------------------------------------------- r37004 | chealer | 2011-09-07 01:11:33 +0200 (Wed, 07 Sep 2011) | 1 line hacky rename to prevent 20110611_account_fix_primarykeys from causing errors ---------------------------------------------- r37003 | chealer | 2011-09-07 01:06:21 +0200 (Wed, 07 Sep 2011) | 1 line restore problematic accounting tables on sites upgraded to 7.0 or 7.1 on strict mode systems. Completes r34889 ---------------------------------------------- r37002 | chealer | 2011-09-07 00:58:33 +0200 (Wed, 07 Sep 2011) | 1 line [FIX] Failures to create accounting tables when upgrading from 6 on a MySQL server in strict mode. Completes r34899. Untested. Thanks Arild Berg. ---------------------------------------------- r37001 | nkoth | 2011-09-07 00:06:48 +0200 (Wed, 07 Sep 2011) | 1 line [MOD] For range searches, if one end of range is missing, simply drop filter instead of applying just the end as a filter ---------------------------------------------- r37000 | chealer | 2011-09-06 22:51:45 +0200 (Tue, 06 Sep 2011) | 1 line [REF] Cachelib: remove deprecated empty_full_cache() (unused) ---------------------------------------------- r36999 | robertplummer | 2011-09-06 22:04:44 +0200 (Tue, 06 Sep 2011) | 1 line [FIX] Refactoring updates ---------------------------------------------- r36998 | robertplummer | 2011-09-06 22:04:01 +0200 (Tue, 06 Sep 2011) | 1 line [FIX] Refine the want the wikiplugin_sheet for user layout and new lib refactor ---------------------------------------------- r36997 | robertplummer | 2011-09-06 22:02:35 +0200 (Tue, 06 Sep 2011) | 1 line [FIX] check empty ---------------------------------------------- r36996 | robertplummer | 2011-09-06 22:02:06 +0200 (Tue, 06 Sep 2011) | 5 lines [ENH] Refactoring of sheet lib, migration to different files, getting saving / editing / viewing more refined [NEW] Sheet gets a new file, sheetlib.php [ENH] Bring file linking into sheets [ENH] Move from parentSheetId to relationshiplib ---------------------------------------------- r36994 | nkoth | 2011-09-06 21:36:54 +0200 (Tue, 06 Sep 2011) | 1 line [FIX] In fact, semantic feature is needed at point of creation of semantic link otherwise link will not register ---------------------------------------------- r36993 | mlustenberg | 2011-09-06 21:36:03 +0200 (Tue, 06 Sep 2011) | 1 line [ENH] more tests for editlib (fixes are needed...) ---------------------------------------------- r36992 | jonnybradley | 2011-09-06 21:24:58 +0200 (Tue, 06 Sep 2011) | 1 line [FIX] connect: Hopeful fix for demo.t.o not connecting to mother.t.o, even though other setups work ok, by adding params to the $inputConfiguration filter ---------------------------------------------- r36990 | jonnybradley | 2011-09-06 20:23:49 +0200 (Tue, 06 Sep 2011) | 1 line [FIX] connect: Don't use INFORMATION_SCHEMA to get table row counts as some setups (e.g. cpanel) don't have access to that table ---------------------------------------------- r36989 | jonnybradley | 2011-09-06 19:07:49 +0200 (Tue, 06 Sep 2011) | 1 line [KIL] xajax remnants: Some left over parts of old ajaxlib which i tried to bring back to use for mobile_feature, but it didn't help and added to instability in mobile mode. Should be rewritten using Services now. Many comments still in the code in various places as markers for where this is required, tagged with "AJAX_TODO" ---------------------------------------------- r36988 | lphuberdeau | 2011-09-06 18:43:02 +0200 (Tue, 06 Sep 2011) | 1 line [MOD] Moving import/export of tracker definitions, wanted to include the profile export as well, but encountered 4 different fatal errors while testing the feature (code still present for now, but not linked to) ---------------------------------------------- r36987 | nkoth | 2011-09-06 18:02:06 +0200 (Tue, 06 Sep 2011) | 1 line [FIX] If user group home is on, and if set to apply only if logging in from default homepage, then when logging in from elsewhere it should still redirect to page the user was on ---------------------------------------------- r36985 | jonnybradley | 2011-09-06 15:27:29 +0200 (Tue, 06 Sep 2011) | 1 line [FIX] pretty trackers: Fix url param (hopefully... thanks Merbster) ---------------------------------------------- r36984 | jonnybradley | 2011-09-06 15:11:48 +0200 (Tue, 06 Sep 2011) | 1 line [FIX] pretty trackers: Fix showlinks (thanks Merbster) ---------------------------------------------- r36983 | jonnybradley | 2011-09-06 14:55:35 +0200 (Tue, 06 Sep 2011) | 1 line [DOC] search modules: Mark old ones as deprecated - long over due, should be migrated with an upgrade script (for Tiki9 if not before) ---------------------------------------------- r36981 | xavidp | 2011-09-06 14:06:33 +0200 (Tue, 06 Sep 2011) | 1 line [FIX]typo and wording ---------------------------------------------- r36978 | xavidp | 2011-09-06 13:42:14 +0200 (Tue, 06 Sep 2011) | 1 line [FIX]Update help with info for sections ---------------------------------------------- r36977 | xavidp | 2011-09-06 10:07:57 +0200 (Tue, 06 Sep 2011) | 1 line [ENH]Minor cosmetic and usability fixes. Thanks chibaguy for the change in different buttons so that they look more similar, and jonnyb for tips (and for fixing csv import in your previous commit, of course). ---------------------------------------------- r36976 | nkoth | 2011-09-06 08:30:02 +0200 (Tue, 06 Sep 2011) | 1 line [FIX] Fix broken registration with pretty tracker template ---------------------------------------------- r36975 | nkoth | 2011-09-06 08:27:09 +0200 (Tue, 06 Sep 2011) | 1 line [FIX] Make space between field and mandatory star consistent with pretty tracker fields ---------------------------------------------- r36974 | nkoth | 2011-09-06 08:18:45 +0200 (Tue, 06 Sep 2011) | 1 line [FIX] Prevent visual showing of captcha key which is returned on generation and no need to reget it ---------------------------------------------- r36973 | robertplummer | 2011-09-06 02:25:10 +0200 (Tue, 06 Sep 2011) | 1 line [ENH] Added ability to search for files by file type from list file gallery ---------------------------------------------- r36972 | nkoth | 2011-09-06 02:16:52 +0200 (Tue, 06 Sep 2011) | 1 line [FIX] If everything in the tabs plugin is already parsed in wikiplugin_tabs.php, the contents should not be parsed once more ---------------------------------------------- r36970 | nkoth | 2011-09-06 01:35:19 +0200 (Tue, 06 Sep 2011) | 1 line [MOD][FIX] (1) in breadcrumb the current location should not be a link, (2) instead of showing next and prev links when viewing a reply to a post since they are really confusing, clarify what the user is viewing and link to parent post, (3) fix some missing space before the square brackets (4) add ability to add freetags without having to edit the post ---------------------------------------------- r36969 | robertplummer | 2011-09-06 01:30:05 +0200 (Tue, 06 Sep 2011) | 1 line [ENH] Added modals for each time a new linked sheet is added ---------------------------------------------- r36968 | nkoth | 2011-09-06 00:51:47 +0200 (Tue, 06 Sep 2011) | 1 line [REF] Avoid using function in tikilib which is just for backward compatibility ---------------------------------------------- r36967 | nkoth | 2011-09-06 00:29:31 +0200 (Tue, 06 Sep 2011) | 1 line [FIX] Need to update search index otherwise result won't show in some cases, e.g. posting new forum post ---------------------------------------------- r36966 | nkoth | 2011-09-06 00:26:01 +0200 (Tue, 06 Sep 2011) | 1 line [FIX] Recently new plugins need to update search index ---------------------------------------------- r36964 | nkoth | 2011-09-05 23:58:12 +0200 (Mon, 05 Sep 2011) | 1 line [FIX] Keep freetags_text as separate field even after it is merged into contents. Without this, for some reason searching for development did not return item with tag development, but searching for develop did, possibly due to some kind of stemming going on which would be less likely in the case of a separate field I suppose. ---------------------------------------------- r36962 | arildb | 2011-09-05 23:27:44 +0200 (Mon, 05 Sep 2011) | 1 line [FIX] Make tiki_actionlog handle comments like: <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">=><!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\"> ---------------------------------------------- r36961 | sampaioprimo | 2011-09-05 22:56:50 +0200 (Mon, 05 Sep 2011) | 1 line new get strings: backup original language file ---------------------------------------------- r36960 | sampaioprimo | 2011-09-05 22:47:20 +0200 (Mon, 05 Sep 2011) | 1 line new get_strings.php: support custom language file name ---------------------------------------------- r36958 | lindonb | 2011-09-05 22:29:41 +0200 (Mon, 05 Sep 2011) | 1 line Variable typos ---------------------------------------------- r36957 | lindonb | 2011-09-05 22:17:08 +0200 (Mon, 05 Sep 2011) | 1 line [FIX] Wrong filter was changing default coordinates input ---------------------------------------------- r36956 | lindonb | 2011-09-05 21:58:57 +0200 (Mon, 05 Sep 2011) | 1 line [ENH] Add ability to set a marker for default coordinates, add a text bubble, move toggle text and change text according to display status, greater control over display of controls. I know google map is on its way out, but needed something quick and committing back in th hopes that these features are replicated when open layers is fully implemented. ---------------------------------------------- r36953 | lphuberdeau | 2011-09-05 20:53:43 +0200 (Mon, 05 Sep 2011) | 1 line [MOD] Some additional clean-up, moving duplicate tracker logic out ---------------------------------------------- r36952 | mlustenberg | 2011-09-05 20:48:38 +0200 (Mon, 05 Sep 2011) | 1 line [FIX] The CKE UI expects <u> for underline and <strike> for strikethrough. ---------------------------------------------- r36950 | lphuberdeau | 2011-09-05 20:41:24 +0200 (Mon, 05 Sep 2011) | 1 line [FIX] Looks like a typo to me ---------------------------------------------- r36949 | nkoth | 2011-09-05 20:01:48 +0200 (Mon, 05 Sep 2011) | 1 line [MOD][FIX] If datetime field is mandatory and starting value is set to blank, it should be better to keep it blank so the user is forced to choose something rather than default to something which may be wrong ---------------------------------------------- r36948 | nkoth | 2011-09-05 18:52:16 +0200 (Mon, 05 Sep 2011) | 1 line [FIX] Limit effect to english in multilingual sites ---------------------------------------------- r36947 | robertplummer | 2011-09-05 18:32:22 +0200 (Mon, 05 Sep 2011) | 1 line [FIX] Moved some logic around to make more simple, and refine the editing process from user standpoint ---------------------------------------------- r36946 | lphuberdeau | 2011-09-05 17:39:27 +0200 (Mon, 05 Sep 2011) | 1 line [MERGE] Manual merges of commits highlighted by chealer ---------------------------------------------- r36945 | lphuberdeau | 2011-09-05 17:20:00 +0200 (Mon, 05 Sep 2011) | 1 line [FIX] Multibyte characters not fully handled causes trouble under certain configurations, detected under windows, causing permissions not to be checked correctly when uppercase multibyte character were used in the page name, the patch updates past installs and uses mb_strtolower when available, also fixing similar issues that might arise in the code ---------------------------------------------- r36944 | robertplummer | 2011-09-05 17:10:52 +0200 (Mon, 05 Sep 2011) | 1 line [FIX] A bunch of tiki sheet refactoring to make more stable ---------------------------------------------- r36943 | lphuberdeau | 2011-09-05 16:49:18 +0200 (Mon, 05 Sep 2011) | 1 line [MOD]?\194?\160Adding create tracker dialog ---------------------------------------------- r36942 | lphuberdeau | 2011-09-05 16:47:38 +0200 (Mon, 05 Sep 2011) | 1 line [FIX]?\194?\160Parse error ---------------------------------------------- r36941 | lphuberdeau | 2011-09-05 16:16:33 +0200 (Mon, 05 Sep 2011) | 2 lines [MOD]?\194?\160Dialog for edit tracker, new tracker form coming up soon, handling of batch/todo as well (will be a separate form) ---------------------------------------------- r36939 | jonnybradley | 2011-09-05 15:10:00 +0200 (Mon, 05 Sep 2011) | 1 line [FIX] banning: Parse dates to unix timestamps on import, set content-type to csv for csv files and reorganise request processing a bit ---------------------------------------------- r36938 | jonnybradley | 2011-09-05 14:52:53 +0200 (Mon, 05 Sep 2011) | 1 line banlib: indentation ---------------------------------------------- r36937 | arildb | 2011-09-05 14:00:13 +0200 (Mon, 05 Sep 2011) | 1 line [FIX] Use the correct include based on the PHPUnit version. ---------------------------------------------- r36936 | chibaguy | 2011-09-05 12:39:57 +0200 (Mon, 05 Sep 2011) | 1 line [FIX] Consistency in appearance of input, button and span class="button" a. Thanks to xavi for pointing out the problem. ---------------------------------------------- r36934 | arildb | 2011-09-05 11:36:09 +0200 (Mon, 05 Sep 2011) | 2 lines [FIX] Report the underlying error message to the user to help identify the real cause of the error. Specifically for Zotero authentication, when SSL in not activated in PHP. ---------------------------------------------- r36933 | nkoth | 2011-09-05 07:39:41 +0200 (Mon, 05 Sep 2011) | 1 line [NEW] Plugin to Displays a simple button that toggles i.e. adds or removes a pre-specified relation. ---------------------------------------------- r36932 | nkoth | 2011-09-05 05:30:18 +0200 (Mon, 05 Sep 2011) | 1 line [FIX] Proper perms checking ---------------------------------------------- r36931 | nkoth | 2011-09-05 04:37:32 +0200 (Mon, 05 Sep 2011) | 1 line [FIX] Blank freetags should not be returned as No title specified ---------------------------------------------- r36930 | robertplummer | 2011-09-05 02:09:19 +0200 (Mon, 05 Sep 2011) | 1 line [ENH] Put in some ground work for order, but not yet supported ---------------------------------------------- r36929 | robertplummer | 2011-09-05 01:51:25 +0200 (Mon, 05 Sep 2011) | 3 lines [ENH] Made trackers attached to spreadsheets update, so you can finally remove and add them [FIX] Tracker names inside spreadsheets [ENH] Changed the ajax from $.ajax to $.post, to simplify the process of saving sheets ---------------------------------------------- r36928 | chealer | 2011-09-05 00:45:43 +0200 (Mon, 05 Sep 2011) | 1 line [REF] CODE plugin: remove unused globals ---------------------------------------------- r36925 | chealer | 2011-09-05 00:33:49 +0200 (Mon, 05 Sep 2011) | 2 lines [ENH] Pick avatar: show both versions of the avatar more clearly when using user_store_file_gallery_picture [FIX] Undefined variable: user_picture_id when the user has an avatar but no full-size picture ---------------------------------------------- r36924 | robertplummer | 2011-09-04 22:19:19 +0200 (Sun, 04 Sep 2011) | 1 line [FIX] Fixes to get sheet working with the new event model. ---------------------------------------------- r36923 | jonnybradley | 2011-09-04 21:13:49 +0200 (Sun, 04 Sep 2011) | 1 line [FIX] banning: typo (testing is good, sorry ;) ---------------------------------------------- r36922 | jonnybradley | 2011-09-04 20:57:45 +0200 (Sun, 04 Sep 2011) | 1 line [FIX] banning: Don't try and update rules that don't exist here (thanks Xavi) ---------------------------------------------- r36921 | jonnybradley | 2011-09-04 20:49:56 +0200 (Sun, 04 Sep 2011) | 2 lines [ENH] date picker: Add time selectors to jquery-ui version of jscalendar thanks to the timepicker addon . Currently usable in trackers (was falling back to original jscalendar), other uses to come. TODO: Kil jscalendar at last? ---------------------------------------------- r36919 | nkoth | 2011-09-04 20:21:12 +0200 (Sun, 04 Sep 2011) | 1 line [ENH] Allow forgetting of last search via query string if recalllastsearch feature param is on ---------------------------------------------- r36918 | nkoth | 2011-09-04 20:06:49 +0200 (Sun, 04 Sep 2011) | 1 line [ENH] Allow setting of default categories to search via query string ---------------------------------------------- r36917 | chealer | 2011-09-04 19:58:18 +0200 (Sun, 04 Sep 2011) | 1 line [REF] just reorder code ---------------------------------------------- r36916 | jonnybradley | 2011-09-04 19:55:42 +0200 (Sun, 04 Sep 2011) | 1 line [ENH] banning: Export section data and create or update rules on import. More tidying to do... ---------------------------------------------- r36915 | gta74 | 2011-09-04 19:05:35 +0200 (Sun, 04 Sep 2011) | 1 line [TRA] keeping german translations up to date ---------------------------------------------- r36914 | xavidp | 2011-09-04 18:55:10 +0200 (Sun, 04 Sep 2011) | 1 line [ENH]Work in progress to add Import banning rules by means of a CSV file. ---------------------------------------------- r36913 | nkoth | 2011-09-04 18:13:35 +0200 (Sun, 04 Sep 2011) | 1 line [ENH] Allow simulation of random results when showing short list, of course not compatible with pagination ---------------------------------------------- r36912 | jonnybradley | 2011-09-04 18:04:58 +0200 (Sun, 04 Sep 2011) | 1 line [FIX] banning: Pass the data only to the export function ---------------------------------------------- r36911 | mlustenberg | 2011-09-04 17:51:01 +0200 (Sun, 04 Sep 2011) | 1 line [FIX] Parse bold/italic and monospaced when loading data into the CKE ---------------------------------------------- r36909 | mlustenberg | 2011-09-04 17:31:25 +0200 (Sun, 04 Sep 2011) | 1 line [ENH] toolbar of WYSIWYG-Wiki: add more tools ---------------------------------------------- r36908 | xavidp | 2011-09-04 17:30:50 +0200 (Sun, 04 Sep 2011) | 1 line [ENH]Work in progress to add CSV export of banning rules. In a later stage, CSV import will be added. ---------------------------------------------- r36904 | xavidp | 2011-09-04 16:14:42 +0200 (Sun, 04 Sep 2011) | 1 line [FIX]Increase maximum time frame for banning from 1 to 100 weeks ---------------------------------------------- r36901 | xavidp | 2011-09-04 15:48:49 +0200 (Sun, 04 Sep 2011) | 1 line [ENH]First step to enhance spam fight a little easier. Added IP info to data exported with csv file. Sencond step (still to come) would be to allow some csv import for admin banning... ---------------------------------------------- r36900 | robertplummer | 2011-09-04 15:35:06 +0200 (Sun, 04 Sep 2011) | 3 lines [ENH] Made syntax highlighter callable through preferences [FIX] Return false for codemirror check kills the plugin, just return, and it stays in the $.fn.each [ENH] Brought codemirror to admin panel look and feel ---------------------------------------------- r36899 | mlustenberg | 2011-09-04 15:09:50 +0200 (Sun, 04 Sep 2011) | 4 lines [MOD] wysiwyg_htmltowiki: clean out the toolbar - start with inline tools only (some fixes will be required) - the toolbar will be extended after the fixes have been implemented ---------------------------------------------- r36898 | mlustenberg | 2011-09-04 14:51:41 +0200 (Sun, 04 Sep 2011) | 5 lines [REF] wysiwyg_htmltowiki: no wysiwyg decision (html or wiki) outside of editmode.php. The flag disable_wysiwyg_html is now embedded as a hidden input into the editing page. When the client requests a data conversion to html, the disable_wysiwyg_html flag is packed into $_REQUEST. ---------------------------------------------- r36897 | mlustenberg | 2011-09-04 14:29:42 +0200 (Sun, 04 Sep 2011) | 1 line [FIX] wysiwyg_htmltowiki did not respect the pref tree (prerequisites: feature_wysiwyg=y, wysiwyg_wiki_parsed=y) ---------------------------------------------- r36896 | arildb | 2011-09-04 14:19:08 +0200 (Sun, 04 Sep 2011) | 1 line [FIX] Shoutbox insert error due to missing tweetId fixed. Now tweetId default = 0 in db table ---------------------------------------------- r36895 | robertplummer | 2011-09-04 14:01:04 +0200 (Sun, 04 Sep 2011) | 1 line [FIX] Removed further reference to deleted php file ---------------------------------------------- r36894 | nkoth | 2011-09-04 08:05:36 +0200 (Sun, 04 Sep 2011) | 1 line [ENH] Allow limiting of groups only to groups that include a certain other group ---------------------------------------------- r36893 | nkoth | 2011-09-04 07:22:20 +0200 (Sun, 04 Sep 2011) | 1 line [ENH] Allow read only mode ---------------------------------------------- r36892 | nkoth | 2011-09-04 07:06:00 +0200 (Sun, 04 Sep 2011) | 1 line [ENH] Allow setting of sort mode ---------------------------------------------- r36891 | nkoth | 2011-09-04 04:37:16 +0200 (Sun, 04 Sep 2011) | 1 line [FIX] Preventing irritating nonbreaking space prepend when there is nothing set actually ---------------------------------------------- r36890 | nkoth | 2011-09-04 04:20:42 +0200 (Sun, 04 Sep 2011) | 1 line [NEW] Smarty modifier to add a, an, A, or An before word depending on vowel ---------------------------------------------- r36889 | nkoth | 2011-09-04 03:41:15 +0200 (Sun, 04 Sep 2011) | 1 line [FIX] Avatar not showing, showing encoded html code instead ---------------------------------------------- r36888 | chealer | 2011-09-04 03:24:41 +0200 (Sun, 04 Sep 2011) | 1 line [REF] getCategories(): just reorder ---------------------------------------------- r36887 | nkoth | 2011-09-04 03:02:01 +0200 (Sun, 04 Sep 2011) | 1 line [FIX] Refactor trackersync gruops to not depend on value of category field which is unreliable since it is updated only when the trackeritem itself is saved ---------------------------------------------- r36886 | nkoth | 2011-09-04 03:00:56 +0200 (Sun, 04 Sep 2011) | 1 line [REF] call function instead of direct query ---------------------------------------------- r36885 | robertplummer | 2011-09-04 02:45:43 +0200 (Sun, 04 Sep 2011) | 1 line [FIX] Moved out of plugin files for better management and caching ---------------------------------------------- r36882 | arildb | 2011-09-04 00:47:51 +0200 (Sun, 04 Sep 2011) | 1 line [FIX] Fix "Permission denied" error when trying to monitor sub structure. Bug# 2985 ---------------------------------------------- r36881 | nkoth | 2011-09-04 00:38:53 +0200 (Sun, 04 Sep 2011) | 1 line [FIX] When user does not have permission to add objects to a category, when he adds himself to a group, he can't categorize his own tracker item since his Perms are based on his old groups... ---------------------------------------------- r36879 | chealer | 2011-09-03 23:27:05 +0200 (Sat, 03 Sep 2011) | 1 line [FIX] Admin Categories: oops, probably shouldn't consider the category filter ---------------------------------------------- r36878 | chealer | 2011-09-03 23:23:43 +0200 (Sat, 03 Sep 2011) | 1 line [REF] re-remove list_all_categories(), now unused ---------------------------------------------- r36877 | chealer | 2011-09-03 23:21:28 +0200 (Sat, 03 Sep 2011) | 1 line [ENH] Switch Admin Categories to TreeMaker (like Browse Categories), using category cache ---------------------------------------------- r36876 | nkoth | 2011-09-03 21:29:14 +0200 (Sat, 03 Sep 2011) | 1 line [NEW] Add datetime formatter to search ---------------------------------------------- r36875 | jonnybradley | 2011-09-03 21:28:18 +0200 (Sat, 03 Sep 2011) | 1 line [FIX] perms admin: Tree Table needs to be sorted by type ---------------------------------------------- r36874 | nkoth | 2011-09-03 21:25:18 +0200 (Sat, 03 Sep 2011) | 1 line [MOD] To be consistent with smarty modifiers that do the same thing, just leave a space instead of adding square brackets around time. Besides square brackets have a tendency of becoming links in parsed situations ---------------------------------------------- r36873 | nkoth | 2011-09-03 20:47:34 +0200 (Sat, 03 Sep 2011) | 1 line [ENH] Apply the _firstlabel argument to normal select, not just category selects ---------------------------------------------- r36872 | chealer | 2011-09-03 20:34:56 +0200 (Sat, 03 Sep 2011) | 2 lines [REF] add_watch_icons(): remove odd includes ---------------------------------------------- r36871 | chealer | 2011-09-03 20:24:19 +0200 (Sat, 03 Sep 2011) | 2 lines oops (forgotten in last commit) ---------------------------------------------- r36870 | chealer | 2011-09-03 20:19:28 +0200 (Sat, 03 Sep 2011) | 2 lines [REF] remove unused class treenode[select], only for CatBrowseTreeMaker. probably not needed in browse_categories ---------------------------------------------- r36869 | chealer | 2011-09-03 19:49:52 +0200 (Sat, 03 Sep 2011) | 2 lines [FIX] Undefined index: objects/children (from r3050, apparently never worked) ---------------------------------------------- r36868 | jonnybradley | 2011-09-03 19:47:05 +0200 (Sat, 03 Sep 2011) | 1 line [ENH] listfilter: Add clear input button ---------------------------------------------- r36867 | jonnybradley | 2011-09-03 19:37:33 +0200 (Sat, 03 Sep 2011) | 1 line [FIX] memberlist: Var name conflict on inner loop ---------------------------------------------- r36866 | chealer | 2011-09-03 18:49:38 +0200 (Sat, 03 Sep 2011) | 1 line [REF] CategLib: merge get_all_categories_respect_perms() in getCategories(), adding $considerPermissions. $user was unused, $permission is now just 'view_category' as nothing else was used up to now ---------------------------------------------- r36865 | jonnybradley | 2011-09-03 18:29:09 +0200 (Sat, 03 Sep 2011) | 1 line [ENH] connect: Use async to show/hide the prefs and voting buttons as on a heavy page (such as features) it was locking up the browser rather badly. ---------------------------------------------- r36863 | jonnybradley | 2011-09-03 17:25:57 +0200 (Sat, 03 Sep 2011) | 2 lines [ENH] maps: Add ability to use any icons for map marker, by specifying src etc on in the HTML. Deploy in connect admin panel to show Tiki icons for connected Tikis (added a copy of favicon.png in img/tiki for branding completeness) ---------------------------------------------- r36862 | jonnybradley | 2011-09-03 16:18:16 +0200 (Sat, 03 Sep 2011) | 1 line [FIX] map: Update zoom in target-field ---------------------------------------------- r36861 | jonnybradley | 2011-09-03 15:38:10 +0200 (Sat, 03 Sep 2011) | 1 line [FIX] connect: Include map js files (was using the Locator module includes in my tests) ---------------------------------------------- r36860 | jonnybradley | 2011-09-03 15:16:52 +0200 (Sat, 03 Sep 2011) | 1 line [FIX] modules: Notices (appearing in dialog on some setups) ---------------------------------------------- r36859 | jonnybradley | 2011-09-03 15:05:54 +0200 (Sat, 03 Sep 2011) | 1 line [FIX] themegen: Use correct tabs cookie to set tab display on look & feel ---------------------------------------------- r36858 | jonnybradley | 2011-09-03 14:39:36 +0200 (Sat, 03 Sep 2011) | 1 line [REF] memberlist: Use group id for tab DOM ids and KIL smarty_modifier_to_id that never should have existed in the first place ---------------------------------------------- r36857 | jonnybradley | 2011-09-03 14:32:43 +0200 (Sat, 03 Sep 2011) | 1 line [FIX] clean_id_string() Revert r36840 - documentation and functionality was altered but not the function's uses ---------------------------------------------- r36856 | sylvieg | 2011-09-03 13:15:06 +0200 (Sat, 03 Sep 2011) | 1 line [merge 36277][FIX]SUBSCRIBENEWSLETTER: since 34625: user and email are in lower case since around 34625 ---------------------------------------------- r36855 | changi67 | 2011-09-03 10:52:47 +0200 (Sat, 03 Sep 2011) | 1 line [FIX] Restore category path when multinligual is off - thx chealer ---------------------------------------------- r36854 | chealer | 2011-09-03 07:59:14 +0200 (Sat, 03 Sep 2011) | 1 line [REF] CategLib: merge private get_category_cache() and public get_all_categories() to public getCategories() ---------------------------------------------- r36853 | nkoth | 2011-09-03 07:51:10 +0200 (Sat, 03 Sep 2011) | 1 line [NEW] Add ability to move all items from a category of the same name but under a different parent as the one being updated/created by a profile to this category ---------------------------------------------- r36852 | nkoth | 2011-09-03 06:27:06 +0200 (Sat, 03 Sep 2011) | 1 line [ENH] Allow for fixed hidden fields/values to be preset in datachannel plugin ---------------------------------------------- r36851 | nkoth | 2011-09-03 05:46:09 +0200 (Sat, 03 Sep 2011) | 1 line [FIX] missed out one more from last commit ---------------------------------------------- r36849 | nkoth | 2011-09-03 05:17:43 +0200 (Sat, 03 Sep 2011) | 1 line [FIX] Follow up from r36845 to allow for skipping of new input specific check when simply showing UI, and make sure input check when done is generic ---------------------------------------------- r36848 | nkoth | 2011-09-03 04:19:02 +0200 (Sat, 03 Sep 2011) | 1 line [DOC] Add some indication of feature added in r36845 ---------------------------------------------- r36845 | nkoth | 2011-09-03 03:37:42 +0200 (Sat, 03 Sep 2011) | 1 line [ENH] Allow additional checking of :input$ matching groups before data channel is executed ---------------------------------------------- r36844 | robertplummer | 2011-09-03 02:35:24 +0200 (Sat, 03 Sep 2011) | 1 line [FIX] Moved js removal to headerlib from wikilib ---------------------------------------------- r36843 | nkoth | 2011-09-03 02:09:33 +0200 (Sat, 03 Sep 2011) | 1 line [FIX] Prevent class already declared error ---------------------------------------------- r36842 | robertplummer | 2011-09-03 02:07:57 +0200 (Sat, 03 Sep 2011) | 1 line [FIX] Remove double loadings of codemirror ---------------------------------------------- r36841 | chealer | 2011-09-03 00:40:22 +0200 (Sat, 03 Sep 2011) | 1 line [REF] to_id modifier: fix/update documentation and advise to avoid ---------------------------------------------- r36840 | chealer | 2011-09-03 00:34:24 +0200 (Sat, 03 Sep 2011) | 4 lines clean_id_string(): [FIX] HTML special characters encoding [REF] Do not remove accents, should not be needed anymore with "HTML 5" advise to avoid ---------------------------------------------- r36839 | nkoth | 2011-09-02 23:58:26 +0200 (Fri, 02 Sep 2011) | 1 line [ENH] Allow calculation of percentage out of site users vs just specified groups ---------------------------------------------- r36837 | nkoth | 2011-09-02 23:51:54 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] Database error ---------------------------------------------- r36836 | nkoth | 2011-09-02 23:45:39 +0200 (Fri, 02 Sep 2011) | 1 line [MOD] Is there a reason why percentage sign was before the number? ---------------------------------------------- r36835 | nkoth | 2011-09-02 23:44:44 +0200 (Fri, 02 Sep 2011) | 1 line [MOD] Improve headings and column order of table ---------------------------------------------- r36834 | robertplummer | 2011-09-02 23:34:45 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] removed base from running as it runs from tiki already. ---------------------------------------------- r36833 | robertplummer | 2011-09-02 23:00:25 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] Since textarea overrides plugin settings, ensure that the textarea's settings updated when changing syntax/mode ---------------------------------------------- r36832 | robertplummer | 2011-09-02 22:50:59 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] Better parent selector for textarea resizable from codemirror, select only the editor's parent, not every one ---------------------------------------------- r36831 | robertplummer | 2011-09-02 22:31:42 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] Ensure no double loading of syntax highlighter ---------------------------------------------- r36830 | robertplummer | 2011-09-02 22:24:18 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] Styling fixes to make codemirror resemble geshi in when readOnly ---------------------------------------------- r36829 | robertplummer | 2011-09-02 22:13:55 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] Override was set wrong for modes ---------------------------------------------- r36828 | robertplummer | 2011-09-02 22:10:54 +0200 (Fri, 02 Sep 2011) | 4 lines [ENH] Made param "colors" turn into a select object filled with the options from codemirror for codemirror plugin help [FIX] A few refinements to code to get it more usable [FIX] Added attribute of colors (php) to the pre element on the page so that codemirror could pick it up [FIX] Killed the code plugin inside of codemirror_tiki.php, it needs to be with the plugin, now that it is much more stable, and we know how it is integrated, it is easier to have it all together from the plugin point of view ---------------------------------------------- r36827 | mlustenberg | 2011-09-02 21:57:14 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] wysiwyg_htmltowiki: multiple editor switches (without saving) lead to faulty syntax conversions ---------------------------------------------- r36826 | jonnybradley | 2011-09-02 20:56:23 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] clean_id_string: Simplify and extend regex to clean all non-word chars (and add a little doc) ---------------------------------------------- r36825 | jonnybradley | 2011-09-02 20:45:32 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] clean_id_string is now static and smarty_modifier_escape was already being used (testing is good) ---------------------------------------------- r36824 | jonnybradley | 2011-09-02 20:42:36 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] clean_id_string is now static ---------------------------------------------- r36823 | robertplummer | 2011-09-02 20:38:35 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] Remove allowing codemirror to set multi modes at the same time, it just doesn't support them ---------------------------------------------- r36822 | robertplummer | 2011-09-02 20:30:07 +0200 (Fri, 02 Sep 2011) | 2 lines [FIX] Brought codemirror 2 to be able to use new mode structure, had to create new way of joining mime types with syntax [ENH] Added a mime type for language "R" ---------------------------------------------- r36821 | jonnybradley | 2011-09-02 20:24:27 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] trackers: Add item to item link list: validate form before submitting ---------------------------------------------- r36820 | chealer | 2011-09-02 20:14:35 +0200 (Fri, 02 Sep 2011) | 1 line [REF] move id "escapement type" to a new modifier, to_id, as it wasn't a real escapement ---------------------------------------------- r36819 | chealer | 2011-09-02 19:35:38 +0200 (Fri, 02 Sep 2011) | 1 line [REF] CategLib: fold public build_cache() in private get_category_cache() ---------------------------------------------- r36818 | chealer | 2011-09-02 19:33:14 +0200 (Fri, 02 Sep 2011) | 1 line [REF] TikiLib: declare take_away_accents() and clean_id_string() as static ---------------------------------------------- r36817 | jonnybradley | 2011-09-02 19:04:56 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] memberlist: Fix group names with spaces etc in using escape:id ---------------------------------------------- r36816 | jonnybradley | 2011-09-02 19:00:18 +0200 (Fri, 02 Sep 2011) | 1 line [REF] Create $tikilib->clean_id_string() to remove spaces and accents from strings for use as id's etc. Deployed in several places (look out for more) and added to smarty_modifier_escape as 'id' option (also added a couple of missing chars to take_away_accent) ---------------------------------------------- r36815 | nkoth | 2011-09-02 18:57:52 +0200 (Fri, 02 Sep 2011) | 1 line [ENH] Allow setting of max number to list ---------------------------------------------- r36814 | chealer | 2011-09-02 18:51:17 +0200 (Fri, 02 Sep 2011) | 1 line [REF] File galleries: remove hopefully unneeded call to categlib->build_cache() (untested) ---------------------------------------------- r36813 | chealer | 2011-09-02 18:38:10 +0200 (Fri, 02 Sep 2011) | 1 line [REF] get_all_categories(): remove outdated comment ---------------------------------------------- r36812 | chealer | 2011-09-02 18:36:03 +0200 (Fri, 02 Sep 2011) | 1 line [REF] list_categs(): minor optimization and start listing related functions in case someone has the courage to merge them ---------------------------------------------- r36811 | chealer | 2011-09-02 17:06:27 +0200 (Fri, 02 Sep 2011) | 1 line [REF] get_viewable_child_categories(): remove special case for empty (optimization?) ---------------------------------------------- r36810 | nkoth | 2011-09-02 16:20:15 +0200 (Fri, 02 Sep 2011) | 1 line [MOD] use newer way to loadPlugin ---------------------------------------------- r36809 | chealer | 2011-09-02 16:02:22 +0200 (Fri, 02 Sep 2011) | 1 line list_all_categories(): optional parameters cannot precede required parameters ---------------------------------------------- r36808 | jonnybradley | 2011-09-02 15:55:50 +0200 (Fri, 02 Sep 2011) | 1 line [DOC] connect: Adding some notes, help links and hiding irrelevant prefs ---------------------------------------------- r36807 | chealer | 2011-09-02 15:44:09 +0200 (Fri, 02 Sep 2011) | 1 line [REF] Categlib: re-remove get_all_categories_ext(), following HEAD refresh operation ---------------------------------------------- r36806 | jonnybradley | 2011-09-02 14:39:12 +0200 (Fri, 02 Sep 2011) | 1 line [ENH] connect: Search and display recent connections plus various small fixes and improvements ---------------------------------------------- r36805 | jonnybradley | 2011-09-02 13:33:39 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] OpenLayers: Move Attribution so it's not covering up the zoom out button in the module (and looks tidier on tiki-user_preferences.php etc) ---------------------------------------------- r36804 | jonnybradley | 2011-09-02 12:06:14 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] textareas: Only need to test each param isset once, and juggle a little logic to simplify things ---------------------------------------------- r36803 | changi67 | 2011-09-02 08:36:23 +0200 (Fri, 02 Sep 2011) | 1 line Cycle should be placed on tr and not td ---------------------------------------------- r36802 | chealer | 2011-09-02 08:02:46 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] Categories: correctly maintain childcategs cache on updates and removals (from r28091) ---------------------------------------------- r36801 | chealer | 2011-09-02 07:31:32 +0200 (Fri, 02 Sep 2011) | 1 line fix svn:keywords (Id). for some reason, Aptana quietly fails to set this on new files ---------------------------------------------- r36800 | chealer | 2011-09-02 07:26:22 +0200 (Fri, 02 Sep 2011) | 4 lines [user:chealer:FINISHOFF] Workspace Helper: remove ws_container, rootCategId, reverting changes to categlib (22005, 21885, 21791, 21722, 21638 and 21000). Completes r22802 20110902_revert_rootCategId_addition completes 20100214_workspaces_remove_menu_items to cancel 20090921_workspaces [REF] minor cleanups ---------------------------------------------- r36799 | nkoth | 2011-09-02 06:18:24 +0200 (Fri, 02 Sep 2011) | 1 line [ENH] Prevent accidental removal of oneself. If really want to leave group can use the Leave myself checkbox instead ---------------------------------------------- r36798 | nkoth | 2011-09-02 06:03:06 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] Correct last commit, need refresh after update ---------------------------------------------- r36797 | nkoth | 2011-09-02 05:47:52 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] Refine last commit, some missing non-critical checks and repeated line ---------------------------------------------- r36796 | nkoth | 2011-09-02 04:56:15 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] cycle table class ---------------------------------------------- r36795 | nkoth | 2011-09-02 04:24:57 +0200 (Fri, 02 Sep 2011) | 1 line [ENH] Allow joining of multiple groups at same time from table layout ---------------------------------------------- r36794 | nkoth | 2011-09-02 02:24:19 +0200 (Fri, 02 Sep 2011) | 1 line [FIX] Descriptions not showing for groups that user is in but not userChoice. No harm having allGroups being really all groups since list to add from is controlled by userChoice and so no extra groups will be shown anyway ---------------------------------------------- r36787 | robertplummer | 2011-09-01 23:29:13 +0200 (Thu, 01 Sep 2011) | 1 line [FIX] Turned off rendering for text fields, they are static, this speeds things up greatly. ---------------------------------------------- r36786 | robertplummer | 2011-09-01 23:20:26 +0200 (Thu, 01 Sep 2011) | 3 lines [FIX] Made sheets not save tracker data when adding a tracker to it [FIX] Created new way of making a tracker into am html table for less dependancy on wikiplugin [NEW] Added the fieldId as key again, but made it optional (default false) and for field deff ---------------------------------------------- r36785 | nkoth | 2011-09-01 23:15:13 +0200 (Thu, 01 Sep 2011) | 1 line [FIX] require just in case not already included ---------------------------------------------- r36783 | chealer | 2011-09-01 22:36:54 +0200 (Thu, 01 Sep 2011) | 1 line [REF] check $prefs rather than $_SESSION['s_prefs'] ---------------------------------------------- r36782 | chealer | 2011-09-01 22:30:23 +0200 (Thu, 01 Sep 2011) | 1 line [REF] remove condition if ($debug_input), as $debug_input is never defined. no idea what this about. from r16799 (untested) ---------------------------------------------- r36781 | chealer | 2011-09-01 22:16:15 +0200 (Thu, 01 Sep 2011) | 1 line [REF] Remove check of $_SESSION['need_reload_prefs']. Unclear if this was ever needed. Ref: r9656 ---------------------------------------------- r36780 | chealer | 2011-09-01 22:06:23 +0200 (Thu, 01 Sep 2011) | 1 line [REF] filter_out_sefurl(): remove unused smarty parameter (oops, forgotten in r36761) ---------------------------------------------- r36779 | chealer | 2011-09-01 22:05:18 +0200 (Thu, 01 Sep 2011) | 5 lines Do not regenerate u_info on every request for anonymous [REF] get rid of u_info['prefs'] and replace with $_SESSION['preferences'], only set for anonymous Add userHasPreference() method to TikiLib to determine whether a user (anonymous or not) has a preference set get_user_preference, set_user_preference(): make usable for anonymous, using $_SESSION['preferences'] [FIX] Language: do not use s_prefs in any case but rather userHasPreference() and set_user_preference() all the time, fixing loss of language for anonymous when preferences change (and from r36752, inability to switch language for anonymous when browser language detection is enabled) ---------------------------------------------- r36777 | chealer | 2011-09-01 20:52:29 +0200 (Thu, 01 Sep 2011) | 2 lines [MOD] feature_sync_lang: only change the language for the current object view. no persistence at all, even for the session. The description is vague on persistence anyway, and current behavior doesn't make sense to me. Ref: http://article.gmane.org/gmane.comp.cms.tiki.cvs/68049 ---------------------------------------------- r36776 | robertplummer | 2011-09-01 20:29:54 +0200 (Thu, 01 Sep 2011) | 2 lines [FIX] Only lookup images if there is a fileId given, otherwise, empty array [FIX] Added checks for file type, we don't want people editing wrong files in file editors, or ones that aren't supported ---------------------------------------------- r36774 | robertplummer | 2011-09-01 20:28:15 +0200 (Thu, 01 Sep 2011) | 1 line [ENH] Added outset boarder to document to make it look like a document ---------------------------------------------- r36773 | robertplummer | 2011-09-01 20:27:20 +0200 (Thu, 01 Sep 2011) | 1 line [FIX] Var ref for edit in menu for svg image type check ---------------------------------------------- r36772 | jonnybradley | 2011-09-01 19:26:16 +0200 (Thu, 01 Sep 2011) | 1 line [REF] connect: Split TikiConnect class up into separate Abstract, Client and Server classes ---------------------------------------------- r36771 | jonnybradley | 2011-09-01 19:21:01 +0200 (Thu, 01 Sep 2011) | 1 line [FIX] connect: Leave pref_dependency alone to lessen page disruption ---------------------------------------------- r36768 | chealer | 2011-09-01 18:54:19 +0200 (Thu, 01 Sep 2011) | 1 line [REF] set_user_preference(): just reorder code ---------------------------------------------- r36767 | robertplummer | 2011-09-01 17:36:15 +0200 (Thu, 01 Sep 2011) | 1 line [NEW] Added ability to edit docs in tiki, and save back to database, initial test works with odt, need to add support for more open doc types ---------------------------------------------- r36766 | robertplummer | 2011-09-01 17:35:29 +0200 (Thu, 01 Sep 2011) | 1 line [FIX] Clarify permissions string ---------------------------------------------- r36765 | robertplummer | 2011-09-01 17:34:39 +0200 (Thu, 01 Sep 2011) | 1 line [FIX] Ensure json has support for sheet, this was a merge from 7 ---------------------------------------------- r36764 | robertplummer | 2011-09-01 17:33:40 +0200 (Thu, 01 Sep 2011) | 1 line [ENH] Updated webodf to give us the ability to edit on the fly (ajax style) ---------------------------------------------- r36763 | jonnybradley | 2011-09-01 17:29:33 +0200 (Thu, 01 Sep 2011) | 1 line [FIX] connect: Use serialize to store connection data instead of json_encode, which comes out a bit smaller but turns simple arrays into objects which may cause trouble in the future ---------------------------------------------- r36762 | jonnybradley | 2011-09-01 17:24:31 +0200 (Thu, 01 Sep 2011) | 2 lines [NEW] connect: Add prefs voting system, version 0.1 Presentation (and icons) to be improved but the system basically works. Votes are sent with other data, currently only when clicking "Send Info" on the connect admin panel. ---------------------------------------------- r36761 | chealer | 2011-09-01 16:48:48 +0200 (Thu, 01 Sep 2011) | 1 line [REF] filter_out_sefurl(): remove unused smarty parameter ---------------------------------------------- r36760 | jonnybradley | 2011-09-01 16:19:00 +0200 (Thu, 01 Sep 2011) | 1 line [DOC] (Start of) some documentation for filter_out_sefurl() ---------------------------------------------- r36759 | jonnybradley | 2011-09-01 16:10:15 +0200 (Thu, 01 Sep 2011) | 1 line [FIX] sefurl: Obey feature_sefurl_title_article and feature_sefurl_title_blog prefs (prevents uncaught exception on rss feeds) ---------------------------------------------- r36758 | chealer | 2011-09-01 05:06:34 +0200 (Thu, 01 Sep 2011) | 1 line [REF] switch_lang: remove $orig_url manipulation which should be useless the way the switch is done now. I can't understand the comment (tiki-view_lang.php ?) ---------------------------------------------- r36757 | chealer | 2011-09-01 05:04:15 +0200 (Thu, 01 Sep 2011) | 1 line [REF] switch_lang: remove $orig_url manipulation which is useless now that the switchLang parameter is no longer used ---------------------------------------------- r36756 | chealer | 2011-09-01 04:59:44 +0200 (Thu, 01 Sep 2011) | 1 line [REF] switch_lang: from parameter is apparently no longer used ---------------------------------------------- r36755 | chealer | 2011-09-01 04:54:50 +0200 (Thu, 01 Sep 2011) | 1 line [FIX] module names ---------------------------------------------- r36752 | chealer | 2011-09-01 02:01:18 +0200 (Thu, 01 Sep 2011) | 1 line [FIX] Detect browser language not working when global language is not English (Closes: #2519, r16846 regression). Thanks Xavier de Pedro ---------------------------------------------- r36751 | chealer | 2011-09-01 01:51:11 +0200 (Thu, 01 Sep 2011) | 3 lines [FIX] Smarty preference function: show global value for overriden preferences Revert r23285, r27486 and some more workarounds with a default Nelson: feel free to check the wiki home page still behaves as it should ---------------------------------------------- r36750 | chealer | 2011-09-01 00:49:53 +0200 (Thu, 01 Sep 2011) | 1 line [FIX] default language is "en" (r33845 regression) ---------------------------------------------- Version 7.1 <http://tiki.org/ReleaseNotes71> ------------------ ---------------------------------------------- r35764 | changi67 | 2011-07-31 22:50:46 +0200 (Sun, 31 Jul 2011) | 1 line [FIX] wrong variable ---------------------------------------------- r35763 | changi67 | 2011-07-31 22:48:26 +0200 (Sun, 31 Jul 2011) | 1 line [FIX] get_logs return a string with commit that are not sort. Just add a sort on that log ---------------------------------------------- r35758 | lindonb | 2011-07-31 17:02:53 +0200 (Sun, 31 Jul 2011) | 1 line [FIX] Remove css rule that was squeezing the login popup in the darkroom theme. ---------------------------------------------- r35757 | chibaguy | 2011-07-31 11:18:17 +0200 (Sun, 31 Jul 2011) | 1 line [FIX] Link/background contrast in logged-in site header login dropdown. ---------------------------------------------- r35756 | chibaguy | 2011-07-31 11:10:34 +0200 (Sun, 31 Jul 2011) | 1 line [FIX] Site header login popup layout improved (some classes were missing in the .tpl and some CSS rules needed updating. Thanks to Lindon for reporting. ---------------------------------------------- r35751 | nkoth | 2011-07-30 00:28:56 +0200 (Sat, 30 Jul 2011) | 1 line [FIX] Fix problem when using trackerfilter, when you change the page to a later page, and then add a filter, that there will be no results shown if there are less results than the number of pages originally paginated to. ---------------------------------------------- r35745 | nkoth | 2011-07-29 20:36:12 +0200 (Fri, 29 Jul 2011) | 1 line [FIX] Handle case where a cancel payment receives a payment (e.g when a user is delayed at Paypal when cancellation happens or other such cases) ---------------------------------------------- r35741 | nkoth | 2011-07-29 18:01:31 +0200 (Fri, 29 Jul 2011) | 1 line [FIX] Associated event end date not storing properly when exchanging products ---------------------------------------------- r35712 | sept_7 | 2011-07-28 16:11:52 +0200 (Thu, 28 Jul 2011) | 20 lines [FIX] Fix WebDAV in Tiki7 backport of fixes from trunk [FIX/bp r35619 ] fix permission checking in Tikilib::get_perm_object(), it seems that the line : $perms->setGroups($userlib->list_all_groups()); is needed, it should be in the method Perms::get() I suppose but isn't for some reason... [FIX/bp r35619] Clean up the call to get_files() in WebDAV... [FIX/bp r35620] Fix WebDAV after revamp of some function in filegallib.php [FIX/bp r35621] Fix get_perm_object with correct group setting... r35637 | sept_7 | 2011-07-24 18:38:07 +0200 (dim. 24 juil. 2011) | 3 lignes [FIX/bp r35637] Fix WebDAV for propall, some pb with the storage of properties... more work to optimize all this but at least it works ! ;p [FIX/bp r35655] Fix WebDAV miem-type on ressource creation... [FIX/bp r35656] WebDAV fix more contentype and make sure PATH_INFO is at least '/' (makes pb with nautilus :( thanx Xavi for noticing) [FIX/bp r35657] WebDAV better handling of mimetype on upload [FIX/bp r35682] WebDAV : fix miss placed sub query string in filegallib.php responsible for empty collection for users != admin [EHN/bp r35682] WebDAV for file use filename instead of name [FIX/bp r35683] Filegals small cleanup and use of $my_user instead of $user, broken with my last commit [FIX/bp r35692] WebDAV, fix access to archived files... [FIX/bp r35710] WebDAV really use filename for files... ---------------------------------------------- r35708 | jonnybradley | 2011-07-28 12:09:18 +0200 (Thu, 28 Jul 2011) | 1 line [FIX] search module: More recovery from unified search changes (titles and edit buttons) ---------------------------------------------- r35707 | jonnybradley | 2011-07-28 11:39:50 +0200 (Thu, 28 Jul 2011) | 1 line [FIX] html base tag: Use REQUEST_URI if other server vars not set, and don't use it at all if not found as using $base_url instead produces incorrect results on in-page anchors (thanks Sylvie) ---------------------------------------------- r35691 | sylvieg | 2011-07-27 20:52:44 +0200 (Wed, 27 Jul 2011) | 1 line [ENH]newsletter: a div around article clip to be able to design ---------------------------------------------- r35680 | sylvieg | 2011-07-27 13:56:09 +0200 (Wed, 27 Jul 2011) | 1 line [FIX]action calendar: quick fix to see something (action calendar must be merged with calendar or removed? ---------------------------------------------- r35679 | jonnybradley | 2011-07-27 11:41:34 +0200 (Wed, 27 Jul 2011) | 1 line [FIX] jslint warnings ---------------------------------------------- r35673 | lindonb | 2011-07-27 04:40:18 +0200 (Wed, 27 Jul 2011) | 1 line [FIX] Pattern was messing up tables with complex syntax. Regression introduced with r34417. ---------------------------------------------- r35661 | sylvieg | 2011-07-26 17:50:08 +0200 (Tue, 26 Jul 2011) | 1 line [FIX]IMG: do no generate a link if thumb=y and link='' ---------------------------------------------- r35658 | chibaguy | 2011-07-26 11:30:51 +0200 (Tue, 26 Jul 2011) | 1 line [FIX] Secondary site menu dropdowns should have same appearance/behavior as main horizontal menu (text-transform, selected link and its children, etc.). ---------------------------------------------- r35653 | sampaioprimo | 2011-07-25 23:13:25 +0200 (Mon, 25 Jul 2011) | 2 lines [bp/35651]adding tiki-index_p.php to robots.txt ---------------------------------------------- r35644 | xavidp | 2011-07-25 10:17:59 +0200 (Mon, 25 Jul 2011) | 1 line [FIX]oups: Adding svn Id keyword ---------------------------------------------- r35642 | lindonb | 2011-07-25 06:40:02 +0200 (Mon, 25 Jul 2011) | 1 line [FIX] Db errors were missing client information in the tiki-syslog ---------------------------------------------- r35640 | chibaguy | 2011-07-25 03:32:36 +0200 (Mon, 25 Jul 2011) | 1 line [FIX] Missing end bracket caused parse error that caused forum and blog posts to not be styled. Thanks, Lindon. (Three CSS2.1 validation errors in file found and removed.) ---------------------------------------------- r35623 | sylvieg | 2011-07-23 22:28:55 +0200 (Sat, 23 Jul 2011) | 1 line [FIX]FILES: do not return extra empty lines ---------------------------------------------- r35600 | sylvieg | 2011-07-22 20:39:22 +0200 (Fri, 22 Jul 2011) | 1 line oops: fix 35587 ---------------------------------------------- r35598 | chealer | 2011-07-22 20:11:28 +0200 (Fri, 22 Jul 2011) | 1 line fix Id ---------------------------------------------- r35597 | chealer | 2011-07-22 20:09:47 +0200 (Fri, 22 Jul 2011) | 1 line [FIX] avoid error when cleaning up tiki_sefurl_regex_out UNIQUE INDEX left mess when INDEX doesn't exist ---------------------------------------------- r35595 | chealer | 2011-07-22 19:20:44 +0200 (Fri, 22 Jul 2011) | 1 line [bp/r35579][FIX] Edit Gallery: broken display in Display Properties tab ---------------------------------------------- r35590 | sylvieg | 2011-07-22 16:35:23 +0200 (Fri, 22 Jul 2011) | 1 line [FIX]newsletter: move function clip as called also in nllib. TODO: check that the optim is still effitient without the global ---------------------------------------------- r35587 | sylvieg | 2011-07-22 16:00:08 +0200 (Fri, 22 Jul 2011) | 1 line [FIX]newsletter: fix batch since the throttle add-on ---------------------------------------------- r35586 | jyhem | 2011-07-22 15:55:46 +0200 (Fri, 22 Jul 2011) | 1 line [ENH] Memory savings: Don't load unused libraries ---------------------------------------------- r35571 | sylvieg | 2011-07-21 21:57:53 +0200 (Thu, 21 Jul 2011) | 1 line [ENH]FILES: max param ---------------------------------------------- r35559 | xavidp | 2011-07-21 17:40:23 +0200 (Thu, 21 Jul 2011) | 1 line [FIX]Fix parsing of scripts through PluginR by adding a method to prevent parsing of smarty when using pretty trackers. A new smarty resource and trackerlist param called 'tplwiki' is added which allows using content in a wiki page as if it was a tpl on disk. Almost the same as previous smarty resource and trackerlist param 'wiki', but with no parsing (as trackerlsit param 'tpl' on disk). Thanks heaps sylvieg! ---------------------------------------------- r35554 | xavidp | 2011-07-21 10:39:56 +0200 (Thu, 21 Jul 2011) | 1 line [FIX]Fix listing also months links for articles. Thanks Jyhem for the pointer about where to fix it. ---------------------------------------------- r35552 | jonnybradley | 2011-07-21 09:47:06 +0200 (Thu, 21 Jul 2011) | 1 line [FIX] forums: Better fix for topic size issue, still using {textarea} object. Also fix incorrect toolbar showing under wrong circumstances and remove dead row and col code. ---------------------------------------------- r35551 | chealer | 2011-07-21 05:35:08 +0200 (Thu, 21 Jul 2011) | 2 lines [FIX] Forums: When using the non-WYSIWYG mode, the New Forum Topic textarea default size is only 1 row tall and 12 characters wide (reverts r30595 on tiki-view_forum.tpl) Ref: http://article.gmane.org/gmane.comp.cms.tiki.cvs/65556 ---------------------------------------------- r35547 | jonnybradley | 2011-07-20 22:19:05 +0200 (Wed, 20 Jul 2011) | 2 lines [FIX] search: $prefs['feature_search_fulltext'] not always set at this point ---------------------------------------------- r35534 | sylvieg | 2011-07-20 20:24:29 +0200 (Wed, 20 Jul 2011) | 1 line [bp/r35413][FIX]sefurl: better fix to 33975 when switching with url cat111-xxx ---------------------------------------------- r35521 | sylvieg | 2011-07-20 15:46:56 +0200 (Wed, 20 Jul 2011) | 1 line [FIX]FILES: fix showfilename=n && showname=n ---------------------------------------------- r35518 | sylvieg | 2011-07-20 14:49:38 +0200 (Wed, 20 Jul 2011) | 1 line [FIX]FILES: fix showgallery param ---------------------------------------------- r35515 | jonnybradley | 2011-07-20 14:08:55 +0200 (Wed, 20 Jul 2011) | 1 line [FIX] search: Better fix for search_default_where pref taking into account the object types are named differently in the different searches. Also add missing types to unified search list. ---------------------------------------------- r35514 | jonnybradley | 2011-07-20 13:59:42 +0200 (Wed, 20 Jul 2011) | 1 line [FIX] search: Complete updating of search object types in search module for unified search ---------------------------------------------- r35512 | jonnybradley | 2011-07-20 13:16:41 +0200 (Wed, 20 Jul 2011) | 1 line [FIX] search: Default object type should be 'wiki page' not 'wikis' and also 'trackeritem' not trackers (thanks Xavi for the clue) ---------------------------------------------- r35508 | nkoth | 2011-07-20 00:34:05 +0200 (Wed, 20 Jul 2011) | 1 line [FIX] >=, <=, >, < filters not working for numeric fields in tracker filter. It was only matching exact matches. ---------------------------------------------- r35504 | sylvieg | 2011-07-19 22:07:18 +0200 (Tue, 19 Jul 2011) | 1 line [FIX]articleclip: sort on publish date desc ---------------------------------------------- r35503 | sylvieg | 2011-07-19 21:32:15 +0200 (Tue, 19 Jul 2011) | 1 line [FIX]articleclip: a warning to explain the perm problem ---------------------------------------------- r35497 | jonnybradley | 2011-07-19 18:33:59 +0200 (Tue, 19 Jul 2011) | 1 line [FIX] autosave: html encoding on non-allow_html pages broke again, resulting in html encoded entities appearing in autosaved markup ---------------------------------------------- r35471 | sylvieg | 2011-07-18 21:57:17 +0200 (Mon, 18 Jul 2011) | 1 line [FIX]cache: the parsiong can be called 2 times if the page is in a menupage and when viewing the page ---------------------------------------------- r35457 | jonnybradley | 2011-07-18 12:35:40 +0200 (Mon, 18 Jul 2011) | 1 line [FIX] edit: Error - missing var ---------------------------------------------- r35405 | jonnybradley | 2011-07-15 20:01:37 +0200 (Fri, 15 Jul 2011) | 1 line [FIX] Missing features and perms checks and update test script. ---------------------------------------------- r35396 | sylvieg | 2011-07-15 16:22:00 +0200 (Fri, 15 Jul 2011) | 1 line [FIX]FGAL: fix archive when keep_same_fileId is off ---------------------------------------------- r35373 | nkoth | 2011-07-14 22:45:45 +0200 (Thu, 14 Jul 2011) | 1 line [FIX] Final set of prefs for advanced cart features, should be ok for 7.1 now ---------------------------------------------- r35365 | nkoth | 2011-07-14 22:20:13 +0200 (Thu, 14 Jul 2011) | 1 line [FIX] Missing prefs and files for advanced cart gift cert feature ---------------------------------------------- r35354 | nkoth | 2011-07-14 20:50:46 +0200 (Thu, 14 Jul 2011) | 1 line [FIX] Missing prefs and file for advanced cart associated events and product exchanges feature ---------------------------------------------- r35338 | nkoth | 2011-07-14 18:36:18 +0200 (Thu, 14 Jul 2011) | 1 line [FIX] More prefs for advanced cart (anonymous shopping and inventory hold timeout) ---------------------------------------------- r35337 | nkoth | 2011-07-14 17:23:41 +0200 (Thu, 14 Jul 2011) | 1 line [FIX] Make optional and add prefs for recording orders advanced cart feature ---------------------------------------------- r35336 | jonnybradley | 2011-07-14 16:59:49 +0200 (Thu, 14 Jul 2011) | 1 line [FIX] category tree: Store state in cookie and render open or closed server-side ---------------------------------------------- r35330 | jonnybradley | 2011-07-14 11:22:31 +0200 (Thu, 14 Jul 2011) | 1 line [FIX] wysiwyg: Restore tikiimage tool for wysiwyg (was a mistake to disable it i see now, far too useful!) ---------------------------------------------- r35329 | jonnybradley | 2011-07-14 10:24:55 +0200 (Thu, 14 Jul 2011) | 1 line [FIX] calendar: Link to correct tab to create calendar ---------------------------------------------- r35326 | nkoth | 2011-07-13 18:09:57 +0200 (Wed, 13 Jul 2011) | 1 line [FIX] Merge in a variety of latest fixes for advanced cart features ---------------------------------------------- r35325 | jonnybradley | 2011-07-13 17:07:22 +0200 (Wed, 13 Jul 2011) | 1 line [ENH] wysiwyg: Add a perm to allow users to switch - depends on feature_wysiwyg ---------------------------------------------- r35324 | sylvieg | 2011-07-13 15:32:25 +0200 (Wed, 13 Jul 2011) | 1 line [FIX]search module: oops wrong where to 35309 ---------------------------------------------- r35318 | nkoth | 2011-07-13 01:27:05 +0200 (Wed, 13 Jul 2011) | 1 line [FIX] Importing tracker fields when including field ID was not working before (broken between 6 and 7) ---------------------------------------------- r35317 | nkoth | 2011-07-12 22:55:24 +0200 (Tue, 12 Jul 2011) | 1 line [FIX] Add missing files for advanced cart feature: Record orders in trackers ---------------------------------------------- r35316 | sylvieg | 2011-07-12 22:42:24 +0200 (Tue, 12 Jul 2011) | 1 line [FIX]lucene: rollback 35414 that creates seg fault ---------------------------------------------- r35315 | nkoth | 2011-07-12 21:35:38 +0200 (Tue, 12 Jul 2011) | 1 line [FIX] Cleanup... necessary prefs for Bundled Products advanced cart feature ---------------------------------------------- r35314 | sylvieg | 2011-07-12 20:50:21 +0200 (Tue, 12 Jul 2011) | 1 line [FIX]lucene: lucene indexation bugs if non utf8 characters in the text: TODO perhaps a more generic place for lucene to do that ---------------------------------------------- r35313 | nkoth | 2011-07-12 19:27:59 +0200 (Tue, 12 Jul 2011) | 1 line [FIX] If there is already amount of item in cart, adding should increase the amount, not replace the amount that was there before. ---------------------------------------------- r35312 | nkoth | 2011-07-12 19:19:11 +0200 (Tue, 12 Jul 2011) | 1 line [FIX] Necessary prefs needed for product inventory feature for advanced cart ---------------------------------------------- r35311 | nkoth | 2011-07-12 18:24:19 +0200 (Tue, 12 Jul 2011) | 1 line [FIX] Make product inventory feature in cart optional ---------------------------------------------- r35309 | sylvieg | 2011-07-12 16:30:59 +0200 (Tue, 12 Jul 2011) | 1 line [FIX]search module: quick patch to have the search module working on doc.tiki.org: the tpl code could probably be cleaned up now ---------------------------------------------- r35307 | jonnybradley | 2011-07-12 15:38:43 +0200 (Tue, 12 Jul 2011) | 1 line [SVN] Add .idea to ignore list (another IDE's project definitions) ---------------------------------------------- r35306 | jonnybradley | 2011-07-12 15:24:13 +0200 (Tue, 12 Jul 2011) | 1 line [ENH] mobile: Hide ugly css-less html during page load and display pretty loading animation and text instead (plus a couple of other tiny fixes). ---------------------------------------------- r35305 | marclaporte | 2011-07-12 00:46:49 +0200 (Tue, 12 Jul 2011) | 1 line [FIX] when editing an old article (ex.: 2004), make sure it doesn't reset to current year minus 5 years ---------------------------------------------- r35304 | sylvieg | 2011-07-12 00:31:28 +0200 (Tue, 12 Jul 2011) | 1 line [FIX]button: fix {button href=xx@xx.com"} ---------------------------------------------- r35301 | sylvieg | 2011-07-11 20:34:46 +0200 (Mon, 11 Jul 2011) | 1 line [FIX]tracker: better test to avoid sql error when the value of a category filter has been forgotten ---------------------------------------------- r35294 | sept_7 | 2011-07-10 00:29:27 +0200 (Sun, 10 Jul 2011) | 2 lines [FIX} fix missing svn property 'Id' ---------------------------------------------- r35289 | sylvieg | 2011-07-09 20:15:46 +0200 (Sat, 09 Jul 2011) | 1 line [FIX]fgal: do not move a fgal under itself - otherwise internal server error + some comments ---------------------------------------------- r35286 | sylvieg | 2011-07-09 00:07:50 +0200 (Sat, 09 Jul 2011) | 1 line [FIX]history: label the column not to have an empty column ---------------------------------------------- r35261 | changi67 | 2011-07-07 21:15:19 +0200 (Thu, 07 Jul 2011) | 1 line [BP/35259][MOD] Give the possibility to check all errors in one click ---------------------------------------------- r35260 | changi67 | 2011-07-07 21:14:16 +0200 (Thu, 07 Jul 2011) | 1 line [BP/35258] ~INDENT~ Easier to read ---------------------------------------------- r35257 | sampaioprimo | 2011-07-07 20:37:41 +0200 (Thu, 07 Jul 2011) | 2 lines merging translations done on trunk using doc/devtools/mergelang.pl ---------------------------------------------- r35256 | sampaioprimo | 2011-07-07 20:14:31 +0200 (Thu, 07 Jul 2011) | 2 lines updating language.php files to remove invalid strings ---------------------------------------------- r35255 | sampaioprimo | 2011-07-07 20:07:51 +0200 (Thu, 07 Jul 2011) | 2 lines [bp/35220][FIX] invalid strings collected by get_strings.php (bug #3881) ---------------------------------------------- r35254 | sampaioprimo | 2011-07-07 19:59:54 +0200 (Thu, 07 Jul 2011) | 2 lines updating language.php files before backporting fix to get_strings.php (r35220) ---------------------------------------------- r35251 | jonnybradley | 2011-07-07 18:17:16 +0200 (Thu, 07 Jul 2011) | 1 line [FIX] Rollback r33611 so this perm test now matches the test in tiki-forum_import.php (fixed in r35238 and will be rolled-back by QT in 6.x) ---------------------------------------------- r35248 | omstefanov | 2011-07-07 17:13:33 +0200 (Thu, 07 Jul 2011) | 1 line [test] olaf's 3rd test commit ---------------------------------------------- r35247 | omstefanov | 2011-07-07 17:10:47 +0200 (Thu, 07 Jul 2011) | 1 line [test] olaf's 2nd test commit ---------------------------------------------- r35246 | omstefanov | 2011-07-07 17:01:04 +0200 (Thu, 07 Jul 2011) | 1 line [test] olaf's test commit ---------------------------------------------- r35238 | jonnybradley | 2011-07-07 11:43:14 +0200 (Thu, 07 Jul 2011) | 4 lines [FIX] Better fix for [6.x r33612/bp r33611][FIX] mis-match of permission checking for import function so tpl changed to align with main php code to decide if Import button is shown thanks sept_7 ---------------------------------------------- r35231 | sylvieg | 2011-07-06 17:33:20 +0200 (Wed, 06 Jul 2011) | 1 line [FIX]invite: button also in admin group ---------------------------------------------- r35229 | sylvieg | 2011-07-06 16:30:53 +0200 (Wed, 06 Jul 2011) | 1 line [FIX]multitiki: fix sqlupgrade.sh ---------------------------------------------- r35227 | sampaioprimo | 2011-07-06 15:41:51 +0200 (Wed, 06 Jul 2011) | 2 lines [bp/35226][FIX] sanitize user input in tiki-importer.php ---------------------------------------------- r35222 | sylvieg | 2011-07-06 14:50:43 +0200 (Wed, 06 Jul 2011) | 1 line [FIX]invite: missing link to invite ---------------------------------------------- r35212 | lphuberdeau | 2011-07-05 16:21:11 +0200 (Tue, 05 Jul 2011) | 1 line [FIX]?\194?\160Can no longer be called statically ---------------------------------------------- r35187 | jean-lucnavarro | 2011-07-04 13:19:11 +0200 (Mon, 04 Jul 2011) | 1 line [bp/r35186][TRA] more French translations ---------------------------------------------- r35162 | jonnybradley | 2011-07-01 22:22:31 +0200 (Fri, 01 Jul 2011) | 1 line [FIX] ckeditor: Clean & escaped &'s from image url ---------------------------------------------- r35161 | jonnybradley | 2011-07-01 21:43:00 +0200 (Fri, 01 Jul 2011) | 1 line [FIX] HTMLPurifier: Allow rel attributes (now ckeditor let's you set them) ---------------------------------------------- r35158 | jonnybradley | 2011-07-01 21:03:17 +0200 (Fri, 01 Jul 2011) | 1 line [FIX] search module: Try and get exact page title again when picked off autocomplete list (not 100% still) ---------------------------------------------- r35157 | sylvieg | 2011-07-01 16:10:08 +0200 (Fri, 01 Jul 2011) | 1 line [FIX]fgal: more precise explanation for fgal_keep_fileId ---------------------------------------------- r35155 | lindonb | 2011-07-01 03:51:32 +0200 (Fri, 01 Jul 2011) | 1 line [FIX] Check http_user_agent for client also when logging an action. Many items in action log were not showing a client. ---------------------------------------------- r35150 | sylvieg | 2011-07-01 00:00:09 +0200 (Fri, 01 Jul 2011) | 1 line [FIX]TRACKER: show mandatory when using pretty tracker ---------------------------------------------- r35145 | sylvieg | 2011-06-30 14:56:24 +0200 (Thu, 30 Jun 2011) | 1 line [FIX]rollback: big hack for wysiwyg/tiki rollback to preserve tiki html page. Usually when you go for wysiwyg you do not get back - so if the latest version is tiki, probably the rollback is tiki : TODO a column wysiwyg in tiki_history ---------------------------------------------- r35144 | sylvieg | 2011-06-30 14:34:59 +0200 (Thu, 30 Jun 2011) | 1 line [FIX]rollback: display correctly an html page ---------------------------------------------- r35143 | sylvieg | 2011-06-30 14:33:51 +0200 (Thu, 30 Jun 2011) | 1 line [ENH]search: accept maxRecords in url for debug ---------------------------------------------- r35141 | sylvieg | 2011-06-30 13:33:46 +0200 (Thu, 30 Jun 2011) | 1 line [FIX]snarf: feature check ---------------------------------------------- r35136 | xen216 | 2011-06-30 02:26:06 +0200 (Thu, 30 Jun 2011) | 1 line [bp/34996] [NEW] email footer preference ---------------------------------------------- r35134 | xen216 | 2011-06-30 01:59:54 +0200 (Thu, 30 Jun 2011) | 1 line [NEW] backport of perspective wiki plugin: displays content based on the user's current perspective. ---------------------------------------------- r35132 | sylvieg | 2011-06-30 01:17:45 +0200 (Thu, 30 Jun 2011) | 1 line escape ---------------------------------------------- r35131 | sylvieg | 2011-06-30 01:08:23 +0200 (Thu, 30 Jun 2011) | 1 line [FIX]snarf: filter params ---------------------------------------------- r35126 | marclaporte | 2011-06-29 20:56:50 +0200 (Wed, 29 Jun 2011) | 1 line [MOD] removing zip option on fresh installs to make interface simpler ---------------------------------------------- r35119 | lphuberdeau | 2011-06-29 17:44:10 +0200 (Wed, 29 Jun 2011) | 1 line [FIX]?\194?\160Prevent tab memory on tiki-editpage.php ---------------------------------------------- r35117 | lphuberdeau | 2011-06-29 17:34:10 +0200 (Wed, 29 Jun 2011) | 1 line [FIX] File attachments in file gallery stored the file in the wrong gallery, leaving the impression that the file did not upload at all. ---------------------------------------------- r35113 | jonnybradley | 2011-06-29 11:31:43 +0200 (Wed, 29 Jun 2011) | 2 lines [FIX] perms: Simpler fix and partial revert of 35060 - jQuery 1.6 seems to now interpret an empty string as being true for boolean attributes Restores previous behaviour (shows perms set) ---------------------------------------------- r35112 | marclaporte | 2011-06-29 08:20:21 +0200 (Wed, 29 Jun 2011) | 1 line [MOD] http://doc.tiki.org/PluginList is a rising star so activating by default ---------------------------------------------- r35111 | marclaporte | 2011-06-29 07:59:55 +0200 (Wed, 29 Jun 2011) | 1 line [FIX] If I search for a string and click title, it will only give me that exact result instead of all page names which contain that string. User is confused into thinking no page exists containing that string. Since AJAX auto-complete of pages names is offered, users wanting exact result can easily do so. Module could perhaps have an additional param to determine if exact match should be checked but I wonder if it's of any use. I wonder if exact_match on tiki-listpages.php shouldn't be removed completely ---------------------------------------------- r35110 | marclaporte | 2011-06-29 06:17:37 +0200 (Wed, 29 Jun 2011) | 1 line fix perm check ---------------------------------------------- r35109 | marclaporte | 2011-06-29 05:43:53 +0200 (Wed, 29 Jun 2011) | 1 line [MOD] turn off search within the file gallery on a fresh install, to make a leaner first experience. ---------------------------------------------- r35108 | marclaporte | 2011-06-29 05:37:16 +0200 (Wed, 29 Jun 2011) | 1 line [MOD] Moving more-often used menu options towars the top. TODO in Tiki8: hide the lesser used ones like sections and permissions to an advanced section. Feedback please. ---------------------------------------------- r35107 | marclaporte | 2011-06-29 05:06:06 +0200 (Wed, 29 Jun 2011) | 1 line [MOD] Making file upload interface clearer because as of now, it's confusing which button is to add a new file to upload and which button is to start the upload. Feedback please ---------------------------------------------- r35104 | chibaguy | 2011-06-29 03:43:15 +0200 (Wed, 29 Jun 2011) | 1 line [FIX] Keep language files consistent with case change in r35075 (Admin DSN). ---------------------------------------------- r35103 | lindonb | 2011-06-29 03:25:11 +0200 (Wed, 29 Jun 2011) | 1 line [FIX] Set default status upon setup for new plugins to avoid preferences from setting unexpectedly ---------------------------------------------- r35102 | marclaporte | 2011-06-29 03:14:05 +0200 (Wed, 29 Jun 2011) | 1 line [MOD] changing image to drawing to make it clear that it's not the same thing ---------------------------------------------- r35100 | marclaporte | 2011-06-29 00:44:30 +0200 (Wed, 29 Jun 2011) | 1 line [MOD] change default for wiki_edit_icons_toggle as discussed at http://thread.gmane.org/gmane.comp.cms.tiki.devel/20948 ---------------------------------------------- r35099 | robertplummer | 2011-06-29 00:22:26 +0200 (Wed, 29 Jun 2011) | 1 line [FIX] Backporting of selectable file gallery for svg edit ---------------------------------------------- r35097 | robertplummer | 2011-06-29 00:00:16 +0200 (Wed, 29 Jun 2011) | 1 line [NEW] Backport of the ability to create new svg images from trunk ---------------------------------------------- r35096 | robertplummer | 2011-06-28 23:48:10 +0200 (Tue, 28 Jun 2011) | 1 line [NEW] Backport of create new wiki image from svg trunk ---------------------------------------------- r35095 | robertplummer | 2011-06-28 23:10:10 +0200 (Tue, 28 Jun 2011) | 1 line [FIX] Backport of draw fixes from trunk ---------------------------------------------- r35093 | robertplummer | 2011-06-28 22:43:51 +0200 (Tue, 28 Jun 2011) | 1 line [NEW] Edit features for image backport from trunk ---------------------------------------------- r35092 | robertplummer | 2011-06-28 22:36:22 +0200 (Tue, 28 Jun 2011) | 1 line [NEW] Backport of draw plugin ---------------------------------------------- r35090 | lphuberdeau | 2011-06-28 22:09:27 +0200 (Tue, 28 Jun 2011) | 1 line [FIX] Oops, not to highlight ---------------------------------------------- r35089 | lphuberdeau | 2011-06-28 22:06:24 +0200 (Tue, 28 Jun 2011) | 1 line [FIX] Also needed to be applied to highlight and invalidation ---------------------------------------------- r35087 | lphuberdeau | 2011-06-28 21:53:29 +0200 (Tue, 28 Jun 2011) | 1 line [FIX] An other case of different behavior between CLI and Apache ---------------------------------------------- r35084 | sylvieg | 2011-06-28 19:56:20 +0200 (Tue, 28 Jun 2011) | 1 line [FIX]wysiwyg: to have [[xxx] not changing when going from tiki->wysiwyg editor ---------------------------------------------- r35083 | lphuberdeau | 2011-06-28 19:53:49 +0200 (Tue, 28 Jun 2011) | 1 line [FIX] Force index encoding to UTF-8 to avoid relying on the system locale ---------------------------------------------- r35082 | marclaporte | 2011-06-28 18:44:48 +0200 (Tue, 28 Jun 2011) | 1 line [DOC] adding a link to search index rebuilding from the clear cache interface ---------------------------------------------- r35079 | lphuberdeau | 2011-06-28 14:19:52 +0200 (Tue, 28 Jun 2011) | 1 line [FIX] Same escape methods for all of the possible code display methods ---------------------------------------------- r35077 | jonnybradley | 2011-06-28 13:47:00 +0200 (Tue, 28 Jun 2011) | 1 line [MOD] filegals batch: Default to removing the file extension from batch uploaded files (it's so dull when you forget) and improve label ---------------------------------------------- r35075 | ricks99 | 2011-06-28 02:42:58 +0200 (Tue, 28 Jun 2011) | 1 line [TYPO]abbreviation should be all capitalized for english ---------------------------------------------- r35074 | sylvieg | 2011-06-27 23:26:20 +0200 (Mon, 27 Jun 2011) | 1 line [FIX]fgal: a warning if incorrect fgalId ---------------------------------------------- r35068 | sylvieg | 2011-06-27 17:02:32 +0200 (Mon, 27 Jun 2011) | 1 line [FIX]parse: ~np~ and ~/np~ was introducing a space ---------------------------------------------- r35067 | sylvieg | 2011-06-27 15:14:28 +0200 (Mon, 27 Jun 2011) | 1 line [FIX]forum: attachment download was broken ---------------------------------------------- r35066 | jonnybradley | 2011-06-27 14:53:08 +0200 (Mon, 27 Jun 2011) | 1 line [ENH] center plugin: Add wikicontent filter (thanks lph) ---------------------------------------------- r35065 | sylvieg | 2011-06-26 18:08:01 +0200 (Sun, 26 Jun 2011) | 1 line [FIX]mediawiki: by default put the page in html mode - as mediawiki accepts by default html tags ---------------------------------------------- r35063 | jean-lucnavarro | 2011-06-26 17:30:23 +0200 (Sun, 26 Jun 2011) | 1 line [bp/r35062][TRA] more french translations ---------------------------------------------- r35061 | jonnybradley | 2011-06-26 15:46:04 +0200 (Sun, 26 Jun 2011) | 1 line [FIX] prefs: jQuery 1.6 now interprets an empty string as being true for boolean attributes ---------------------------------------------- r35060 | jonnybradley | 2011-06-26 15:09:46 +0200 (Sun, 26 Jun 2011) | 1 line [FIX] perms: jQuery 1.6 seems to now interpret an empty string as being true for boolean attributes - also remove untidy heredoc syntax ---------------------------------------------- r35058 | jonnybradley | 2011-06-26 14:34:44 +0200 (Sun, 26 Jun 2011) | 1 line [FIX] page history: jQuery 1.6 seems to now interpret an empty string as being true for boolean attributes - others will need fixing ---------------------------------------------- r35051 | xavidp | 2011-06-25 13:06:53 +0200 (Sat, 25 Jun 2011) | 1 line [FIX]Allow intra-tiki messaging to understand multiple usernames (in to, cc or bcc ) separated with commas also, besides semicolon, so that it works by default with the usernames given by plugin trackerlist with the checkbox param. http://doc.tiki.org/PluginTrackerList upated also recovering the lost information about that checkbox feature, which is not fully bug free, but it just works (at least) with these last two fixes. ---------------------------------------------- r35049 | xavidp | 2011-06-25 11:51:13 +0200 (Sat, 25 Jun 2011) | 1 line [FIX]Smarty variable has to be surrounded by angle brackets. Regression fixed which allows sending messages to users again through plugintrackerlist There is another bug around still somewhere else which prevents comma to be used as separators for multiple users, and through this plugintrackerlist, users in messu-compose.php end up getting commas between usernames instead of semicolons (help needed to fix this other issue). ---------------------------------------------- r35038 | jonnybradley | 2011-06-24 15:39:54 +0200 (Fri, 24 Jun 2011) | 1 line [FIX] filegals: Missing feature checks ---------------------------------------------- r35037 | jonnybradley | 2011-06-24 15:34:43 +0200 (Fri, 24 Jun 2011) | 1 line [MOD] jquery: Update CDN to v1.6.1 ---------------------------------------------- r35035 | jonnybradley | 2011-06-24 15:11:45 +0200 (Fri, 24 Jun 2011) | 1 line [ENH] ohia theme: Additional monochrome option "planet" ---------------------------------------------- r35034 | jonnybradley | 2011-06-24 14:58:47 +0200 (Fri, 24 Jun 2011) | 1 line [MOD] unfix jquery external lib revision (updates to come) ---------------------------------------------- r35030 | jonnybradley | 2011-06-24 14:02:21 +0200 (Fri, 24 Jun 2011) | 1 line [FIX] page history: Correct "wonky" radio button enabling (ensure we do an integer compare instead of string) thanks marclaporte ---------------------------------------------- r35028 | chibaguy | 2011-06-24 04:02:25 +0200 (Fri, 24 Jun 2011) | 1 line [ENH] Give a unique CSS class to each event displayed in calendar, for styling. ---------------------------------------------- r35027 | ricks99 | 2011-06-24 03:14:56 +0200 (Fri, 24 Jun 2011) | 1 line [TYPO] fixed 2 minor typos on the admin: copyright page. no contextual changes ---------------------------------------------- r35026 | chealer | 2011-06-23 22:07:20 +0200 (Thu, 23 Jun 2011) | 2 lines [FIX] Wiki: SQL error "Duplicate key" locking/unlocking (r31737 regression) Thanks Rick Sapir ---------------------------------------------- r35024 | chealer | 2011-06-23 21:58:01 +0200 (Thu, 23 Jun 2011) | 1 line [FIX] Wiki: admin can't unlock page (r35023 regression). oops ---------------------------------------------- r35023 | chealer | 2011-06-23 21:31:17 +0200 (Thu, 23 Jun 2011) | 1 line [FIX] Wiki: lock button only showing to last page editor (r15504 regression) ---------------------------------------------- r35019 | chealer | 2011-06-23 08:24:19 +0200 (Thu, 23 Jun 2011) | 3 lines [FIX] External feeds: cached entries not updating on refresh (r25074 regression) Use fairly brutal update of all entries still in the feed. This can be optimized for Atom feeds. Thanks Rick Sapir ---------------------------------------------- r35018 | ricks99 | 2011-06-23 06:17:25 +0200 (Thu, 23 Jun 2011) | 1 line fixed unintentional typo from 35015. (tx marc) ---------------------------------------------- r35016 | nkoth | 2011-06-23 05:10:48 +0200 (Thu, 23 Jun 2011) | 1 line [FIX] Prevent categories that are not in the fields omitted from a particular TRACKER plugin to be wiped ---------------------------------------------- r35015 | ricks99 | 2011-06-23 03:43:47 +0200 (Thu, 23 Jun 2011) | 1 line [MOD]added EXIT button to navbar, more intuitive way to exit the admin: modules page (especially if the remarksbox is closed) ---------------------------------------------- r35014 | nkoth | 2011-06-23 02:48:50 +0200 (Thu, 23 Jun 2011) | 1 line [FIX] remove stray code that sneaked into previous commit (sorry). ---------------------------------------------- r35013 | nkoth | 2011-06-23 02:45:31 +0200 (Thu, 23 Jun 2011) | 1 line [FIX] Prevent fields that are not supposed to be modified to be changed (esp checkbox field clearing etc) - gets back tiki 6 behavior ---------------------------------------------- r35012 | nkoth | 2011-06-23 01:33:00 +0200 (Thu, 23 Jun 2011) | 1 line [FIX] Clearing all the category checkboxes in category field did not clear categories before ---------------------------------------------- r35003 | chibaguy | 2011-06-22 05:05:52 +0200 (Wed, 22 Jun 2011) | 1 line [FIX] Removed height rule for login tab, to allow text size and padding to determine height (keeps tab bottom flush with menu background). ---------------------------------------------- r35002 | chibaguy | 2011-06-22 05:02:29 +0200 (Wed, 22 Jun 2011) | 1 line [FIX] Line-height set to a specific dimension seems arbitrary in view of theme menus having various text sizes. ---------------------------------------------- r34999 | nkoth | 2011-06-22 03:10:48 +0200 (Wed, 22 Jun 2011) | 1 line [FIX] More wysiwyg maketoc handling to avoid missed out headers ---------------------------------------------- r34998 | lphuberdeau | 2011-06-22 03:06:02 +0200 (Wed, 22 Jun 2011) | 1 line [FIX]?\194?\160Plugin body not escaped properly due to misnamed variable ---------------------------------------------- Version 7.0 <http://tiki.org/ReleaseNotes70> ------------------ ---------------------------------------------- r34873 | changi67 | 2011-06-09 22:35:38 +0200 (Thu, 09 Jun 2011) | 1 line [FIX] Group by clause was missing, Thx chealer ---------------------------------------------- r34871 | changi67 | 2011-06-09 22:11:44 +0200 (Thu, 09 Jun 2011) | 1 line [FIX] Difference between fresh and upgrade from Tiki3 or Tiki6 ---------------------------------------------- r34870 | changi67 | 2011-06-09 22:06:48 +0200 (Thu, 09 Jun 2011) | 1 line [FIX] Upgrade in command line was not working - This is a work arround to get it work - Thx Nelson ---------------------------------------------- r34852 | sylvieg | 2011-06-09 14:29:33 +0200 (Thu, 09 Jun 2011) | 1 line [bp/r34850][FIX]search: take away ~np~ in snippet to avoid parser bug about included np ---------------------------------------------- r34841 | sylvieg | 2011-06-08 23:42:55 +0200 (Wed, 08 Jun 2011) | 1 line [FIX]category: to avoid flip/flop in category picker in unified search ---------------------------------------------- r34837 | changi67 | 2011-06-08 22:11:47 +0200 (Wed, 08 Jun 2011) | 1 line [FIX] Difference between fresh install and upgrade from 6 ---------------------------------------------- r34826 | sylvieg | 2011-06-08 16:14:34 +0200 (Wed, 08 Jun 2011) | 1 line [FIX]tracker: fix optional/mandatory dynamic field ---------------------------------------------- r34811 | sylvieg | 2011-06-07 16:56:33 +0200 (Tue, 07 Jun 2011) | 1 line [FIX]sefurl: mising another sefurl for group homepage ---------------------------------------------- r34806 | jonnybradley | 2011-06-07 14:04:17 +0200 (Tue, 07 Jun 2011) | 1 line [FIX] jquery libs: Update fixed revision for lib/jquery to update jquery.validate (thanks nkoth & robertplummer) ---------------------------------------------- r34804 | jonnybradley | 2011-06-07 13:52:05 +0200 (Tue, 07 Jun 2011) | 1 line [FIX] menustructure module: Replace & with & in structure urls for menus (thanks ricks99) ---------------------------------------------- r34803 | sept_7 | 2011-06-07 11:47:43 +0200 (Tue, 07 Jun 2011) | 4 lines [FIX] Fix typo in the test : set_attribute( 'test', 'HelloWorld', 'tiki . test . aaa55bBb', 121.22 ) does not match assertion... So correct it... ---------------------------------------------- r34802 | sept_7 | 2011-06-07 11:45:59 +0200 (Tue, 07 Jun 2011) | 2 lines [FIX] WikiParser : Fix handling of ~pp~ ---------------------------------------------- r34800 | nkoth | 2011-06-07 04:47:16 +0200 (Tue, 07 Jun 2011) | 1 line [FIX] Return to usable state by disabling non-functioning old ajax checking ---------------------------------------------- r34798 | nkoth | 2011-06-07 02:31:21 +0200 (Tue, 07 Jun 2011) | 1 line [FIX] obvious cut and paste typo from prev commit ---------------------------------------------- r34797 | sept_7 | 2011-06-07 02:03:13 +0200 (Tue, 07 Jun 2011) | 6 lines [FIX] Fix Payment::Payment_CartTest o missing table from tiki.sql added in 20110224_tiki_cart_inventory_hold_tiki.sql o added default value for CartLib::get_gift_certificate_code() and CartLib::get_gift_certificate o change suspicious test this !empty() Should fix pb reported by quality.t.o test suite ---------------------------------------------- r34796 | sylvieg | 2011-06-06 21:28:49 +0200 (Mon, 06 Jun 2011) | 1 line [FIX]sefurl: aarticle and blog title was lost since object_link ---------------------------------------------- r34788 | lphuberdeau | 2011-06-06 14:38:30 +0200 (Mon, 06 Jun 2011) | 1 line [FIX] Check if the definition is present to prevent crash when index does not match the database ---------------------------------------------- r34781 | sept_7 | 2011-06-06 11:56:47 +0200 (Mon, 06 Jun 2011) | 2 lines [FIX] Fix showstopper bug reported by Lucias while trying to apply profile ---------------------------------------------- r34780 | sept_7 | 2011-06-06 11:51:06 +0200 (Mon, 06 Jun 2011) | 5 lines [FIX] Fix different warning from quality.t.o o Duplicate class definition found in CSS o Missing Subversion property "svn:keywords" = "Id" o The use of function sizeof() is forbidden; use count() instead ---------------------------------------------- r34779 | jonnybradley | 2011-06-05 21:16:31 +0200 (Sun, 05 Jun 2011) | 1 line [FIX] userslib: Typos and missing var declarations ---------------------------------------------- r34778 | jonnybradley | 2011-06-05 20:43:16 +0200 (Sun, 05 Jun 2011) | 1 line [FIX] HomePage: Fix home page naming when being recreated (was being generated as a random md5 string) ---------------------------------------------- r34777 | jonnybradley | 2011-06-05 20:18:59 +0200 (Sun, 05 Jun 2011) | 1 line [FIX] HomePage: Fix featured profiles links version to 7.x on default HomePage(s) ---------------------------------------------- r34772 | chibaguy | 2011-06-05 13:14:54 +0200 (Sun, 05 Jun 2011) | 1 line [FIX] Better English usage in new user validation email. ---------------------------------------------- r34768 | robertplummer | 2011-06-04 23:04:54 +0200 (Sat, 04 Jun 2011) | 2 lines [FIX] Made new load method for tabs when being displayed as slideshow [FIX] tiki-slideshow.php to tell tiki that a slideshow is running earlier so recursive plugins can know ---------------------------------------------- r34766 | sylvieg | 2011-06-04 21:24:23 +0200 (Sat, 04 Jun 2011) | 1 line [FIX]tracker: fix system rating for other lang thatn En ---------------------------------------------- r34764 | yonixxx | 2011-06-04 19:58:38 +0200 (Sat, 04 Jun 2011) | 1 line [bp/34668]Rollback - Added the share this feature to list file gallery ---------------------------------------------- r34762 | yonixxx | 2011-06-04 18:39:13 +0200 (Sat, 04 Jun 2011) | 1 line [bp/3468]Added the share this feature to list file gallery ---------------------------------------------- r34760 | jonnybradley | 2011-06-04 17:20:46 +0200 (Sat, 04 Jun 2011) | 1 line [FIX] categories: Missing $and param from previous commit ---------------------------------------------- r34759 | jonnybradley | 2011-06-04 16:59:43 +0200 (Sat, 04 Jun 2011) | 1 line [FIX] categories: Fix getting multiple categories in "and" mode and stop ignoring maxRecords in get_categoryobjects (previous workaround) ---------------------------------------------- r34757 | jonnybradley | 2011-06-04 15:20:08 +0200 (Sat, 04 Jun 2011) | 1 line [FIX] category plugin: Allow "plus" characters required for multiple object types ---------------------------------------------- r34756 | chibaguy | 2011-06-04 08:37:27 +0200 (Sat, 04 Jun 2011) | 1 line [FIX] Default minimum height in case only login, etc. (absolutely positioned) is assigned. ---------------------------------------------- r34755 | xen216 | 2011-06-04 07:08:14 +0200 (Sat, 04 Jun 2011) | 1 line [FIX] added min-height to #topbar_modules to avoid overlapping elements in some cases ---------------------------------------------- r34754 | robertplummer | 2011-06-03 23:11:12 +0200 (Fri, 03 Jun 2011) | 3 lines [FIX] Removed decommissioned tiki-sheet, and added jQuery.sheet to render spreadsheet output for tiki-graph-sheets.tpl [MOD] Changed names from "Sheet" to "Spreadsheet" for better user experience [NEW] Added buttons to bottom of tiki-graph-sheets.tpl to that user can edit sheet and list sheets ---------------------------------------------- r34750 | changi67 | 2011-06-03 20:05:18 +0200 (Fri, 03 Jun 2011) | 1 line betternotice - thx jb ---------------------------------------------- r34748 | jonnybradley | 2011-06-03 19:09:34 +0200 (Fri, 03 Jun 2011) | 1 line [FIX] trackers trackeritemfield: Fix incorrect logic testing for itemId (or test or status), and replace tracker input with output as the result. ---------------------------------------------- r34746 | nkoth | 2011-06-03 18:30:25 +0200 (Fri, 03 Jun 2011) | 1 line [FIX] Map not showing, showing html code instead ---------------------------------------------- r34741 | sylvieg | 2011-06-03 15:34:41 +0200 (Fri, 03 Jun 2011) | 1 line [FIX]menu: to have sectionLevel working when using a section level i intstead of option in the menu + to be able to display the submenu as a main menu ---------------------------------------------- r34738 | changi67 | 2011-06-02 23:02:44 +0200 (Thu, 02 Jun 2011) | 1 line better notice killer ---------------------------------------------- r34732 | sylvieg | 2011-06-02 19:10:36 +0200 (Thu, 02 Jun 2011) | 1 line [FIX]menu: paramtoLevel, sectionLevel were lost ---------------------------------------------- r34731 | sylvieg | 2011-06-02 18:12:08 +0200 (Thu, 02 Jun 2011) | 1 line [FIX]menu: missing params sectionLevel and toLevel ---------------------------------------------- r34729 | sylvieg | 2011-06-02 16:39:28 +0200 (Thu, 02 Jun 2011) | 1 line [FIX]comments: fix for FF4 ---------------------------------------------- r34728 | sylvieg | 2011-06-02 16:07:07 +0200 (Thu, 02 Jun 2011) | 1 line [FIX]search: submit button at the end as last action: categ input size for IE ---------------------------------------------- r34726 | sylvieg | 2011-06-02 14:35:49 +0200 (Thu, 02 Jun 2011) | 1 line [bp/r34725][FIX]tree: odd or even switch on the same level elt ---------------------------------------------- r34720 | sylvieg | 2011-06-01 18:32:19 +0200 (Wed, 01 Jun 2011) | 1 line [FIX]parsing: fix 34598 - need to go out the loop if no more ~/pp~ ---------------------------------------------- r34716 | jonnybradley | 2011-05-31 19:42:10 +0200 (Tue, 31 May 2011) | 1 line [FIX] rollback r32152 which adversely affected the output of wikiplugin_category which also uses this function. This restores 6.x behaviour. ---------------------------------------------- r34715 | chealer | 2011-05-31 08:57:30 +0200 (Tue, 31 May 2011) | 1 line French: review r32951 (TikiFestQuebec7) - Finish (completes r34618) ---------------------------------------------- r34714 | chealer | 2011-05-31 07:15:50 +0200 (Tue, 31 May 2011) | 2 lines [FIX] Change "Are you sure you want to effect all pages in this sub-structure?" to "Are you sure you want to affect all pages in this sub-structure?" I presume "effect" was some kind of typo. Native English speakers: please check ---------------------------------------------- r34666 | marclaporte | 2011-05-27 20:30:03 +0100 (Fri, 27 May 2011) | 1 line [MOD] remove extra actions below rename page because user testing has demostrated confused users. Some were clicking 'edit'. Leaving 'View page' as a way to get back ---------------------------------------------- r34664 | sylvieg | 2011-05-27 20:22:06 +0100 (Fri, 27 May 2011) | 1 line [FIX]search: need to strip all html tags - to have a well formed snippet ---------------------------------------------- r34661 | lphuberdeau | 2011-05-27 18:51:56 +0100 (Fri, 27 May 2011) | 1 line [MOD]?\194?\160Default search should use unified search ---------------------------------------------- r34656 | lphuberdeau | 2011-05-27 16:09:39 +0100 (Fri, 27 May 2011) | 1 line [FIX]?\194?\160Send notifications when categorizing from the category module ---------------------------------------------- r34653 | jonnybradley | 2011-05-27 15:21:09 +0100 (Fri, 27 May 2011) | 1 line [FIX] fgal_picker: Fix for IE not seeing checkClose function due to var declaration (which should be right, but isn't for IE) ---------------------------------------------- r34651 | lphuberdeau | 2011-05-27 15:20:04 +0100 (Fri, 27 May 2011) | 1 line [FIX] Trailing spaces in page names can cause permissions not to apply as expected ---------------------------------------------- r34650 | jonnybradley | 2011-05-27 15:19:29 +0100 (Fri, 27 May 2011) | 1 line [FIX] fgal_picker: Fix for IE click on image thumbnail when selecting file gallery files in img plugin editor ---------------------------------------------- r34643 | chealer | 2011-05-27 02:45:52 +0100 (Fri, 27 May 2011) | 1 line [FIX] FILES plugin: creator parameter popup field takes a boolean rather than a string (r31132/r29843 regression) ---------------------------------------------- r34638 | luciash | 2011-05-26 22:59:39 +0100 (Thu, 26 May 2011) | 1 line [FIX] Freetags Morcego 3D browser: make the actionUrl work when feature_ajax is on; there does no such js function called browseToTag() exist ---------------------------------------------- r34635 | luciash | 2011-05-26 21:18:01 +0100 (Thu, 26 May 2011) | 1 line [ENH] Freetags Morcego 3D browser: remove redundant includes and requires -- thanks chealer ---------------------------------------------- r34633 | luciash | 2011-05-26 20:19:36 +0100 (Thu, 26 May 2011) | 1 line [FIX] Freetags Morcego 3D browser: wrong preference name for nodeCharge applet param ---------------------------------------------- r34632 | luciash | 2011-05-26 20:13:01 +0100 (Thu, 26 May 2011) | 1 line [FIX] Freetags Morcego 3D browser: did not work because of missing include ---------------------------------------------- r34630 | eromneg | 2011-05-26 18:22:29 +0100 (Thu, 26 May 2011) | 1 line [FIX] [bp34625] sorry - did this to trunk first. Convert emails to lower case when using a wiki page subscription in newsletters so that the same emails in different cases can be de-duped even when in multiple wiki pages ---------------------------------------------- r34628 | sylvieg | 2011-05-26 17:37:23 +0100 (Thu, 26 May 2011) | 1 line typo= sorry ---------------------------------------------- r34626 | sylvieg | 2011-05-26 17:19:31 +0100 (Thu, 26 May 2011) | 1 line [FIX]prefs: useUrl was not working since ... 4 ---------------------------------------------- r34624 | chibaguy | 2011-05-26 15:07:20 +0100 (Thu, 26 May 2011) | 1 line [FIX] Inconsistent padding on header login button's normal and hover states; nicer background. ---------------------------------------------- r34621 | chibaguy | 2011-05-26 13:38:04 +0100 (Thu, 26 May 2011) | 1 line [FIX] Remove gap between bottom of header login button and menu bar. ---------------------------------------------- r34620 | chibaguy | 2011-05-26 13:18:32 +0100 (Thu, 26 May 2011) | 1 line [FIX] Default positioning for header-mode login form. ---------------------------------------------- r34619 | chibaguy | 2011-05-26 13:17:04 +0100 (Thu, 26 May 2011) | 1 line [FIX] Reinstate span for down-arrow on popup login link button. ---------------------------------------------- r34618 | chealer | 2011-05-26 07:03:12 +0100 (Thu, 26 May 2011) | 1 line French: review r32951 (TikiFestQuebec7) - Part 1: Unused words ---------------------------------------------- r34617 | chealer | 2011-05-26 06:14:14 +0100 (Thu, 26 May 2011) | 1 line tiki_domain_prefix description: s/unify URLs/standardize URLs/ ---------------------------------------------- r34616 | chealer | 2011-05-26 04:40:35 +0100 (Thu, 26 May 2011) | 2 lines [FIX] Change "Using Tiki with an incorrect database version usually provoke errors." to "Using Tiki with an incorrect database version usually provokes errors." ---------------------------------------------- r34615 | chealer | 2011-05-26 04:29:40 +0100 (Thu, 26 May 2011) | 2 lines [FIX] Change "You will probably some find mods shown as being compatible with older versions of Tiki will work with later versions with little or no modification" to "You will probably find mods shown as being compatible with older versions of Tiki will work with later versions with little or no modification" (guessed) ---------------------------------------------- r34614 | xen216 | 2011-05-26 03:49:45 +0100 (Thu, 26 May 2011) | 1 line [FIX] #3850 fixed sql syntax error when using sort and group parameters together ---------------------------------------------- r34607 | sylvieg | 2011-05-25 14:23:55 +0100 (Wed, 25 May 2011) | 1 line [FIX]calendar: calendar.css a caltable class + align middle the week number not to be aligned with day ---------------------------------------------- r34606 | jonnybradley | 2011-05-25 13:51:09 +0100 (Wed, 25 May 2011) | 1 line [FIX] search module: Add nocache file as search requires javascript to be added via {jq} tags in the template which doesn't (yet) get cached for anonymous ---------------------------------------------- r34605 | sylvieg | 2011-05-25 13:31:46 +0100 (Wed, 25 May 2011) | 1 line [FIX]menu: do not put a link if there is no url on the section ---------------------------------------------- r34604 | chibaguy | 2011-05-25 12:53:41 +0100 (Wed, 25 May 2011) | 1 line [FIX] Encourage header and footer content to widen when middle has wide content. ---------------------------------------------- r34602 | jonnybradley | 2011-05-25 11:53:45 +0100 (Wed, 25 May 2011) | 2 lines [FIX] tracker plugin: Add special creator/modifier fields to tracker form if they're not specified in the field list Currently they show in the form, unlike in Tiki 6, but at least the data will get saved (Tiki 8 will address presentation) ---------------------------------------------- r34601 | chealer | 2011-05-25 07:10:18 +0100 (Wed, 25 May 2011) | 1 line [FIX] "will be automatically be inserted" -> "will be automatically inserted" ---------------------------------------------- r34600 | chealer | 2011-05-25 04:04:34 +0100 (Wed, 25 May 2011) | 1 line [FIX] Change category module URL parameters description: reference to previous parameter names ---------------------------------------------- r34599 | lphuberdeau | 2011-05-24 21:06:02 +0100 (Tue, 24 May 2011) | 1 line [FIX] Notices in fancytable ---------------------------------------------- r34598 | lphuberdeau | 2011-05-24 21:03:50 +0100 (Tue, 24 May 2011) | 1 line [FIX] Potential crash in parser if ~np~ is not properly closed in some circumstances, thanks to chibaguy for highlighting this in forum post 358 of themes.t.o ---------------------------------------------- r34593 | lphuberdeau | 2011-05-24 19:02:37 +0100 (Tue, 24 May 2011) | 1 line [bp] Applying changes that were made in trunk to keep indexing behavior consistant ---------------------------------------------- r34586 | ricks99 | 2011-05-24 02:52:39 +0100 (Tue, 24 May 2011) | 1 line [FIX]corrected typo/misspelling of english text ---------------------------------------------- r34583 | sampaioprimo | 2011-05-23 22:18:43 +0100 (Mon, 23 May 2011) | 2 lines [FIX] filter blog post excerpt ---------------------------------------------- r34582 | sampaioprimo | 2011-05-23 22:15:13 +0100 (Mon, 23 May 2011) | 2 lines [FIX] restore blog post excerpt behavior (allow html) after r34013 fixed parse_data() ---------------------------------------------- r34581 | sampaioprimo | 2011-05-23 22:10:46 +0100 (Mon, 23 May 2011) | 2 lines [FIX] restore blog post behavior (allow html) after r34013 fixed parse_data() ---------------------------------------------- r34580 | sampaioprimo | 2011-05-23 21:22:10 +0100 (Mon, 23 May 2011) | 2 lines [FIX] filter content when updating a blog post ---------------------------------------------- r34576 | chealer | 2011-05-23 19:01:22 +0100 (Mon, 23 May 2011) | 1 line [FIX] Wiki admin: description of feature_wiki_history_full ---------------------------------------------- r34575 | sylvieg | 2011-05-23 18:59:35 +0100 (Mon, 23 May 2011) | 1 line [FIX]tracker: attachment : if the pref t_use_db is by error not n and not y, long attachments were truncated ---------------------------------------------- r34574 | chealer | 2011-05-23 18:54:39 +0100 (Mon, 23 May 2011) | 1 line [FIX] Wiki history: All versions archived even when "History all instead of only page data, description, and change comment" is disabled (r31737 regression) ---------------------------------------------- r34573 | jonnybradley | 2011-05-23 12:55:39 +0100 (Mon, 23 May 2011) | 1 line [FIX] modules: Don't make redundant custom module for the Application Menu ---------------------------------------------- r34572 | marclaporte | 2011-05-23 08:37:20 +0100 (Mon, 23 May 2011) | 1 line dedicated to Jean-Luc ---------------------------------------------- r34571 | marclaporte | 2011-05-23 08:29:09 +0100 (Mon, 23 May 2011) | 1 line better doc for transitions ---------------------------------------------- r34568 | chibaguy | 2011-05-21 11:16:09 +0100 (Sat, 21 May 2011) | 1 line [FIX] Update/fix site header login button background color. Thanks, chealer. ---------------------------------------------- r34565 | lphuberdeau | 2011-05-20 19:28:38 +0100 (Fri, 20 May 2011) | 1 line [FIX] Strip out lucene special characters from tokens to avoid unpredictable crashes ---------------------------------------------- r34564 | lphuberdeau | 2011-05-20 19:27:34 +0100 (Fri, 20 May 2011) | 1 line [FIX]?\194?\160Broken test ---------------------------------------------- r34559 | chealer | 2011-05-20 17:16:44 +0100 (Fri, 20 May 2011) | 1 line [FIX] Quick Edit module: Custom header template parameter (from r27746) ---------------------------------------------- r34555 | sylvieg | 2011-05-20 16:10:45 +0100 (Fri, 20 May 2011) | 1 line [FIX]TRACKERFILTER: preserve order of fields of the filter param ---------------------------------------------- r34551 | jonnybradley | 2011-05-20 13:37:05 +0100 (Fri, 20 May 2011) | 1 line [FIX] user prefs: Merge the first two tabs into one form, otherwise things on the hidden tab get reset to their defaults, making the page unusable (thanks SiL3NC3-de) ---------------------------------------------- r34549 | jonnybradley | 2011-05-20 13:21:45 +0100 (Fri, 20 May 2011) | 1 line [FIX] trackers: Remove obsolete warning ---------------------------------------------- r34547 | jonnybradley | 2011-05-20 12:41:29 +0100 (Fri, 20 May 2011) | 2 lines [FIX] trackers: Parse value for TextArea fields (including multilungual values), but not Text Also fix small pre/post typo correction on append text ---------------------------------------------- r34546 | jonnybradley | 2011-05-20 11:19:04 +0100 (Fri, 20 May 2011) | 1 line [FIX] modules: Set newly created top modules to have no group (were assigned to Anonymous so may be hidden from registered and/or admins) ---------------------------------------------- r34537 | chealer | 2011-05-19 22:49:09 +0100 (Thu, 19 May 2011) | 4 lines [MOD] Quick Edit module: remove parameters pastetext, enterdescription and chooseCateg introduced in Tiki 6 (r28084) These fields overlap with those in page edition. http://article.gmane.org/gmane.comp.cms.tiki.cvs/63827/match=28084 Sorry if this affects anyone, please speak up ---------------------------------------------- r34533 | changi67 | 2011-05-19 22:17:32 +0100 (Thu, 19 May 2011) | 1 line [FIX] Don't log if feature actionlog is not enabled ---------------------------------------------- r34523 | yonixxx | 2011-05-19 19:54:54 +0100 (Thu, 19 May 2011) | 1 line [FIX]Autoclipping feature - Error in typo ---------------------------------------------- r34519 | jonnybradley | 2011-05-19 19:28:09 +0100 (Thu, 19 May 2011) | 1 line [FIX] comments: Stop comments box being "super small" ---------------------------------------------- r34514 | jonnybradley | 2011-05-19 18:44:38 +0100 (Thu, 19 May 2011) | 1 line [FIX] versions plugin: Add new line before default content so it gets parsed correctly (thanks ricks99) ---------------------------------------------- r34513 | jonnybradley | 2011-05-19 18:21:41 +0100 (Thu, 19 May 2011) | 1 line [FIX] modules revamp: Remove orphaned prefs and change warning on site logo feature ---------------------------------------------- r34508 | jonnybradley | 2011-05-19 16:43:43 +0100 (Thu, 19 May 2011) | 2 lines [bp/r34223][FIX] Shell installer did not have autoload ---------------------------------------------- r34506 | jonnybradley | 2011-05-19 16:14:02 +0100 (Thu, 19 May 2011) | 1 line [FIX] modules revamp: Remove dependency on lib/setup/prefs.php and get modified prefs from the database directly. Should now reliably convert all custom look & feel prefs to custom modules. ---------------------------------------------- r34505 | luciash | 2011-05-19 15:37:42 +0100 (Thu, 19 May 2011) | 1 line [FIX] Freetags: the clear button link onclick attribute needed "return false" to prevent going away from the page (while it just should clear the form input) ---------------------------------------------- r34501 | sylvieg | 2011-05-19 13:57:23 +0100 (Thu, 19 May 2011) | 1 line [FIX]wiki: cache time can be redefined for a page ---------------------------------------------- r34434 | chealer | 2011-05-15 20:08:59 +0100 (Sun, 15 May 2011) | 2 lines [FIX] HTML [FIX] Colons inside tr blocks ---------------------------------------------- r34433 | chealer | 2011-05-15 19:54:24 +0100 (Sun, 15 May 2011) | 2 lines [FIX] HTML special characters encoding improve speed parameters value description ---------------------------------------------- r34432 | lindonb | 2011-05-15 19:02:01 +0100 (Sun, 15 May 2011) | 1 line [FIX] Use better filter speed params and validate them (thanks chealer) ---------------------------------------------- r34430 | jonnybradley | 2011-05-15 14:36:00 +0100 (Sun, 15 May 2011) | 1 line [FIX] tabs: Enclose tabsets in a div to be able to separate multiple sets on a single page. Also rework $smarty_tabset_name calculation to make sure unique id are used. Fixes too for tikitabs function for when called externally (thanks Lindon) ---------------------------------------------- r34429 | jonnybradley | 2011-05-15 13:16:33 +0100 (Sun, 15 May 2011) | 1 line [FIX] modules: List rss feeds in a row when in bottom modules zone ---------------------------------------------- r34428 | lindonb | 2011-05-15 05:31:49 +0100 (Sun, 15 May 2011) | 1 line [FIX] Wrong filter as speed parameters can be letters as well as digits. Also, speed parameter need to be enclosed in quotes in case fast or slow is used for speed. ---------------------------------------------- r34427 | lindonb | 2011-05-15 05:03:20 +0100 (Sun, 15 May 2011) | 1 line [FIX] Don't include empty accepted values and always have a since column. ---------------------------------------------- r34426 | lindonb | 2011-05-15 04:58:21 +0100 (Sun, 15 May 2011) | 1 line [FIX] Add since item to plugin info for easy documentation using PluginManager ---------------------------------------------- r34425 | lindonb | 2011-05-15 04:19:32 +0100 (Sun, 15 May 2011) | 1 line [FIX] Maintain alternating odd/even class even when rows are sorted. Fixed by not assigning an odd/even class here if sortable parameter is set since javascript will set it automatically and the alternation will get messed up if set here too. ---------------------------------------------- r34424 | nkoth | 2011-05-14 23:42:19 +0100 (Sat, 14 May 2011) | 2 lines [FIX] (refix, previous fix no good) Unchecking checkbox not saving changed state[D ---------------------------------------------- r34423 | lindonb | 2011-05-14 21:52:00 +0100 (Sat, 14 May 2011) | 1 line [FIX] Fix regression from r32212 - restore class definitions used for PluginImg that were lost in cleanup of layout.css. Hopefully safe in design.css ---------------------------------------------- r34422 | nkoth | 2011-05-14 21:08:02 +0100 (Sat, 14 May 2011) | 2 lines [FIX] Unchecking checkbox not saving changed state ---------------------------------------------- r34421 | jonnybradley | 2011-05-14 13:27:31 +0100 (Sat, 14 May 2011) | 1 line [FIX] mobile: Make logo link "external" so it always takes you back to the "full" non-ajax loaded index page ---------------------------------------------- r34420 | jonnybradley | 2011-05-14 13:16:21 +0100 (Sat, 14 May 2011) | 1 line [FIX] mobile: Use data-role="navbar" for mobile tabs, and separate rendering loops for mobile and normal tabs as the logic was getting unnecessarily complicated. ---------------------------------------------- r34419 | jonnybradley | 2011-05-14 13:13:52 +0100 (Sat, 14 May 2011) | 1 line [FIX] mobile: Set pref feature_html_head_base_tag on as it is now required by jqm navigation ---------------------------------------------- r34418 | jonnybradley | 2011-05-14 12:21:34 +0100 (Sat, 14 May 2011) | 1 line [FIX] mobile: Link to better "latest build" jqm lib instead of the "test" repo, also obey minified prefs ---------------------------------------------- r34417 | lindonb | 2011-05-14 05:01:40 +0100 (Sat, 14 May 2011) | 1 line [FIX] Need to mask tiki tag content (like ~np~ content ~/np~) in all cases, not just when cell divider is |, otherwise tag content could be mistaken for cell divider ---------------------------------------------- r34413 | pkdille | 2011-05-13 21:37:43 +0100 (Fri, 13 May 2011) | 1 line Remove some duplicated style definitions ---------------------------------------------- r34412 | jonnybradley | 2011-05-13 21:10:42 +0100 (Fri, 13 May 2011) | 1 line [FIX] wysiwyg: Remove rogue ! char (probably a typo) from wysiwyg parse function (should solve long running mystery ! appearance issues, thanks Geoff) ---------------------------------------------- r34410 | sampaioprimo | 2011-05-13 20:36:01 +0100 (Fri, 13 May 2011) | 2 lines rollback 34407. I will fix calendar_new problem properly on trunk. ---------------------------------------------- r34409 | jonnybradley | 2011-05-13 20:35:24 +0100 (Fri, 13 May 2011) | 1 line [FIX] trackers: Use get_isMain_value() to get main value for browser title ---------------------------------------------- r34407 | sampaioprimo | 2011-05-13 20:25:28 +0100 (Fri, 13 May 2011) | 2 lines [FIX] module calendar_new display items when in list mode ---------------------------------------------- r34406 | lphuberdeau | 2011-05-13 20:07:17 +0100 (Fri, 13 May 2011) | 1 line [MOD] Fixing the root cause behind the issue regarding tiki_p_admin and removing workarounds ---------------------------------------------- r34402 | jonnybradley | 2011-05-13 19:41:23 +0100 (Fri, 13 May 2011) | 1 line [FIX] autosave/preview: Don't double encode and decode the autoSaveId - was breaking preview etc on pages with accented chars in the pagename. (thanks Burghard and devels) ---------------------------------------------- r34400 | lphuberdeau | 2011-05-13 19:06:54 +0100 (Fri, 13 May 2011) | 1 line [FIX] Test broken by this change ---------------------------------------------- r34399 | lphuberdeau | 2011-05-13 17:00:44 +0100 (Fri, 13 May 2011) | 1 line [FIX]?\194?\160Dynamically fetch the list of groups with tiki_p_admin to work properly on sites that do not use Admins as the main admin group ---------------------------------------------- r34398 | lphuberdeau | 2011-05-13 16:54:25 +0100 (Fri, 13 May 2011) | 1 line [ENH] Avoid rework when formatting search results ---------------------------------------------- r34397 | jonnybradley | 2011-05-13 16:53:32 +0100 (Fri, 13 May 2011) | 1 line [FIX] plugins: Don't render plugin approval form if inside_pretty as untreated jQuery syntax messes up Smarty and you should approve it in the template (thanks luciash) ---------------------------------------------- r34396 | jonnybradley | 2011-05-13 16:30:55 +0100 (Fri, 13 May 2011) | 1 line [FIX] modules: No need to warn when saving newly dropped module ---------------------------------------------- r34395 | jonnybradley | 2011-05-13 16:26:40 +0100 (Fri, 13 May 2011) | 1 line [FIX] code plugin: De-sanitise unescaped code ---------------------------------------------- r34394 | jonnybradley | 2011-05-13 16:08:29 +0100 (Fri, 13 May 2011) | 1 line [FIX] trackerlist: Avoid error as itemId is an array, and add comment as a reminder to remove or fix suspect code after 7.0 ---------------------------------------------- r34393 | jonnybradley | 2011-05-13 15:37:38 +0100 (Fri, 13 May 2011) | 1 line [FIX] trackers: Fix item link label to show concatenated values on output (thanks Geoff) ---------------------------------------------- r34391 | jonnybradley | 2011-05-13 14:38:19 +0100 (Fri, 13 May 2011) | 1 line [MOD] Move feature_syntax_highlighter (code mirror) into experimental and default to off for 7.0 ---------------------------------------------- r34390 | sylvieg | 2011-05-12 23:24:12 +0100 (Thu, 12 May 2011) | 1 line [FIX]TRACKERFILTER: choose the dropdown for group selector ---------------------------------------------- r34388 | sylvieg | 2011-05-12 20:56:52 +0100 (Thu, 12 May 2011) | 1 line [FIX]ARTICLES: perm can be check only on individual article and not globally ---------------------------------------------- r34387 | jonnybradley | 2011-05-12 20:05:40 +0100 (Thu, 12 May 2011) | 1 line [FIX] modules: Make sure save button is hidden in all themes (some have styling on the outer span as well as the anchor) ---------------------------------------------- r34386 | jonnybradley | 2011-05-12 19:56:41 +0100 (Thu, 12 May 2011) | 1 line [FIX] modules: Warn about lost module positioning changes ---------------------------------------------- r34384 | jonnybradley | 2011-05-12 18:00:07 +0100 (Thu, 12 May 2011) | 1 line [FIX] img: Partial rollback of r34037 and alternative fix to add the width and height attributes to the tag, but without adding &x= &y= params to the src as it destroys the alpha channel unnecessarily (thanks SLJ) ---------------------------------------------- r34379 | jonnybradley | 2011-05-11 15:20:10 +0100 (Wed, 11 May 2011) | 1 line [FIX] editlib: Missing global and parameter ---------------------------------------------- r34378 | chibaguy | 2011-05-11 12:51:41 +0100 (Wed, 11 May 2011) | 1 line [NEW] Twist theme updated for Tiki 7. ---------------------------------------------- r34376 | nkoth | 2011-05-11 04:08:12 +0100 (Wed, 11 May 2011) | 2 lines [FIX] Redo (corrected) Prevent extra \n from appearing at then of pretty tracker var output ---------------------------------------------- r34375 | nkoth | 2011-05-11 04:04:12 +0100 (Wed, 11 May 2011) | 2 lines [FIX] Prevent extra \n from appearing at then of pretty tracker var output ---------------------------------------------- r34374 | nkoth | 2011-05-11 00:20:46 +0100 (Wed, 11 May 2011) | 2 lines [FIX] db error ---------------------------------------------- r34366 | lphuberdeau | 2011-05-10 18:49:57 +0100 (Tue, 10 May 2011) | 1 line [FIX] Date for RSS feeds not displaying correctly ---------------------------------------------- r34363 | jonnybradley | 2011-05-10 17:22:44 +0100 (Tue, 10 May 2011) | 1 line [FIX] wysiwyg: Remove unnecessary parameter for debug_backtrace (causes errors on php < 5.2 so mainly for backporting to 6.x) ---------------------------------------------- r34362 | jonnybradley | 2011-05-10 17:16:34 +0100 (Tue, 10 May 2011) | 1 line [FIX] wysiwyg: Clean all ~np~ tags from plugin_result before rendering for ckeditor, not just ones at start and end. ---------------------------------------------- r34359 | jonnybradley | 2011-05-10 17:03:57 +0100 (Tue, 10 May 2011) | 1 line [FIX] wysiwyg: Better fix than in r34285 using preg_last_error() which fails on php < 5.2 (mainly for backporting to 6.x but it's a cleaner fix anyway) ---------------------------------------------- r34354 | xavidp | 2011-05-10 16:23:51 +0100 (Tue, 10 May 2011) | 1 line [MOD][bp/r34353] Avoid potential confusion between proxy host name and proxy host url. Thanks lph for feedback ---------------------------------------------- r34348 | jonnybradley | 2011-05-10 14:09:33 +0100 (Tue, 10 May 2011) | 1 line [MOD] Link html5shim to the new one in third_party (and add required type attribute) ---------------------------------------------- r34347 | jonnybradley | 2011-05-10 13:46:51 +0100 (Tue, 10 May 2011) | 1 line [MOD] Link html5shim into libs ---------------------------------------------- r34344 | jonnybradley | 2011-05-10 13:25:29 +0100 (Tue, 10 May 2011) | 1 line [FIX] logout: When using group home pages redirect to anonymous's home instead of the logged in user's one (thanks Geoff) ---------------------------------------------- r34343 | lphuberdeau | 2011-05-10 13:16:43 +0100 (Tue, 10 May 2011) | 1 line [FIX]?\194?\160Use autoload in jsplugin ---------------------------------------------- r34342 | jonnybradley | 2011-05-10 13:15:06 +0100 (Tue, 10 May 2011) | 1 line [FIX] modules: Check perm for modules admin mode ---------------------------------------------- r34341 | sept_7 | 2011-05-10 13:02:58 +0100 (Tue, 10 May 2011) | 2 lines [FIX] SVN properties ---------------------------------------------- r34340 | jonnybradley | 2011-05-10 12:58:59 +0100 (Tue, 10 May 2011) | 1 line [FIX] log_tpl: Suppress log comment for error.tpl also (which includes tiki.tpl which generates the DOCTYPE) ---------------------------------------------- r34339 | sept_7 | 2011-05-10 12:58:42 +0100 (Tue, 10 May 2011) | 2 lines [FIX] Dos2unix ---------------------------------------------- r34336 | chibaguy | 2011-05-10 12:22:29 +0100 (Tue, 10 May 2011) | 1 line [FIX] More adjustments for site header modules (Dark Shine theme). ---------------------------------------------- r34335 | pkdille | 2011-05-10 06:13:09 +0100 (Tue, 10 May 2011) | 1 line Un-duplicate some style definitions ---------------------------------------------- r34334 | marclaporte | 2011-05-10 05:25:03 +0100 (Tue, 10 May 2011) | 1 line lowercase ---------------------------------------------- r34333 | chibaguy | 2011-05-10 03:59:38 +0100 (Tue, 10 May 2011) | 1 line [FIX] More adjustments for site header modules. ---------------------------------------------- r34332 | nkoth | 2011-05-10 03:50:18 +0100 (Tue, 10 May 2011) | 2 lines [FIX] Allow underscore and dash in attribute name ---------------------------------------------- r34331 | jonnybradley | 2011-05-09 21:25:24 +0100 (Mon, 09 May 2011) | 1 line [FIX] login: Show login box contents when on tiki-login_scr.php ---------------------------------------------- r34327 | jonnybradley | 2011-05-09 19:03:06 +0100 (Mon, 09 May 2011) | 1 line [FIX] search: Make buttons appear automatically after typing (in compact mode) ---------------------------------------------- r34326 | jonnybradley | 2011-05-09 18:45:31 +0100 (Mon, 09 May 2011) | 1 line [MOD] modules: Link to user module edit form from popup ---------------------------------------------- r34325 | jonnybradley | 2011-05-09 18:13:04 +0100 (Mon, 09 May 2011) | 1 line [FIX] modules: Link assign user modules icons to correct tab as a new tab appears when edit_assign is set (thanks again marclaporte) ---------------------------------------------- r34324 | jonnybradley | 2011-05-09 17:18:18 +0100 (Mon, 09 May 2011) | 1 line [FIX] modules: Avoid user modules params showing as Array when empty (thanks marclaporte) ---------------------------------------------- r34322 | jonnybradley | 2011-05-09 16:54:42 +0100 (Mon, 09 May 2011) | 1 line [MOD] modules: Add a show/hide hidden modules button to avoid interface chaos and unusability when module visibility is used extensively, as seen on themes.t.o ---------------------------------------------- r34321 | jonnybradley | 2011-05-09 16:26:58 +0100 (Mon, 09 May 2011) | 1 line [FIX] modules: Move editcreate anchor to where the user module textarea is (from the top of the um list) ---------------------------------------------- r34320 | jonnybradley | 2011-05-09 15:30:21 +0100 (Mon, 09 May 2011) | 1 line [FIX] trackers: Fix missing smarty param ---------------------------------------------- r34319 | jonnybradley | 2011-05-09 15:28:47 +0100 (Mon, 09 May 2011) | 1 line [FIX] trackers: Fix removing attachments when useAttachments == n ---------------------------------------------- r34318 | jonnybradley | 2011-05-09 15:25:07 +0100 (Mon, 09 May 2011) | 1 line [FIX] trackers: Hopefully fix confusion with File (attachment) fields and "item" attachments (thanks marclaporte) ---------------------------------------------- r34317 | nkoth | 2011-05-09 15:24:05 +0100 (Mon, 09 May 2011) | 2 lines [FIX] Credits not showing ---------------------------------------------- r34316 | lphuberdeau | 2011-05-09 14:16:47 +0100 (Mon, 09 May 2011) | 1 line [FIX] Page already exists exception caused by stale cache, fixed by using a lower level function and forcing cache to be skipped ---------------------------------------------- r34315 | chibaguy | 2011-05-09 10:49:40 +0100 (Mon, 09 May 2011) | 1 line [FIX] Adjust stylesheets site title and secondary site menu positions (Secondary site menu uses menu module with module parameter for style: class="secondary_site_menu".) ---------------------------------------------- r34308 | marclaporte | 2011-05-09 06:16:11 +0100 (Mon, 09 May 2011) | 1 line [DOC] Documenting how to use get_strings.php from the command line, which is useful to avoid timeouts ---------------------------------------------- r34307 | marclaporte | 2011-05-09 05:03:16 +0100 (Mon, 09 May 2011) | 1 line typo? or is get_strings smarter than I think? ---------------------------------------------- r34305 | chealer | 2011-05-09 04:40:46 +0100 (Mon, 09 May 2011) | 1 line [FIX] Text area admin panel: fix generally broken plugin filter (wrong selector, r32931 regression) ---------------------------------------------- r34304 | nkoth | 2011-05-09 03:25:24 +0100 (Mon, 09 May 2011) | 2 lines [FIX] Allow numbers in attribute and relation names ---------------------------------------------- r34303 | nkoth | 2011-05-09 01:14:33 +0100 (Mon, 09 May 2011) | 2 lines [FIX] Prevent extra line breaks or paragraphing from being created on parsing of pretty tracker and other output ---------------------------------------------- r34302 | marclaporte | 2011-05-08 20:16:28 +0100 (Sun, 08 May 2011) | 1 line [DOC] Experienced Tiki users are used to come to this page to administer the look & feel, thus giving them a link to the new awesome drag & drop method ---------------------------------------------- r34300 | pkdille | 2011-05-08 19:57:57 +0100 (Sun, 08 May 2011) | 1 line Un-duplicate style definitions (fixes r34273) ---------------------------------------------- r34299 | marclaporte | 2011-05-08 19:42:48 +0100 (Sun, 08 May 2011) | 1 line [MOD] changing color of comment box to be sure they are seen. http://doc.tiki.org/Inline+Comments ---------------------------------------------- r34298 | marclaporte | 2011-05-08 17:10:09 +0100 (Sun, 08 May 2011) | 1 line rollback. Tks chealer ---------------------------------------------- r34297 | nkoth | 2011-05-07 18:10:38 +0100 (Sat, 07 May 2011) | 2 lines [FIX] Prevent extra line breaks or paragraphing from being created on parsing of plugin ---------------------------------------------- r34295 | jonnybradley | 2011-05-07 16:42:47 +0100 (Sat, 07 May 2011) | 1 line [FIX] modules: Remove style definitions from upgrade script and add schema to also remove them from previously upgraded sites (thanks chibaguy) ---------------------------------------------- r34294 | chibaguy | 2011-05-07 07:30:06 +0100 (Sat, 07 May 2011) | 1 line [FIX] Specifying line-height for site titles so full height of text shows in IE7. ---------------------------------------------- r34293 | chibaguy | 2011-05-07 07:27:39 +0100 (Sat, 07 May 2011) | 1 line [FIX] z-index fix for login popup; module title line-height so full height of text shows. ---------------------------------------------- r34292 | marclaporte | 2011-05-07 04:38:57 +0100 (Sat, 07 May 2011) | 1 line [FIX] Category filter for listing pages: it can accept more than one value. TODO: also add + as a valid separator ---------------------------------------------- r34290 | jonnybradley | 2011-05-06 18:28:02 +0100 (Fri, 06 May 2011) | 1 line [FIX] modules: Fix legacy "add module" form (thanks again chibaguy) ---------------------------------------------- r34288 | jonnybradley | 2011-05-06 17:21:03 +0100 (Fri, 06 May 2011) | 1 line [FIX] wysiwyg: Remove ~np~ tags from around plugin result before parsing for ckeditor ---------------------------------------------- r34287 | sylvieg | 2011-05-06 16:00:40 +0100 (Fri, 06 May 2011) | 1 line [FIX]unified: set perms for unuified too ---------------------------------------------- r34285 | jonnybradley | 2011-05-06 15:52:18 +0100 (Fri, 06 May 2011) | 1 line [FIX] wysiwyg: Catch preg_replace error returning null when too many plugins cause a PREG_BACKTRACK_LIMIT_ERROR resulting in empty editor (thanks Geoff) ---------------------------------------------- r34283 | jonnybradley | 2011-05-06 13:40:35 +0100 (Fri, 06 May 2011) | 1 line [FIX] modules: Correct behaviour for excluded themes again (thanks chibaguy) ---------------------------------------------- r34275 | chibaguy | 2011-05-06 06:47:46 +0100 (Fri, 06 May 2011) | 1 line [FIX] Some value for top distance is needed for quick admin link. "0" will conflict with secondary site menu, so maybe midway down or so (at right margin) is good. ---------------------------------------------- r34273 | chibaguy | 2011-05-06 03:36:44 +0100 (Fri, 06 May 2011) | 1 line [FIX] Better vertical positioning of site titles. ---------------------------------------------- r34263 | sylvieg | 2011-05-05 18:04:10 +0100 (Thu, 05 May 2011) | 1 line [FIX]wrong notice fix in 34196 ---------------------------------------------- r34262 | sylvieg | 2011-05-05 17:55:09 +0100 (Thu, 05 May 2011) | 1 line [FIX]wrong notice fix in 34187 ---------------------------------------------- r34260 | lphuberdeau | 2011-05-05 16:00:33 +0100 (Thu, 05 May 2011) | 1 line [FIX]?\194?\160Header and static text would not display in TRACKER plugin ---------------------------------------------- r34256 | sylvieg | 2011-05-05 15:10:56 +0100 (Thu, 05 May 2011) | 1 line [FIX]date translation ---------------------------------------------- r34255 | sylvieg | 2011-05-05 14:59:30 +0100 (Thu, 05 May 2011) | 1 line [FIX]i18n: add instructions for get_strings to translate the date formats ---------------------------------------------- r34253 | chealer | 2011-05-04 23:53:56 +0100 (Wed, 04 May 2011) | 1 line [FIX] SUBSCRIBEGROUPS: removal from group (r18957 regression) ---------------------------------------------- r34252 | sylvieg | 2011-05-04 23:18:00 +0100 (Wed, 04 May 2011) | 1 line [FIX]i18n: : must be in the {tr} ---------------------------------------------- r34250 | sylvieg | 2011-05-04 22:12:35 +0100 (Wed, 04 May 2011) | 1 line [FIX]structure: wrong notice fix 34191 - structure was not showing ---------------------------------------------- r34249 | chealer | 2011-05-04 21:11:52 +0100 (Wed, 04 May 2011) | 1 line [FIX] "Create New structure" => "Create New Structure" (consistent capitalization, avoid strings duplication ---------------------------------------------- r34245 | sylvieg | 2011-05-04 18:24:47 +0100 (Wed, 04 May 2011) | 1 line [FIX]smarty: multibyte for truncate - thx yoni and Gil Shwartz) ---------------------------------------------- r34239 | chibaguy | 2011-05-04 10:08:56 +0100 (Wed, 04 May 2011) | 1 line [FIX] Top position missing for Quick Admin module (thanks Chealer). ---------------------------------------------- r34238 | chibaguy | 2011-05-04 06:45:14 +0100 (Wed, 04 May 2011) | 1 line [FIX] Fancytable was missing the table header background color property. ---------------------------------------------- r34237 | marclaporte | 2011-05-04 05:38:40 +0100 (Wed, 04 May 2011) | 1 line More consistency but trackerif and trackertoggle are still not optional in Tiki7 Sylvie? ---------------------------------------------- r34236 | marclaporte | 2011-05-04 04:22:24 +0100 (Wed, 04 May 2011) | 1 line [FIX] missing prefs in admin panels as reported via doc/devtools/lessermagicreport.php ---------------------------------------------- r34235 | marclaporte | 2011-05-04 03:44:42 +0100 (Wed, 04 May 2011) | 1 line better doc ---------------------------------------------- r34226 | sylvieg | 2011-05-03 18:01:45 +0100 (Tue, 03 May 2011) | 1 line [FIX]TRACKERFILTER: do not url encode option as it is a POST and create problem with option with space for instance (spaces are transformed into %20 ---------------------------------------------- r34215 | marclaporte | 2011-05-02 20:34:58 +0100 (Mon, 02 May 2011) | 1 line typo. Good catch by Jean-Luc ---------------------------------------------- r34208 | sylvieg | 2011-05-02 16:55:24 +0100 (Mon, 02 May 2011) | 1 line [FIX]menu fix 25503: menu_cookie must also apply for structure ---------------------------------------------- r34200 | sylvieg | 2011-05-02 14:17:49 +0100 (Mon, 02 May 2011) | 1 line [FIX]menu: match url find the selected 1/ with url with & 2/ with option =tiki-index.php ---------------------------------------------- r34199 | chibaguy | 2011-05-02 14:08:37 +0100 (Mon, 02 May 2011) | 1 line [FIX] Site header height isn't set since its content (and content height) at user sites isn't known in advance, so let logo image and titles be part of content flow to cause header height rather than be positioned absolute. ---------------------------------------------- r34083 | jonnybradley | 2011-04-22 16:59:44 +0100 (Fri, 22 Apr 2011) | 1 line [FIX] codemirror: Fix block (h1, h2 etc) tools ---------------------------------------------- r34082 | jonnybradley | 2011-04-22 16:43:06 +0100 (Fri, 22 Apr 2011) | 1 line [FIX] tiki-js.js js_lint (equivalent) ---------------------------------------------- r34081 | jonnybradley | 2011-04-22 16:12:40 +0100 (Fri, 22 Apr 2011) | 1 line [FIX] tiki-jquery.js js_lint (equivalent) ---------------------------------------------- r34078 | jonnybradley | 2011-04-22 15:39:09 +0100 (Fri, 22 Apr 2011) | 1 line [FIX] datepicker: Update the hidden field (altField) before dividing by 1000 (as js deals in ms) ---------------------------------------------- r34077 | jonnybradley | 2011-04-22 14:06:22 +0100 (Fri, 22 Apr 2011) | 1 line [FIX] unified search: Fix error reporting and add exception message ---------------------------------------------- r34068 | jonnybradley | 2011-04-21 21:00:35 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] timeline: Prevent non-simile code from dying when trying 'year' as a scale, and add missing simile durations ---------------------------------------------- r34065 | jonnybradley | 2011-04-21 17:49:27 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] timeline: Ugly fix for loading SIMILE lib problems ---------------------------------------------- r34064 | jonnybradley | 2011-04-21 15:56:12 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] search module: Installer update for compact mode when in topbar ---------------------------------------------- r34063 | jonnybradley | 2011-04-21 15:23:00 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] search module: Put action buttons in a popup div (when compact = y) for use in topbar zone to reduce layout breakage ---------------------------------------------- r34062 | lphuberdeau | 2011-04-21 13:53:57 +0100 (Thu, 21 Apr 2011) | 1 line [bp/r34052] Make group inheritence optional on group subscriptions to newsletters ---------------------------------------------- r34061 | lphuberdeau | 2011-04-21 13:52:26 +0100 (Thu, 21 Apr 2011) | 1 line [bp/r34050] Fix saving of newletter edition to preserve text version and wysiwyg flag ---------------------------------------------- r34060 | jonnybradley | 2011-04-21 12:53:36 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] codemirror: Use codemirror for comments ---------------------------------------------- r34059 | jonnybradley | 2011-04-21 12:49:17 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] codemirror: Use textarea width and height ---------------------------------------------- r34058 | jonnybradley | 2011-04-21 12:23:57 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] codemirror: Use height param ---------------------------------------------- r34057 | jonnybradley | 2011-04-21 12:15:35 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] codemirror: Stop the {code} listings from disappearing when you can edit the page. Not sure why it fixes it, but it does - Robert P please review? ---------------------------------------------- r34056 | jonnybradley | 2011-04-21 11:38:29 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] include plugin: Better tool tip message (thanks again Lindon) ---------------------------------------------- r34055 | jonnybradley | 2011-04-20 18:47:29 +0100 (Wed, 20 Apr 2011) | 1 line [FIX] tikilib: Typos ---------------------------------------------- r34054 | jonnybradley | 2011-04-20 18:25:44 +0100 (Wed, 20 Apr 2011) | 1 line [FIX] include plugin: Restore edit included page icon, but without doing the full parse_data which was messing up maketoc (thanks Lindon) ---------------------------------------------- r34047 | chibaguy | 2011-04-20 13:14:08 +0100 (Wed, 20 Apr 2011) | 1 line [FIX] display:table on #header_fixedwidth was causing a 1em or so gap between the bottom of that div and #header's, for some reason. ---------------------------------------------- r34046 | chibaguy | 2011-04-20 13:00:37 +0100 (Wed, 20 Apr 2011) | 1 line [FIX] Return header content to page center (not at viewport left margin). ---------------------------------------------- r34045 | jonnybradley | 2011-04-20 12:20:24 +0100 (Wed, 20 Apr 2011) | 1 line [FIX] ohia/cornflower: Remove all definitions duplicating the main theme css ---------------------------------------------- r34044 | jonnybradley | 2011-04-19 18:59:42 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] filegals: Repairs to replace version (fill missing fileInfo) ---------------------------------------------- r34043 | lphuberdeau | 2011-04-19 18:09:57 +0100 (Tue, 19 Apr 2011) | 1 line [KIL] Fully removing the old tiki search ---------------------------------------------- r34042 | jonnybradley | 2011-04-19 18:08:56 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] ohia: Visible text for .opaque ---------------------------------------------- r34041 | jonnybradley | 2011-04-19 18:08:06 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] filegals: Various missing parameters, typos and unset vars (missing file) ---------------------------------------------- r34040 | jonnybradley | 2011-04-19 17:46:38 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] filegals: Various missing parameters, typos and unset vars ---------------------------------------------- r34039 | jonnybradley | 2011-04-19 17:13:23 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] filegallib: Use $this instead of $filegallib ---------------------------------------------- r34038 | jonnybradley | 2011-04-19 16:36:56 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] ohia: Make bg colours closer to header.png ---------------------------------------------- r34037 | jonnybradley | 2011-04-19 16:28:31 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] img: Set width and height attributes for images from filegals (again) ---------------------------------------------- r34036 | jonnybradley | 2011-04-19 16:09:42 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] prefs: Fix test for multi-line values (seem to have Windows line ends, even on a Mac) ---------------------------------------------- r34035 | jonnybradley | 2011-04-19 15:16:56 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] jqui: search box positioning in topbar ---------------------------------------------- r34034 | sampaioprimo | 2011-04-19 14:40:31 +0100 (Tue, 19 Apr 2011) | 2 lines remove problematic and redundant test ---------------------------------------------- r34033 | lphuberdeau | 2011-04-19 14:20:28 +0100 (Tue, 19 Apr 2011) | 1 line [FIX]?\194?\160Missing escape ---------------------------------------------- r34032 | lphuberdeau | 2011-04-19 14:15:31 +0100 (Tue, 19 Apr 2011) | 1 line [MOD] Indicating that the content is html to see search results ---------------------------------------------- r34031 | lphuberdeau | 2011-04-19 13:39:06 +0100 (Tue, 19 Apr 2011) | 1 line [ENH] Cleaning up admin panel ---------------------------------------------- r34029 | chibaguy | 2011-04-19 06:24:21 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] No need to specify .box-logo height: any pre-set height will be wrong for most installations, and anyway the box flexes to accommodate the logo image. ---------------------------------------------- r34027 | sampaioprimo | 2011-04-18 23:26:28 +0100 (Mon, 18 Apr 2011) | 2 lines unit test suite: populate database on first run ---------------------------------------------- r34026 | sampaioprimo | 2011-04-18 22:22:02 +0100 (Mon, 18 Apr 2011) | 2 lines include PHPUnit/Framework.php instead of PHPUnit/Framework/TestCase.php as recommended by documentation ---------------------------------------------- r34024 | jonnybradley | 2011-04-18 20:10:49 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] themegen: Don't recreate the generated css files on every page load ---------------------------------------------- r34023 | jonnybradley | 2011-04-18 20:09:28 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] cclite: small change to error reporting formatting ---------------------------------------------- r34022 | jonnybradley | 2011-04-18 19:34:51 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] modules: Restore move down arrow and fix visibility of up (thanks again chealer) ---------------------------------------------- r34021 | jonnybradley | 2011-04-18 19:17:48 +0100 (Mon, 18 Apr 2011) | 2 lines [FIX] modules: Do SQL statements separately (avoids failure on adodb and is a tiki convention) Thanks mheller ---------------------------------------------- r34020 | jonnybradley | 2011-04-18 19:05:41 +0100 (Mon, 18 Apr 2011) | 2 lines [FIX] menus: Do SQL statements separately (avoids failure on adodb and is a tiki convention) Thanks chealer ---------------------------------------------- r34017 | lphuberdeau | 2011-04-18 16:49:42 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] Render the table of contents correctly ---------------------------------------------- r34016 | lphuberdeau | 2011-04-18 15:54:20 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] Two calls made to parse_first to handle a special case of wiki links with anchors defined (was broken, too), now handled as a standard case (and fixed), removing the additional parse_first call ---------------------------------------------- r34015 | jonnybradley | 2011-04-18 15:10:18 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] autosave/preview: Use tikilib function for htmldecode ---------------------------------------------- r34014 | jonnybradley | 2011-04-18 14:43:48 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] trackerlist: Add a couple of useful params to $auto_query_args ---------------------------------------------- r34013 | lphuberdeau | 2011-04-18 14:40:22 +0100 (Mon, 18 Apr 2011) | 1 line [FIX]?\194?\160Prevent HTML from going through unless is_html is enabled. Also remove some compatibility code for versions of PHP no longer supported ---------------------------------------------- r34012 | lphuberdeau | 2011-04-18 14:30:33 +0100 (Mon, 18 Apr 2011) | 1 line [FIX]?\194?\160Not the same output format when pulled from cache or fetched from server ---------------------------------------------- r34011 | jonnybradley | 2011-04-18 13:52:28 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] editpage: Correct decoding of html for preview diffs and pass on state of allowHtml checkbox to diff setup code (thanks Marc) ---------------------------------------------- r34010 | jonnybradley | 2011-04-18 12:55:22 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] Restore a couple of icons lost in r31492 (unintentionally presumably?) ---------------------------------------------- r34009 | chibaguy | 2011-04-18 12:53:09 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] Text-align properties not needed and sometimes caused centered content in middle column; site logo spacing fixed. ---------------------------------------------- r34008 | chibaguy | 2011-04-18 12:45:31 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] Updating some site header item positions for Ohia theme (assuming menu, logo, login_box, and search modules in Top module zone). ---------------------------------------------- r34006 | jonnybradley | 2011-04-18 12:13:49 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] Ohia/cornflower: Slight improvement on header height (still not quite right) ---------------------------------------------- r34005 | jonnybradley | 2011-04-18 12:02:59 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] Ohia/cornflower: Basic fixes for 7.x style modules in header (more to do) ---------------------------------------------- r34002 | jonnybradley | 2011-04-18 11:22:24 +0100 (Mon, 18 Apr 2011) | 2 lines [NEW] Option for Ohia theme: Cornflower Initially committed as a 6.x theme to be back-ported as is, then adapted to 7.x (top module zone mostly) ---------------------------------------------- r34001 | lindonb | 2011-04-18 01:46:41 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] Make use of pipe (|) separator more reliable by masking tiki tags content while processing so pipes used for other purposes aren't mistaken for cell dividers. Took more refactoring than expected - assuming it's too much to backport to proposals/6x. Doesn't conflict with trunk in my tests. ---------------------------------------------- r33999 | lindonb | 2011-04-17 07:47:37 +0100 (Sun, 17 Apr 2011) | 1 line [FIX] Fix inability to use wiki syntax to color text for wikilink descriptions - a bug that apparently appeared with creation of lib/core/WikiParser/OutputLink.php. Fixed by moving wikilinks parsing to be before text color tiki syntax parsing in tikilib. Will backport to proposals/6x. ---------------------------------------------- r33997 | lindonb | 2011-04-17 00:01:38 +0100 (Sun, 17 Apr 2011) | 1 line [FIX] Improve contrast for text in input widgets for darkroom theme. Also, admin section seems to need to be before tabs section in order to work (at least for admbox class). ---------------------------------------------- r33993 | lindonb | 2011-04-16 21:04:58 +0100 (Sat, 16 Apr 2011) | 1 line [FIX] Suppress plugin edit icons on the including page for plugins on the included page since plugin edit doesn't work for these. Rolls back r29321 made to wikiplufin_include which introduced bugs causing odd spacing around the include and messed up {maketoc}, always putting included part at the top. Will backport to proposals/6x. ---------------------------------------------- r33989 | robertplummer | 2011-04-15 22:20:07 +0100 (Fri, 15 Apr 2011) | 1 line [FIX] A bunch of fixes for draw, we can now view, edit, and save reliably. ---------------------------------------------- r33987 | pkdille | 2011-04-15 20:57:39 +0100 (Fri, 15 Apr 2011) | 1 line Code quality - de-duplicate a class definition (seen on quality.tiki.org) ---------------------------------------------- r33986 | pkdille | 2011-04-15 20:56:40 +0100 (Fri, 15 Apr 2011) | 1 line Code quality - only one style definition per line (seen on quality.tiki.org) ---------------------------------------------- r33985 | jonnybradley | 2011-04-15 18:36:32 +0100 (Fri, 15 Apr 2011) | 1 line [FIX] categories: Don't use $title smarty var as it ends up as being used for the browser title ---------------------------------------------- r33984 | jonnybradley | 2011-04-15 18:10:30 +0100 (Fri, 15 Apr 2011) | 1 line [FIX] trackers: ItemLink - show values when not a link (getOption(2) set) ---------------------------------------------- r33983 | jonnybradley | 2011-04-15 18:07:52 +0100 (Fri, 15 Apr 2011) | 1 line [FIX] trackers: notice (assumption at this stage that showlinks and list_mode can be considered as 'n') ---------------------------------------------- r33982 | jonnybradley | 2011-04-15 17:34:01 +0100 (Fri, 15 Apr 2011) | 1 line [FIX] trackerfilter: notice ---------------------------------------------- r33979 | robertplummer | 2011-04-14 22:50:14 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] More fixes for tiki draw ---------------------------------------------- r33978 | sylvieg | 2011-04-14 22:31:02 +0100 (Thu, 14 Apr 2011) | 1 line [FIX]menu: a class to be able to custom the option as in the css menu ---------------------------------------------- r33977 | jonnybradley | 2011-04-14 22:14:52 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] categs: Rogue </b> ---------------------------------------------- r33976 | jonnybradley | 2011-04-14 21:32:13 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] fgals: catch exception when batch uploading ---------------------------------------------- r33975 | sylvieg | 2011-04-14 20:21:12 +0100 (Thu, 14 Apr 2011) | 1 line [FIX]i18n: very dirty patch: avoid to go to a wiki page when switching from a cat1111 (tiki-browse_cvateories.php) - HTTP_REFERER contains the short url not the long one ---------------------------------------------- r33973 | robertplummer | 2011-04-14 19:34:29 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] draw edit, view only. ---------------------------------------------- r33972 | jonnybradley | 2011-04-14 19:17:58 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] wysiwyg: Fix IE breakage trying to get selection from textarea "using" ckeditor (thanks Geoff) ---------------------------------------------- r33971 | jonnybradley | 2011-04-14 18:45:22 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] jqui.css: Better .forum_actions ---------------------------------------------- r33970 | jonnybradley | 2011-04-14 18:34:18 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] plugin_fingerprint: Previously an empty args array actually had an empty item in it, so simulate that so plugins stay approved after upgrade ---------------------------------------------- r33968 | jonnybradley | 2011-04-14 18:07:47 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] trackerfilter: get filters even if $export_action set ---------------------------------------------- r33967 | robertplummer | 2011-04-14 18:03:39 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] Array value for syntax attribute to array in codemirror ---------------------------------------------- r33966 | jonnybradley | 2011-04-14 17:14:14 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] perms: Missing </div> ---------------------------------------------- r33965 | jonnybradley | 2011-04-14 17:08:09 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] share: Use user selector for inter-user messages and some fixes so it actually works ---------------------------------------------- r33964 | sampaioprimo | 2011-04-14 16:54:47 +0100 (Thu, 14 Apr 2011) | 1 line backporting translations done on i18n.tiki.org ---------------------------------------------- r33963 | jonnybradley | 2011-04-14 16:34:26 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] Don't show user selector menu even if there is only one user (admin) - thanks Bernard ---------------------------------------------- r33958 | robertplummer | 2011-04-14 15:53:34 +0100 (Thu, 14 Apr 2011) | 3 lines [ADD] Parameters syntax and codemirror to smarty textarea block [MOD] flexibleCodeMirror to only start a codemirror instance if it is forced or textarea parameter "codemirror" = "true" [MOD] Added new event binding to document, "plugin_ready", which will fire along with "plugin_##type##_ready" ---------------------------------------------- r33955 | sylvieg | 2011-04-14 15:30:50 +0100 (Thu, 14 Apr 2011) | 1 line [FIX]TRACKER: case itemId={{itemId}} with no itemId on the url-> exit ---------------------------------------------- r33946 | sampaioprimo | 2011-04-13 20:44:30 +0100 (Wed, 13 Apr 2011) | 2 lines [FIX] blog posts "disappear" for anonymous when upgrading old installations (<=1.9.x) ---------------------------------------------- r33944 | sylvieg | 2011-04-13 14:05:00 +0100 (Wed, 13 Apr 2011) | 1 line [bp/r33943]block redirect when indexing ---------------------------------------------- r33942 | sylvieg | 2011-04-13 12:17:47 +0100 (Wed, 13 Apr 2011) | 1 line [FIX]search: no limit for the lucky ones who can redefine php settings ---------------------------------------------- r33935 | sylvieg | 2011-04-12 21:54:46 +0100 (Tue, 12 Apr 2011) | 1 line [FIX]tracker: groups list is in getFieldValue ---------------------------------------------- r33921 | lphuberdeau | 2011-04-12 20:06:25 +0100 (Tue, 12 Apr 2011) | 1 line [NEW] Wiki plugin to list formatted zotero references as a summary page ---------------------------------------------- r33919 | lphuberdeau | 2011-04-12 17:12:43 +0100 (Tue, 12 Apr 2011) | 1 line [FIX] Adding inline comment annotations not working with codemirror ---------------------------------------------- r33918 | lphuberdeau | 2011-04-12 14:25:32 +0100 (Tue, 12 Apr 2011) | 1 line [FIX] When getting a quote from the US, UPS will refuse KG as a weight measurement, let's hope they accept pounds all around the globe ---------------------------------------------- r33917 | chealer | 2011-04-12 07:17:53 +0100 (Tue, 12 Apr 2011) | 2 lines [FIX] Admin banning: Direct comparisons between UNIX timestamps and TIMESTAMP MySQL type when using "Rule activated by dates". Fixes rules being deleted on creation, not banning correctly and/or wrong saved dates (from r565) Closes: #3788 "proposals/6x: Edit a Banning rule deletes the rule!" ---------------------------------------------- r33916 | chealer | 2011-04-12 07:12:03 +0100 (Tue, 12 Apr 2011) | 2 lines [FIX] Undefined index: section [FIX] Undefined index: user ---------------------------------------------- r33907 | lindonb | 2011-04-09 04:19:29 +0100 (Sat, 09 Apr 2011) | 1 line [FIX] Keep mobile_perspectives preference from setting unexpectedly in the feature admin panel ---------------------------------------------- r33903 | jonnybradley | 2011-04-08 19:57:18 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] trackers: Items List - return an error message instead WSoD if displayFieldIdThere doesn't exist. ---------------------------------------------- r33901 | jonnybradley | 2011-04-08 19:48:54 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] trackers: Item Link - show linked item displayedFieldsList instead of value ---------------------------------------------- r33898 | jonnybradley | 2011-04-08 19:03:41 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] trackers: jscalendar/datepicker - quotes in the wrong place ---------------------------------------------- r33896 | robertplummer | 2011-04-08 18:15:22 +0100 (Fri, 08 Apr 2011) | 1 line [ADD] Remaining customizations from 6.x ---------------------------------------------- r33895 | sylvieg | 2011-04-08 17:44:48 +0100 (Fri, 08 Apr 2011) | 1 line [ENH]tracker: possibility to limit group field to a group ---------------------------------------------- r33894 | sylvieg | 2011-04-08 17:43:24 +0100 (Fri, 08 Apr 2011) | 1 line [FIX]fix 33889 ---------------------------------------------- r33892 | jonnybradley | 2011-04-08 17:07:32 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] wysiwyg: Cope with escaped single quotes that were leading to loss of content on first switch to wysiwyg mode (for instance on wysiwyg_sample_page) ---------------------------------------------- r33891 | djpgm | 2011-04-08 16:32:53 +0100 (Fri, 08 Apr 2011) | 1 line Fix a Typo ---------------------------------------------- r33890 | robertplummer | 2011-04-08 16:29:10 +0100 (Fri, 08 Apr 2011) | 1 line [ADD] Huge commit, upstreaming all cart mods, fixes and features ---------------------------------------------- r33889 | sylvieg | 2011-04-08 15:55:32 +0100 (Fri, 08 Apr 2011) | 1 line [FIX]tracker: more handler - little bit by little bit ---------------------------------------------- r33888 | jonnybradley | 2011-04-08 14:34:50 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] timeline plugin: Fix first time loading issue (hopefully) and expose image field to simile timeline widget ---------------------------------------------- r33887 | robertplummer | 2011-04-08 13:53:41 +0100 (Fri, 08 Apr 2011) | 1 line [MOD] Added '=>' to tiki syntax parser inside of plugin attributes ---------------------------------------------- r33886 | sylvieg | 2011-04-08 13:35:22 +0100 (Fri, 08 Apr 2011) | 1 line [FIX]traker: move group list to getFieldData ---------------------------------------------- r33885 | jonnybradley | 2011-04-08 13:31:09 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] trackers: More fixes for export (now at least produces valie csv even if some data may be still missing) ---------------------------------------------- r33884 | jonnybradley | 2011-04-08 12:45:07 +0100 (Fri, 08 Apr 2011) | 2 lines [FIX] trackers: Make sure $context['list_mode'] is always set (once) and check for csv mode on some fields (more to come). Also {strip} numeric values ---------------------------------------------- r33883 | jonnybradley | 2011-04-08 12:25:09 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] trackers: Fixes for import, also add yyyy-mm-dd date format option as this is now the default short-date format ---------------------------------------------- r33882 | jonnybradley | 2011-04-08 11:55:37 +0100 (Fri, 08 Apr 2011) | 1 line [MOD] trackers revamp: Layout changes and a couple more titles ---------------------------------------------- r33881 | jonnybradley | 2011-04-08 11:44:06 +0100 (Fri, 08 Apr 2011) | 1 line [MOD] trackers revamp: Change export trackers' unreliable accordion to tabs now tikitabs can be nested. ---------------------------------------------- r33880 | jonnybradley | 2011-04-08 11:16:06 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] trackers: jscalendar - set a blank date/time when shown inside the export tracker form for jquery-ui datepickers too ---------------------------------------------- r33879 | jonnybradley | 2011-04-08 11:09:00 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] admin trackers: Bad fix for strange page title. Seems $title overrides block.title smarty function (logic in header.tpl too fragile to change now for 7.0 - TODO) ---------------------------------------------- r33878 | jonnybradley | 2011-04-08 10:49:50 +0100 (Fri, 08 Apr 2011) | 1 line [MOD] modules revamp: Not experimental anymore, but still "new and improved"! ---------------------------------------------- r33877 | jonnybradley | 2011-04-08 10:38:51 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] webmail inbox: Quick fix for inbox module, much more to do but now no longer breaks modules admin at least. (AJAX code restored but not fully functional yet) ---------------------------------------------- r33876 | jonnybradley | 2011-04-08 10:29:26 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] webmail: Correct redirect on error ---------------------------------------------- r33871 | chealer | 2011-04-07 21:17:14 +0100 (Thu, 07 Apr 2011) | 3 lines revert r7127 "[FIX] made login validation respect the minimum password length defined in admin login panel" nothing in the admin interface suggests that changing the minimum password length would make Tiki refuse existing passwords. this preference also *seems* to apply to Tiki auth only. [FIX] confused error message that user doesn't exist when an LDAP user enters a password too short ---------------------------------------------- r33864 | chealer | 2011-04-07 20:00:45 +0100 (Thu, 07 Apr 2011) | 2 lines [SEC] LDAP: reject invalid empty passwords instead of attempting an unauthenticated bind Thanks Thomas Hommes <Thomas.Hommes@bib.de> ---------------------------------------------- r33863 | lphuberdeau | 2011-04-07 19:20:33 +0100 (Thu, 07 Apr 2011) | 1 line [FIX]?\194?\160Previous attempt to shortcut the smarty syntax in the parser was broken, fixing that and adding a limit to the amount of junk it will cope with to avoid nearly infinite loops ---------------------------------------------- r33861 | jonnybradley | 2011-04-07 18:23:15 +0100 (Thu, 07 Apr 2011) | 1 line [FIX] trackers: typo ---------------------------------------------- r33860 | jonnybradley | 2011-04-07 18:20:07 +0100 (Thu, 07 Apr 2011) | 1 line [FIX] pretty trackers: Rollback r33842 as it broke normal pretty trackers - a different strategy is required... ---------------------------------------------- r33857 | jonnybradley | 2011-04-07 18:02:27 +0100 (Thu, 07 Apr 2011) | 1 line [FIX] trackers: AJAX export - use accesslib output_serialized(). Required since jQuery 1.5 to provide JS callback correctly. ---------------------------------------------- r33856 | jonnybradley | 2011-04-07 18:00:41 +0100 (Thu, 07 Apr 2011) | 1 line [FIX] trackers: Mend accordion following tab content changes to classes, and remove a couple of self-closing options that were raising warnings. ---------------------------------------------- r33855 | jonnybradley | 2011-04-07 17:59:17 +0100 (Thu, 07 Apr 2011) | 1 line [FIX] trackers: jscalendar - set a blank date/time when shown inside the export tracker form, otherwise it will only export items dated "now" (usually none) ---------------------------------------------- r33854 | sampaioprimo | 2011-04-07 16:25:43 +0100 (Thu, 07 Apr 2011) | 2 lines backporting translations done on i18n.tiki.org ---------------------------------------------- r33846 | sylvieg | 2011-04-07 15:09:29 +0100 (Thu, 07 Apr 2011) | 1 line [FIX]mysql search: do not filter on language if the site is not multilingual - because the lang info in the database can be NULL ---------------------------------------------- r33844 | jonnybradley | 2011-04-06 18:50:47 +0100 (Wed, 06 Apr 2011) | 1 line [FIX] trackers: Restore logic for showing flag images in CountrySelector fields ---------------------------------------------- r33843 | jonnybradley | 2011-04-06 18:49:51 +0100 (Wed, 06 Apr 2011) | 1 line [FIX] pagination: Don't add newlines to html in pagination as this gets reparsed and converted to <br> or <p> when used in a plugin such as trackerlist ---------------------------------------------- r33842 | jonnybradley | 2011-04-06 17:41:55 +0100 (Wed, 06 Apr 2011) | 1 line [FIX] pretty trackers: Hopeful fix for getting plugins to work in pretty tracker tpls - seems content dependent (and fragile) ---------------------------------------------- r33841 | lphuberdeau | 2011-04-06 16:23:06 +0100 (Wed, 06 Apr 2011) | 1 line [NEW] Indexing of comments in unified search and required modifications to have WYSIWYCA on results ---------------------------------------------- r33840 | jonnybradley | 2011-04-06 12:54:18 +0100 (Wed, 06 Apr 2011) | 1 line [FIX] trackerhelp: Don't use auto_save etc for this (why is it even a textarea?) ---------------------------------------------- r33839 | chealer | 2011-04-05 19:51:11 +0100 (Tue, 05 Apr 2011) | 1 line [FIX] Installer: empty error message when ADOdb connection succeeds (r27399 regression) ---------------------------------------------- r33838 | jonnybradley | 2011-04-05 19:36:07 +0100 (Tue, 05 Apr 2011) | 1 line [FIX] trackers: trackerlist plugin url parameter restored ---------------------------------------------- r33837 | lphuberdeau | 2011-04-05 19:00:58 +0100 (Tue, 05 Apr 2011) | 1 line [FIX]?\194?\160Display link cursor on location finders ---------------------------------------------- r33836 | lphuberdeau | 2011-04-05 18:56:20 +0100 (Tue, 05 Apr 2011) | 1 line [FIX] Using the map sizes that were previously used ---------------------------------------------- r33835 | lphuberdeau | 2011-04-05 18:42:33 +0100 (Tue, 05 Apr 2011) | 1 line [FIX] Geolocation coordinates were inverted from pevious implementation ---------------------------------------------- r33833 | jonnybradley | 2011-04-05 16:13:29 +0100 (Tue, 05 Apr 2011) | 1 line [FIX] trackers: User subscription - fix sub and unsubscribing ---------------------------------------------- r33832 | jonnybradley | 2011-04-05 15:52:19 +0100 (Tue, 05 Apr 2011) | 1 line [FIX] trackers: notices ---------------------------------------------- r33831 | jonnybradley | 2011-04-05 15:45:18 +0100 (Tue, 05 Apr 2011) | 1 line [FIX] trackers: File - more improvements to output (download links) ---------------------------------------------- r33830 | sylvieg | 2011-04-05 15:24:09 +0100 (Tue, 05 Apr 2011) | 1 line [FIX]rollback: no need to parse before rollbacking ---------------------------------------------- r33827 | sylvieg | 2011-04-04 21:02:25 +0100 (Mon, 04 Apr 2011) | 1 line [FIX]tracker: user subscription output in view_tracker ---------------------------------------------- r33826 | lphuberdeau | 2011-04-04 20:07:25 +0100 (Mon, 04 Apr 2011) | 1 line [ENH] Use HTML5 to improve usability ---------------------------------------------- r33825 | lphuberdeau | 2011-04-04 19:44:13 +0100 (Mon, 04 Apr 2011) | 1 line [FIX]?\194?\160Stars were attempting to store in field 0 ---------------------------------------------- r33823 | jonnybradley | 2011-04-04 19:05:55 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] trackers: File - some improvements to attachments. Filenames now displayed instead of contents, remove works again now that the correct data is being stored (attachment id is the item value) but still a few inconsistencies remaining). ---------------------------------------------- r33822 | lphuberdeau | 2011-04-04 18:57:41 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] Item link is not always a link, it can also display the value depending on some argument ---------------------------------------------- r33821 | lphuberdeau | 2011-04-04 18:34:42 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] Append and prepend options are only valid for text fields, not nextareas ---------------------------------------------- r33820 | lphuberdeau | 2011-04-04 17:52:48 +0100 (Mon, 04 Apr 2011) | 1 line [ENH] Avoiding the end of loop check ---------------------------------------------- r33819 | lphuberdeau | 2011-04-04 17:49:32 +0100 (Mon, 04 Apr 2011) | 1 line [FIX]?\194?\160Groups should be listed in the input form as well ---------------------------------------------- r33818 | jonnybradley | 2011-04-04 17:04:17 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] trackers: Image - Use corrected resizing for input ---------------------------------------------- r33817 | jonnybradley | 2011-04-04 16:49:11 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] trackers: Fallback for listfields provided with the fieldIds as the array keys. ---------------------------------------------- r33816 | jonnybradley | 2011-04-04 16:48:08 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] trackers: Dynamic Lists: Add fieldId to the field data (now preferred) ---------------------------------------------- r33815 | jonnybradley | 2011-04-04 16:18:35 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] trackers: Image - Don't use icon when no image set to restore previous behaviour, add new option (6) to specify one. ---------------------------------------------- r33814 | jonnybradley | 2011-04-04 16:07:06 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] trackers: Images - only reduce size and correct logic for short wide images (thanks again Geoff) ---------------------------------------------- r33812 | lphuberdeau | 2011-04-04 15:47:23 +0100 (Mon, 04 Apr 2011) | 1 line [MOD] Removing the gmap bindings on location display when feature was enabled to remove confusion, rewording some preferences that no longer link to gmap ---------------------------------------------- r33811 | jonnybradley | 2011-04-04 15:42:02 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] trackers: Headers notice ---------------------------------------------- r33810 | jonnybradley | 2011-04-04 15:36:15 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] trackers: Headers work on edit forms now ---------------------------------------------- r33809 | lphuberdeau | 2011-04-04 13:55:40 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] Prefix www. links with http:// for illiterates who don't know what a URL is. ---------------------------------------------- r33805 | chibaguy | 2011-04-04 07:47:09 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] Missing Tracker statuson class property. Also, file inconsistencies due to trunk cleaning (removal of empty selectors, etc.) rectified. ---------------------------------------------- r33797 | lindonb | 2011-04-03 21:56:31 +0100 (Sun, 03 Apr 2011) | 1 line Leftover unused jquery variable ---------------------------------------------- r33796 | ripero | 2011-04-03 21:20:39 +0100 (Sun, 03 Apr 2011) | 4 lines [bp/r33677][FIX] Function check_rules corrected: * Banning by IP was broken, IP is now split into bytes before the comparisons. * Minor change: space added between the colon and the section name in the ban message. [bp/33681][FIX] Call to php function split, introduced in function check_rules at r33677, has been replaced by a call to php function explode (split deprecated in php 5.3). Thanks pkdille. ---------------------------------------------- r33795 | lindonb | 2011-04-03 20:24:09 +0100 (Sun, 03 Apr 2011) | 2 lines [FIX] Add wrapper div for smoother animation [ENH] Add arrow to indicate show/hid status and allow to set show/hide speeds ---------------------------------------------- r33792 | lphuberdeau | 2011-04-02 20:19:44 +0100 (Sat, 02 Apr 2011) | 1 line [ENH] Add a condition to limit the amount of records processed by MySQL and speed up the lookup. Not quite fast yet, but not as terrible. Further improvements would require re-writing the entire function. ---------------------------------------------- r33791 | lphuberdeau | 2011-04-02 19:13:38 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Non-pretty version of the country name displayed ---------------------------------------------- r33790 | lphuberdeau | 2011-04-02 19:07:35 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Rename the google map field type and adjust the parameters to the real ones ---------------------------------------------- r33789 | lphuberdeau | 2011-04-02 19:03:49 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] No default time value when 4th parameter is set to blank ---------------------------------------------- r33788 | lphuberdeau | 2011-04-02 18:47:12 +0100 (Sat, 02 Apr 2011) | 1 line [FIX]?\194?\160URL field to link to the URL ---------------------------------------------- r33787 | jonnybradley | 2011-04-02 18:36:44 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] trackers: Keep images to scale when resizing (TODO refactor get_resize_dimensions() somewhere more useful) ---------------------------------------------- r33786 | lphuberdeau | 2011-04-02 18:30:50 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Do not attempt to display link when value is null for the page selector ---------------------------------------------- r33785 | lphuberdeau | 2011-04-02 18:22:42 +0100 (Sat, 02 Apr 2011) | 1 line [FIX]?\194?\160Empty value provided leading to <h> instead of <h2> in tracker header field ---------------------------------------------- r33784 | lphuberdeau | 2011-04-02 18:19:22 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Debug information left in ---------------------------------------------- r33783 | lphuberdeau | 2011-04-02 17:49:05 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Email scrambling scrambled a bit more than just the email, using HTML5 field type for email input ---------------------------------------------- r33782 | lphuberdeau | 2011-04-02 15:50:35 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Display parsed value when available (like in textarea that would display the raw text) ---------------------------------------------- r33781 | lphuberdeau | 2011-04-02 15:37:13 +0100 (Sat, 02 Apr 2011) | 1 line [FIX]?\194?\160Attachment content displayed inline on save ---------------------------------------------- r33780 | lphuberdeau | 2011-04-02 15:24:50 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Date not displaying in list and other similar issues (common error pattern) ---------------------------------------------- r33779 | lphuberdeau | 2011-04-02 15:16:35 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Link not displayed for the item link ---------------------------------------------- r33778 | lphuberdeau | 2011-04-02 15:09:45 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Wrong value supplied preventing user from being displayed ---------------------------------------------- r33777 | lphuberdeau | 2011-04-02 15:05:11 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Wrong syntax provided in the documentation ---------------------------------------------- r33776 | jonnybradley | 2011-04-02 13:13:35 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] jqui: Styling for quickadmin module ---------------------------------------------- r33775 | jonnybradley | 2011-04-02 13:11:53 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] layout: Default positioning for quickadmin module ---------------------------------------------- r33774 | jonnybradley | 2011-04-02 13:09:26 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] jqui: Remove huge line-height in logo module ---------------------------------------------- r33772 | lphuberdeau | 2011-04-01 22:29:12 +0100 (Fri, 01 Apr 2011) | 1 line [ENH]?\194?\160Avoid unnecessary calls to maketoc ---------------------------------------------- r33771 | lphuberdeau | 2011-04-01 21:29:52 +0100 (Fri, 01 Apr 2011) | 1 line [ENH] Avoid calling tra several dozens of times every jscalendar use ---------------------------------------------- r33770 | chealer | 2011-04-01 21:24:37 +0100 (Fri, 01 Apr 2011) | 1 line [FIX] Article submissions search: empty results (r1751 regression) ---------------------------------------------- r33769 | lphuberdeau | 2011-04-01 21:19:51 +0100 (Fri, 01 Apr 2011) | 1 line [ENH]?\194?\160Prevent parse smileys from calling tra 16 times on every call, which can stack up to several thousands quickly in trackers ---------------------------------------------- r33768 | chealer | 2011-04-01 21:00:42 +0100 (Fri, 01 Apr 2011) | 1 line [FIX] Referrer stats search: empty results (r1831 regression) ---------------------------------------------- r33767 | lphuberdeau | 2011-04-01 20:13:31 +0100 (Fri, 01 Apr 2011) | 1 line [FIX] AND and + not exactly the same, internal keys were different although interpretation was the same ---------------------------------------------- r33766 | sylvieg | 2011-04-01 20:02:16 +0100 (Fri, 01 Apr 2011) | 1 line [bp/r33765][FIX]search rollback 33768: + and - do nto have the lucene meaning and are not covered by the unified search ---------------------------------------------- r33763 | sylvieg | 2011-04-01 19:17:06 +0100 (Fri, 01 Apr 2011) | 1 line [FIX]search: add an help button ---------------------------------------------- r33762 | jonnybradley | 2011-04-01 19:13:17 +0100 (Fri, 01 Apr 2011) | 1 line [FIX] modules revamp: Merge in default prefs (from 6.x - since removed) and a few minor param fixes ---------------------------------------------- r33761 | jonnybradley | 2011-04-01 19:08:58 +0100 (Fri, 01 Apr 2011) | 1 line [FIX] installer: Suppress a few errors ---------------------------------------------- r33760 | jonnybradley | 2011-04-01 19:07:41 +0100 (Fri, 01 Apr 2011) | 1 line [FIX] prefs: lastUpdatePrefs not necessarily set (in installer for instance) ---------------------------------------------- r33759 | sylvieg | 2011-04-01 18:59:16 +0100 (Fri, 01 Apr 2011) | 1 line [bp/r33758]FIX]Search: not to be obliged to put spoace around + and - to be interpreted ---------------------------------------------- r33757 | lphuberdeau | 2011-04-01 18:24:30 +0100 (Fri, 01 Apr 2011) | 1 line [MOD]?\194?\160Add an option to select the citation style for Zotero ---------------------------------------------- r33756 | sylvieg | 2011-04-01 18:11:44 +0100 (Fri, 01 Apr 2011) | 1 line [bp/r33754][FIX]search: useless boost code ---------------------------------------------- r33755 | sylvieg | 2011-04-01 18:01:37 +0100 (Fri, 01 Apr 2011) | 1 line [FIX]rollback partially 31203: wiki is not necessary the default feature + need to go through inde.php to generate the default wiki page to have the option in the menu highlighted ---------------------------------------------- r33751 | sampaioprimo | 2011-04-01 13:28:15 +0100 (Fri, 01 Apr 2011) | 2 lines [FIX] right link for login module ---------------------------------------------- r33750 | lphuberdeau | 2011-04-01 13:23:07 +0100 (Fri, 01 Apr 2011) | 1 line [FIX] Form table layout broken ---------------------------------------------- r33749 | sampaioprimo | 2011-04-01 13:08:50 +0100 (Fri, 01 Apr 2011) | 2 lines wordpress importer: don't extract duplicated permalinks ---------------------------------------------- r33745 | sampaioprimo | 2011-04-01 01:40:47 +0100 (Fri, 01 Apr 2011) | 2 lines [FIX] replace calls to tra() with calls to tr() in wp and mediawiki importer to properly deal with variables inside translatable strings ---------------------------------------------- r33744 | sampaioprimo | 2011-04-01 01:10:24 +0100 (Fri, 01 Apr 2011) | 2 lines wordpress importer: suggest .htaccess to redirect from old WP urls to new Tiki urls ---------------------------------------------- r33743 | chealer | 2011-03-31 20:35:41 +0100 (Thu, 31 Mar 2011) | 1 line bump minimal PHP version check from 5.1 to 5.2 (for Tiki >=7) ---------------------------------------------- r33742 | sampaioprimo | 2011-03-31 20:08:44 +0100 (Thu, 31 Mar 2011) | 2 lines wordpress importer: reorganizing some functions for future changes ---------------------------------------------- r33741 | jonnybradley | 2011-03-31 19:33:23 +0100 (Thu, 31 Mar 2011) | 1 line [FIX] RTL: Enable RTL properly in ckeditor if feature_bidi is set (thanks Yonixxx for the clues!) ---------------------------------------------- r33740 | sampaioprimo | 2011-03-31 16:22:51 +0100 (Thu, 31 Mar 2011) | 2 lines disable codemirror for tiki importer textareas ---------------------------------------------- r33739 | RobertPlummer | 2011-03-31 16:02:24 +0100 (Thu, 31 Mar 2011) | 1 line [ADD] The ability to bypass codemirror by adding attribute "codemirror='false'" to textareas. ---------------------------------------------- r33735 | sampaioprimo | 2011-03-31 13:50:46 +0100 (Thu, 31 Mar 2011) | 2 lines [FIX] prevent sql injection ---------------------------------------------- r33734 | sylvieg | 2011-03-31 12:57:32 +0100 (Thu, 31 Mar 2011) | 1 line [FIX]jscalendar: more translations+escape if trnaslation has a quote ---------------------------------------------- r33733 | changi67 | 2011-03-31 11:04:48 +0100 (Thu, 31 Mar 2011) | 1 line [FIX] Missing css class definition for blog post ---------------------------------------------- r33732 | changi67 | 2011-03-31 10:18:01 +0100 (Thu, 31 Mar 2011) | 1 line [FIX] Missing translation tag ---------------------------------------------- r33730 | sampaioprimo | 2011-03-31 00:45:37 +0100 (Thu, 31 Mar 2011) | 2 lines [FIX] cancel button for warning messages was not working in tiki-edit_languages.php ---------------------------------------------- r33729 | sampaioprimo | 2011-03-31 00:29:18 +0100 (Thu, 31 Mar 2011) | 2 lines Rollback r33605 Removing those changes to tiki-edit_languages.php from 7.x (still working on them on trunk) ---------------------------------------------- r33727 | sylvieg | 2011-03-30 21:04:28 +0100 (Wed, 30 Mar 2011) | 1 line [FIX]jq calendar: localisation - TODO: put this in the init phase + use datapicker localisation but what to do when not localize? ---------------------------------------------- r33723 | jonnybradley | 2011-03-30 15:27:55 +0100 (Wed, 30 Mar 2011) | 2 lines [FIX] IE: Solved (finally) scrollTop and selection showing first time a dialog is used - not pretty... ---------------------------------------------- r33722 | jonnybradley | 2011-03-30 14:34:27 +0100 (Wed, 30 Mar 2011) | 2 lines [FIX] auto_save: Call auto_save function properly ---------------------------------------------- r33721 | chibaguy | 2011-03-30 13:41:30 +0100 (Wed, 30 Mar 2011) | 1 line [FIX] Clearfix class added so any floated module content will be cleared (case in point: logo module gets visually invaded by following module when used in left column, without clearfix). ---------------------------------------------- r33718 | jonnybradley | 2011-03-30 12:50:27 +0100 (Wed, 30 Mar 2011) | 2 lines [FIX] modules: Make edit icon go to correct tab (thanks marclaporte) ---------------------------------------------- r33717 | marclaporte | 2011-03-30 07:51:20 +0100 (Wed, 30 Mar 2011) | 1 line [FIX] PluginTracker: setting fields is not mandatory ---------------------------------------------- r33716 | marclaporte | 2011-03-30 07:36:41 +0100 (Wed, 30 Mar 2011) | 1 line [FIX] adding Computed Field tracker option to admin panel ---------------------------------------------- r33706 | sampaioprimo | 2011-03-29 19:28:15 +0100 (Tue, 29 Mar 2011) | 2 lines [FIX] check if theme generator preference is enabled before calling initThemeGenDialog() ---------------------------------------------- r33704 | jonnybradley | 2011-03-29 19:14:23 +0100 (Tue, 29 Mar 2011) | 2 lines [FIX] IE: Put IE textarea selection back in the right place after the replacement ---------------------------------------------- r33702 | jonnybradley | 2011-03-29 18:44:40 +0100 (Tue, 29 Mar 2011) | 2 lines [FIX] IE: Store scrollTop before showing plugin edit dialog also ---------------------------------------------- r33701 | jonnybradley | 2011-03-29 18:37:46 +0100 (Tue, 29 Mar 2011) | 2 lines [FIX] IE: Store scrollTop before showing dialog and restore after insertAt ---------------------------------------------- r33698 | jonnybradley | 2011-03-29 17:00:15 +0100 (Tue, 29 Mar 2011) | 2 lines [FIX] IE: Another attempt at dealing with IE textarea selection issues - better now but still not perfect. ---------------------------------------------- r33697 | jonnybradley | 2011-03-29 16:57:57 +0100 (Tue, 29 Mar 2011) | 2 lines [FIX] IE: Access the plugin edit form content (body) properly ---------------------------------------------- r33696 | jonnybradley | 2011-03-29 16:55:34 +0100 (Tue, 29 Mar 2011) | 2 lines [FIX] IE: Don't hide overflow on all dialogs (was making plugin edit unusable) ---------------------------------------------- r33694 | jonnybradley | 2011-03-28 19:48:33 +0100 (Mon, 28 Mar 2011) | 2 lines [FIX] IE selection again - better logic for calculating offset of selection due to extra line-end chars inside IE's textarea object (compared to the jQuery val) ---------------------------------------------- r33693 | lphuberdeau | 2011-03-28 19:15:03 +0100 (Mon, 28 Mar 2011) | 1 line [FIX] Execute the output of the template through the plugin parsing - if not happy with this, add ~np~ in your template ---------------------------------------------- r33692 | lphuberdeau | 2011-03-28 19:10:11 +0100 (Mon, 28 Mar 2011) | 1 line [FIX] Don't display links in pretty tracker output ---------------------------------------------- r33691 | lphuberdeau | 2011-03-28 18:50:09 +0100 (Mon, 28 Mar 2011) | 1 line [FIX] Field not sent correctly to trackeroutput ---------------------------------------------- r33688 | jonnybradley | 2011-03-28 18:23:09 +0100 (Mon, 28 Mar 2011) | 2 lines [FIX] IE didn't like the object "parent" being reassigned, so declare (and use) a var. Also convert $.find() call to context selector. ---------------------------------------------- r33687 | lphuberdeau | 2011-03-28 17:20:26 +0100 (Mon, 28 Mar 2011) | 1 line [FIX] Clear the pending incremental queue before rebuilding the index to avoid re-indexing the same objects again once completed ---------------------------------------------- r33686 | lphuberdeau | 2011-03-28 17:15:32 +0100 (Mon, 28 Mar 2011) | 1 line [FIX] Fail gracefully when incremental update fails due to permission issues (when re-indexed from the command line and rights are not set correctly afterwards) ---------------------------------------------- r33684 | lphuberdeau | 2011-03-28 15:19:47 +0100 (Mon, 28 Mar 2011) | 1 line [ENH] Cache flag lists to avoid scanning the disk so much and performing multiple translations ---------------------------------------------- r33683 | lphuberdeau | 2011-03-28 14:50:52 +0100 (Mon, 28 Mar 2011) | 1 line [FIX] When exporting tracker items, the values should not be rendered as an HTML link ---------------------------------------------- r33680 | pkdille | 2011-03-27 10:08:40 +0100 (Sun, 27 Mar 2011) | 1 line De-duplicate a class definition ---------------------------------------------- r33672 | pkdille | 2011-03-26 06:03:42 +0000 (Sat, 26 Mar 2011) | 1 line Add svn keyword property and copyright (please, don't forget it when you create new files...) ---------------------------------------------- r33671 | chealer | 2011-03-25 22:56:10 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] get_categoryobjects(): Undefined variable: maxRecord (r32018 regression) ---------------------------------------------- r33670 | pkdille | 2011-03-25 21:57:46 +0000 (Fri, 25 Mar 2011) | 1 line [bp/r33643] Fix wiki parser tests ---------------------------------------------- r33669 | pkdille | 2011-03-25 21:51:47 +0000 (Fri, 25 Mar 2011) | 1 line Add svn keyword property (please, don't forget it when you create new files) ---------------------------------------------- r33668 | jonnybradley | 2011-03-25 20:48:59 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: Dropdowns - default for optional type param ---------------------------------------------- r33666 | jonnybradley | 2011-03-25 20:20:40 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: Items list fixes (set up data properly and display info as output and input) ---------------------------------------------- r33665 | jonnybradley | 2011-03-25 20:19:19 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: Images use fgal regexp prefs ---------------------------------------------- r33664 | jonnybradley | 2011-03-25 20:11:06 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: Another notice ---------------------------------------------- r33661 | jonnybradley | 2011-03-25 19:08:17 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: textarea has to use simple mode for now (to stop warning dialogs all the time) ---------------------------------------------- r33658 | jonnybradley | 2011-03-25 18:05:30 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: Notices ---------------------------------------------- r33656 | jonnybradley | 2011-03-25 17:54:51 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: Fill in missing required field info in get_join_values() ---------------------------------------------- r33655 | lphuberdeau | 2011-03-25 14:15:55 +0000 (Fri, 25 Mar 2011) | 1 line [MOD] Adding an option to include comments in print indexed ---------------------------------------------- r33653 | jonnybradley | 2011-03-25 13:42:07 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] modules: Remove style definitions on modules in default clean install so css can position them properly (thanks chibaguy) ---------------------------------------------- r33652 | lphuberdeau | 2011-03-25 13:26:58 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] Comment count would return the wrong result for non-forum, resulting in comments not displaying ---------------------------------------------- r33651 | jonnybradley | 2011-03-25 13:26:17 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: Missing confirm message for image delete ---------------------------------------------- r33650 | jonnybradley | 2011-03-25 13:22:32 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: Fixes for image fields (saving, replacing, deleting and displaying now) ---------------------------------------------- r33649 | jonnybradley | 2011-03-25 13:14:08 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] smarty: add more secure dirs for tracker images ---------------------------------------------- r33645 | jonnybradley | 2011-03-25 11:48:14 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] powered by: Fix version star display ---------------------------------------------- r33644 | jonnybradley | 2011-03-25 11:45:19 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] jqui.css logo height (corrected for default tiki logo) ---------------------------------------------- r33642 | pkdille | 2011-03-24 21:21:08 +0000 (Thu, 24 Mar 2011) | 1 line Changing formatting style for a more standard one (bis) ---------------------------------------------- r33640 | jonnybradley | 2011-03-24 20:20:28 +0000 (Thu, 24 Mar 2011) | 1 line [FIX] modules: Sort modules by displayed name (thanks chibaguy for all the renaming) ---------------------------------------------- r33639 | jonnybradley | 2011-03-24 19:37:42 +0000 (Thu, 24 Mar 2011) | 1 line [MOD] perms: A couple of new perms for Anonymous on new installs only (search and download_files) to reduce common support issues (thanks ricks99) ---------------------------------------------- r33638 | jonnybradley | 2011-03-24 19:15:10 +0000 (Thu, 24 Mar 2011) | 1 line [FIX] a few notices ---------------------------------------------- r33635 | jonnybradley | 2011-03-24 17:56:53 +0000 (Thu, 24 Mar 2011) | 1 line [FIX] modules admin: Missing tips class for formatted tooltips (thanks marclaporte) ---------------------------------------------- r33631 | lphuberdeau | 2011-03-24 17:21:06 +0000 (Thu, 24 Mar 2011) | 1 line [FIX]?\194?\160As previously commited in trunk (I was hoping I would be faster than jonny) ---------------------------------------------- r33628 | jonnybradley | 2011-03-24 17:07:48 +0000 (Thu, 24 Mar 2011) | 1 line [BRANCH] Creation, trunk 0 to 33627 ---------------------------------------------- r33627 | lphuberdeau | 2011-03-24 17:01:40 +0000 (Thu, 24 Mar 2011) | 1 line [FIX] Hide category controls when categories are not enabled ---------------------------------------------- r33625 | RobertPlummer | 2011-03-24 16:31:51 +0000 (Thu, 24 Mar 2011) | 1 line [FIX] Spreadsheet range selection ---------------------------------------------- r33624 | lphuberdeau | 2011-03-24 16:12:14 +0000 (Thu, 24 Mar 2011) | 1 line [MOD] Adding configuration options for field weights ---------------------------------------------- r33623 | RobertPlummer | 2011-03-24 16:09:07 +0000 (Thu, 24 Mar 2011) | 1 line [FIX] Toolbar color picker css fix ---------------------------------------------- r33622 | RobertPlummer | 2011-03-24 15:57:48 +0000 (Thu, 24 Mar 2011) | 1 line [FIX] Sheet fullscreen null varaible ref ---------------------------------------------- r33621 | lphuberdeau | 2011-03-24 15:21:30 +0000 (Thu, 24 Mar 2011) | 1 line [NEW]?\194?\160Weight application mechanisms in unified search (backend) ---------------------------------------------- r33620 | sylvieg | 2011-03-24 14:29:16 +0000 (Thu, 24 Mar 2011) | 1 line [FIX]search: missing file ---------------------------------------------- r33619 | robertplummer | 2011-03-24 14:24:24 +0000 (Thu, 24 Mar 2011) | 3 lines [FIX] S5 note and slide theme changing linkage [REM] Cleaned up mess from jqs5 bringing to feature "Slideshow" only [REM] Removal of slide_style variable(s) ---------------------------------------------- r33615 | robertplummer | 2011-03-24 13:26:33 +0000 (Thu, 24 Mar 2011) | 1 line [MOD] Turned back on default behavior for new & nested sheets ---------------------------------------------- r33613 | robertplummer | 2011-03-24 13:09:22 +0000 (Thu, 24 Mar 2011) | 1 line [MOD] Dropped slide.php because of no use ---------------------------------------------- r33611 | eromneg | 2011-03-24 12:41:06 +0000 (Thu, 24 Mar 2011) | 1 line [FIX] mis-match of permission checking for import function so tpl changed to align with main php code to decide if Import button is shown ---------------------------------------------- r33610 | robertplummer | 2011-03-24 12:30:01 +0000 (Thu, 24 Mar 2011) | 2 lines [FIX] Tiki syntax parser for plugin atribute containment closure [FIX] Codemirror dummy loader for no parsers loaded ---------------------------------------------- r33609 | pkdille | 2011-03-24 06:07:14 +0000 (Thu, 24 Mar 2011) | 1 line Changing formatting style for a more standard one ---------------------------------------------- r33607 | lphuberdeau | 2011-03-23 22:31:55 +0000 (Wed, 23 Mar 2011) | 1 line [MOD] Adding category filter to quick search ---------------------------------------------- r33606 | lphuberdeau | 2011-03-23 21:36:00 +0000 (Wed, 23 Mar 2011) | 1 line [MOD] Adding support for type filtering in quick search module ---------------------------------------------- r33605 | sampaioprimo | 2011-03-23 21:31:09 +0000 (Wed, 23 Mar 2011) | 2 lines tiki-edit_languages.php now support translation of untranslated strings (only if string exist in the language.php file) ---------------------------------------------- r33604 | sampaioprimo | 2011-03-23 21:30:37 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] turn off interactive translation via quickadmin icon ---------------------------------------------- r33601 | sampaioprimo | 2011-03-23 21:29:25 +0000 (Wed, 23 Mar 2011) | 4 lines [FIX] don't translate twice the same string (tranlating a string twice causes interactive translation to consider the translated string as a source string in English that should be translated) ---------------------------------------------- r33600 | sampaioprimo | 2011-03-23 21:29:06 +0000 (Wed, 23 Mar 2011) | 1 line moving methods from Language to new class LanguageTranslations ---------------------------------------------- r33599 | sampaioprimo | 2011-03-23 21:28:26 +0000 (Wed, 23 Mar 2011) | 2 lines method to get untranslated strings from language.php for tiki-edit_languages.php (not in use yet) ---------------------------------------------- r33598 | lphuberdeau | 2011-03-23 21:00:32 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] Count updating in category organizer, callback is a common parameter sent by jquery ---------------------------------------------- r33596 | nkoth | 2011-03-23 20:54:30 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] Prevent usernames with stripped words such as "onstop" from not being able to login ---------------------------------------------- r33594 | jonnybradley | 2011-03-23 17:28:15 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] search module: correct action also needed for search button ---------------------------------------------- r33593 | jonnybradley | 2011-03-23 17:18:40 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] wiki actions: Don't use cluetips on save etc buttons as they didn't add any useful info and was causing people to disable the feature (thanks ricks99) ---------------------------------------------- r33592 | jonnybradley | 2011-03-23 17:17:17 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] modules admin: Non-wysiwyg editor for user modules ---------------------------------------------- r33591 | jonnybradley | 2011-03-23 17:16:16 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] textarea prefs: {strip} spaces from textareas and use trim on ckeditor font_names pref that was breaking wysiwyg ---------------------------------------------- r33590 | jonnybradley | 2011-03-23 17:13:51 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] category picker: Make rows full width for better layout ---------------------------------------------- r33589 | jonnybradley | 2011-03-23 17:12:17 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] search module: correct actions for titles and edit buttons ---------------------------------------------- r33584 | lphuberdeau | 2011-03-23 15:06:14 +0000 (Wed, 23 Mar 2011) | 1 line [NEW] Quick search module using ajax request and preserving results during navigation (more filters to be added) ---------------------------------------------- r33582 | chibaguy | 2011-03-23 02:36:36 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] Menustructure module's .box needs overflow:visible for cssmenu dropdowns to display outside the module. ---------------------------------------------- r33581 | robertplummer | 2011-03-22 23:35:45 +0000 (Tue, 22 Mar 2011) | 1 line [FIX] More attribute separation detection fixes ---------------------------------------------- r33580 | robertplummer | 2011-03-22 23:10:21 +0000 (Tue, 22 Mar 2011) | 1 line [FIX] Ignour spaces between plugin attributes in Wiki syntax. ---------------------------------------------- r33579 | robertplummer | 2011-03-22 22:39:17 +0000 (Tue, 22 Mar 2011) | 1 line [ADD] Ability to use gift certs in cart module ---------------------------------------------- r33578 | pkdille | 2011-03-22 20:58:57 +0000 (Tue, 22 Mar 2011) | 1 line Remove duplicate class definition ---------------------------------------------- r33577 | pkdille | 2011-03-22 20:53:59 +0000 (Tue, 22 Mar 2011) | 1 line CSS - Remove some multiple style definitions on one line (seen on quality.tiki.org) ---------------------------------------------- r33576 | pkdille | 2011-03-22 20:34:59 +0000 (Tue, 22 Mar 2011) | 1 line Fix svn properties ---------------------------------------------- r33575 | chealer | 2011-03-22 16:02:36 +0000 (Tue, 22 Mar 2011) | 1 line [FIX] Smarty icon function: wrong icon tooltips in some cases. cache per language as tra() varies depending on it (r15336 regression) ---------------------------------------------- r33574 | pkdille | 2011-03-22 13:22:44 +0000 (Tue, 22 Mar 2011) | 1 line fix commented section ---------------------------------------------- r33573 | changi67 | 2011-03-22 09:04:27 +0000 (Tue, 22 Mar 2011) | 1 line Opening brace of a class must be on the line after the definition - quality.tiki.org ---------------------------------------------- r33571 | sylvieg | 2011-03-21 22:46:13 +0000 (Mon, 21 Mar 2011) | 1 line [FIX]search: connect the search module to the new unified search by accepting also in the url old params (find, where) ---------------------------------------------- r33570 | sylvieg | 2011-03-21 22:03:40 +0000 (Mon, 21 Mar 2011) | 1 line [FIX]lucence: filename must be indexed too for previous compatibility ---------------------------------------------- r33569 | robertplummer | 2011-03-21 20:33:10 +0000 (Mon, 21 Mar 2011) | 1 line [FIX] Fix theme detection ---------------------------------------------- r33568 | lphuberdeau | 2011-03-21 20:26:26 +0000 (Mon, 21 Mar 2011) | 1 line [MOD] Remove tracker_item_field_value.tpl and all references to it (everything should be in the output handlers now) ---------------------------------------------- r33567 | lphuberdeau | 2011-03-21 19:01:07 +0000 (Mon, 21 Mar 2011) | 1 line [KIL]?\194?\160Removing ancient _help() function, usage information in the code and occasionally re-indent ---------------------------------------------- r33566 | robertplummer | 2011-03-21 18:52:32 +0000 (Mon, 21 Mar 2011) | 2 lines [MOD] Changed the note's menu to be the same as that of the page [FIX] Theme change a bit so that the case of the chars lines up ---------------------------------------------- r33565 | lphuberdeau | 2011-03-21 18:10:55 +0000 (Mon, 21 Mar 2011) | 1 line [MOD]?\194?\160Removing transitional code and leftovers ---------------------------------------------- r33564 | robertplummer | 2011-03-21 16:14:09 +0000 (Mon, 21 Mar 2011) | 1 line [MOD] Made "Slides" button now called "Slideshow" to make things more conformed to Tiki Talk ---------------------------------------------- r33563 | robertplummer | 2011-03-21 15:52:32 +0000 (Mon, 21 Mar 2011) | 2 lines [FIX] le-frog fix [MOD] Changed line item highlighting to use that of jQuery.s5 standard ---------------------------------------------- r33560 | robertplummer | 2011-03-21 14:49:21 +0000 (Mon, 21 Mar 2011) | 1 line [FIX] Removed debug script ---------------------------------------------- r33559 | robertplummer | 2011-03-21 14:39:29 +0000 (Mon, 21 Mar 2011) | 4 lines [MOD] Changed slideshow theme names to match that of the admin panel [ADD] Added better notification if page isn't found [FIX] Default theme and override styles [MOD] Removed about a hundred lines of code that aren't needed ---------------------------------------------- r33558 | robertplummer | 2011-03-21 13:55:13 +0000 (Mon, 21 Mar 2011) | 1 line [ADD] Dynamic theme changing for slideshow ---------------------------------------------- r33557 | robertplummer | 2011-03-21 11:38:55 +0000 (Mon, 21 Mar 2011) | 1 line [MOD] Added a default background image to themes ---------------------------------------------- r33556 | robertplummer | 2011-03-21 00:11:11 +0000 (Mon, 21 Mar 2011) | 1 line [ADD] Support for gift certs in cartlib and mod-cart.tpl to display ---------------------------------------------- r33555 | gta74 | 2011-03-20 21:18:31 +0000 (Sun, 20 Mar 2011) | 1 line [TRA] more german translations ---------------------------------------------- r33554 | changi67 | 2011-03-20 20:50:10 +0000 (Sun, 20 Mar 2011) | 1 line [MOD] Avoid function calls in a FOR loop - quality.tiki.org ---------------------------------------------- r33553 | chibaguy | 2011-03-20 09:47:53 +0000 (Sun, 20 Mar 2011) | 1 line [FIX] Minor page header style regressions, etc. ---------------------------------------------- r33552 | sampaioprimo | 2011-03-20 02:53:32 +0000 (Sun, 20 Mar 2011) | 1 line wrong field name when creating a new forum ---------------------------------------------- r33551 | pkdille | 2011-03-19 08:02:45 +0000 (Sat, 19 Mar 2011) | 1 line Oops, bad property name :-( ---------------------------------------------- r33550 | pkdille | 2011-03-19 07:52:50 +0000 (Sat, 19 Mar 2011) | 1 line Copyright + svn:keywords on some new files (please, don't forget it when you create new files) ---------------------------------------------- r33549 | pkdille | 2011-03-19 07:37:32 +0000 (Sat, 19 Mar 2011) | 1 line dos2unix eol ---------------------------------------------- r33548 | pkdille | 2011-03-19 07:29:48 +0000 (Sat, 19 Mar 2011) | 1 line de-duplicate some css class definitions ---------------------------------------------- r33546 | lindonb | 2011-03-19 04:10:34 +0000 (Sat, 19 Mar 2011) | 1 line [FIX] Browser (Firefox) was autocompleting zend username and password (zend_mail_smtp_user and zend_mail_smtp_pass), causing these prefs to set unexpectedly in the general admin panel. Set these to autocomplete=off and allow ability to add parameters generally. ---------------------------------------------- r33545 | lindonb | 2011-03-19 03:21:41 +0000 (Sat, 19 Mar 2011) | 1 line [FIX] Allow the user to generate a passcode through a jquery button to avoid the really long passcode suggestion resulting from setup/prefs ---------------------------------------------- r33544 | jonnybradley | 2011-03-19 00:35:20 +0000 (Sat, 19 Mar 2011) | 2 lines [MOD] trackers: move dynamic list field to handler. Extensive code removal - 2 files and hundreds of lines gone - TikiFestBoston7 signing off ---------------------------------------------- r33543 | sylvieg | 2011-03-19 00:08:01 +0000 (Sat, 19 Mar 2011) | 1 line kill obsolete code ---------------------------------------------- r33542 | sylvieg | 2011-03-19 00:05:38 +0000 (Sat, 19 Mar 2011) | 1 line kill obselete code ---------------------------------------------- r33541 | lphuberdeau | 2011-03-18 23:47:28 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Multilingual string translation would not apply in the field list (likely pre-existing) ---------------------------------------------- r33539 | sylvieg | 2011-03-18 23:42:05 +0000 (Fri, 18 Mar 2011) | 1 line [FIX]userselector ---------------------------------------------- r33538 | lphuberdeau | 2011-03-18 22:51:11 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Multilingual text field not always displaying the data correctly ---------------------------------------------- r33536 | sylvieg | 2011-03-18 22:21:58 +0000 (Fri, 18 Mar 2011) | 1 line user subscription to handler: not working yet ---------------------------------------------- r33534 | nkoth | 2011-03-18 21:45:45 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] greaterequal and other comparisons doing only string comparison resulting in 11 being smaller than 9 ---------------------------------------------- r33533 | sampaioprimo | 2011-03-18 21:42:05 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] trackers: Move usergroups field to handler (missing file) ---------------------------------------------- r33532 | lphuberdeau | 2011-03-18 21:38:42 +0000 (Fri, 18 Mar 2011) | 1 line [ENH] Disable the calculated field by default and only allow to enable it when usage is attempted (intentionally not in admin panels) ---------------------------------------------- r33531 | nkoth | 2011-03-18 21:22:54 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Should not have wiki syntax in web services template - avoid np appearing ---------------------------------------------- r33530 | nkoth | 2011-03-18 20:51:30 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] trackers: move web services field to handler (pretty tracker broken) ---------------------------------------------- r33529 | sampaioprimo | 2011-03-18 20:38:39 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] trackers: Move computed field to handler (missing file) ---------------------------------------------- r33528 | jonnybradley | 2011-03-18 20:35:07 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] trackers: move header field to handler (now uses jQuery to manipulate the DOM as fields now can be placed anywhere) ---------------------------------------------- r33527 | robertplummer | 2011-03-18 20:22:42 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] Changed the styling for anchors to only be those found in slideshow (oops!) ---------------------------------------------- r33526 | robertplummer | 2011-03-18 20:15:36 +0000 (Fri, 18 Mar 2011) | 2 lines [FIX] theme start looked a little funny [FIX] Added css of header to anchors, so you know they are there ---------------------------------------------- r33525 | robertplummer | 2011-03-18 20:09:31 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Css fixes to include the menu/title bar inverted with header colors ---------------------------------------------- r33524 | robertplummer | 2011-03-18 20:00:56 +0000 (Fri, 18 Mar 2011) | 1 line [ADD] Theme support for slideshow ---------------------------------------------- r33523 | sylvieg | 2011-03-18 19:55:26 +0000 (Fri, 18 Mar 2011) | 1 line [FIX]missing list_mode ---------------------------------------------- r33522 | lphuberdeau | 2011-03-18 19:41:29 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] Stars and rating handlers ---------------------------------------------- r33521 | pkdille | 2011-03-18 19:35:43 +0000 (Fri, 18 Mar 2011) | 1 line reindent and remove some commented code on some css files ---------------------------------------------- r33520 | lphuberdeau | 2011-03-18 18:21:50 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] Action handler ---------------------------------------------- r33519 | lphuberdeau | 2011-03-18 17:34:09 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Parse error (sorry) ---------------------------------------------- r33518 | lphuberdeau | 2011-03-18 17:27:04 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] jscalendar handler ---------------------------------------------- r33517 | sylvieg | 2011-03-18 16:55:39 +0000 (Fri, 18 Mar 2011) | 1 line move radio field to handler ---------------------------------------------- r33516 | sampaioprimo | 2011-03-18 16:48:24 +0000 (Fri, 18 Mar 2011) | 2 lines missing closing {/if} ---------------------------------------------- r33515 | sampaioprimo | 2011-03-18 16:22:38 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] trackers: Move freetags field to handler ---------------------------------------------- r33513 | sylvieg | 2011-03-18 15:49:16 +0000 (Fri, 18 Mar 2011) | 1 line [FIX]tracker: some templates used by renderTemplate needs item in smarty ---------------------------------------------- r33511 | sylvieg | 2011-03-18 14:31:40 +0000 (Fri, 18 Mar 2011) | 1 line [FIX]calendar: wysiwyg + tiki_p_view_events should be enough to export an event ---------------------------------------------- r33510 | lphuberdeau | 2011-03-18 14:06:13 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] Moving classes to separate files ---------------------------------------------- r33509 | lphuberdeau | 2011-03-18 13:46:28 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] Rename methods to avoid confusion ---------------------------------------------- r33508 | changi67 | 2011-03-18 13:20:17 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Duplicate definition - quality.tiki.org ---------------------------------------------- r33506 | sylvieg | 2011-03-18 11:56:24 +0000 (Fri, 18 Mar 2011) | 1 line '[FIX]TRACKERITEMFIELD: perm denied if not in an allowed group ---------------------------------------------- r33505 | changi67 | 2011-03-18 10:34:21 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Don't use sizeof use count instead - quality.tiki.org ---------------------------------------------- r33504 | chibaguy | 2011-03-18 03:12:22 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Reattach column show|hide icons to columns. ---------------------------------------------- r33503 | chibaguy | 2011-03-18 03:08:42 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Redundant rules not needed for individual items (.share, .tellafriend, etc.) put into div#tiki-center; other improvements. ---------------------------------------------- r33502 | chibaguy | 2011-03-18 02:57:02 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] div#tiki-center should contain all the center-column content (page-top modules were excluded but page-bottom modules were included, etc.; having everything in makes applying page-center styling easier, reduces redundant rules, etc.) ---------------------------------------------- r33501 | jonnybradley | 2011-03-18 02:19:58 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] trackers: move in group field to handler ---------------------------------------------- r33499 | lphuberdeau | 2011-03-18 01:53:32 +0000 (Fri, 18 Mar 2011) | 1 line [MOD]?\194?\160Render dates rather than output unix timestamps ---------------------------------------------- r33498 | sampaioprimo | 2011-03-18 01:46:53 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] trackers: Move user preference field to handler ---------------------------------------------- r33497 | lphuberdeau | 2011-03-18 01:35:09 +0000 (Fri, 18 Mar 2011) | 1 line [KIL] has no other occurences in the code ---------------------------------------------- r33496 | jonnybradley | 2011-03-18 01:28:55 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] trackers: move page selector field to handler (plugin/pretty tracker behaviour still to be fully tested) ---------------------------------------------- r33495 | lphuberdeau | 2011-03-18 01:27:12 +0000 (Fri, 18 Mar 2011) | 1 line [MOD]?\194?\160Add missing prepend/append to the text field, minor cleanups ---------------------------------------------- r33494 | lphuberdeau | 2011-03-18 01:13:26 +0000 (Fri, 18 Mar 2011) | 1 line [MOD]?\194?\160Handler for numeric and currency (exactly the same implementation apparently) ---------------------------------------------- r33493 | lphuberdeau | 2011-03-17 23:40:43 +0000 (Thu, 17 Mar 2011) | 1 line [MOD]?\194?\160Handler for the LDAP tracker type ---------------------------------------------- r33492 | jonnybradley | 2011-03-17 23:24:24 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] trackers: Use real names in user selectors if pref set ---------------------------------------------- r33491 | jonnybradley | 2011-03-17 23:22:59 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] user_selector: user real names if pref set ---------------------------------------------- r33490 | sampaioprimo | 2011-03-17 23:18:22 +0000 (Thu, 17 Mar 2011) | 2 lines trackers: method to get item user on Tracker_Definition ---------------------------------------------- r33489 | sylvieg | 2011-03-17 23:16:51 +0000 (Thu, 17 Mar 2011) | 1 line field drop down with other ---------------------------------------------- r33488 | jonnybradley | 2011-03-17 22:58:19 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] trackers: move group selector field to handler ---------------------------------------------- r33487 | chealer | 2011-03-17 22:40:26 +0000 (Thu, 17 Mar 2011) | 2 lines [FIX] Quick edit module: categId, chooseCateg and addCategId broken when feature_multilingual is enabled Thanks Nelson Ko ---------------------------------------------- r33486 | sylvieg | 2011-03-17 22:31:27 +0000 (Thu, 17 Mar 2011) | 1 line tracker: moceve dropdown field to handler ---------------------------------------------- r33485 | lphuberdeau | 2011-03-17 22:25:48 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] Adding location (map) handler ---------------------------------------------- r33484 | sampaioprimo | 2011-03-17 21:48:36 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] trackers: Move auto increment field to handler ---------------------------------------------- r33482 | lphuberdeau | 2011-03-17 21:44:51 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] Use handlers in tracker plugin to handle data ---------------------------------------------- r33481 | sylvieg | 2011-03-17 21:21:21 +0000 (Thu, 17 Mar 2011) | 1 line [FIX]tracker: display the categs in view mode + allow item link on image field display + some comments ---------------------------------------------- r33480 | chealer | 2011-03-17 21:10:45 +0000 (Thu, 17 Mar 2011) | 3 lines [FIX] Admin modules: active tab not showing as a tab due to tab background color matching the parent tab's content background color Add a border. something else should probably be done to make it look more active CSS people: please review ---------------------------------------------- r33478 | nkoth | 2011-03-17 20:45:48 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] Prevent quotes in item description to be in popup from causing map error ---------------------------------------------- r33477 | jonnybradley | 2011-03-17 19:51:08 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] trackers: move user selector to handler ---------------------------------------------- r33476 | lphuberdeau | 2011-03-17 19:27:20 +0000 (Thu, 17 Mar 2011) | 1 line [MOD]?\194?\160Use trackeroutput in trackerlist plugin ---------------------------------------------- r33475 | sampaioprimo | 2011-03-17 19:26:17 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] trackers: Move ip field to handler ---------------------------------------------- r33474 | jonnybradley | 2011-03-17 19:20:40 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] cookietab: remove old code giving warnings ---------------------------------------------- r33473 | jonnybradley | 2011-03-17 19:18:10 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] user_selector: set user_selector_threshold param to pref value if not set ---------------------------------------------- r33472 | sylvieg | 2011-03-17 19:16:01 +0000 (Thu, 17 Mar 2011) | 1 line [FIX]tracker: use the php code to generate output ---------------------------------------------- r33471 | lphuberdeau | 2011-03-17 18:56:56 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] Using trackeroutput for the trackerlist ---------------------------------------------- r33470 | sampaioprimo | 2011-03-17 18:00:29 +0000 (Thu, 17 Mar 2011) | 2 lines trackers: fix static text value ---------------------------------------------- r33468 | nkoth | 2011-03-17 17:44:24 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] Prevent double html entity encoding as certain things (e.g. description) could be html entity encoded already on saving ---------------------------------------------- r33467 | robertplummer | 2011-03-17 17:43:40 +0000 (Thu, 17 Mar 2011) | 2 lines [FIX] Note spelling correction [FIX] Codemirror parenthesis parse error ---------------------------------------------- r33465 | chealer | 2011-03-17 17:30:18 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] presumed failure to report a bind error following bind() return value change ---------------------------------------------- r33464 | nkoth | 2011-03-17 17:05:22 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] Maximize size for relation and attribute while reatining indexability ---------------------------------------------- r33463 | sylvieg | 2011-03-17 17:00:55 +0000 (Thu, 17 Mar 2011) | 1 line [FIX]tracker: field image while edit an item ---------------------------------------------- r33462 | sampaioprimo | 2011-03-17 16:37:11 +0000 (Thu, 17 Mar 2011) | 2 lines trackers: rename renderValue() to renderOutput() ---------------------------------------------- r33461 | robertplummer | 2011-03-17 16:34:11 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] Codemirror fixes for inserting text ---------------------------------------------- r33460 | lphuberdeau | 2011-03-17 16:32:59 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] Using the handlers to extract the information, removing the code when it was similar enough to what we found before ---------------------------------------------- r33459 | lphuberdeau | 2011-03-17 16:31:53 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] Wrong plugin used during rename ---------------------------------------------- r33458 | jonnybradley | 2011-03-17 16:08:35 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] codemirror: Lack of include breaking pages using wikiplugin_html if feature_syntax_highlighter was off ---------------------------------------------- r33457 | chealer | 2011-03-17 15:52:18 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] change default for ldap_create_user_tiki from disabled to enabled ---------------------------------------------- r33456 | sampaioprimo | 2011-03-17 15:52:12 +0000 (Thu, 17 Mar 2011) | 2 lines trackers: rename smarty function trackervalue to trackeroutput ---------------------------------------------- r33455 | chealer | 2011-03-17 15:42:39 +0000 (Thu, 17 Mar 2011) | 2 lines LDAP: improve admin panel option for users that don't exist in Tiki. the previous presentation didn't suggest authentication would be denied to users that do not exist in Tiki if somebody has an idea how to present clearly keeping a checkbox, please share your phrasing ---------------------------------------------- r33454 | sampaioprimo | 2011-03-17 15:40:14 +0000 (Thu, 17 Mar 2011) | 2 lines trackers: rename smarty function trackerfield to trackerinput ---------------------------------------------- r33453 | lphuberdeau | 2011-03-17 14:39:20 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] Remove one of the two function that only added complexity ---------------------------------------------- r33452 | robertplummer | 2011-03-17 14:24:26 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] heights and caption for codemirror ---------------------------------------------- r33450 | lphuberdeau | 2011-03-17 13:15:24 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] Modules broken with cache introduced yesterday, plenty of minor details, but the real issue was that the module file was not included prior to execution when the information was pulled from cache ---------------------------------------------- r33448 | robertplummer | 2011-03-17 12:06:46 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] Codemirror toolbar selection Wiki syntax wrapping ---------------------------------------------- r33447 | daevermann | 2011-03-17 01:16:31 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] Webmail - encoding of bodytext for display ---------------------------------------------- r33446 | daevermann | 2011-03-16 23:46:36 +0000 (Wed, 16 Mar 2011) | 1 line [FIX] Webmail - encoding of subject for display ---------------------------------------------- r33445 | lphuberdeau | 2011-03-16 20:48:02 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] Remove author field lookup from main loop, remove author group field (partial implementation) ---------------------------------------------- r33444 | sampaioprimo | 2011-03-16 20:26:37 +0000 (Wed, 16 Mar 2011) | 2 lines [MOD] trackers: Move static text field to handler ---------------------------------------------- r33442 | lphuberdeau | 2011-03-16 19:54:23 +0000 (Wed, 16 Mar 2011) | 1 line [FIX]?\194?\160Tracker Plugin categories did not save (likely to date back before refactoring) ---------------------------------------------- r33441 | lphuberdeau | 2011-03-16 19:41:19 +0000 (Wed, 16 Mar 2011) | 1 line [FIX] Categories not saving and some cleanup ---------------------------------------------- r33440 | sampaioprimo | 2011-03-16 19:40:23 +0000 (Wed, 16 Mar 2011) | 2 lines partial indentation ---------------------------------------------- r33439 | jonnybradley | 2011-03-16 19:37:45 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: Better defaults for new fields on first load and use the same ones as last time when adding more ---------------------------------------------- r33438 | sylvieg | 2011-03-16 19:36:26 +0000 (Wed, 16 Mar 2011) | 1 line [FIX]tracker: image tracker field display for tiki_view_tracker_item ---------------------------------------------- r33437 | sampaioprimo | 2011-03-16 19:17:51 +0000 (Wed, 16 Mar 2011) | 2 lines rename variable from field_value to field ---------------------------------------------- r33436 | lphuberdeau | 2011-03-16 18:58:39 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] Extracting the rate field lookup logic ---------------------------------------------- r33434 | lphuberdeau | 2011-03-16 18:52:00 +0000 (Wed, 16 Mar 2011) | 1 line [FIX] Wrong variable name ---------------------------------------------- r33433 | lphuberdeau | 2011-03-16 18:39:09 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] Extract the identification of writerfield and writergroupfield from the main loop, allowing to extract the handlers for user, group and IP ---------------------------------------------- r33432 | lphuberdeau | 2011-03-16 17:43:02 +0000 (Wed, 16 Mar 2011) | 1 line [MOD]?\194?\160Adding pop-up generation support to the handler, passing context around the handler on rendering ---------------------------------------------- r33431 | sampaioprimo | 2011-03-16 16:35:24 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: Move url field to handler ---------------------------------------------- r33430 | sampaioprimo | 2011-03-16 16:30:45 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: new class Tracker_Field_Simple for simple text fields ---------------------------------------------- r33429 | sylvieg | 2011-03-16 16:21:12 +0000 (Wed, 16 Mar 2011) | 1 line [FIX]tracker: store filename of an image in the database ---------------------------------------------- r33428 | jonnybradley | 2011-03-16 16:01:26 +0000 (Wed, 16 Mar 2011) | 1 line [FIX] warning ---------------------------------------------- r33427 | lphuberdeau | 2011-03-16 15:56:13 +0000 (Wed, 16 Mar 2011) | 1 line [FIX] Missing file ---------------------------------------------- r33426 | lphuberdeau | 2011-03-16 15:43:22 +0000 (Wed, 16 Mar 2011) | 1 line [FIX] Two notices ---------------------------------------------- r33425 | sampaioprimo | 2011-03-16 15:37:48 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: Move email field to handler ---------------------------------------------- r33424 | jonnybradley | 2011-03-16 15:32:59 +0000 (Wed, 16 Mar 2011) | 1 line [FIX] trackers: fill dropdown list for new item on tiki-view_tracker ---------------------------------------------- r33423 | lphuberdeau | 2011-03-16 15:19:23 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] Making sure the field handlers get access to the tracker definition ---------------------------------------------- r33420 | jonnybradley | 2011-03-16 02:32:49 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: Move checkbox to renderInput() ---------------------------------------------- r33419 | lphuberdeau | 2011-03-16 02:14:25 +0000 (Wed, 16 Mar 2011) | 1 line [MOD]?\194?\160Initial support for tracker values from handler, still missing a few features ---------------------------------------------- r33418 | jonnybradley | 2011-03-16 01:45:55 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: Move countryselector to renderInput() ---------------------------------------------- r33417 | jonnybradley | 2011-03-16 01:32:33 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: Move itemslist to renderInput() ---------------------------------------------- r33415 | jonnybradley | 2011-03-16 00:25:40 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: Move itemlink to renderInput() ---------------------------------------------- r33414 | jonnybradley | 2011-03-16 00:19:36 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: Move datetime to renderInput() ---------------------------------------------- r33413 | jonnybradley | 2011-03-16 00:09:41 +0000 (Wed, 16 Mar 2011) | 1 line [FIX] tracker: more notices ---------------------------------------------- r33412 | jonnybradley | 2011-03-15 23:59:35 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] trackers: Move textarea to renderInput() ---------------------------------------------- r33411 | jonnybradley | 2011-03-15 23:25:12 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] trackers: Move image to renderInput() ---------------------------------------------- r33410 | jonnybradley | 2011-03-15 23:19:09 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] trackers: Add defaults for getInsertValues and getDisplayValues and don't send the $_REQUEST on the second loop. Also add comments for each handler. ---------------------------------------------- r33408 | jonnybradley | 2011-03-15 23:08:48 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] trackers: Move file (Attachments) to renderInput() ---------------------------------------------- r33406 | lphuberdeau | 2011-03-15 22:27:23 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] Text field in that template is no longer used ---------------------------------------------- r33405 | lphuberdeau | 2011-03-15 22:24:22 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] Use the handler rendering in tracker plugin when available ---------------------------------------------- r33404 | jonnybradley | 2011-03-15 22:09:30 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] trackers: Move categories (more clean up) ---------------------------------------------- r33403 | lphuberdeau | 2011-03-15 22:03:41 +0000 (Tue, 15 Mar 2011) | 1 line [FIX] Not too sure how this ever worked, but it caused javascript errors ---------------------------------------------- r33402 | jonnybradley | 2011-03-15 21:41:19 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] trackers: Move categories to renderInput() ---------------------------------------------- r33401 | jonnybradley | 2011-03-15 21:28:22 +0000 (Tue, 15 Mar 2011) | 1 line [FIX] trackers: notice ---------------------------------------------- r33400 | lphuberdeau | 2011-03-15 21:00:37 +0000 (Tue, 15 Mar 2011) | 1 line [FIX] Make sure the datetime libraries are not called multiple time, saving a big chunk of execution time ---------------------------------------------- r33399 | jonnybradley | 2011-03-15 20:48:37 +0000 (Tue, 15 Mar 2011) | 1 line [FIX] trackers: warnings ---------------------------------------------- r33398 | lphuberdeau | 2011-03-15 20:45:57 +0000 (Tue, 15 Mar 2011) | 1 line [FIX]?\194?\160Add cache to the module info function, reduces the amount of calls to tra() by about 7000 ---------------------------------------------- r33397 | jonnybradley | 2011-03-15 20:36:25 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] trackers: Move items list to get_field_handler() ---------------------------------------------- r33395 | lphuberdeau | 2011-03-15 20:01:50 +0000 (Tue, 15 Mar 2011) | 1 line [MOD]?\194?\160Adding the hook to call the handler on the input display ---------------------------------------------- r33394 | jonnybradley | 2011-03-15 19:49:10 +0000 (Tue, 15 Mar 2011) | 1 line [FIX] trackers: update field (not item field) and then update item field ---------------------------------------------- r33392 | lphuberdeau | 2011-03-15 19:14:46 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] Just indenting the file so it can be interpreted by humans, most of it will move around ---------------------------------------------- r33391 | jonnybradley | 2011-03-15 19:14:28 +0000 (Tue, 15 Mar 2011) | 1 line [FIX] trackers: update item field (not field) ---------------------------------------------- r33389 | jonnybradley | 2011-03-15 18:03:49 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] trackers: Move attachment and image to get_field_handler() (also remove the Mysterious "M" field type vestiges (may have been for Tiki Movies?) ---------------------------------------------- r33387 | sylvieg | 2011-03-15 17:30:11 +0000 (Tue, 15 Mar 2011) | 1 line [FIX]preview: preview must show the same thing than display: non html page with characters like   or html tags in non wysiwyg editor-thx jonnyb ---------------------------------------------- r33384 | lphuberdeau | 2011-03-15 13:47:56 +0000 (Tue, 15 Mar 2011) | 1 line [FIX]?\194?\160Categories not saving on item creation ---------------------------------------------- r33383 | pkdille | 2011-03-14 20:18:15 +0000 (Mon, 14 Mar 2011) | 1 line No changes - coding style only ---------------------------------------------- r33382 | lphuberdeau | 2011-03-14 20:15:05 +0000 (Mon, 14 Mar 2011) | 1 line [FIX] Categories handler to work with the insert form ---------------------------------------------- r33381 | luciash | 2011-03-14 20:13:10 +0000 (Mon, 14 Mar 2011) | 1 line rollback of 31813 because it wasn't made optional and was breaking a lot of use cases... there was no activity done about fixing the issue (e.g. making it an option) as promised for more than 2 months ---------------------------------------------- r33380 | lphuberdeau | 2011-03-14 20:06:59 +0000 (Mon, 14 Mar 2011) | 1 line [MOD] Move the category field to a handler ---------------------------------------------- r33379 | jonnybradley | 2011-03-14 18:36:19 +0000 (Mon, 14 Mar 2011) | 1 line [FIX] trackers: Cookietab fixes (remove setcookie and smarty stuff - all you need now is to set the global $cookietab before handing over to smarty display) ---------------------------------------------- r33378 | lphuberdeau | 2011-03-14 18:14:32 +0000 (Mon, 14 Mar 2011) | 1 line [FIX] Can't have two icons. Using the one that currently displays. ---------------------------------------------- r33377 | jonnybradley | 2011-03-14 17:42:58 +0000 (Mon, 14 Mar 2011) | 1 line [FIX] trackers: Update empty multilingual values correctly instead of inserting duplicates (and failing) ---------------------------------------------- r33376 | sampaioprimo | 2011-03-14 17:28:22 +0000 (Mon, 14 Mar 2011) | 2 lines global translation stats for i18n.tiki.org/Status ---------------------------------------------- r33375 | sampaioprimo | 2011-03-14 17:26:44 +0000 (Mon, 14 Mar 2011) | 2 lines [FIX] run get_strings.php on command line mode ---------------------------------------------- r33373 | lphuberdeau | 2011-03-14 17:12:44 +0000 (Mon, 14 Mar 2011) | 1 line [MOD] Using handlers to lookup the data from the saved item as a default value when no request data is provided ---------------------------------------------- r33372 | nkoth | 2011-03-14 17:03:08 +0000 (Mon, 14 Mar 2011) | 1 line [FIX] Invalid user error when registering email like "onstoppel@whatever.com" since "onstop" is filtered by default. ---------------------------------------------- r33371 | lphuberdeau | 2011-03-14 13:45:53 +0000 (Mon, 14 Mar 2011) | 1 line [MOD] Hooking the handlers in view item and removing the duplicate code ---------------------------------------------- r33370 | chibaguy | 2011-03-14 12:00:38 +0000 (Mon, 14 Mar 2011) | 1 line [ENH] Positions of site header items improved. ---------------------------------------------- r33369 | jonnybradley | 2011-03-14 05:00:28 +0000 (Mon, 14 Mar 2011) | 1 line [MOD] trackers: Move item link to get_field_handler() ---------------------------------------------- r33368 | jonnybradley | 2011-03-14 02:55:34 +0000 (Mon, 14 Mar 2011) | 1 line [MOD] trackers: Move text to get_field_handler() ---------------------------------------------- r33367 | jonnybradley | 2011-03-14 02:18:46 +0000 (Mon, 14 Mar 2011) | 1 line [MOD] trackers: Move textarea to get_field_handler() ---------------------------------------------- r33366 | lphuberdeau | 2011-03-14 01:37:30 +0000 (Mon, 14 Mar 2011) | 1 line [MOD] Other batch of refactorings ---------------------------------------------- r33365 | jonnybradley | 2011-03-14 00:00:26 +0000 (Mon, 14 Mar 2011) | 1 line [MOD] trackers: Move country selector to handler (little steps at first for me) ---------------------------------------------- r33363 | lphuberdeau | 2011-03-13 23:16:49 +0000 (Sun, 13 Mar 2011) | 1 line [MOD] Adding other required method to the interface to manage an other part of trackers ---------------------------------------------- r33362 | jonnybradley | 2011-03-13 22:45:47 +0000 (Sun, 13 Mar 2011) | 1 line [ENH] trackers: Refactor tracker action buttons into new file. Order and labels can now be improved consistently. ---------------------------------------------- r33361 | jonnybradley | 2011-03-13 20:17:49 +0000 (Sun, 13 Mar 2011) | 1 line [FIX] tabs: cleanup default tab selection for trackers admin (and calendar edit) ---------------------------------------------- r33360 | lphuberdeau | 2011-03-13 20:07:24 +0000 (Sun, 13 Mar 2011) | 1 line [MOD] Minor refactorings ---------------------------------------------- r33359 | lphuberdeau | 2011-03-13 18:08:13 +0000 (Sun, 13 Mar 2011) | 1 line [MOD] First step in refactoring, creating a handler interface ---------------------------------------------- r33358 | jonnybradley | 2011-03-13 18:07:32 +0000 (Sun, 13 Mar 2011) | 1 line [NEW] connect: New Tiki Connect (prefs only, real code to come) ---------------------------------------------- r33357 | gta74 | 2011-03-13 17:47:01 +0000 (Sun, 13 Mar 2011) | 1 line [MOD] new file after running get_strings.php to go for 100 % translation til tiki 7 ---------------------------------------------- r33356 | pkdille | 2011-03-13 17:44:48 +0000 (Sun, 13 Mar 2011) | 1 line Coding style - no changes ---------------------------------------------- r33355 | lphuberdeau | 2011-03-13 17:01:26 +0000 (Sun, 13 Mar 2011) | 1 line [MOD]?\194?\160Additional enhancements, mostly adding missing brackets on conditions ---------------------------------------------- r33354 | lphuberdeau | 2011-03-13 16:27:50 +0000 (Sun, 13 Mar 2011) | 1 line [MOD] Minor cleanup, no behavior changes ---------------------------------------------- r33353 | jonnybradley | 2011-03-13 16:00:46 +0000 (Sun, 13 Mar 2011) | 1 line [FIX] cleaning: Remove non existent feature_experimental feature ---------------------------------------------- r33352 | pkdille | 2011-03-13 06:37:52 +0000 (Sun, 13 Mar 2011) | 1 line Some code cleanup (seen on quality.tiki.org) ---------------------------------------------- r33350 | xavidp | 2011-03-13 01:11:34 +0000 (Sun, 13 Mar 2011) | 1 line [FIX]Re-Added basic style to spreadsheet cells when shown in simple mode (to have wide columns shown completely in the page, like in documentation pages, such as our own http://doc.tiki.org/Spreadsheet+jq ) ---------------------------------------------- r33345 | xavidp | 2011-03-12 18:00:29 +0000 (Sat, 12 Mar 2011) | 1 line [FIX]This nested smarty tr tag prevented the string to show up in the localized language.php. Better to show 'default' in English (when no default email) and the rest always localized, than showing always the whole string in English. If someone has a better fix, please do, but ensure we don't loose this translated string (I remember I had this translated in the past, and probably a few times). ---------------------------------------------- r33344 | pkdille | 2011-03-12 17:08:10 +0000 (Sat, 12 Mar 2011) | 1 line Remove useless commented code ---------------------------------------------- r33342 | chibaguy | 2011-03-12 13:37:56 +0000 (Sat, 12 Mar 2011) | 1 line [FIX] z-indexes added for IE7 to keep cssmenus on top of other content such as tabcontent. ---------------------------------------------- r33341 | sylvieg | 2011-03-12 00:03:25 +0000 (Sat, 12 Mar 2011) | 1 line [FIX]case ---------------------------------------------- r33336 | robertplummer | 2011-03-11 23:20:33 +0000 (Fri, 11 Mar 2011) | 2 lines [FIX] Made it so that codemirror works with code blocks [ADD] readOnly setting to flexibleCodeMirror ---------------------------------------------- r33335 | robertplummer | 2011-03-11 22:18:22 +0000 (Fri, 11 Mar 2011) | 2 lines [ADD] flexibleCodeMirror to other tiki areas where codemirror is being used. [ADD] More options for codemirror ---------------------------------------------- r33333 | robertplummer | 2011-03-11 21:42:57 +0000 (Fri, 11 Mar 2011) | 1 line [FIX] Spelling correction of flexibleCodeMirror ---------------------------------------------- r33332 | robertplummer | 2011-03-11 21:17:40 +0000 (Fri, 11 Mar 2011) | 2 lines [FIX] a few fixes for slideshow [ADD] a new jquery plugin that manages codemirror creation throughout the entire Tiki system on all Textareas, and allows you to change the languages ---------------------------------------------- r33329 | eromneg | 2011-03-11 17:05:44 +0000 (Fri, 11 Mar 2011) | 1 line [ENH] further enhancement to add new Homepage column to the Group table listing - making the table entry a link instead of simple text - thanks luci ---------------------------------------------- r33327 | sylvieg | 2011-03-11 16:49:08 +0000 (Fri, 11 Mar 2011) | 1 line [FIX]menu: fix back toggle tiki menu ---------------------------------------------- r33325 | sylvieg | 2011-03-11 16:28:37 +0000 (Fri, 11 Mar 2011) | 1 line [FIX]category: fix the title (if people does not use {title} in the tpl ---------------------------------------------- r33323 | sylvieg | 2011-03-11 14:36:24 +0000 (Fri, 11 Mar 2011) | 1 line [FIX]tracker: do not use autocomplete as can be null for a user field creator or modificator for an admin ---------------------------------------------- r33320 | chibaguy | 2011-03-11 11:45:51 +0000 (Fri, 11 Mar 2011) | 1 line [ENH] Different method for positioning site titles (problem was #header was getting a bottom margin because of #sitetitle's top margin). ---------------------------------------------- r33319 | eromneg | 2011-03-11 11:42:48 +0000 (Fri, 11 Mar 2011) | 1 line [ENH] oops - didn't include the class: minor enhancement to add new Homepage column to the Group table listing ---------------------------------------------- r33317 | eromneg | 2011-03-11 10:30:18 +0000 (Fri, 11 Mar 2011) | 1 line [ENH] minor enhancement to add new Homepage column to the Group table listing ---------------------------------------------- r33316 | chibaguy | 2011-03-11 04:14:35 +0000 (Fri, 11 Mar 2011) | 1 line [FIX] Header background image path updated. ---------------------------------------------- r33314 | sylvieg | 2011-03-10 21:33:45 +0000 (Thu, 10 Mar 2011) | 1 line [FIX]category: to have a pagination if a lot of wiki pages ---------------------------------------------- r33311 | robertplummer | 2011-03-10 20:09:54 +0000 (Thu, 10 Mar 2011) | 5 lines [FIX] A bunch more fixes for slideshow [ADD] textside to slideshow plugin [FIX] Fixes for replacing selected text from codemirror and checking for attributes [ADD] listitemhighlightcolor that will highlight and resize li objects if given a color ---------------------------------------------- r33310 | chealer | 2011-03-10 15:42:51 +0000 (Thu, 10 Mar 2011) | 1 line [FIX] French: "L'auteur du blogue doit toujours ?\195?\170tre le propri?\195?\169taire des messages" => "L'auteur du bloge doit toujours ?\195?\170tre le propri?\195?\168taire des messages" ---------------------------------------------- r33309 | robertplummer | 2011-03-10 15:02:37 +0000 (Thu, 10 Mar 2011) | 2 lines [FIX] Removed unneeded installer variables [FIX] Detect in tiki-show_page_raw.tpl if is a slideshow and turned off header which would take ownership of slideshow ---------------------------------------------- r33308 | sylvieg | 2011-03-10 14:21:36 +0000 (Thu, 10 Mar 2011) | 1 line oops debug ---------------------------------------------- r33305 | sylvieg | 2011-03-10 14:05:53 +0000 (Thu, 10 Mar 2011) | 1 line [FIX]category: better fix for 29936 + 33178. fix change_categ param id + sort with categ name with accent ---------------------------------------------- r33303 | jonnybradley | 2011-03-09 21:09:34 +0000 (Wed, 09 Mar 2011) | 1 line [MOD] themegenerator: Rename pref from feature_themegenerator to themegenerator_feature in the new way so that all the relevant prefs are defined in one file (themegenerator.php, not feature.php) ---------------------------------------------- r33302 | jonnybradley | 2011-03-09 20:42:32 +0000 (Wed, 09 Mar 2011) | 1 line [FIX] module prefs: add missing new zones and also make labels align ---------------------------------------------- r33301 | jonnybradley | 2011-03-09 20:34:12 +0000 (Wed, 09 Mar 2011) | 1 line [FIX] prefs notices (mainly missing ones) ---------------------------------------------- r33299 | jonnybradley | 2011-03-09 20:21:37 +0000 (Wed, 09 Mar 2011) | 1 line [MOD] admin look: Better alignment of labels and inputs ---------------------------------------------- r33298 | jonnybradley | 2011-03-09 20:21:03 +0000 (Wed, 09 Mar 2011) | 1 line [MOD] admin look: Reorganise prefs to make more sense, all custom codes together, only theme options in theme tab etc (possibly more to do) ---------------------------------------------- r33297 | jonnybradley | 2011-03-09 19:56:03 +0000 (Wed, 09 Mar 2011) | 1 line [KIL] modules revamp: removing leftover top and "bot" bar prefs ---------------------------------------------- r33296 | jonnybradley | 2011-03-09 19:18:11 +0000 (Wed, 09 Mar 2011) | 1 line [FIX] codemirror: Fix auto_saved content switching ---------------------------------------------- r33295 | jonnybradley | 2011-03-09 19:01:09 +0000 (Wed, 09 Mar 2011) | 1 line [FIX] notice, and move assignment from condition test ---------------------------------------------- r33294 | marclaporte | 2011-03-09 17:28:47 +0000 (Wed, 09 Mar 2011) | 1 line [MOD] Moving breadcrumb options to experimental admin panel ---------------------------------------------- r33293 | marclaporte | 2011-03-09 17:26:07 +0000 (Wed, 09 Mar 2011) | 1 line [MOD] adding a warning following some reported issues. This really should be better checked via the code, but until it is... ---------------------------------------------- r33292 | luciash | 2011-03-09 12:34:37 +0000 (Wed, 09 Mar 2011) | 1 line [FIX] British English: -ize => -ise ---------------------------------------------- r33291 | luciash | 2011-03-09 12:21:33 +0000 (Wed, 09 Mar 2011) | 1 line [FIX] British English: wrench => spanner ---------------------------------------------- r33290 | luciash | 2011-03-09 11:51:24 +0000 (Wed, 09 Mar 2011) | 1 line [ENH] British English now almost 100% translated (to get better stats result, you know ;)) ---------------------------------------------- r33289 | chibaguy | 2011-03-09 03:58:08 +0000 (Wed, 09 Mar 2011) | 1 line [FIX] "Log out" should be two words. ---------------------------------------------- r33288 | xavidp | 2011-03-08 22:58:14 +0000 (Tue, 08 Mar 2011) | 1 line some strings added from branch 6.x ---------------------------------------------- r33287 | sylvieg | 2011-03-08 22:39:29 +0000 (Tue, 08 Mar 2011) | 1 line [FIX]rss: index are limitted to 255 ---------------------------------------------- r33286 | jonnybradley | 2011-03-08 21:31:52 +0000 (Tue, 08 Mar 2011) | 3 lines [FIX] timezones: Rewrite for JS timezone detection. Move code from tiki-js.js to js_detect.php and use the php timezone list for valid abbreviations. Partial fallback for IE not reporting the zone correctly, should be ok everywhere that has a whole hour GMT offset. ---------------------------------------------- r33282 | marclaporte | 2011-03-07 22:59:10 +0000 (Mon, 07 Mar 2011) | 1 line [MOD] moving some features around in the admin panel ---------------------------------------------- r33281 | jonnybradley | 2011-03-07 22:51:32 +0000 (Mon, 07 Mar 2011) | 1 line [FIX] codemirror: Trigger change on original textarea so preview and auto_save updates ---------------------------------------------- r33279 | marclaporte | 2011-03-07 22:29:21 +0000 (Mon, 07 Mar 2011) | 1 line improve admin panel description ---------------------------------------------- r33278 | marclaporte | 2011-03-07 22:27:25 +0000 (Mon, 07 Mar 2011) | 1 line [FIX] Improve admin panel, and move out a few features of experimental ---------------------------------------------- r33277 | marclaporte | 2011-03-07 21:42:46 +0000 (Mon, 07 Mar 2011) | 1 line [MOD] Moving some session-related preferences from performance to general admin panel ---------------------------------------------- r33276 | jonnybradley | 2011-03-07 20:26:05 +0000 (Mon, 07 Mar 2011) | 1 line [KIL] Calendar reminder removed part two (missed due to conflicts, sorry) ---------------------------------------------- r33275 | chealer | 2011-03-07 20:06:31 +0000 (Mon, 07 Mar 2011) | 2 lines [FIX] Assign user: do not offer removing indirect groups (currently ignored) [FIX] Separator comma for Anonymous, Registered and broken last check ---------------------------------------------- r33274 | jonnybradley | 2011-03-07 20:01:47 +0000 (Mon, 07 Mar 2011) | 2 lines [KIL] Calendar reminder removed. Interesting feature but still not functioning after several months. Also not using Tiki conventions and libraries for notifications, database access, mail sending etc. ---------------------------------------------- r33272 | sylvieg | 2011-03-07 14:17:26 +0000 (Mon, 07 Mar 2011) | 1 line [FIX]newsletters: cahnge the label to including to follow commit 27707 ---------------------------------------------- r33271 | marclaporte | 2011-03-07 01:48:38 +0000 (Mon, 07 Mar 2011) | 1 line [MOD] Ref: http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40641 ---------------------------------------------- r33270 | caevermann | 2011-03-07 01:05:21 +0000 (Mon, 07 Mar 2011) | 1 line Minor Translation ---------------------------------------------- r33269 | jonnybradley | 2011-03-07 00:13:16 +0000 (Mon, 07 Mar 2011) | 1 line [ENH] wiki: Add bookmark button on page_bar ---------------------------------------------- r33268 | chealer | 2011-03-07 00:10:56 +0000 (Mon, 07 Mar 2011) | 3 lines [FIX] Newsletters: Recipients list flip must be used in other places as well reverts r30170 on tiki-js.js ---------------------------------------------- r33267 | rischconsulting | 2011-03-06 23:58:38 +0000 (Sun, 06 Mar 2011) | 3 lines [FIX] Fix nesting group permissions bug. http://dev.tiki.org/tiki-view_tracker_item.php?itemId=3807 Introduced in r32118 (line 1667, now 1491) ---------------------------------------------- r33266 | rischconsulting | 2011-03-06 23:49:52 +0000 (Sun, 06 Mar 2011) | 1 line Reverting r33264 ---------------------------------------------- r33265 | lphuberdeau | 2011-03-06 22:21:12 +0000 (Sun, 06 Mar 2011) | 1 line [MOD]?\194?\160Deploying helpers in comments/forums ---------------------------------------------- r33264 | rischconsulting | 2011-03-06 20:19:20 +0000 (Sun, 06 Mar 2011) | 2 lines [FIX] Fix nesting group permissions bug. http://dev.tiki.org/tiki-view_tracker_item.php?itemId=3807 ---------------------------------------------- r33263 | chealer | 2011-03-06 19:38:28 +0000 (Sun, 06 Mar 2011) | 2 lines [ENH] MOUSEOVER: Try clarifying descriptions, despite the text parameter complication lindon: please check ---------------------------------------------- r33262 | jonnybradley | 2011-03-06 18:10:36 +0000 (Sun, 06 Mar 2011) | 1 line [FIX] tabs: Hopeful fix for mystery random tab number getting set in the cookie ---------------------------------------------- r33261 | lphuberdeau | 2011-03-06 18:02:56 +0000 (Sun, 06 Mar 2011) | 1 line [MOD] Adding an option to clear the item cache for a feed and deploying helpers ---------------------------------------------- r33260 | jonnybradley | 2011-03-06 17:45:26 +0000 (Sun, 06 Mar 2011) | 1 line [FIX] flip: Use the correct show/hide fns within flip - fixes layout disturbance in webkit browsers when toggling comzone, for instance. ---------------------------------------------- r33259 | jonnybradley | 2011-03-06 17:22:50 +0000 (Sun, 06 Mar 2011) | 1 line [FIX] Partial rollback of r33256 (flip fn fix committed by mistake) ---------------------------------------------- r33258 | jonnybradley | 2011-03-06 16:49:06 +0000 (Sun, 06 Mar 2011) | 1 line [FIX] comments: Restore comments toolbars ---------------------------------------------- r33256 | jonnybradley | 2011-03-05 21:33:05 +0000 (Sat, 05 Mar 2011) | 1 line [FIX] selection: Another attempt at IE selection detection ---------------------------------------------- r33255 | lindonb | 2011-03-05 20:32:58 +0000 (Sat, 05 Mar 2011) | 1 line [FIX] Implement 12-24 hour clock choice to calendar day and week views ---------------------------------------------- r33254 | lindonb | 2011-03-05 20:04:05 +0000 (Sat, 05 Mar 2011) | 1 line [FIX] Respect user preferences for date and time formats in some calendar templates ---------------------------------------------- r33253 | lindonb | 2011-03-05 20:01:17 +0000 (Sat, 05 Mar 2011) | 1 line [FIX] In list of calendars, have the individual calendar links take you to the 2nd tab to show that calendar's settings ---------------------------------------------- r33252 | lindonb | 2011-03-05 19:56:04 +0000 (Sat, 05 Mar 2011) | 1 line [FIX] Further changes of icons and a liitle text formatting for tasks ---------------------------------------------- r33251 | lphuberdeau | 2011-03-05 19:39:39 +0000 (Sat, 05 Mar 2011) | 1 line [MOD] Enable incremental indexing by default ---------------------------------------------- r33250 | jonnybradley | 2011-03-05 18:59:18 +0000 (Sat, 05 Mar 2011) | 1 line [FIX] xajax removal: Remove rogue xajax function call - thanks chealer ---------------------------------------------- r33247 | gta74 | 2011-03-05 08:09:20 +0000 (Sat, 05 Mar 2011) | 1 line [TRA] lots of translations and correction of misspellings and unification of translations ---------------------------------------------- r33246 | pkdille | 2011-03-05 06:03:02 +0000 (Sat, 05 Mar 2011) | 1 line svn:keywords propset Id on test files ---------------------------------------------- r33245 | lphuberdeau | 2011-03-04 22:12:27 +0000 (Fri, 04 Mar 2011) | 1 line [MOD] Adding a note parameter to the zotero plugin to add notes about the reference ---------------------------------------------- r33244 | lphuberdeau | 2011-03-04 22:04:44 +0000 (Fri, 04 Mar 2011) | 1 line [MOD] Adding a tag parameter to the zotero plugin to allow inclusion of references by tag (ideally unique ones) ---------------------------------------------- r33243 | lphuberdeau | 2011-03-04 21:46:24 +0000 (Fri, 04 Mar 2011) | 1 line [KIL]?\194?\160Removing file which apparently never had a body, function name internally also does not match the file, assuming this is not used ---------------------------------------------- r33242 | lphuberdeau | 2011-03-04 21:45:37 +0000 (Fri, 04 Mar 2011) | 1 line [FIX]?\194?\160File content got killed by adding copyrights ---------------------------------------------- r33241 | lphuberdeau | 2011-03-04 20:45:14 +0000 (Fri, 04 Mar 2011) | 1 line [MOD] Catching possible exceptions ---------------------------------------------- r33240 | robertplummer | 2011-03-04 20:08:59 +0000 (Fri, 04 Mar 2011) | 2 lines [FIX] A bunch of fixes to make variables between Tiki and jQuery.s5 more stable [MOD] Changes of nate classes to make them follow jQuery.s5 ---------------------------------------------- r33239 | lphuberdeau | 2011-03-04 19:17:41 +0000 (Fri, 04 Mar 2011) | 1 line [FIX] Failure to increment ---------------------------------------------- r33237 | sylvieg | 2011-03-04 17:51:24 +0000 (Fri, 04 Mar 2011) | 1 line [FIX]newsletter: do not add <br> for newsletter using wysiwyg ---------------------------------------------- r33235 | sylvieg | 2011-03-04 16:23:52 +0000 (Fri, 04 Mar 2011) | 1 line [FIX]categ: try to fix 29936 - that returns no categs in categ tracker fields ---------------------------------------------- r33234 | pkdille | 2011-03-04 06:09:22 +0000 (Fri, 04 Mar 2011) | 1 line Add missing index.php file ---------------------------------------------- r33233 | pkdille | 2011-03-04 06:08:36 +0000 (Fri, 04 Mar 2011) | 1 line Some more svn keywords Id missing ---------------------------------------------- r33231 | sept_7 | 2011-03-03 20:14:58 +0000 (Thu, 03 Mar 2011) | 2 lines [FIX] HTMLPurifier : allow <map> tag in page ---------------------------------------------- r33230 | sampaioprimo | 2011-03-03 19:20:16 +0000 (Thu, 03 Mar 2011) | 1 line interactive translation: add support to translate strings in tooltips ---------------------------------------------- r33229 | sampaioprimo | 2011-03-03 19:19:58 +0000 (Thu, 03 Mar 2011) | 2 lines interactive translation: show message when no translatable string is found ---------------------------------------------- r33228 | sampaioprimo | 2011-03-03 19:19:41 +0000 (Thu, 03 Mar 2011) | 2 lines interactive translation: moving javascript and html code to specific files ---------------------------------------------- r33227 | sampaioprimo | 2011-03-03 19:18:43 +0000 (Thu, 03 Mar 2011) | 2 lines [FIX] interactive translation form locks the screen until the request is finished to avoid data loss ---------------------------------------------- r33226 | robertplummer | 2011-03-03 18:06:16 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] Descriptions of wiki slideshow plugin ---------------------------------------------- r33224 | nyloth | 2011-03-03 17:45:31 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] action log: limit comment string to 200 chars before inserting data in DB in order to avoid a DB error ---------------------------------------------- r33223 | nyloth | 2011-03-03 17:44:23 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] filegals: fix pref 'fgal_list_ratio_hits' in admin panels ---------------------------------------------- r33222 | robertplummer | 2011-03-03 17:21:46 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] Slideshow fixes ---------------------------------------------- r33221 | robertplummer | 2011-03-03 16:11:24 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] Image for slideshow ---------------------------------------------- r33220 | robertplummer | 2011-03-03 16:03:58 +0000 (Thu, 03 Mar 2011) | 3 lines [MOD] Fixed css between wiki plugin slideshow and jQuery.s5 [ADD] attributes for setting header color and slide color in wiki plugin slideshow [ADD] Slides in wiki plugin slideshow. The slideshow feature is now intended to turn a simple page into a slideshow, the slideshow wiki plugin simply allows you to set settings for your slideshow ---------------------------------------------- r33219 | robertplummer | 2011-03-03 13:50:41 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] Renamed the tiki help for sheet to the correct tpl extension ---------------------------------------------- r33218 | changi67 | 2011-03-03 09:28:25 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] Code duplication / factorization ---------------------------------------------- r33217 | changi67 | 2011-03-03 09:00:58 +0000 (Thu, 03 Mar 2011) | 1 line ~MOD~ Remove unused header comment ---------------------------------------------- r33216 | changi67 | 2011-03-03 08:22:24 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] Remove copyright ---------------------------------------------- r33214 | nkoth | 2011-03-03 05:40:54 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] Multi day events not showing on correct cells ---------------------------------------------- r33212 | chibaguy | 2011-03-03 04:49:17 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] In IE6, narrower right column in fixed-width mode caused modules to not display (fixed-width right-column box width reduced to 178px). Thanks, Marc. ---------------------------------------------- r33210 | chibaguy | 2011-03-03 04:22:42 +0000 (Thu, 03 Mar 2011) | 1 line [MOD] Text style shouldn't be hardcoded in the template (<small></small> removed). ---------------------------------------------- r33209 | marclaporte | 2011-03-03 03:05:06 +0000 (Thu, 03 Mar 2011) | 1 line adding a cosmetic non-breaking space ---------------------------------------------- r33208 | marclaporte | 2011-03-03 02:38:20 +0000 (Thu, 03 Mar 2011) | 1 line remove useless www ---------------------------------------------- r33207 | sept_7 | 2011-03-03 00:04:31 +0000 (Thu, 03 Mar 2011) | 2 lines [FIX] OOps sorry this was not a typo ;p ---------------------------------------------- r33206 | sylvieg | 2011-03-02 22:43:58 +0000 (Wed, 02 Mar 2011) | 1 line [FIX]sefurl : some on categ ---------------------------------------------- r33204 | sylvieg | 2011-03-02 20:45:05 +0000 (Wed, 02 Mar 2011) | 1 line [FIX]category: the tiel is not always in the url ---------------------------------------------- r33203 | sylvieg | 2011-03-02 20:07:30 +0000 (Wed, 02 Mar 2011) | 1 line [ENH]categorie: sefurl (only on categpath) ---------------------------------------------- r33202 | jonnybradley | 2011-03-02 19:40:17 +0000 (Wed, 02 Mar 2011) | 1 line [ENH] editpage: Remember size of autosave preview div(s) - thanks T_LL ---------------------------------------------- r33201 | jonnybradley | 2011-03-02 19:02:53 +0000 (Wed, 02 Mar 2011) | 1 line [FIX] parser: notices (removing mystery $headerInc var references as it's not set anywhere and seems to work ok without them) ---------------------------------------------- r33200 | jonnybradley | 2011-03-02 18:45:02 +0000 (Wed, 02 Mar 2011) | 1 line [FIX] tabs: notices ---------------------------------------------- r33199 | jonnybradley | 2011-03-02 18:44:33 +0000 (Wed, 02 Mar 2011) | 1 line [FIX] tabs: notices (typo) ---------------------------------------------- r33198 | chealer | 2011-03-02 18:29:21 +0000 (Wed, 02 Mar 2011) | 1 line minor code simplification ---------------------------------------------- r33197 | jonnybradley | 2011-03-02 18:16:49 +0000 (Wed, 02 Mar 2011) | 1 line [FIX] modules: Make "add module" go to the right tab ---------------------------------------------- r33195 | changi67 | 2011-03-02 17:43:40 +0000 (Wed, 02 Mar 2011) | 1 line [MOD] copyright 2011, someone has to do dirty work ---------------------------------------------- r33194 | sylvieg | 2011-03-02 16:16:47 +0000 (Wed, 02 Mar 2011) | 1 line [FIX]tracker: homogeneize itemlink field + do not check categ perm on it - because bugged ---------------------------------------------- r33192 | jonnybradley | 2011-03-02 14:44:11 +0000 (Wed, 02 Mar 2011) | 1 line [FIX] page title: Use page title for when $prefs.site_title_breadcrumb is set to use description, but the page description is empty. ---------------------------------------------- r33191 | robertplummer | 2011-03-02 01:58:03 +0000 (Wed, 02 Mar 2011) | 2 lines [ADD] Feature slideshow that will take html from page and make it as a slideshow, this will work along with jQuery.s5, and will extend it for further use, but is not required in order to have a slideshow. Please not, this plugin is basically empty, I will add the extensions soon. [REM] Dropped the feature jQuery.s5, s5 and slideshow are now basically one in the same to the end user. ---------------------------------------------- r33190 | sylvieg | 2011-03-01 20:48:04 +0000 (Tue, 01 Mar 2011) | 1 line [FIX]category: fix 32018: browse categ only on one type ---------------------------------------------- r33187 | sylvieg | 2011-03-01 19:58:25 +0000 (Tue, 01 Mar 2011) | 1 line [FIX]syntax ---------------------------------------------- r33186 | nyloth | 2011-03-01 19:44:38 +0000 (Tue, 01 Mar 2011) | 6 lines [NEW] new preference 'Upload progressbar' to enable a Flash/Javascript progressbar for filegal file uploads. This will limit the upload to one file at a time for the moment. [FIX] filegallib: fix file edition (missing first argument for function fetchOne) [FIX] filegallib: move print_msg into the lib and factorize it with the code of print_progress ---------------------------------------------- r33180 | sylvieg | 2011-03-01 17:41:07 +0000 (Tue, 01 Mar 2011) | 1 line [FIX]categories: allow url with maxRecords=-1 + fix pagination if maxRecords in url ---------------------------------------------- r33178 | sylvieg | 2011-03-01 16:42:56 +0000 (Tue, 01 Mar 2011) | 1 line [FIX]categories: ksort does not respect accents. the sort is already done correctly on the name ---------------------------------------------- r33177 | sept_7 | 2011-03-01 16:21:37 +0000 (Tue, 01 Mar 2011) | 2 lines [FIX} Fix smarty template in preparation for Smarty 3 ---------------------------------------------- r33175 | sept_7 | 2011-03-01 15:42:41 +0000 (Tue, 01 Mar 2011) | 2 lines [FIX] Typo :( ---------------------------------------------- r33173 | sept_7 | 2011-03-01 15:06:56 +0000 (Tue, 01 Mar 2011) | 2 lines [FIX] Preparation patch for Smarty 3. Templates fixes compatible with both Samrty 2 and Smarty 3. This will reduce the patch to Smarty 3 ---------------------------------------------- r33169 | sampaioprimo | 2011-03-01 13:47:28 +0000 (Tue, 01 Mar 2011) | 1 line check language.php consistency before perfoming the exportation ---------------------------------------------- r33168 | jonnybradley | 2011-03-01 13:44:20 +0000 (Tue, 01 Mar 2011) | 1 line [FIX] modules: Show hidden modules on admin page (semi-opaque) ---------------------------------------------- r33167 | jonnybradley | 2011-03-01 12:40:53 +0000 (Tue, 01 Mar 2011) | 1 line [FIX] modules: Convert null current perspective to zero for params array test. ---------------------------------------------- r33166 | jonnybradley | 2011-03-01 12:18:57 +0000 (Tue, 01 Mar 2011) | 1 line Ignore ---------------------------------------------- r33164 | sylvieg | 2011-02-28 23:19:58 +0000 (Mon, 28 Feb 2011) | 1 line [FIX]fivealive: to have IE behave in input item and give a decent size to each input ---------------------------------------------- r33162 | jonnybradley | 2011-02-28 21:46:43 +0000 (Mon, 28 Feb 2011) | 1 line [FIX] datepicker: Do format conversion onClose instead of onSelect (prevents double converting) ---------------------------------------------- r33161 | sylvieg | 2011-02-28 21:44:37 +0000 (Mon, 28 Feb 2011) | 1 line [FIX]categories: keep the category order of the param categParentIds ---------------------------------------------- r33158 | sylvieg | 2011-02-28 21:09:43 +0000 (Mon, 28 Feb 2011) | 1 line typo in 33146 ---------------------------------------------- r33155 | jonnybradley | 2011-02-28 20:30:16 +0000 (Mon, 28 Feb 2011) | 1 line [FIX] tracker inputs: Fix js errors on new tracker items. No $item.trackerId on autocompletes and empty default dates on js_calendar fields. ---------------------------------------------- r33153 | jonnybradley | 2011-02-28 19:38:45 +0000 (Mon, 28 Feb 2011) | 1 line [FIX] trackerfilter: Only bind onclick events to prevnext anchors ---------------------------------------------- r33152 | jonnybradley | 2011-02-28 18:31:26 +0000 (Mon, 28 Feb 2011) | 1 line [NEW] timeline: Implement basic SIMILE Timeline widget for trackertimeline ---------------------------------------------- r33150 | sylvieg | 2011-02-28 18:18:00 +0000 (Mon, 28 Feb 2011) | 1 line [FIX]search: pcre callback function does not work for larger strings than the php setting - better to return the string with no highlight than an empty string ---------------------------------------------- r33148 | jonnybradley | 2011-02-28 16:06:38 +0000 (Mon, 28 Feb 2011) | 1 line [FIX] trackerfilter: Fix prevnext onclick events as the plugin structure had changed (the form is no longer inside the results div) ---------------------------------------------- r33147 | lindonb | 2011-02-28 05:41:37 +0000 (Mon, 28 Feb 2011) | 1 line [FIX] User task cleaning: respect user date and time formats, use smarty icon function and famfam icons, clean up text, some indenting. ---------------------------------------------- r33146 | lindonb | 2011-02-27 19:52:03 +0000 (Sun, 27 Feb 2011) | 1 line [FIX] Implement 12--24 hour clock choice on admin calendars. Also, page wasn't refreshing with updated data after save. Improved navigation to expected cookie tabs. ---------------------------------------------- r33145 | jonnybradley | 2011-02-27 18:59:27 +0000 (Sun, 27 Feb 2011) | 1 line [FIX] timelines: Fixes and modernisation of wikiplugin_trackertimeline ---------------------------------------------- r33144 | jonnybradley | 2011-02-27 18:05:52 +0000 (Sun, 27 Feb 2011) | 1 line [FIX] plugins: Fix popup edit for non-editpage mode. ---------------------------------------------- r33143 | jonnybradley | 2011-02-27 17:27:47 +0000 (Sun, 27 Feb 2011) | 2 lines [FIX] selection: More fixes for IE - store selection position before opening plugin edit form popup (works sometimes) ---------------------------------------------- r33141 | sylvieg | 2011-02-27 17:01:56 +0000 (Sun, 27 Feb 2011) | 1 line [FIX]TRACKER: do not set empty date field to now for field not in the input for an existing item ---------------------------------------------- r33140 | gta74 | 2011-02-27 16:58:56 +0000 (Sun, 27 Feb 2011) | 1 line [TRA] translations of strings not translatable with i18n.tki.org, installer translations ---------------------------------------------- r33138 | jonnybradley | 2011-02-27 15:51:04 +0000 (Sun, 27 Feb 2011) | 2 lines [FIX] selection: More fixes for IE line-ends again. Cope with multi-line selections better, use the .selection() function more and add a fix to it for moveEnd being relative. ---------------------------------------------- r33137 | jonnybradley | 2011-02-27 14:47:28 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] wysiwyg: Add BidiLtr and BidiRtl buttons to toolbars lib (thanks Yonixxx) ---------------------------------------------- r33136 | chibaguy | 2011-02-27 14:34:15 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Improved module titles (capitalization consistency, etc.). ---------------------------------------------- r33135 | jonnybradley | 2011-02-27 14:30:58 +0000 (Sun, 27 Feb 2011) | 1 line [MOD] mobile: Small layout improvements for tabs ---------------------------------------------- r33134 | jonnybradley | 2011-02-27 14:22:26 +0000 (Sun, 27 Feb 2011) | 1 line [FIX] toolbars: Repair specialchar and color pickers - add class for picker type, move styles to css and wrap special chars in <span>s (stops js errors in IE) ---------------------------------------------- r33133 | jonnybradley | 2011-02-27 14:20:15 +0000 (Sun, 27 Feb 2011) | 1 line [FIX] IE7: Only use (randomly picked?) fixed width for #editpageform if using fixed_width layout ---------------------------------------------- r33132 | pkdille | 2011-02-27 10:18:42 +0000 (Sun, 27 Feb 2011) | 1 line Remove useless (and false) svn:executable svn property ---------------------------------------------- r33131 | lindonb | 2011-02-27 07:29:24 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for view tracker item field edit window time selector for date and time field ---------------------------------------------- r33130 | pkdille | 2011-02-27 07:04:16 +0000 (Sun, 27 Feb 2011) | 1 line php files header cleanup: copyright + Id ---------------------------------------------- r33129 | lindonb | 2011-02-27 07:03:24 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for user tasks edit window time selectors ---------------------------------------------- r33128 | lindonb | 2011-02-27 06:47:47 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for minical edit window time selector ---------------------------------------------- r33127 | lindonb | 2011-02-27 06:36:06 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for quiz edit window time selectors ---------------------------------------------- r33126 | lindonb | 2011-02-27 06:24:00 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for edit quiz window time selectors ---------------------------------------------- r33125 | lindonb | 2011-02-27 06:14:42 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for edit programmed content window time selector ---------------------------------------------- r33124 | lindonb | 2011-02-27 06:00:57 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for banner edit window time selector ---------------------------------------------- r33123 | lindonb | 2011-02-27 05:18:31 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for received articles window time selector ---------------------------------------------- r33122 | lindonb | 2011-02-27 05:07:37 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hout clock in edit submission window time selector ---------------------------------------------- r33121 | lindonb | 2011-02-27 04:37:18 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for edit article preview window time selector ---------------------------------------------- r33120 | lindonb | 2011-02-27 04:30:00 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for edit article window time selector ---------------------------------------------- r33119 | lindonb | 2011-02-27 04:10:38 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for tracker admin time selectors ---------------------------------------------- r33118 | lindonb | 2011-02-27 03:37:18 +0000 (Sun, 27 Feb 2011) | 1 line Wording - no fucntional change ---------------------------------------------- r33117 | lindonb | 2011-02-27 03:33:43 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for poll time selector ---------------------------------------------- r33116 | lindonb | 2011-02-27 03:20:18 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for blog post time selector. ---------------------------------------------- r33115 | lindonb | 2011-02-27 03:13:16 +0000 (Sun, 27 Feb 2011) | 1 line [FIX] Calendar edit item time selectors: fix several end-of-day and other issues in order to display more sensible default values in calendar time selectors when opening edit windows. Get rid of unnecessary function. Small cosmetic changes. ---------------------------------------------- r33111 | dabright | 2011-02-26 19:30:06 +0000 (Sat, 26 Feb 2011) | 1 line [ENH] Add maxRecords URL parameter to tiki-calendar_export_ical ---------------------------------------------- r33110 | gta74 | 2011-02-26 18:48:12 +0000 (Sat, 26 Feb 2011) | 1 line [TRA] translations of strings not translatable with i18n.tki.org ---------------------------------------------- r33108 | pkdille | 2011-02-26 12:08:37 +0000 (Sat, 26 Feb 2011) | 1 line Some cleanup in svn:keywords properties ---------------------------------------------- r33106 | sylvieg | 2011-02-25 22:15:46 +0000 (Fri, 25 Feb 2011) | 1 line oops to 33104 ---------------------------------------------- r33104 | sylvieg | 2011-02-25 22:05:51 +0000 (Fri, 25 Feb 2011) | 1 line [FIX]newsletter: in subscribers'list do not show those from included newsletters + show the unsubscribed ones ---------------------------------------------- r33103 | jonnybradley | 2011-02-25 21:37:05 +0000 (Fri, 25 Feb 2011) | 1 line [FIX] IE7: Fix for superfish menus going behind stuff, and remove random scrollbars from ui dialogs. ---------------------------------------------- r33102 | jonnybradley | 2011-02-25 21:35:57 +0000 (Fri, 25 Feb 2011) | 1 line [FIX] login-box: Close tags properly (for the edge cases i've tested so far) ---------------------------------------------- r33101 | jonnybradley | 2011-02-25 21:34:47 +0000 (Fri, 25 Feb 2011) | 1 line [FIX] notice ---------------------------------------------- r33099 | sylvieg | 2011-02-25 21:27:44 +0000 (Fri, 25 Feb 2011) | 1 line [FIX]newsletter: do not send newsletter to invalid or unsubscribe users ---------------------------------------------- r33097 | sampaioprimo | 2011-02-25 19:47:11 +0000 (Fri, 25 Feb 2011) | 1 line [FIX] make sure canonical tag appear only in the right pages ---------------------------------------------- r33096 | sampaioprimo | 2011-02-25 19:22:29 +0000 (Fri, 25 Feb 2011) | 1 line canonical tag for blog post ---------------------------------------------- r33095 | sampaioprimo | 2011-02-25 19:22:18 +0000 (Fri, 25 Feb 2011) | 1 line by default don't paginate comments on a blog post ---------------------------------------------- r33094 | sampaioprimo | 2011-02-25 19:22:04 +0000 (Fri, 25 Feb 2011) | 1 line feature_canonical_url enabled by default ---------------------------------------------- r33093 | sampaioprimo | 2011-02-25 19:21:51 +0000 (Fri, 25 Feb 2011) | 1 line using absolute URL for canonical tag ---------------------------------------------- r33092 | pkdille | 2011-02-25 17:32:43 +0000 (Fri, 25 Feb 2011) | 1 line Finalize share admin panel integration ---------------------------------------------- r33091 | nyloth | 2011-02-25 15:28:42 +0000 (Fri, 25 Feb 2011) | 1 line [FIX] upload file : fix hit limit + some reindentation ---------------------------------------------- r33089 | sylvieg | 2011-02-25 14:23:51 +0000 (Fri, 25 Feb 2011) | 1 line [FIX]tracker: avoid empty lines ---------------------------------------------- r33086 | robertplummer | 2011-02-25 13:58:54 +0000 (Fri, 25 Feb 2011) | 1 line [ADD] groupValid detection for smarty template in wikiplugin_group.php from Nelson's work ---------------------------------------------- r33085 | jonnybradley | 2011-02-25 12:48:44 +0000 (Fri, 25 Feb 2011) | 1 line [FIX] selection: Possible fix for IE line-ends again. ---------------------------------------------- r33084 | robertplummer | 2011-02-24 21:07:13 +0000 (Thu, 24 Feb 2011) | 1 line [ADD] New table tiki_cart_inventory_hold for new cart features ---------------------------------------------- r33083 | sampaioprimo | 2011-02-24 21:04:46 +0000 (Thu, 24 Feb 2011) | 1 line wp importer: match wp shortcodes inside other wp shortcodes ---------------------------------------------- r33082 | sampaioprimo | 2011-02-24 21:04:26 +0000 (Thu, 24 Feb 2011) | 1 line wp importer: just replacing url in test fixtures ---------------------------------------------- r33081 | sampaioprimo | 2011-02-24 21:04:00 +0000 (Thu, 24 Feb 2011) | 1 line wp importer: new option to replace internal links ---------------------------------------------- r33080 | sampaioprimo | 2011-02-24 21:03:33 +0000 (Thu, 24 Feb 2011) | 1 line wordpress importer: consider wp shortcodes with newlines inside ---------------------------------------------- r33079 | chealer | 2011-02-24 20:48:11 +0000 (Thu, 24 Feb 2011) | 1 line [FIX] French: Admin Login fixes ---------------------------------------------- r33078 | chealer | 2011-02-24 20:46:27 +0000 (Thu, 24 Feb 2011) | 1 line French: debug -> d?\195?\169bogage ---------------------------------------------- r33076 | sylvieg | 2011-02-24 20:41:01 +0000 (Thu, 24 Feb 2011) | 1 line [FIX]newsletter: send attachments ---------------------------------------------- r33074 | jonnybradley | 2011-02-24 20:11:27 +0000 (Thu, 24 Feb 2011) | 1 line [FIX] selection: Correct for IE line-ends and selection loss. ---------------------------------------------- r33073 | jonnybradley | 2011-02-24 19:03:39 +0000 (Thu, 24 Feb 2011) | 2 lines [FIX] selection: Correct for IE considering line-ends to have two chars in this scope. Also use a GUID for the test string to avoid collisions. ---------------------------------------------- r33072 | jonnybradley | 2011-02-24 18:46:01 +0000 (Thu, 24 Feb 2011) | 2 lines [FIX] selection: Restore selection function lost in autocomplete being switched to jquery-ui. Comment details original copyright and licensing info - author contacted and is happy with this. ---------------------------------------------- r33071 | robertplummer | 2011-02-24 18:41:31 +0000 (Thu, 24 Feb 2011) | 1 line [MOD] Added bunch of unrefined features from Nelson's team work ---------------------------------------------- r33070 | robertplummer | 2011-02-24 18:06:45 +0000 (Thu, 24 Feb 2011) | 2 lines [ADD] A few files that Nelson has been working on that I will extend to be more integrated into Tiki [MOD] wikiplugin_addtocart to support buyonbehalf, need to ensure it is a change-able feature in trunk ---------------------------------------------- r33069 | nyloth | 2011-02-24 17:28:53 +0000 (Thu, 24 Feb 2011) | 1 line [ENH] file upload: datepicker for 'deleteAfter' option + notice on uploads var + minor DOM changes and indentation ---------------------------------------------- r33068 | sylvieg | 2011-02-24 17:22:03 +0000 (Thu, 24 Feb 2011) | 1 line [FIX]fgal: if GD and files in memory, set the image format - otherwise a png displayed with dl1&display&x=10&y=10 will be transform into a jpeg and will loose quality ---------------------------------------------- r33065 | sylvieg | 2011-02-24 15:36:29 +0000 (Thu, 24 Feb 2011) | 1 line [FIX]trackerfilter: do not overwrite param max if given ---------------------------------------------- r33064 | changi67 | 2011-02-24 14:27:51 +0000 (Thu, 24 Feb 2011) | 1 line [FIX] Catch more possibility : Multi-line / ignore case / point can substitute a carriage return ---------------------------------------------- r33062 | sylvieg | 2011-02-23 20:01:44 +0000 (Wed, 23 Feb 2011) | 1 line [ENH]category: morelikethis: for the maximum less categories in common if no objects with the above number of common categories + local max ---------------------------------------------- r33061 | lphuberdeau | 2011-02-23 15:31:39 +0000 (Wed, 23 Feb 2011) | 1 line [MOD] Use a queue to collect the documents that need updating in the index, prevent the queue from being processed during a complete rebuild and process the queue right after a complete rebuild ---------------------------------------------- r33059 | eromneg | 2011-02-23 14:32:33 +0000 (Wed, 23 Feb 2011) | 1 line [FIX] small text change to make password field description more understandable - text is apparently duplicated in two tpl files! ---------------------------------------------- r33058 | eromneg | 2011-02-23 14:06:50 +0000 (Wed, 23 Feb 2011) | 1 line [FIX] small text change to make password field description more understandable ---------------------------------------------- r33057 | lphuberdeau | 2011-02-23 14:01:09 +0000 (Wed, 23 Feb 2011) | 1 line [FIX] Change the location of the preference index so that it does not get invalidated on preference change (feels faster) ---------------------------------------------- r33055 | chealer | 2011-02-23 08:45:21 +0000 (Wed, 23 Feb 2011) | 2 lines [FIX] Wiki: Pages overriding global cache to avoid caching are cached thanks luciash ---------------------------------------------- r33053 | lphuberdeau | 2011-02-22 21:14:38 +0000 (Tue, 22 Feb 2011) | 1 line [FIX] Use the post's title as the page title rather than the page number ---------------------------------------------- r33052 | robertplummer | 2011-02-22 21:06:17 +0000 (Tue, 22 Feb 2011) | 1 line [ADD] Added a preference that turns off calendar js popups to wikiplugin trackerlist ---------------------------------------------- r33049 | lphuberdeau | 2011-02-22 21:01:58 +0000 (Tue, 22 Feb 2011) | 1 line [MOD] Adding geolocation to blog posts ---------------------------------------------- r33047 | sylvieg | 2011-02-22 19:50:32 +0000 (Tue, 22 Feb 2011) | 1 line [FIX]youtube module: fix 30803: a module is not wiki parsed ---------------------------------------------- r33046 | lphuberdeau | 2011-02-22 19:29:14 +0000 (Tue, 22 Feb 2011) | 1 line [FIX]?\194?\160Warning going through ---------------------------------------------- r33044 | chealer | 2011-02-22 19:13:21 +0000 (Tue, 22 Feb 2011) | 1 line 6.2 released ---------------------------------------------- r33043 | sylvieg | 2011-02-22 19:12:25 +0000 (Tue, 22 Feb 2011) | 1 line [FIX]locator: error ---------------------------------------------- r33042 | robertplummer | 2011-02-22 19:02:01 +0000 (Tue, 22 Feb 2011) | 1 line [FIX] User check and return url fixes ---------------------------------------------- r33041 | robertplummer | 2011-02-22 18:38:41 +0000 (Tue, 22 Feb 2011) | 1 line [FIX] Payment logic fixes ---------------------------------------------- r33040 | robertplummer | 2011-02-22 18:34:20 +0000 (Tue, 22 Feb 2011) | 2 lines [ADD] $record_profile_items_created to installlib.php for a quick way of getting items brought into tiki from profile [ADD] Focus attribute to tiki-calendar_nav.tpl buttons ---------------------------------------------- r33039 | robertplummer | 2011-02-22 16:47:59 +0000 (Tue, 22 Feb 2011) | 1 line [MOD] Moved much of the jQuery.s5 initiation script over to tiki-slideshow.php ---------------------------------------------- r33037 | sylvieg | 2011-02-22 16:43:52 +0000 (Tue, 22 Feb 2011) | 1 line [FIX]CATEGORY: the shuffle sort was lost: repalce par random for homogeneity ---------------------------------------------- r33036 | lphuberdeau | 2011-02-22 16:05:45 +0000 (Tue, 22 Feb 2011) | 1 line [MOD] Adding geocoding through google geocode api v3 ---------------------------------------------- r33035 | lphuberdeau | 2011-02-22 14:45:48 +0000 (Tue, 22 Feb 2011) | 1 line [MOD] Location support on articles ---------------------------------------------- r33032 | sept_7 | 2011-02-22 00:58:30 +0000 (Tue, 22 Feb 2011) | 3 lines [FIX] fix smarty query plugin when href='#' to avoid the browser to get the page again. ---------------------------------------------- r33031 | sept_7 | 2011-02-22 00:57:05 +0000 (Tue, 22 Feb 2011) | 2 lines [ENH] Allow ratings of wiki pages to be shown in listings ---------------------------------------------- r33030 | sept_7 | 2011-02-22 00:47:34 +0000 (Tue, 22 Feb 2011) | 2 lines [FIX] Fix rating on wiki pages ---------------------------------------------- r33028 | sylvieg | 2011-02-21 23:37:09 +0000 (Mon, 21 Feb 2011) | 1 line [FIX]tracker: do not duplicate trackerId in url to item view of tracker view ---------------------------------------------- r33027 | lphuberdeau | 2011-02-21 22:20:27 +0000 (Mon, 21 Feb 2011) | 1 line [MOD] Quick link to current location using the broswer's geolocation API ---------------------------------------------- r33025 | pkdille | 2011-02-21 20:23:57 +0000 (Mon, 21 Feb 2011) | 1 line [bp/r33020][FIX] Fix for the release process ---------------------------------------------- r33017 | sylvieg | 2011-02-21 19:49:14 +0000 (Mon, 21 Feb 2011) | 1 line [FIX]ARTICLES: if usePagination, send in the pagination url all the filters ---------------------------------------------- r33015 | lphuberdeau | 2011-02-21 19:06:09 +0000 (Mon, 21 Feb 2011) | 1 line [MOD] Added geolocation markers in tracker list, tracker item view and improved current page detection ---------------------------------------------- r33014 | sampaioprimo | 2011-02-21 18:27:46 +0000 (Mon, 21 Feb 2011) | 1 line Language::updateTrans does nothing when source and translation are equal ---------------------------------------------- r33013 | sampaioprimo | 2011-02-21 18:27:13 +0000 (Mon, 21 Feb 2011) | 1 line no time limit when exporting translations from database ---------------------------------------------- r33004 | luciash | 2011-02-21 17:35:57 +0000 (Mon, 21 Feb 2011) | 1 line [FIX] webmail: same fix as r32301 but for the filtered list (unread and flagged msgs) + commented code cleanup ---------------------------------------------- r33003 | lphuberdeau | 2011-02-21 17:32:33 +0000 (Mon, 21 Feb 2011) | 1 line [MOD]?\194?\160Adding the geolocation to the self-link breadcrumb (also removing that ugly self.location) and modifying locator to zoom on the primary location ---------------------------------------------- r32997 | lphuberdeau | 2011-02-21 17:08:28 +0000 (Mon, 21 Feb 2011) | 1 line [MOD] Use new common facilities to deal with geolocation when saving tracker item ---------------------------------------------- r32994 | lphuberdeau | 2011-02-21 16:53:40 +0000 (Mon, 21 Feb 2011) | 1 line [MOD]?\194?\160Controls to add a geolocation to wiki pages, include attribute geolocation in object_link output when available ---------------------------------------------- r32978 | sept_7 | 2011-02-21 15:44:03 +0000 (Mon, 21 Feb 2011) | 4 lines [FIX] CKEditor+link edition : When in WYSIWYG mode and htmltowiki, URL edited with CKEditor get replaced by "javascript:void(0)". Call the right CKEditor callchain to prepare the data to be sent. ---------------------------------------------- r32977 | sept_7 | 2011-02-21 15:41:47 +0000 (Mon, 21 Feb 2011) | 8 lines Rollback of 32890 [FIX] CKEditor+link edition : When in WYSIWYG mode and htmltowiki, URL edited with CKEditor get replaced by "javascript:void(0)". So get the real URL and not the faked one. Much better fix on the go ---------------------------------------------- r32950 | lphuberdeau | 2011-02-21 13:47:00 +0000 (Mon, 21 Feb 2011) | 1 line [MOD] Only provide the authentication link in the module if no authorization has been granted, permanent link remains in admin panel ---------------------------------------------- r32947 | lphuberdeau | 2011-02-21 13:32:21 +0000 (Mon, 21 Feb 2011) | 1 line [MOD]?\194?\160Adjust error reporting to compensate on Zotero not really indicating errors ---------------------------------------------- r32946 | chibaguy | 2011-02-21 06:05:25 +0000 (Mon, 21 Feb 2011) | 1 line [FIX] Improve visual details around tabs (toggle tab button didn't have enough horizontal space, etc.). ---------------------------------------------- r32945 | lindonb | 2011-02-21 04:26:11 +0000 (Mon, 21 Feb 2011) | 1 line [FIX]Added 12 to 24 hour conversion for remnder date and moved conversion function to a central lib ---------------------------------------------- r32944 | chibaguy | 2011-02-21 03:56:03 +0000 (Mon, 21 Feb 2011) | 1 line [FIX] hr under jQuery options given float:left property to keep it in place (it was pushed over right column); clearfix class for parents of floated children, also. ---------------------------------------------- r32942 | lindonb | 2011-02-21 01:29:30 +0000 (Mon, 21 Feb 2011) | 1 line [FIX] To convert 12-hour clock hours to 24-hour scale, do not add 12 hours to 12pm and replace 12am with 0 to calculate unixtime properly. ---------------------------------------------- r32940 | lindonb | 2011-02-20 23:32:25 +0000 (Sun, 20 Feb 2011) | 1 line Use a centrally located function instead for the 12-hour clock preference. ---------------------------------------------- r32939 | lindonb | 2011-02-20 21:37:19 +0000 (Sun, 20 Feb 2011) | 1 line [ENH] Add admin and user preference to show 12-hour time notation in time selectors used in edit windows of blog posts, calendar entries, etc. Implemented for the edit window if calendar entries, although pre-existing issues with start and end dates need to be fixed. Need to roll out to several other types edit windows as well. ---------------------------------------------- r32938 | jonnybradley | 2011-02-20 16:39:50 +0000 (Sun, 20 Feb 2011) | 1 line [ENH] mobile: Some work on category lists (more to do) ---------------------------------------------- r32937 | jonnybradley | 2011-02-20 15:58:51 +0000 (Sun, 20 Feb 2011) | 1 line [FIX] tabs: Add a little more JS to set correct tab from cookietab on url (and corrections to setCookieSection() even though not helping here) ---------------------------------------------- r32936 | jonnybradley | 2011-02-20 15:26:18 +0000 (Sun, 20 Feb 2011) | 1 line [FIX] tabs: Only de-active first set of tabs on click, and remove superfluous tabinactive class ---------------------------------------------- r32935 | jonnybradley | 2011-02-20 15:22:42 +0000 (Sun, 20 Feb 2011) | 1 line [ENH] tabs: deploy nested tabset to object perms list ---------------------------------------------- r32933 | chibaguy | 2011-02-20 14:36:26 +0000 (Sun, 20 Feb 2011) | 1 line [SVN] Reverting from my last commit; module names in changelog shouldn't be changed. ---------------------------------------------- r32932 | jonnybradley | 2011-02-20 14:26:46 +0000 (Sun, 20 Feb 2011) | 1 line [FIX] tabs plugin: Parse plugin content so nested tabs get rendered (odd, as i thought they were processed inner to outer) ---------------------------------------------- r32931 | jonnybradley | 2011-02-20 14:24:45 +0000 (Sun, 20 Feb 2011) | 3 lines [ENH] tabs: What turned out to be more of a revamp than planned, but "tikitabs" can now be nested - deployed on modules admin as an example. Tabs code moved from setup/cookies.php, jquery use in tikitabs() js function, unique tabset names generated by default, all tab states stored in one cookie ("tabs"). Added a setCookieSection() function to set multi-value cookies server-side. ---------------------------------------------- r32929 | gta74 | 2011-02-20 12:41:35 +0000 (Sun, 20 Feb 2011) | 1 line [TRA] translations of strings not translatable with i18n.tki.org, fixing mixture of german Du/Sie, typos ---------------------------------------------- r32928 | chibaguy | 2011-02-20 11:14:29 +0000 (Sun, 20 Feb 2011) | 1 line [FIX] Improve behavior when fixed-width pages go wide; adjust themes to fixed-width changes. ---------------------------------------------- r32926 | gta74 | 2011-02-20 10:52:15 +0000 (Sun, 20 Feb 2011) | 1 line [MOD] Made untranslatable strings translatable ---------------------------------------------- r32925 | chibaguy | 2011-02-20 10:34:26 +0000 (Sun, 20 Feb 2011) | 1 line [FIX] Improve behavior when fixed-width pages go wide; adjust themes to fixed-width changes; in darkroom.css, try overriding jquery-ui classes in pop-ups. ---------------------------------------------- r32924 | lindonb | 2011-02-20 07:53:45 +0000 (Sun, 20 Feb 2011) | 1 line Mostly indent. Closed a couple of span tags but didn't seem to affect display. ---------------------------------------------- r32922 | luciash | 2011-02-20 06:44:32 +0000 (Sun, 20 Feb 2011) | 1 line [ENH] tiki_p_tracker_view_attachments: new perm to allow viewing and downloading of tracker items attachments ---------------------------------------------- r32920 | jonnybradley | 2011-02-19 20:38:18 +0000 (Sat, 19 Feb 2011) | 1 line [FIX] mytiki: missing quotes was breaking in translations (thanks Xavi) ---------------------------------------------- r32919 | chibaguy | 2011-02-19 09:44:25 +0000 (Sat, 19 Feb 2011) | 1 line [FIX] Sorting out .fixedwidth properties (wide center content was overlapping right column when fixed-width is active). ---------------------------------------------- r32918 | chibaguy | 2011-02-19 09:29:06 +0000 (Sat, 19 Feb 2011) | 1 line [FIX] Encoding problem in previous commit messed up characters with accents. ---------------------------------------------- r32917 | chibaguy | 2011-02-19 06:04:52 +0000 (Sat, 19 Feb 2011) | 1 line [MOD] Wikitext heading sizes are consistent (to the relief of designers) regardless of whether "display page name as page title" is activated or not (previously, headings were shifted downward when the option was activated). HTML5 can tolerate multiple h1 headings per page. Site admins/authors should be aware to not use more than one h1 per CSS section element. ---------------------------------------------- r32916 | chibaguy | 2011-02-19 05:35:43 +0000 (Sat, 19 Feb 2011) | 2 lines [FIX] Another try (part deux) at a fixed-width method that uses one fixed-width container div for most themes but allows exceptions for themes like Fivealive (center-column expansion with wide content enabled this time). ---------------------------------------------- r32914 | gta74 | 2011-02-18 22:37:28 +0000 (Fri, 18 Feb 2011) | 1 line [TRA] complete translation of file into german ---------------------------------------------- r32913 | lphuberdeau | 2011-02-18 22:03:42 +0000 (Fri, 18 Feb 2011) | 1 line [FIX] Removing unrequired parameter ---------------------------------------------- r32912 | lphuberdeau | 2011-02-18 22:02:48 +0000 (Fri, 18 Feb 2011) | 1 line [NEW] Zotero plugin to cite a reference (uses footnote plugin) ---------------------------------------------- r32911 | lphuberdeau | 2011-02-18 22:00:57 +0000 (Fri, 18 Feb 2011) | 1 line [MOD]?\194?\160Removing check duplicate parameter, making it always enabled, simplifying logic ---------------------------------------------- r32910 | lphuberdeau | 2011-02-18 21:59:10 +0000 (Fri, 18 Feb 2011) | 1 line [MOD]?\194?\160Simplifying cache logic (too many fstat calls in there) ---------------------------------------------- r32909 | lphuberdeau | 2011-02-18 20:39:36 +0000 (Fri, 18 Feb 2011) | 1 line [NEW] Initial integration with Zotero, query the remote host and retrieve reference list ---------------------------------------------- r32908 | chealer | 2011-02-18 20:00:25 +0000 (Fri, 18 Feb 2011) | 1 line [FIX] Debugger console: HTML ---------------------------------------------- r32907 | chealer | 2011-02-18 19:36:09 +0000 (Fri, 18 Feb 2011) | 1 line [FIX] Preferences search: HTML ---------------------------------------------- r32906 | sampaioprimo | 2011-02-18 18:33:59 +0000 (Fri, 18 Feb 2011) | 2 lines replace direct call to strip_tags with TikiFilter_HtmlPurifier on BlogLib::blog_post() ---------------------------------------------- r32905 | sampaioprimo | 2011-02-18 18:33:18 +0000 (Fri, 18 Feb 2011) | 2 lines wordpress importer: check if the comment is approved or not when importing ---------------------------------------------- r32904 | jonnybradley | 2011-02-18 16:36:30 +0000 (Fri, 18 Feb 2011) | 2 lines [ENH] mobile/ajax: Deploy ajaxlib for mobile. Still gets stuck eventually due to reliance on use of unique id's on tikitabs etc ---------------------------------------------- r32903 | jonnybradley | 2011-02-18 16:33:46 +0000 (Fri, 18 Feb 2011) | 2 lines [ENH] mobile/ajax: New ajaxlib for future use in mobile. Added text/html processing to $access->output_serialized() for consistent output handling (even though it doesn't actually serialise anything) ---------------------------------------------- r32902 | sept_7 | 2011-02-18 16:22:58 +0000 (Fri, 18 Feb 2011) | 2 lines [FIX] Fix JS syntax error ---------------------------------------------- r32900 | sept_7 | 2011-02-18 14:58:36 +0000 (Fri, 18 Feb 2011) | 3 lines [FIX] Fix gzip issue when obzip is on and we are cleanning the output buffer. This should fix regressions in 32280... ---------------------------------------------- r32898 | sampaioprimo | 2011-02-18 13:40:21 +0000 (Fri, 18 Feb 2011) | 2 lines svn:ignore ---------------------------------------------- r32897 | jonnybradley | 2011-02-18 13:38:32 +0000 (Fri, 18 Feb 2011) | 1 line [FIX] comments: keep title when previewing ---------------------------------------------- r32896 | sampaioprimo | 2011-02-18 13:37:55 +0000 (Fri, 18 Feb 2011) | 1 line before running test suite update db if needed ---------------------------------------------- r32895 | sampaioprimo | 2011-02-18 13:37:42 +0000 (Fri, 18 Feb 2011) | 1 line fix auth tests broken after r32269 ---------------------------------------------- r32894 | sampaioprimo | 2011-02-18 13:37:25 +0000 (Fri, 18 Feb 2011) | 1 line use an independent database for test suite ---------------------------------------------- r32893 | sampaioprimo | 2011-02-18 13:37:10 +0000 (Fri, 18 Feb 2011) | 2 lines mock TikiImporter_Blog_Wordpress::setupTiki() on wordpress importer tests ---------------------------------------------- r32892 | sampaioprimo | 2011-02-18 13:36:52 +0000 (Fri, 18 Feb 2011) | 1 line fix test fixture ---------------------------------------------- r32890 | sept_7 | 2011-02-18 11:47:14 +0000 (Fri, 18 Feb 2011) | 4 lines [FIX] CKEditor+link edition : When in WYSIWYG mode and htmltowiki, URL edited with CKEditor get replaced by "javascript:void(0)". So get the real URL and not the faked one. ---------------------------------------------- r32888 | xavidp | 2011-02-18 10:34:48 +0000 (Fri, 18 Feb 2011) | 2 lines [ENH]Added command (commented out by default) to easily increase the maximum file size for uploads allowed by php for Tiki upload_max_filesize when server allows such customiztion per directory based on .htaccess ---------------------------------------------- r32887 | chibaguy | 2011-02-18 04:10:07 +0000 (Fri, 18 Feb 2011) | 1 line [REF] Hidden semantic headings and hr in tiki.tpl not needed with HTML5. ---------------------------------------------- r32886 | robertplummer | 2011-02-18 02:00:15 +0000 (Fri, 18 Feb 2011) | 2 lines [ADD] Simple user interface for linking other types of objects in Tiki to spreadsheet using jQuery UI dialog and ajax callbacks [ADD] References for easily obtaining id of objects on other interfaces ---------------------------------------------- r32885 | chealer | 2011-02-17 20:38:07 +0000 (Thu, 17 Feb 2011) | 2 lines revert r32884 "less is more: remove TikiLib::date_format2()" oops ---------------------------------------------- r32884 | chealer | 2011-02-17 19:37:41 +0000 (Thu, 17 Feb 2011) | 1 line less is more: remove TikiLib::date_format2() ---------------------------------------------- r32883 | jonnybradley | 2011-02-17 17:41:51 +0000 (Thu, 17 Feb 2011) | 1 line [REM] feature_template_zoom: Remove unused pre Tiki 5 template zoom code ---------------------------------------------- r32877 | sylvieg | 2011-02-17 13:02:17 +0000 (Thu, 17 Feb 2011) | 1 line [FIX]SHARETHIS: replace with headerlib calls to avoid sometimes blank screen ---------------------------------------------- r32875 | chealer | 2011-02-16 21:55:42 +0000 (Wed, 16 Feb 2011) | 1 line [FIX] Admin Banning: broken rule dates (broken pass of time to html_select_date) ---------------------------------------------- r32874 | jonnybradley | 2011-02-16 20:17:46 +0000 (Wed, 16 Feb 2011) | 2 lines [FIX] mobile: Fixes to links where page need to be loaded without ajax (for now) Allow the rel attribute in self_link and a couple of other small fixes ---------------------------------------------- r32873 | lphuberdeau | 2011-02-16 19:41:24 +0000 (Wed, 16 Feb 2011) | 1 line [MOD] Using openlayers for tracker maps, leaving gmap when gmap is enabled and configured ---------------------------------------------- r32872 | lphuberdeau | 2011-02-16 19:28:05 +0000 (Wed, 16 Feb 2011) | 1 line [MOD] Use same format as used in trackers ---------------------------------------------- r32871 | lphuberdeau | 2011-02-16 19:19:46 +0000 (Wed, 16 Feb 2011) | 1 line [ENH] Shorter title ---------------------------------------------- r32870 | lphuberdeau | 2011-02-16 19:16:19 +0000 (Wed, 16 Feb 2011) | 1 line [MOD]?\194?\160Simplify event handling and add pop-up on markers ---------------------------------------------- r32869 | lphuberdeau | 2011-02-16 18:20:03 +0000 (Wed, 16 Feb 2011) | 1 line [NEW] Initial integration with OpenLayers. Used for the user to change location from user preferences, new module adding markers for all geolocated objects rendered in the page (users only for now). ---------------------------------------------- r32868 | jonnybradley | 2011-02-16 16:29:46 +0000 (Wed, 16 Feb 2011) | 1 line [FIX] mobile: Switch off toolbars and auto_save for mobile for now ---------------------------------------------- r32867 | jonnybradley | 2011-02-16 16:27:38 +0000 (Wed, 16 Feb 2011) | 1 line [MOD] mobile: Temporary pref to allow access to latest "Live Code" version of jqm (extra experimental but already found a couple of fixes) ---------------------------------------------- r32866 | jonnybradley | 2011-02-16 15:10:10 +0000 (Wed, 16 Feb 2011) | 1 line [ENH] mobile: Styling for tables and a couple of typo fixes ---------------------------------------------- r32865 | jonnybradley | 2011-02-16 15:08:58 +0000 (Wed, 16 Feb 2011) | 1 line [FIX] listpages: Fix odd/even cycle ---------------------------------------------- r32864 | sylvieg | 2011-02-16 15:07:42 +0000 (Wed, 16 Feb 2011) | 1 line [NEW]categories: ass a param to have the categ linking to a page with its name ---------------------------------------------- r32862 | jonnybradley | 2011-02-16 14:20:42 +0000 (Wed, 16 Feb 2011) | 1 line [MOD] modules: Add documentation attribute to module with some (documentation) ---------------------------------------------- r32861 | jonnybradley | 2011-02-16 14:10:48 +0000 (Wed, 16 Feb 2011) | 1 line [ENH] modules admin: Make assigned modules rows double clickable, unescape params and add, as yet unused, doc link ---------------------------------------------- r32860 | jonnybradley | 2011-02-16 14:07:53 +0000 (Wed, 16 Feb 2011) | 1 line [MOD] smarty escape: Add unescape (rawurldecode) option ---------------------------------------------- r32859 | chibaguy | 2011-02-16 14:06:50 +0000 (Wed, 16 Feb 2011) | 1 line [FIX] Another try at a fixed-width method that uses one fixed-width container div for most themes but allows exceptions for themes like Fivealive. ---------------------------------------------- r32858 | jonnybradley | 2011-02-16 14:04:00 +0000 (Wed, 16 Feb 2011) | 1 line [MOD] plugin edit: Expose help link (thanks marclaporte) ---------------------------------------------- r32857 | lphuberdeau | 2011-02-16 13:44:06 +0000 (Wed, 16 Feb 2011) | 1 line [FIX] Removing executable property ---------------------------------------------- r32855 | jonnybradley | 2011-02-16 12:03:42 +0000 (Wed, 16 Feb 2011) | 1 line [FIX] modules: Move #module-order into it's own little form as the old edit form now only is there when editing or assigning module from the drop-down menu. ---------------------------------------------- r32854 | chibaguy | 2011-02-16 12:00:02 +0000 (Wed, 16 Feb 2011) | 1 line [FIX] Fivealive theme was missing its fixed-width div properties. ---------------------------------------------- r32853 | jonnybradley | 2011-02-16 11:43:31 +0000 (Wed, 16 Feb 2011) | 1 line [ENH] mobile: tabs as a button controlgroup ---------------------------------------------- r32851 | lindonb | 2011-02-16 04:12:27 +0000 (Wed, 16 Feb 2011) | 1 line [FIX] Improve contrast for event text in calendar week view for the darkroom theme ---------------------------------------------- r32687 | jonnybradley | 2011-02-15 14:21:18 +0000 (Tue, 15 Feb 2011) | 1 line [FIX] autocomplete: Tracker fields now use standard tiki autocomplete and $access lib output ---------------------------------------------- r32686 | jonnybradley | 2011-02-15 13:38:04 +0000 (Tue, 15 Feb 2011) | 1 line [MOD] autocomplete: Vital file missing from last commit... ---------------------------------------------- r32685 | jonnybradley | 2011-02-15 13:33:33 +0000 (Tue, 15 Feb 2011) | 2 lines [MOD] autocomplete: Replace deprecated 3rd party autocomplete plugin and deploy the new one in jquery-ui core. Two hard coded autocompletes in trackers will break - working on a fix... ---------------------------------------------- r32684 | chibaguy | 2011-02-15 12:24:02 +0000 (Tue, 15 Feb 2011) | 1 line [FIX] Added clearfix class to adminoptionbox div so that floated children are contained. ---------------------------------------------- r32683 | jonnybradley | 2011-02-15 00:00:23 +0000 (Tue, 15 Feb 2011) | 1 line [FIX] mobile: Nasty fix for menu items - prevent ajax loading (for now) ---------------------------------------------- r32682 | sampaioprimo | 2011-02-14 22:07:02 +0000 (Mon, 14 Feb 2011) | 1 line [FIX] parse ...page... correctly on blog post print preview ---------------------------------------------- r32681 | sampaioprimo | 2011-02-14 22:06:09 +0000 (Mon, 14 Feb 2011) | 1 line fix pt-br translation ---------------------------------------------- r32680 | sylvieg | 2011-02-14 21:27:18 +0000 (Mon, 14 Feb 2011) | 1 line [FIX]tracker: title must be limitted (advice is 30 characters - but other titles are not limited) ---------------------------------------------- r32679 | lphuberdeau | 2011-02-14 20:42:00 +0000 (Mon, 14 Feb 2011) | 1 line [ENH]?\194?\160Adding up-to-date-ness of a page to the index to allow sorting pages by translation completion ---------------------------------------------- r32678 | jonnybradley | 2011-02-14 20:18:31 +0000 (Mon, 14 Feb 2011) | 1 line [FIX] mobile: Better handling of menus ---------------------------------------------- r32676 | jonnybradley | 2011-02-14 17:53:00 +0000 (Mon, 14 Feb 2011) | 1 line [FIX] modules admin: Fix new assign by dragging (also needs $modinfo but don't warn about missing required params) ---------------------------------------------- r32675 | nkoth | 2011-02-14 17:49:31 +0000 (Mon, 14 Feb 2011) | 1 line [FIX] Google map field was not showing for users with no global tracker view perms because of wrong checking ---------------------------------------------- r32673 | nkoth | 2011-02-14 17:38:49 +0000 (Mon, 14 Feb 2011) | 1 line [FIX] Zoom was not being updated on click ---------------------------------------------- r32672 | jonnybradley | 2011-02-14 17:29:57 +0000 (Mon, 14 Feb 2011) | 1 line [FIX] modules admin: Only set the execution time on the first div in a module ---------------------------------------------- r32670 | sylvieg | 2011-02-14 17:14:02 +0000 (Mon, 14 Feb 2011) | 1 line [FIX]intertiki: fix slave tiki6+master tiki4 + confirmation email ---------------------------------------------- r32669 | jonnybradley | 2011-02-14 16:51:53 +0000 (Mon, 14 Feb 2011) | 3 lines [ENH] modules: Move module select drop-down into popup dialog and deal with the consequences, move old style edit form to it's own tiki tab, tabbify assigned modules sections, make nobox=y module div structure consistent to fix lose of zone on edit, and various other small fixes. ---------------------------------------------- r32668 | lphuberdeau | 2011-02-14 16:43:03 +0000 (Mon, 14 Feb 2011) | 1 line [NEW]?\194?\160Adding spreadsheets to index ---------------------------------------------- r32667 | jonnybradley | 2011-02-14 16:42:43 +0000 (Mon, 14 Feb 2011) | 1 line [MOD] modules: Rationalise the order of the module zones in admin ---------------------------------------------- r32666 | lphuberdeau | 2011-02-14 15:42:00 +0000 (Mon, 14 Feb 2011) | 1 line [MOD]?\194?\160Removing no longer required SQL queries ---------------------------------------------- r32664 | sylvieg | 2011-02-14 15:38:32 +0000 (Mon, 14 Feb 2011) | 1 line [FIX]i18n: when on url http://mysite.com, be able to switch page lang ---------------------------------------------- r32661 | sept_7 | 2011-02-14 01:10:00 +0000 (Mon, 14 Feb 2011) | 2 lines [FIX] Typo missing ending ' ---------------------------------------------- r32660 | sept_7 | 2011-02-14 01:03:38 +0000 (Mon, 14 Feb 2011) | 2 lines [FIX] Notice ---------------------------------------------- r32658 | jonnybradley | 2011-02-13 23:57:04 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] mobile: Don't set side divs as table-cells ---------------------------------------------- r32657 | lindonb | 2011-02-13 23:48:40 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep flaggedrev_approval_categories preference from being set when the user is setting other preferences in the wiki admin panel ---------------------------------------------- r32656 | lindonb | 2011-02-13 23:44:10 +0000 (Sun, 13 Feb 2011) | 2 lines [FIX] Keep feature_wiki_mandatory_category and flaggedrev_approval_categories preferences from being set when the user is setting other preferences in the wiki admin panel. Part 2 for flaggedrev_approval_categories coming. ---------------------------------------------- r32655 | jonnybradley | 2011-02-13 23:41:19 +0000 (Sun, 13 Feb 2011) | 1 line [ENH] mobile: New prefs to use for jqm themes for various sections ---------------------------------------------- r32654 | jonnybradley | 2011-02-13 23:34:05 +0000 (Sun, 13 Feb 2011) | 1 line [MOD] prefs: Show a semi-transparent "check" icon when dependencies are ok to reduce visual noise ---------------------------------------------- r32653 | lindonb | 2011-02-13 23:24:58 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Roll back r32616. Better fix coming. ---------------------------------------------- r32651 | lindonb | 2011-02-13 23:19:12 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep user_trackersync_parentgroup preference from appearing to set when other preferences are set in the login admin panel. Thanks Stephane! ---------------------------------------------- r32649 | lindonb | 2011-02-13 22:33:32 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Roll back r32618. Better fix coming. ---------------------------------------------- r32648 | jonnybradley | 2011-02-13 22:24:06 +0000 (Sun, 13 Feb 2011) | 1 line [CSS] mobile: Better remarks boxes ---------------------------------------------- r32646 | lindonb | 2011-02-13 22:11:07 +0000 (Sun, 13 Feb 2011) | 2 lines [FIX] Keep feature_sefurl_paths preference from setting when user sets other preferences in the sefurl admin panel ---------------------------------------------- r32645 | lindonb | 2011-02-13 22:07:38 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Roll back r32621. Better fix coming. ---------------------------------------------- r32644 | jonnybradley | 2011-02-13 21:51:14 +0000 (Sun, 13 Feb 2011) | 2 lines [ENH] mobile: Better way to handle modules (data-role="collapsible") and better navigation (many things seem to work now, like logging in) Still much TODO ---------------------------------------------- r32641 | jonnybradley | 2011-02-13 19:31:57 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] mobile: Switch mode module now working both directions ---------------------------------------------- r32640 | lindonb | 2011-02-13 18:36:21 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep category_jail preference from being set when other preferences are set in the category admin panel ---------------------------------------------- r32639 | lindonb | 2011-02-13 18:34:03 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Roll back r32620. Better fix coming. ---------------------------------------------- r32636 | lindonb | 2011-02-13 17:17:19 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep category_i18n_synced preference from setting when user is setting other preferences in internationalization admin panel. Much simpler fix this time! ---------------------------------------------- r32635 | lindonb | 2011-02-13 16:35:44 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Reverse r32617 and r32625. Better (hopefully) fix coming. ---------------------------------------------- r32634 | nkoth | 2011-02-13 16:02:57 +0000 (Sun, 13 Feb 2011) | 1 line [NEW] Plugin Get Access Token see http://doc.tiki.org/PluginGetAccessToken ---------------------------------------------- r32633 | chibaguy | 2011-02-13 13:59:11 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Remarks box title and data were separated by white space. Method used in branch 6 applied and but some themes need adjusting. ---------------------------------------------- r32631 | gta74 | 2011-02-13 07:46:59 +0000 (Sun, 13 Feb 2011) | 1 line [MOD] Made title of 2nd tab translatable ---------------------------------------------- r32625 | lindonb | 2011-02-13 05:10:47 +0000 (Sun, 13 Feb 2011) | 1 line [FIX]Together with r32617 this keeps the category_i18n_synced preference from being set when other preferences are set in the internationalization admin panel ---------------------------------------------- r32623 | lindonb | 2011-02-13 03:49:34 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep payment_cclite_hashing_algorithm preference from setting when user sets other preferences in the payment admin panel ---------------------------------------------- r32622 | chibaguy | 2011-02-13 03:41:11 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Misc. minor fixes. ---------------------------------------------- r32621 | lindonb | 2011-02-13 03:37:02 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep feature_sefurl_paths preference from setting when user sets other preferences in the sefurl admin panel ---------------------------------------------- r32619 | lindonb | 2011-02-13 03:11:17 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep registerPasscode preference from appearing to set when other preferences are set in the login admin panel ---------------------------------------------- r32618 | lindonb | 2011-02-13 03:02:48 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep user_trackersync_parentgroup preference from appearing to set when other preferences are set in the login admin panel ---------------------------------------------- r32617 | lindonb | 2011-02-13 02:35:41 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep category_i18n_synced preferences from being set when other preferences are set in the internationalization panel. ---------------------------------------------- r32616 | lindonb | 2011-02-13 01:58:17 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] To avoid feature_wiki_mandatory_category and flaggedrev_approval_categories preferences from being set when the user is setting other preferences in the wiki admin panel. ---------------------------------------------- r32615 | lindonb | 2011-02-13 01:56:10 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Undo r32470. To be replaced by a better solution that avoids these preferences (feature_wiki_mandatory_category and flaggedrev_approval_categories) from being set when other preferences are set but still showing them in the wiki admin panel. ---------------------------------------------- r32613 | lindonb | 2011-02-12 23:55:30 +0000 (Sat, 12 Feb 2011) | 1 line [FIX] Improve contrast in darkroom theme for input widgets used with the edit toolbar ---------------------------------------------- r32612 | jonnybradley | 2011-02-12 21:43:08 +0000 (Sat, 12 Feb 2011) | 2 lines [NEW] mobile: module for switch modes link, working only for switch to so far (not back) Also don't show footer.tpl for now... ---------------------------------------------- r32611 | chealer | 2011-02-12 20:41:33 +0000 (Sat, 12 Feb 2011) | 1 line Quick perms: translate "Groups" column header ---------------------------------------------- r32609 | sept_7 | 2011-02-12 20:25:33 +0000 (Sat, 12 Feb 2011) | 2 lines [LANG] More french translations ---------------------------------------------- r32606 | chealer | 2011-02-12 19:42:33 +0000 (Sat, 12 Feb 2011) | 2 lines translate category names [more?] everywhere. thanks Marie-Claude B?\195?\169langer ---------------------------------------------- r32605 | nkoth | 2011-02-12 05:03:34 +0000 (Sat, 12 Feb 2011) | 1 line [FIX] Do not reget groups for current user for purpose of checking perms because otherwise security tokens won't work in the cases where user_has_perm_on_object is used. ---------------------------------------------- r32603 | nkoth | 2011-02-11 23:51:41 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] database error caused by trying to set attribute with missing itemId (before item is created) when first creating tracker item ---------------------------------------------- r32601 | nkoth | 2011-02-11 23:42:50 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] The problem with using filtervalue (which allow partial match) on item list field is that the result can be like 34,134,13 or 132,13 so if I filter for "34" I will get ambiguous result. Therefore if the result for purposes of matching is ,34,134,13, instead, I can filter for ,34, without ambiguity. ---------------------------------------------- r32600 | jonnybradley | 2011-02-11 22:08:57 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] modules: Restrict module width definition for "in-page" modules to #role_main, not #tiki-center which contains pagetop and bottom (thanks Trebly) ---------------------------------------------- r32599 | chealer | 2011-02-11 21:47:48 +0000 (Fri, 11 Feb 2011) | 2 lines jQuery glue: add escapeJquery(): Escape a string for use as a jQuery selector value [FIX] switchCheckboxes(): properly escape elements_name for usage in selector ---------------------------------------------- r32598 | chealer | 2011-02-11 21:44:17 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] Object permissions: pass all treetable array arguments as arrays instead of comma-separated strings, since there was no way to encode commas in values, and they are used as separators ---------------------------------------------- r32597 | chealer | 2011-02-11 21:40:45 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] treetable: pass checkbox names to select_all as an array, since there was no way to encode commas in checkbox names, and they are used as separators ---------------------------------------------- r32596 | chealer | 2011-02-11 21:38:15 +0000 (Fri, 11 Feb 2011) | 1 line Support giving checkbox_names as an array instead of a comma-separated string ---------------------------------------------- r32595 | jonnybradley | 2011-02-11 20:01:17 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] mobile: Respect feature_ajax (but navigation still not working) ---------------------------------------------- r32594 | robertplummer | 2011-02-11 19:50:53 +0000 (Fri, 11 Feb 2011) | 2 lines [FIX] Fixed colspan (merged) cells [FIX] Moved everything from sheetInstance to getSheet() ---------------------------------------------- r32593 | jonnybradley | 2011-02-11 19:14:10 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] mobile: Module needs to be inside <li> element ---------------------------------------------- r32592 | sampaioprimo | 2011-02-11 19:04:10 +0000 (Fri, 11 Feb 2011) | 2 lines fixing hardcoded 'homepage' string left in query to get wiki page contributors ---------------------------------------------- r32591 | jonnybradley | 2011-02-11 18:36:32 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] mobile: Couple of small pref changes ---------------------------------------------- r32590 | jonnybradley | 2011-02-11 18:32:55 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] modules: Drag from list assign modules back and looking cleaner ---------------------------------------------- r32589 | sampaioprimo | 2011-02-11 18:27:08 +0000 (Fri, 11 Feb 2011) | 1 line using fancytable for script to generate translation percentage ---------------------------------------------- r32588 | sampaioprimo | 2011-02-11 18:26:43 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] param showvalue of wikiplugin gauge was not working ---------------------------------------------- r32587 | jonnybradley | 2011-02-11 18:11:32 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] mobile: update mobile module.tpl (Cope with user modules with spaces in their names better) ---------------------------------------------- r32586 | jonnybradley | 2011-02-11 17:36:01 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] mobile: Allow changing theme (otherwise something else switches it back) ---------------------------------------------- r32581 | jonnybradley | 2011-02-11 16:57:50 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] modules: Cope with user modules with spaces in their names better (thanks RavenC) ---------------------------------------------- r32580 | jonnybradley | 2011-02-11 15:42:09 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] mobile: Duplicated js extension (grr!) ---------------------------------------------- r32578 | sylvieg | 2011-02-11 15:16:31 +0000 (Fri, 11 Feb 2011) | 1 line [FIX]TRACKERHELP: display all the fields as no pagination ---------------------------------------------- r32577 | sampaioprimo | 2011-02-11 15:03:28 +0000 (Fri, 11 Feb 2011) | 1 line small improvement to the script to calculate the translation percentage ---------------------------------------------- r32576 | jonnybradley | 2011-02-11 15:01:43 +0000 (Fri, 11 Feb 2011) | 1 line [NEW] mobile: Part 2 (v2) of the new theme for jquery.mobile - 3 forked tpls initial modifications in the right place this time. ---------------------------------------------- r32575 | jonnybradley | 2011-02-11 14:48:28 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] revert r32573 (wrong files, sorry) ---------------------------------------------- r32574 | sampaioprimo | 2011-02-11 14:47:12 +0000 (Fri, 11 Feb 2011) | 1 line script to calculate the translation percentage for each language.php ---------------------------------------------- r32573 | jonnybradley | 2011-02-11 14:35:30 +0000 (Fri, 11 Feb 2011) | 1 line [NEW] mobile: Part 2 of the new theme for jquery.mobile - 3 forked tpls initial modifications. ---------------------------------------------- r32572 | jonnybradley | 2011-02-11 14:31:44 +0000 (Fri, 11 Feb 2011) | 3 lines [NEW] mobile: Theme for jquery.mobile, some parts actually working. 3 forked tpls committed as defaults to give a baseline for differences (modifications to come). ---------------------------------------------- r32571 | jonnybradley | 2011-02-11 14:13:31 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] modules: Obey user_flip_modules=never ---------------------------------------------- r32569 | eromneg | 2011-02-11 13:53:52 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] mistyped File Gallery menu permission ---------------------------------------------- r32568 | jonnybradley | 2011-02-11 12:08:54 +0000 (Fri, 11 Feb 2011) | 1 line [MOD] icon: Don't add border:none when border isn't specified. It already defined for all images in layout.css (and was messing up the flipmodimgs - thanks chibaguy) ---------------------------------------------- r32565 | nkoth | 2011-02-10 23:57:22 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] When format of plugin in info function is set to html, no need to put ~np~ anymore, otherwise it shows to user. ---------------------------------------------- r32563 | nkoth | 2011-02-10 23:28:54 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] Specific case of r32560 issue: In some (actually could be many) cases there is a need to have a paragraph even if the content being parsed is only one line. In Tiki 5 that was the behavior but someone changed it to not put a paragraph if the content is only one line to solve some problems, but this cause inconsistency on other cases... ---------------------------------------------- r32561 | jonnybradley | 2011-02-10 23:21:29 +0000 (Thu, 10 Feb 2011) | 1 line [NEW] mobile: Implementation of prefs and libraries for jquery.mobile - doesn't do much yet ---------------------------------------------- r32560 | nkoth | 2011-02-10 23:20:30 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] In some (actually could be many) cases there is a need to have a paragraph even if the content being parsed is only one line. In Tiki 5 that was the behavior but someone changed it to not put a paragraph if the content is only one line to solve some problems I can imagine. But this leads to inconsistencies in other cases. For example, when parsing an article heading, if the heading has one line it ends up being not in a para, but it is in a para if there are 2 lines or more, which makes CSS impossible to handle. So this option is to give the option for those cases to have back the Tiki 5 behavior. ---------------------------------------------- r32558 | marclaporte | 2011-02-10 22:22:21 +0000 (Thu, 10 Feb 2011) | 1 line modules are not just right & left anymore :-) ---------------------------------------------- r32557 | marclaporte | 2011-02-10 21:56:47 +0000 (Thu, 10 Feb 2011) | 1 line Some cleanup of module info ---------------------------------------------- r32556 | jonnybradley | 2011-02-10 21:16:13 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] modules: jQuerify & fix broken icntoggle() ---------------------------------------------- r32555 | jonnybradley | 2011-02-10 20:00:35 +0000 (Thu, 10 Feb 2011) | 1 line [SVN] mobile: Link in external for mobileESP ---------------------------------------------- r32552 | sylvieg | 2011-02-10 18:32:01 +0000 (Thu, 10 Feb 2011) | 1 line [FIX]tracker: abstraction ---------------------------------------------- r32551 | jonnybradley | 2011-02-10 18:06:17 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] modules: Respect all prefs required (AND) or none, add a couple of missing pref checks, improve all modules list appearance ---------------------------------------------- r32550 | jonnybradley | 2011-02-10 18:03:24 +0000 (Thu, 10 Feb 2011) | 2 lines [MOD] css: Define class description in design.css (italic, slightly smaller). Remove duplicate from jqui.css (others to do). Also removed the definitions from layout.css which stops having inline description spans - minor breakage expected. ---------------------------------------------- r32549 | jonnybradley | 2011-02-10 16:38:30 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] themegen: Better CSS colour processing (was missing some) ---------------------------------------------- r32548 | jonnybradley | 2011-02-10 16:23:38 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] preview: Curiously missing JS for magnifier toggle preview button ---------------------------------------------- r32546 | jonnybradley | 2011-02-10 15:57:38 +0000 (Thu, 10 Feb 2011) | 1 line [MOD] Deploy jquery.js and jquery-ui.js updates (to 1.5.0 and 1.8.9) and hook in newer version of bgiframe ---------------------------------------------- r32544 | jonnybradley | 2011-02-10 12:22:15 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] profiles: Another system modified pref (there will be more) ---------------------------------------------- r32542 | changi67 | 2011-02-10 07:45:12 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] Force MyISAM Engine - http://dev.tiki.org/wish3790 ---------------------------------------------- r32540 | eromneg | 2011-02-09 22:55:48 +0000 (Wed, 09 Feb 2011) | 1 line [MOD] change permission level for allowing use of the wiki import in the editor ---------------------------------------------- r32539 | sylvieg | 2011-02-09 22:20:26 +0000 (Wed, 09 Feb 2011) | 1 line [FIX]users: tiki_p_list_users is now used outside the feature ---------------------------------------------- r32537 | sylvieg | 2011-02-09 20:06:11 +0000 (Wed, 09 Feb 2011) | 1 line [FIX]tracker: do not show anon and registerd in a usergroups field ---------------------------------------------- r32536 | lphuberdeau | 2011-02-09 19:31:30 +0000 (Wed, 09 Feb 2011) | 1 line [ENH] Minor modifications ---------------------------------------------- r32535 | lphuberdeau | 2011-02-09 16:46:10 +0000 (Wed, 09 Feb 2011) | 1 line [MOD] Changing references to libraries ---------------------------------------------- r32534 | lphuberdeau | 2011-02-09 16:12:24 +0000 (Wed, 09 Feb 2011) | 1 line [MOD] Reformulate conditions to be more expressive ---------------------------------------------- r32532 | sylvieg | 2011-02-09 15:52:01 +0000 (Wed, 09 Feb 2011) | 1 line [FIX]i18n: translation can contain quote. All html values must be surrounded with doubloe quote ---------------------------------------------- r32531 | marclaporte | 2011-02-09 15:43:58 +0000 (Wed, 09 Feb 2011) | 1 line Tikiwiki -> Tiki ---------------------------------------------- r32530 | lphuberdeau | 2011-02-09 15:42:29 +0000 (Wed, 09 Feb 2011) | 1 line [MOD] Reducing noise when accessing field properties ---------------------------------------------- r32528 | lphuberdeau | 2011-02-09 15:08:46 +0000 (Wed, 09 Feb 2011) | 1 line [FIX]?\194?\160Hurray for duplicate code ---------------------------------------------- r32527 | lphuberdeau | 2011-02-09 14:24:43 +0000 (Wed, 09 Feb 2011) | 1 line [MOD] Moving all tracker functions to trackerlib ---------------------------------------------- r32526 | jonnybradley | 2011-02-09 13:51:42 +0000 (Wed, 09 Feb 2011) | 1 line [FIX] modules: Refactor quadruplicated smarty code ---------------------------------------------- r32525 | jonnybradley | 2011-02-09 12:49:00 +0000 (Wed, 09 Feb 2011) | 1 line [ENH] modules: hide modules disabled due to prefs required, add toggle checkbox to show them again. ---------------------------------------------- r32523 | sylvieg | 2011-02-09 12:06:11 +0000 (Wed, 09 Feb 2011) | 1 line [FIX]doc: fix link. thx Nelson ---------------------------------------------- r32522 | chibaguy | 2011-02-09 10:50:15 +0000 (Wed, 09 Feb 2011) | 1 line [REF] Simplified log-in popup. Still needs some work and cleaning up. ---------------------------------------------- r32521 | chealer | 2011-02-09 04:50:32 +0000 (Wed, 09 Feb 2011) | 1 line [FIX] check_feature(): don't give 503 error because a feature is missing and don't ask to login ---------------------------------------------- r32517 | jonnybradley | 2011-02-08 23:37:36 +0000 (Tue, 08 Feb 2011) | 2 lines [FIX] layout: rollback r28725 [was: Make results scrollable (if over 50 lines returned)] Thanks Marc ---------------------------------------------- r32516 | sylvieg | 2011-02-08 22:49:13 +0000 (Tue, 08 Feb 2011) | 1 line [FIX]session: sorry rolback advice in htaccess and put detail in prefs as it can slow down the server ---------------------------------------------- r32514 | sylvieg | 2011-02-08 22:31:49 +0000 (Tue, 08 Feb 2011) | 1 line [ENH]htaccess: example to manage session time ---------------------------------------------- r32513 | sylvieg | 2011-02-08 22:11:47 +0000 (Tue, 08 Feb 2011) | 1 line [FIX]TRACKERTOGGLE: fix for textarea ---------------------------------------------- r32512 | changi67 | 2011-02-08 21:36:17 +0000 (Tue, 08 Feb 2011) | 1 line SVN properties ---------------------------------------------- r32511 | changi67 | 2011-02-08 21:23:58 +0000 (Tue, 08 Feb 2011) | 1 line [ENH] introduction of class on td - see http://dev.tiki.org/Templates+Best+Practices&highlight=formcolor#Tables ---------------------------------------------- r32510 | changi67 | 2011-02-08 21:23:21 +0000 (Tue, 08 Feb 2011) | 1 line [MOD] Not a class normal table ---------------------------------------------- r32507 | lphuberdeau | 2011-02-08 20:48:48 +0000 (Tue, 08 Feb 2011) | 1 line [MOD]?\194?\160Deploying helpers in trackerlib, reducing complexity of some functions ---------------------------------------------- r32506 | sylvieg | 2011-02-08 20:36:18 +0000 (Tue, 08 Feb 2011) | 1 line [NEW]TRACKERTOGGLE: plugin to be able to toggle a div depending on a value of a field ---------------------------------------------- r32505 | jonnybradley | 2011-02-08 18:15:10 +0000 (Tue, 08 Feb 2011) | 1 line [FIX] themegen: Fix live previews of font-size & border-width ---------------------------------------------- r32504 | jonnybradley | 2011-02-08 18:02:16 +0000 (Tue, 08 Feb 2011) | 1 line [FIX] themegen: More on borders - multiple colours now theme-able! ---------------------------------------------- r32503 | jonnybradley | 2011-02-08 16:50:38 +0000 (Tue, 08 Feb 2011) | 2 lines [FIX] themegen: More on borders (they're hard!) but still not picking up multiple colours in one property... Also removed colons from labels (thanks marclaporte) ---------------------------------------------- r32498 | jonnybradley | 2011-02-08 00:48:22 +0000 (Tue, 08 Feb 2011) | 1 line [FIX] admin look: Try and get tabs not to wrap and use site_themegenerator_theme for themegenerator_theme pref default ---------------------------------------------- r32497 | jonnybradley | 2011-02-08 00:46:51 +0000 (Tue, 08 Feb 2011) | 1 line [ENH] themegen: Add generated theme menu to switch themes module ---------------------------------------------- r32496 | jonnybradley | 2011-02-08 00:38:57 +0000 (Tue, 08 Feb 2011) | 1 line [FIX] tabs: use full width when there's no "no tabs" button ---------------------------------------------- r32495 | robertplummer | 2011-02-07 23:11:01 +0000 (Mon, 07 Feb 2011) | 5 lines [ADD] svg edit support, initial, external to trunk (or alpha 2.6) [ADD] feature_draw [ADD] tiki-edit_draw.php which we will customize to Tiki [ADD] A conversion script to all the remote files that they have no access to in js external [ADD] Button to edit svg images to file gallery list (tiki-list_file_gallery.php + fgal_context_menu.tpl) ---------------------------------------------- r32494 | jonnybradley | 2011-02-07 22:58:38 +0000 (Mon, 07 Feb 2011) | 1 line [FIX] notices in prefslib and themegenlib ---------------------------------------------- r32493 | jonnybradley | 2011-02-07 22:44:39 +0000 (Mon, 07 Feb 2011) | 1 line [ENH] profiles: Initial implementation of export as YAML, first part: preferences ---------------------------------------------- r32490 | jonnybradley | 2011-02-07 20:23:40 +0000 (Mon, 07 Feb 2011) | 1 line [FIX] listfilter: Change key event so it picks up backspace & delete keys ---------------------------------------------- r32489 | changi67 | 2011-02-07 19:36:51 +0000 (Mon, 07 Feb 2011) | 1 line ~indent~ ---------------------------------------------- r32488 | jonnybradley | 2011-02-07 18:14:47 +0000 (Mon, 07 Feb 2011) | 1 line [FIX] prefslib: params with default vals must be last (guessing '' is a good default for this?) ---------------------------------------------- r32487 | jonnybradley | 2011-02-07 17:55:13 +0000 (Mon, 07 Feb 2011) | 2 lines [ENH] menus: Add reset function for menu 42 (Application Menu) as in the past this was editable and it was easy to lose access to many features. (Should be hidden if a fresh tiki 7 install, somehow - TODO) ---------------------------------------------- r32486 | jonnybradley | 2011-02-07 17:10:02 +0000 (Mon, 07 Feb 2011) | 2 lines [ENH] menus: Add clone menu function, make menu 42 "read only" (GUI only) and add tiki_p_edit_menu check to edit & delete (menu 42 reset coming soon hopefully) ---------------------------------------------- r32485 | sylvieg | 2011-02-07 15:38:22 +0000 (Mon, 07 Feb 2011) | 1 line [FIX]user: when an admin switches to a user, get the real case of the user name as many functions use a binary on login. The fix is not exact as in old versions it can be n logins with different cases - but user_exists is not correct too ---------------------------------------------- r32484 | jonnybradley | 2011-02-07 15:14:55 +0000 (Mon, 07 Feb 2011) | 1 line [MOD] tabs: make "no tabs" option button optional ---------------------------------------------- r32481 | jonnybradley | 2011-02-07 13:44:07 +0000 (Mon, 07 Feb 2011) | 1 line [FIX] modules: Allow a parameter to be "0" so you can now, for instance, set perspective=0 for modules to appear only in the default perspective (integer 0 is considered "empty") ---------------------------------------------- r32480 | eromneg | 2011-02-07 13:41:27 +0000 (Mon, 07 Feb 2011) | 1 line [FIX] add in missing email edit icon to wiki editor only ---------------------------------------------- r32479 | jonnybradley | 2011-02-07 13:25:25 +0000 (Mon, 07 Feb 2011) | 1 line [MOD] admin: Hint doesn't need to be a warning ---------------------------------------------- r32477 | jonnybradley | 2011-02-06 17:19:23 +0000 (Sun, 06 Feb 2011) | 1 line [ENH] themegen: Line heights and more live preview (although % size changes can be chaotic still) ---------------------------------------------- r32475 | jonnybradley | 2011-02-06 17:15:22 +0000 (Sun, 06 Feb 2011) | 1 line [CSS] jqui: New "flat" option (resets background images so themegen can define bg colours - maybe should be made the default and the shaded bg images be an option?) ---------------------------------------------- r32472 | lindonb | 2011-02-06 14:46:49 +0000 (Sun, 06 Feb 2011) | 1 line [FIX] Adjust pref settings upon setup so that preferences don't appear to be setting on their own in the editing and plugins and file galleries admin windows ---------------------------------------------- r32470 | lindonb | 2011-02-06 04:56:36 +0000 (Sun, 06 Feb 2011) | 1 line [FIX] Only include feature_wiki_mandatory_category and flaggedrev_approval_categories in the form if the categories feature is turned on, otherwise they appear to be set when other preferences are changed. ---------------------------------------------- r32469 | jonnybradley | 2011-02-06 01:34:26 +0000 (Sun, 06 Feb 2011) | 1 line [ENH] themegen: Add sliders and live preview (borders working only so far) to size inputs ---------------------------------------------- r32468 | jonnybradley | 2011-02-05 21:28:19 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] themegen: Hide edit button when no themegenerator_theme set ---------------------------------------------- r32467 | jonnybradley | 2011-02-05 21:27:22 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] modules: Process arrays for theme visibility param (and simplify syntax a little) ---------------------------------------------- r32466 | jonnybradley | 2011-02-05 21:00:15 +0000 (Sat, 05 Feb 2011) | 1 line [ENH] themegen: Added border styles and radii and improved some of the other regexp patterns ---------------------------------------------- r32465 | changi67 | 2011-02-05 19:38:46 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] Better fix - thx Sept ---------------------------------------------- r32464 | chealer | 2011-02-05 18:02:20 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] French: missing final space in "database queries used in " ---------------------------------------------- r32463 | chibaguy | 2011-02-05 17:00:53 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] The capitalization of "Ajax" and "AJAX", used here on the same page, should be consistent. "Ajax" seems to be more correct. ---------------------------------------------- r32462 | chibaguy | 2011-02-05 16:27:55 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] Div needs clearfix so border and/or background will contain floated children. ---------------------------------------------- r32461 | chibaguy | 2011-02-05 16:05:09 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] Update theme options to latest change in Fivealive header background CSS. ---------------------------------------------- r32460 | cyberdrek | 2011-02-05 16:02:42 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] Added a check for javascript enabled to the toolbar display code that was causing the toolbars to display twice. ---------------------------------------------- r32459 | changi67 | 2011-02-05 13:56:29 +0000 (Sat, 05 Feb 2011) | 1 line [MOD] Even if the feature name is different of the other (maybe there is a specific reason), i think it must be here ---------------------------------------------- r32458 | changi67 | 2011-02-05 13:41:35 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] Check if there is data was missing ---------------------------------------------- r32457 | changi67 | 2011-02-05 13:28:51 +0000 (Sat, 05 Feb 2011) | 1 line Notice ---------------------------------------------- r32456 | changi67 | 2011-02-05 13:20:34 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] File does not exist ---------------------------------------------- r32455 | changi67 | 2011-02-05 13:12:55 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] Missing parameter, require an array as third parameter ---------------------------------------------- r32454 | changi67 | 2011-02-05 13:07:45 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] Wrong column ---------------------------------------------- r32453 | changi67 | 2011-02-05 12:55:46 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] Notice cycle was used before being define ---------------------------------------------- r32452 | sampaioprimo | 2011-02-05 11:52:19 +0000 (Sat, 05 Feb 2011) | 1 line Welsh translations done on i18n.tiki.org ---------------------------------------------- r32451 | sampaioprimo | 2011-02-05 11:51:35 +0000 (Sat, 05 Feb 2011) | 1 line Czech translations done on i18n.tiki.org ---------------------------------------------- r32446 | chibaguy | 2011-02-05 10:40:36 +0000 (Sat, 05 Feb 2011) | 1 line [REF] Obsolete site header rules removed. ---------------------------------------------- r32445 | chibaguy | 2011-02-05 09:53:41 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] div#tiki-top often gets a background or border, so it makes sense for it to have a clearfix class to keep children contained. ---------------------------------------------- r32442 | robertplummer | 2011-02-04 23:17:30 +0000 (Fri, 04 Feb 2011) | 1 line [ADD] strip_tags to grid.php when loading a csv file ---------------------------------------------- r32441 | robertplummer | 2011-02-04 23:11:50 +0000 (Fri, 04 Feb 2011) | 3 lines [MOD] Changed all the CSV parsers in grid.php to use the new ways [MOD] Changed url for wiki plugin "sheet" to load at the server and remove any scripting for injections. We can now use sheet to open any accessible csv file or html :) pretty cool! [FIX] A few size fixes in sheet html ---------------------------------------------- r32440 | robertplummer | 2011-02-04 22:03:36 +0000 (Fri, 04 Feb 2011) | 2 lines [ADD] Better documentation for spreadsheet [FIX] some overflow issues with the help dialog ---------------------------------------------- r32439 | robertplummer | 2011-02-04 21:03:23 +0000 (Fri, 04 Feb 2011) | 2 lines [ADD] Feature to reset color on sheets [MOD] Refactored tik-jquery.js - displayPicker to be all jquery ---------------------------------------------- r32438 | jonnybradley | 2011-02-04 18:58:54 +0000 (Fri, 04 Feb 2011) | 1 line [MOD] themegen: Refactor data structure to allow easier management and addition of new customisable elements (some breakage possible - experimental still) ---------------------------------------------- r32437 | lphuberdeau | 2011-02-04 18:41:45 +0000 (Fri, 04 Feb 2011) | 1 line [MOD] Extracting batch upload file handling to library ---------------------------------------------- r32435 | robertplummer | 2011-02-04 17:24:14 +0000 (Fri, 04 Feb 2011) | 2 lines [ADD] Spreadsheet truncation for csv files & notification in tiki-view_sheets.php & tiki-view_sheets.tpl ---------------------------------------------- r32433 | sylvieg | 2011-02-04 16:52:59 +0000 (Fri, 04 Feb 2011) | 1 line [FIX]tracker: to really have a no highlight in the edit item tab ---------------------------------------------- r32431 | sylvieg | 2011-02-04 14:50:56 +0000 (Fri, 04 Feb 2011) | 1 line [FIX]tracker: export with a time field with no selection must not filter the items with hour, mn, sec equals to space ---------------------------------------------- r32429 | sept_7 | 2011-02-04 14:44:10 +0000 (Fri, 04 Feb 2011) | 2 lines [FIX] Fix "Preview" button to match other buttons "Cancel" and "Save" ---------------------------------------------- r32427 | lphuberdeau | 2011-02-04 14:00:13 +0000 (Fri, 04 Feb 2011) | 1 line [FIX] Allow more complex sortings as well. ---------------------------------------------- r32425 | jonnybradley | 2011-02-04 13:45:51 +0000 (Fri, 04 Feb 2011) | 1 line [FIX] modules revamp: Module flip & edit icons clicks ---------------------------------------------- r32424 | jonnybradley | 2011-02-04 13:37:51 +0000 (Fri, 04 Feb 2011) | 1 line [ENH] modules revamp: Tabs layout for module parameter sections, and a few other minor fixes ---------------------------------------------- r32423 | jonnybradley | 2011-02-04 13:36:18 +0000 (Fri, 04 Feb 2011) | 1 line [CSS] design: looser padding for jquery-ui tabs ---------------------------------------------- r32422 | sept_7 | 2011-02-04 13:26:04 +0000 (Fri, 04 Feb 2011) | 2 lines [FIX] Typo thnx marc ---------------------------------------------- r32421 | jonnybradley | 2011-02-04 13:06:51 +0000 (Fri, 04 Feb 2011) | 1 line [ENH] autocomplete: Add 'options' parameter to smarty function (and some comments) ---------------------------------------------- r32420 | sept_7 | 2011-02-04 08:25:30 +0000 (Fri, 04 Feb 2011) | 3 lines [MOD] introduce {autocomplete} smarty plugin for less code duplication and better feature testing.... ---------------------------------------------- r32419 | sept_7 | 2011-02-04 08:23:38 +0000 (Fri, 04 Feb 2011) | 2 lines [FIX] notice : add more picture pathes to secure_dir ---------------------------------------------- r32416 | sylvieg | 2011-02-04 00:07:54 +0000 (Fri, 04 Feb 2011) | 1 line [FIX]tracker: encode also the fieldnames in the ajax export ---------------------------------------------- r32414 | eromneg | 2011-02-03 22:55:15 +0000 (Thu, 03 Feb 2011) | 1 line [FIX] correct toolbar label for Box wrongly called Blockquote ---------------------------------------------- r32413 | robertplummer | 2011-02-03 22:22:41 +0000 (Thu, 03 Feb 2011) | 2 lines [ADD] Ability to view a spreadsheet from a file gallery [MOD] For the time being I've changed all spreadsheet file edit attempts with Tiki Spreadsheet to throw an error. ---------------------------------------------- r32412 | jonnybradley | 2011-02-03 19:17:42 +0000 (Thu, 03 Feb 2011) | 1 line [MOD] modules revamp: Change modules admin from table to div based layout (for furthering re-organisation to come soon) ---------------------------------------------- r32411 | jonnybradley | 2011-02-03 19:15:52 +0000 (Thu, 03 Feb 2011) | 1 line [CSS] jqui: missing description definition (should be in design.css?) ---------------------------------------------- r32409 | sylvieg | 2011-02-03 18:07:54 +0000 (Thu, 03 Feb 2011) | 1 line [FIX]tracker: export ajax must use the tpl to format field like date ---------------------------------------------- r32408 | jonnybradley | 2011-02-03 17:38:21 +0000 (Thu, 03 Feb 2011) | 1 line [FIX] modules: Move module functions from tikilib into modlib ---------------------------------------------- r32407 | jonnybradley | 2011-02-03 17:34:55 +0000 (Thu, 03 Feb 2011) | 1 line [FIX] themegen: Make sure colorpicker appears in front of dialog ---------------------------------------------- r32406 | jonnybradley | 2011-02-03 17:28:23 +0000 (Thu, 03 Feb 2011) | 1 line [FIX] login: Fix logic for rememberme checkbox (thanks chealer) ---------------------------------------------- Version 6.1 <http://tiki.org/ReleaseNotes61> ------------------ ---------------------------------------------- r31399 | pkdille | 2010-12-14 16:49:49 +0100 (Tue, 14 Dec 2010) | 1 line [FIX] 20081120_tiki_poll_structures_update_tiki.sql database update was not included in tiki.sql file ---------------------------------------------- r31393 | xavidp | 2010-12-14 03:22:34 +0100 (Tue, 14 Dec 2010) | 1 line [FIX]For some reason, smarty strips spaces of the button label if param "text "was used, but text show ok if using "_text". Fixed. Former fix by rodrigo_sampaio seemed not enough. ---------------------------------------------- r31392 | sylvieg | 2010-12-13 21:25:13 +0100 (Mon, 13 Dec 2010) | 1 line [FIX]tracker: IP does not seem to be a global anymore -> fix uniq for IP ---------------------------------------------- r31383 | Jyhem | 2010-12-13 16:39:13 +0100 (Mon, 13 Dec 2010) | 1 line [FIX] Allow valid email syntax 'display name <email>' ---------------------------------------------- r31382 | jonnybradley | 2010-12-13 16:27:13 +0100 (Mon, 13 Dec 2010) | 1 line [FIX] cclite payments: Use registry's defined currency if set, not the global pref and use correct registry for transaction on cclite server. ---------------------------------------------- r31378 | marclaporte | 2010-12-12 22:14:48 +0100 (Sun, 12 Dec 2010) | 1 line [bp/r30062] Wiki page name bad characters: remove current nominations - comma, colon, parentheses, apostrophe, exclamation mark. Ref: http://dev.tiki.org/Bad+characters ---------------------------------------------- r31377 | jonnybradley | 2010-12-12 21:03:57 +0100 (Sun, 12 Dec 2010) | 1 line [FIX] user registration: Actually a simple work around as the validation mail cannot send the user tracker info as the item hasn't been made yet, so add a link to the new user's pref page ---------------------------------------------- r31374 | jonnybradley | 2010-12-12 18:55:55 +0100 (Sun, 12 Dec 2010) | 1 line [FIX] listpages: Add confirmations to the multi select operations (thanks and condolences to Carsten) ---------------------------------------------- r31370 | jonnybradley | 2010-12-12 15:40:33 +0100 (Sun, 12 Dec 2010) | 1 line [FIX] structures: Ensure pos of new structures is 1 (thanks Geoff) ---------------------------------------------- r31369 | eromneg | 2010-12-12 00:34:24 +0100 (Sun, 12 Dec 2010) | 1 line [FIX] allow menu url fields to not be escaped by using the menus_item_names_raw pref in the same way as the name field is not escaped - admin screen label/description updated ---------------------------------------------- r31363 | chealer | 2010-12-11 00:17:39 +0100 (Sat, 11 Dec 2010) | 1 line [FIX] Upcoming events module: don't show cancelled events like all others. strike names as when viewing calendars. (Closes: #3708) ---------------------------------------------- r31356 | marclaporte | 2010-12-10 20:35:40 +0100 (Fri, 10 Dec 2010) | 1 line Relevant info added to the Security Admin Panel ---------------------------------------------- r31347 | luciash | 2010-12-10 15:33:48 +0100 (Fri, 10 Dec 2010) | 1 line menus: slightly polished translation string (no need to yell INSECURE there) ---------------------------------------------- r31346 | luciash | 2010-12-10 15:01:04 +0100 (Fri, 10 Dec 2010) | 1 line [FIX] darkroom theme: OpenID Login image visible now ---------------------------------------------- r31337 | chealer | 2010-12-10 04:17:43 +0100 (Fri, 10 Dec 2010) | 3 lines [SEC] Escape menu item names by default. Option menus_item_names_raw allows keeping the legacy behavior (replaces less clear preference). thanks Jonny Bradley, Gary Cunningham-Lee, Rick Sapir, Marc Laporte and Jean-Fran?\195?\167ois Bilger [SEC] HTML special characters escaping in menu item URLs and icon paths ---------------------------------------------- r31322 | changi67 | 2010-12-09 21:42:45 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] Don't display user that are already in the group - maybe a better way but that's mine ---------------------------------------------- r31319 | jonnybradley | 2010-12-09 19:35:32 +0100 (Thu, 09 Dec 2010) | 1 line [CSS] jqui: Add missing code plugin styling (common settings could be refactored into design.css after 6.1) ---------------------------------------------- r31318 | jonnybradley | 2010-12-09 18:40:13 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] notice: Undefined index: ck_editor ---------------------------------------------- r31317 | jonnybradley | 2010-12-09 18:35:54 +0100 (Thu, 09 Dec 2010) | 1 line [DOC] Add a note in htaccess about resetting the include_path which solved a problem on one server with warnings about open_basedir access errors, and may fix other server setup problems too. ---------------------------------------------- r31316 | jonnybradley | 2010-12-09 16:31:03 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] html_select_date: Simplify date formatting which was converting from timestamp to string to timestamp and back to string again, somehow resulting in the wrong day coming out when in non UTC timezones (thanks Luci) ---------------------------------------------- r31315 | chibaguy | 2010-12-09 14:35:09 +0100 (Thu, 09 Dec 2010) | 1 line [KIL] Previous commit wasn't quite right. Coelesce theme can use default tiki-site_header_login.tpl now. ---------------------------------------------- r31312 | chibaguy | 2010-12-09 12:12:10 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] Heading line-height improvements, esp. to prevent text overlap on headings that wrap. ---------------------------------------------- r31311 | chibaguy | 2010-12-09 11:08:38 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] Heading line-height and module title contrast. ---------------------------------------------- r31310 | chibaguy | 2010-12-09 11:04:16 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] Line-height to prevent text overlap on headings that wrap. Padding on right column content to space modules away from page margin and make symmetrical re: left column. ---------------------------------------------- r31309 | chibaguy | 2010-12-09 10:30:43 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] Site header search form was AWOL but now returned. ---------------------------------------------- r31308 | luciash | 2010-12-09 07:39:38 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] fix for Google Chrome autofill highlight (and other webkit browsers) ---------------------------------------------- r31307 | luciash | 2010-12-09 07:16:16 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] OpenID Login width of the input field does not overflow behind the right margin edge of the box + little adjustment of the icon and input padding appearance ---------------------------------------------- r31306 | chibaguy | 2010-12-09 06:27:15 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] Wrong column name in filter caused wide right margin when "show column only when modules" and no modules displaying. ---------------------------------------------- r31305 | ricks99 | 2010-12-09 03:00:59 +0100 (Thu, 09 Dec 2010) | 1 line [DOC]More accurate/clearer description of html menu option. Thanks jonnyb. ---------------------------------------------- r31297 | jonnybradley | 2010-12-08 17:56:17 +0100 (Wed, 08 Dec 2010) | 2 lines [FIX] Rollback r31200 (was fgals: Make the contents of galleries that are not "visible" also not visible to non-admin users) Revert to previous behaviour where "hidden" fgals are just not listed in the parent gal, although the contents can be listed and downloaded according to perms (thanks Luci and all for the pointers) ---------------------------------------------- r31296 | jonnybradley | 2010-12-08 17:51:12 +0100 (Wed, 08 Dec 2010) | 1 line [FIX] wysiwyg: tikilink dialog - Finally a good clean fix for cross browser text selection in ckeditor (i hope - thanks to Nielsdv on cksource.com/forums) ---------------------------------------------- r31294 | luciash | 2010-12-08 14:07:10 +0100 (Wed, 08 Dec 2010) | 1 line [MOD] Wiki page pagination: use .center class of the layout.css instead of inline style="text-align: center" attribute for the wiki pagination ---------------------------------------------- r31273 | changi67 | 2010-12-07 21:29:03 +0100 (Tue, 07 Dec 2010) | 1 line [bp/30546][MOD] Add option to stay on current page when switching perspective - for Torsten ---------------------------------------------- r31272 | ricks99 | 2010-12-07 21:14:21 +0100 (Tue, 07 Dec 2010) | 1 line [DOC]Clearer (i hope) description of the option. ---------------------------------------------- r31271 | aproulx | 2010-12-07 19:37:58 +0100 (Tue, 07 Dec 2010) | 1 line [FIX] Bug with radio button in ie due to a quote forgot inside a tag ---------------------------------------------- r31269 | jonnybradley | 2010-12-07 18:51:59 +0100 (Tue, 07 Dec 2010) | 1 line [ENH] menus: Add pref display_html_in_menus to allow html in menu options to be escaped. Default is to use the menu text "raw" so images etc can be used to maintain previous behaviour. ---------------------------------------------- r31267 | jonnybradley | 2010-12-07 17:49:06 +0100 (Tue, 07 Dec 2010) | 1 line [FIX] wysiwyg: tikilink dialog - More get/setText fixes ---------------------------------------------- r31265 | jonnybradley | 2010-12-07 17:37:55 +0100 (Tue, 07 Dec 2010) | 1 line [FIX] wysiwyg: tikilink dialog - use getTASelection() in tiki-js.js to get selection for link text. ---------------------------------------------- r31264 | jonnybradley | 2010-12-07 17:36:42 +0100 (Tue, 07 Dec 2010) | 1 line [FIX] wysiwyg: Use ckeditor getText() fn for getting selection (works better in Firefox) ---------------------------------------------- r31256 | sept_7 | 2010-12-07 16:32:00 +0100 (Tue, 07 Dec 2010) | 2 lines [FIX] Calendar: fix warning in str_pad using bad define and in array_fill using at least 1 element in the array. Both fix errors in Calendar display ---------------------------------------------- r31255 | sylvieg | 2010-12-07 16:07:00 +0100 (Tue, 07 Dec 2010) | 1 line [FIX]actionlog: show categid and categname in the export ---------------------------------------------- r31253 | sept_7 | 2010-12-07 15:38:19 +0100 (Tue, 07 Dec 2010) | 2 lines [FIX] Calendar: allow all day item again ---------------------------------------------- r31250 | jonnybradley | 2010-12-07 15:04:27 +0100 (Tue, 07 Dec 2010) | 1 line [FIX] newsletters: Maintain text data on pre-send form. ---------------------------------------------- r31249 | jonnybradley | 2010-12-07 15:03:15 +0100 (Tue, 07 Dec 2010) | 1 line [FIX] newsletters: Show text data on page load. ---------------------------------------------- r31246 | jonnybradley | 2010-12-07 14:54:55 +0100 (Tue, 07 Dec 2010) | 1 line [FIX] fgals: Create parent gallery fixed (nested ternary operators needs to be nested - my bad) ---------------------------------------------- r31242 | xavidp | 2010-12-07 14:03:50 +0100 (Tue, 07 Dec 2010) | 1 line [FIX]Usability fix: Add language.js to the folders where it was missing, to make it easier for translators to be aware that they can also translate the js strings, reducing the risk that they forget to add commas or some other syntax needed for js to work properly ---------------------------------------------- r31239 | xavidp | 2010-12-07 13:46:43 +0100 (Tue, 07 Dec 2010) | 1 line [FIX]Missing commas added (thanks jonnyb!) ---------------------------------------------- r31221 | chealer | 2010-12-07 07:28:37 +0100 (Tue, 07 Dec 2010) | 2 lines get_badchars(): remove useless parameter $name copied by error sorry, thanks Sylvie ---------------------------------------------- r31219 | sylvieg | 2010-12-07 00:15:00 +0100 (Tue, 07 Dec 2010) | 1 line [FIX]actionlog: expoert: CR for 1- line and export categId ---------------------------------------------- r31218 | jonnybradley | 2010-12-06 23:02:21 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] img plugin: Handle absolute_links for fileId etc - e.g. in newsletters, and use new $prefs['fgal_thumb_max_size'] ---------------------------------------------- r31217 | jonnybradley | 2010-12-06 23:00:42 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] newsletters: parse more (all) tags in generateTxtVersion() ---------------------------------------------- r31216 | jonnybradley | 2010-12-06 22:59:47 +0100 (Mon, 06 Dec 2010) | 1 line [CSS] jqui: newsletter.css first (quick) version ---------------------------------------------- r31215 | sylvieg | 2010-12-06 22:39:17 +0100 (Mon, 06 Dec 2010) | 1 line [FIX]image: some GD lib has only JPEG Support and not JPG Support ---------------------------------------------- r31214 | jonnybradley | 2010-12-06 20:51:15 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] browsertitle: Tracker Items: Use all isMain fields in title, not just the first one ---------------------------------------------- r31213 | jonnybradley | 2010-12-06 20:49:34 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] browsertitle: Restore use of object names if available (blog post, forum topic etc) ---------------------------------------------- r31212 | lphuberdeau | 2010-12-06 20:46:57 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] Notices, one I introduced earlier, two I spotted on themes.t.o ---------------------------------------------- r31209 | jonnybradley | 2010-12-06 20:09:17 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] wysiwyg: Add freetagged to list of plugins ckeditor can't handle (no tags available in edit mode) ---------------------------------------------- r31208 | jonnybradley | 2010-12-06 20:08:10 +0100 (Mon, 06 Dec 2010) | 2 lines [bp/r31203][ENH] Adding DirectoryIndex directive to htaccess to avoid initial redirection to tiki-index.php (thanks LP and sgtd) ---------------------------------------------- r31206 | jonnybradley | 2010-12-06 19:54:20 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] wysiwyg: tikilink: move all the code inside the dialogName == 'link' test (fixes other ckeditor dialogs) ---------------------------------------------- r31204 | jonnybradley | 2010-12-06 19:44:51 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] datepicker: jscalendar jQuery UI replacement - handle goto url, e.g. in tiki-calendar.php (thanks Geoff) ---------------------------------------------- r31201 | Jyhem | 2010-12-06 18:06:08 +0100 (Mon, 06 Dec 2010) | 1 line [ENH] Open a new page otherwise user loses everuthing they have typed already in the page (which is very annoying) ---------------------------------------------- r31200 | jonnybradley | 2010-12-06 17:39:51 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] fgals: Make the contents of galleries that are not "visible" also not visible to non-admin users (not just the listing of the gallery name) ---------------------------------------------- r31198 | eromneg | 2010-12-06 17:19:47 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] - add additional class to category tree li tag when there is a 'child' so that when used for File Gallery tree css can be used to align the File Gallery labels at the different levels ---------------------------------------------- r31197 | lphuberdeau | 2010-12-06 17:02:26 +0100 (Mon, 06 Dec 2010) | 1 line [FIX]?\194?\160Handle HTTPS CDN independently ---------------------------------------------- r31194 | sylvieg | 2010-12-06 15:26:22 +0100 (Mon, 06 Dec 2010) | 1 line [FIX]wiki: badchars notice ---------------------------------------------- r31193 | jonnybradley | 2010-12-06 13:59:24 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] freetagged plugin: Move some CSS from inline into layout.css so it can be overridden. ---------------------------------------------- r31192 | jonnybradley | 2010-12-06 13:48:33 +0100 (Mon, 06 Dec 2010) | 1 line [SVN] Fix phpcas revision (different from the rest) ---------------------------------------------- r31191 | jonnybradley | 2010-12-06 13:41:13 +0100 (Mon, 06 Dec 2010) | 1 line [ENH] freetagged plugin: Minor enhancement to allow list to not be headings, also hide the description <p> if empty, and correct default for titles_only ---------------------------------------------- r31190 | jonnybradley | 2010-12-06 13:13:17 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] admin textarea: Invalidate correct cache for plugin help when modifying plugins. ---------------------------------------------- r31189 | jonnybradley | 2010-12-06 12:49:04 +0100 (Mon, 06 Dec 2010) | 1 line [SVN] Fix external library revisions to current for LTS release (no Zend, as it's set to v1.10) ---------------------------------------------- r31187 | lindonb | 2010-12-06 06:14:55 +0100 (Mon, 06 Dec 2010) | 1 line Backport of r31186 and 30586 made in trunk to attempt to update plugin info in 6x without causing merge conflicts. I'll roll back if it doesn't work. ---------------------------------------------- r31184 | lindonb | 2010-12-06 05:46:44 +0100 (Mon, 06 Dec 2010) | 1 line Minor cleanup of plugin info ---------------------------------------------- r31181 | lindonb | 2010-12-06 05:35:39 +0100 (Mon, 06 Dec 2010) | 1 line Add tra to plugin info ---------------------------------------------- r31180 | lindonb | 2010-12-06 05:34:28 +0100 (Mon, 06 Dec 2010) | 1 line Add options, default fields and other cleanup to plugin info for use in plugin edit popup and plugin manager, Also pulled info related changes made in trunk to hopefully avoid merge conflicts. ---------------------------------------------- r31166 | lindonb | 2010-12-06 03:34:28 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] Clear parameter missing from plugin info (although doesn't seem to make a difference on the page now that it's there (only in the source code). Also added options, defaults etc to plugin info. ---------------------------------------------- r31164 | lindonb | 2010-12-06 00:29:26 +0100 (Mon, 06 Dec 2010) | 1 line Backporting r31163 from trunk to 6x ---------------------------------------------- r31156 | lindonb | 2010-12-05 22:15:13 +0100 (Sun, 05 Dec 2010) | 1 line Clean up of plugin info ---------------------------------------------- r31147 | jonnybradley | 2010-12-05 20:34:24 +0100 (Sun, 05 Dec 2010) | 1 line [FIX] base tag: Use full URI from request for base tag in head. Fixes maketoc and other anchor links in pages. Works with or without sefurl. ---------------------------------------------- r31145 | lindonb | 2010-12-05 20:32:06 +0100 (Sun, 05 Dec 2010) | 1 line Add default fields and other cleanup to plugin info for use in plugin edit popup and plugin manager. Also carried one minor change back from trunk to avoid merge conflicts. ---------------------------------------------- r31138 | lindonb | 2010-12-05 18:33:48 +0100 (Sun, 05 Dec 2010) | 1 line Tahe out Tiki. Thanks Marc. ---------------------------------------------- r31137 | xavidp | 2010-12-05 18:14:08 +0100 (Sun, 05 Dec 2010) | 1 line new js strings translated ---------------------------------------------- r31135 | xavidp | 2010-12-05 17:46:59 +0100 (Sun, 05 Dec 2010) | 1 line [ENH]Add new strings from js scripts, as they were internationalized by rodrigo_sampaio thanks!) ---------------------------------------------- r31134 | xavidp | 2010-12-05 17:43:09 +0100 (Sun, 05 Dec 2010) | 1 line [ENH]Allow usinga new param "actions" to hide icons and links to do actions on articles. Useful for articles in newsletters, using plugin articles in the wiki page template, to avoid sending broken images and links for actions, which wouldn't work either since the url's are relative and not absolute. We stil need a feature to convert relative urls into absolute url's for newsletters (at least) ---------------------------------------------- r31132 | lindonb | 2010-12-05 08:06:04 +0100 (Sun, 05 Dec 2010) | 1 line Add options, default fields and other cleanup to plugin info for use in plugin edit popup and plugin manager ---------------------------------------------- r31115 | lindonb | 2010-12-05 05:45:53 +0100 (Sun, 05 Dec 2010) | 1 line Add documentation link to plugin info ---------------------------------------------- r31102 | lindonb | 2010-12-05 05:02:20 +0100 (Sun, 05 Dec 2010) | 1 line Clean up of plugin info. Needs more work - not familiar with how this plugin works. ---------------------------------------------- r31025 | sampaioprimo | 2010-12-03 18:58:26 +0100 (Fri, 03 Dec 2010) | 1 line German translations done on i18n.tiki.org (1140 new translations and 100 translations updated!) ---------------------------------------------- r31024 | jonnybradley | 2010-12-03 18:47:52 +0100 (Fri, 03 Dec 2010) | 2 lines [FIX] admin community: feature_messages appeared twice in the same admin page, so you had to click both to make a change. Removed the 2nd one (and added some missing dependencies for the other prefs) Thanks PhilBack ---------------------------------------------- r31023 | jonnybradley | 2010-12-03 18:22:52 +0100 (Fri, 03 Dec 2010) | 1 line [FIX] wysiwyg: Fill tikilink "Link Text" with selection when creating a new link. ---------------------------------------------- r31020 | jonnybradley | 2010-12-03 17:57:21 +0100 (Fri, 03 Dec 2010) | 1 line [FIX] wysiwyg: tikilink jslint, change "Link Text" label and remove utf8 BOM ---------------------------------------------- r31018 | jonnybradley | 2010-12-03 17:26:11 +0100 (Fri, 03 Dec 2010) | 1 line [FIX] listpages: Do an exact match when exact_match is true ---------------------------------------------- r31017 | jonnybradley | 2010-12-03 17:09:37 +0100 (Fri, 03 Dec 2010) | 1 line [MOD] fgals: Change the default for gallery "archives" to 0 meaning unlimited, instead of -1 meaning none (it's the wiki way!) ---------------------------------------------- r31012 | jonnybradley | 2010-12-03 15:51:32 +0100 (Fri, 03 Dec 2010) | 1 line Add conditional warning to feature_wiki_protect_email pref to warn about it not working in wysiwyg mode. ---------------------------------------------- r31011 | jonnybradley | 2010-12-03 15:37:06 +0100 (Fri, 03 Dec 2010) | 1 line [FIX] wysiwyg: Oops, committed debug setup, apologies (thanks Geoff) ---------------------------------------------- r31010 | pkdille | 2010-12-03 15:34:11 +0100 (Fri, 03 Dec 2010) | 1 line Typo ---------------------------------------------- r31009 | jonnybradley | 2010-12-03 15:32:25 +0100 (Fri, 03 Dec 2010) | 1 line [FIX] parse_data: Don't parse inline syntax for ck_editor. Email protect JS gets sanitised and breaks the page. ---------------------------------------------- r31008 | chibaguy | 2010-12-03 09:12:13 +0100 (Fri, 03 Dec 2010) | 1 line [CSS] Unnecessary instances of "div.", "span." and "table." removed. ---------------------------------------------- r31007 | chealer | 2010-12-03 09:07:14 +0100 (Fri, 03 Dec 2010) | 2 lines [bp/r31005][FIX] OpenID: consumer->begin() can return NULL simply because the OpenID provider doesn't have a trusted certificate, so make the error message vaguer ---------------------------------------------- r31006 | chibaguy | 2010-12-03 09:05:09 +0100 (Fri, 03 Dec 2010) | 1 line [ENH] Pointless use of class removed (for simpler CSS rule). ---------------------------------------------- r31003 | lindonb | 2010-12-03 00:38:28 +0100 (Fri, 03 Dec 2010) | 2 lines Add options, default fields and other cleanup to plugin info for use in plugin edit popup and plugin manager ---------------------------------------------- r31002 | jonnybradley | 2010-12-03 00:19:30 +0100 (Fri, 03 Dec 2010) | 1 line [ENH] wysiwyg: Adapt ckeditor link dialog to know about wiki links and remove wiki dialog tool from toolbar. ---------------------------------------------- r30996 | jonnybradley | 2010-12-02 20:47:11 +0100 (Thu, 02 Dec 2010) | 1 line tracker export: Make warning about AJAX export less worrying ---------------------------------------------- r30994 | jonnybradley | 2010-12-02 18:20:32 +0100 (Thu, 02 Dec 2010) | 2 lines [FIX] tracker dump: Try and cope with memory_limit = -1 better (still has problems - recommend using a fixed limit for this). Also escape double quotes within fields and replace linefeeds with %%%. ---------------------------------------------- r30993 | jonnybradley | 2010-12-02 18:17:55 +0100 (Thu, 02 Dec 2010) | 2 lines [FIX] tracker export: Allow blank values for dates in filter form (otherwise it only exports items for one day - 1 Jan 2010 currently). Also catch error when destroying uninitialised progressbar (can't find a legitimate way of detecting if the progressbar has already been initialised) ---------------------------------------------- r30992 | jonnybradley | 2010-12-02 16:32:27 +0100 (Thu, 02 Dec 2010) | 1 line [FIX] timezones: TimezoneIsValidId now checks "identifiers" as well as abbreviations as half the time it's called with the short timezone "code" (e.g. GMT) and the rest of the time it should check for the longer string (e.g. Europe/London) ---------------------------------------------- r30991 | lphuberdeau | 2010-12-02 16:01:16 +0100 (Thu, 02 Dec 2010) | 1 line [FIX] Prevent PHP execution when called from a CDN domain to avoid indexing by google (requested by marc). Previous behavior was to disable sessions. Now return a 404 as dynamic javascript file no longer goes to the CDN (requested by changi). ---------------------------------------------- r30990 | lphuberdeau | 2010-12-02 15:54:39 +0100 (Thu, 02 Dec 2010) | 1 line [bp/30663] Make sure PHP files are not sent over to the CDN ---------------------------------------------- r30989 | chibaguy | 2010-12-02 05:22:55 +0100 (Thu, 02 Dec 2010) | 1 line [FIX] Needed for .cssmenu_vert dropdowns to display fully in right column. ---------------------------------------------- r30988 | chibaguy | 2010-12-02 04:40:57 +0100 (Thu, 02 Dec 2010) | 1 line [ENH] !important not needed for img border rules following removal of border="0" in files. ---------------------------------------------- r30983 | lindonb | 2010-12-01 22:52:37 +0100 (Wed, 01 Dec 2010) | 1 line Add default fields and other cleanup to plugin info for use in plugin edit popup and plugin manager ---------------------------------------------- r30982 | Jyhem | 2010-12-01 21:29:49 +0100 (Wed, 01 Dec 2010) | 1 line [ENH] Improve coelesce layout for modules 'last blog post' and 'most popular tags' ---------------------------------------------- r30981 | Jyhem | 2010-12-01 20:53:25 +0100 (Wed, 01 Dec 2010) | 1 line [ENH] Take 29401 into account and get back previous expected postfooter layout for coelesce ---------------------------------------------- r30980 | Jyhem | 2010-12-01 20:32:39 +0100 (Wed, 01 Dec 2010) | 1 line [ENH] Make optional the ability to choose published date for Blog post. It is still on by default. ---------------------------------------------- r30979 | jonnybradley | 2010-12-01 19:50:12 +0100 (Wed, 01 Dec 2010) | 2 lines [FIX] notification: Switch wiki notification to use TikiMail the same as everything else as tiki_send_admin_mail was causing corrupted "From" addressed on some servers (thanks again Geoff). TODO: This was the last reference to maillib/tiki_send_admin_mail() so that should be reviewed (and removed) after 6.1 ---------------------------------------------- r30978 | jonnybradley | 2010-12-01 19:29:49 +0100 (Wed, 01 Dec 2010) | 1 line [FIX] stats: 'started' needs to be a timestamp int, not a string for the php functions (so format the date string in the tpl) ---------------------------------------------- r30976 | jonnybradley | 2010-12-01 17:56:52 +0100 (Wed, 01 Dec 2010) | 1 line [FIX] fglas: Fix fgal explorer tree when the root gallery id is not 1 (thanks Geoff) ---------------------------------------------- r30975 | jonnybradley | 2010-12-01 17:54:54 +0100 (Wed, 01 Dec 2010) | 1 line [FIX] articles: tikidomain missing global ---------------------------------------------- r30972 | jonnybradley | 2010-12-01 11:54:45 +0100 (Wed, 01 Dec 2010) | 1 line [FIX] ajax preview: Preview button now refreshes preview when clicked a second time. Also doesn't open in-page preview if popup preview window is open. ---------------------------------------------- r30971 | lindonb | 2010-12-01 05:27:33 +0100 (Wed, 01 Dec 2010) | 1 line Add options and other clean-up for plugin info used in plugin edit window and plugin manager ---------------------------------------------- r30970 | lindonb | 2010-12-01 05:02:19 +0100 (Wed, 01 Dec 2010) | 1 line Add options and other clean up of plugin info for use in plugin edit window and plugin manager ---------------------------------------------- r30969 | lindonb | 2010-12-01 04:53:06 +0100 (Wed, 01 Dec 2010) | 1 line Add defaults and other cleanup of plugin info used in plugin edit window and plugin manager ---------------------------------------------- r30968 | lindonb | 2010-12-01 04:44:39 +0100 (Wed, 01 Dec 2010) | 1 line Add tra and other minor changes to plugin info used by plugin edit window and pluginmanger ---------------------------------------------- r30967 | lindonb | 2010-12-01 04:32:49 +0100 (Wed, 01 Dec 2010) | 1 line Add tra and default in plugin info used in plugin edit window and pluginmanager ---------------------------------------------- r30966 | lindonb | 2010-12-01 04:29:20 +0100 (Wed, 01 Dec 2010) | 1 line Add tra and some rewording for plugin info used in plugin edit window ---------------------------------------------- r30965 | lindonb | 2010-12-01 04:26:33 +0100 (Wed, 01 Dec 2010) | 1 line Add tra and some rewording for plugin info for plugin edit window ---------------------------------------------- r30964 | lindonb | 2010-12-01 04:19:12 +0100 (Wed, 01 Dec 2010) | 1 line Adding options to plugin info for plugin edit window ---------------------------------------------- r30961 | jonnybradley | 2010-11-30 23:44:43 +0100 (Tue, 30 Nov 2010) | 1 line [ENH] pagination: Add classes to anchors around prev/next buttons: .first, .prev_fast, .prev, .next, .next_fast and .last (thanks yonixxx) ---------------------------------------------- r30960 | minger0 | 2010-11-30 22:46:20 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] tiki-remind_password link in the e-mail was broken (slashes in the link) ---------------------------------------------- r30958 | jonnybradley | 2010-11-30 20:00:25 +0100 (Tue, 30 Nov 2010) | 1 line [ENH] user tracker: Show link to create user tracker item if none is found ---------------------------------------------- r30954 | sylvieg | 2010-11-30 18:29:04 +0100 (Tue, 30 Nov 2010) | 1 line [FIX]sefurl: sefurl the wiki page if group home page on an url mysite.com/ ---------------------------------------------- r30953 | jonnybradley | 2010-11-30 18:22:08 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] useradmin: Correct link to user tracker when admin viewing other user's preferences page. ---------------------------------------------- r30952 | jonnybradley | 2010-11-30 17:49:50 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] useradmin: Let admins see link to user info (and indicate which ones are private using opacity) ---------------------------------------------- r30950 | jonnybradley | 2010-11-30 17:27:37 +0100 (Tue, 30 Nov 2010) | 1 line [MOD] registration: Don't show "Register as a new user" text if there's a user tracker and it has a description (to allow more customisation). ---------------------------------------------- r30947 | jonnybradley | 2010-11-30 16:58:04 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] css menus: Try and position the menu within the browser window ---------------------------------------------- r30946 | chibaguy | 2010-11-30 15:49:39 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] Changed "comment(s) so far" to just "comment(s)" for blog post comments, etc. as the "so far" states the obvious. ---------------------------------------------- r30942 | chibaguy | 2010-11-30 13:34:01 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] Various language string improvements. ---------------------------------------------- r30940 | chibaguy | 2010-11-30 12:48:30 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] Replaced "informations" with "information" and adjusted sentences where necessary, in strings. ---------------------------------------------- r30939 | chibaguy | 2010-11-30 12:40:29 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] Mellowed the tone of "Permission denied:" messages (fixed run-on sentences in some cases). ---------------------------------------------- r30938 | chibaguy | 2010-11-30 12:07:49 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] img tag property border="0" removed as it's deprecated, and images have borders off by default anyway (CSS rule). ---------------------------------------------- r30937 | chealer | 2010-11-30 05:03:35 +0100 (Tue, 30 Nov 2010) | 2 lines [FIX] jscalendar drawn under tracker form in Coelesce, bumping .calendar z-index from 6 to 300 (Closes: #3677) review welcome ---------------------------------------------- r30936 | lindonb | 2010-11-30 04:00:44 +0100 (Tue, 30 Nov 2010) | 1 line Add options to plugin info for plugin edit. ---------------------------------------------- r30935 | lindonb | 2010-11-30 03:46:10 +0100 (Tue, 30 Nov 2010) | 1 line Minor improvements to plugin info ---------------------------------------------- r30934 | lindonb | 2010-11-30 03:13:52 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] Now handles old table syntax pref setting. Tried to make output table syntax more stable. Added options defaults and corrections to plugin info for plugin edit. Changed double quotes to single. ---------------------------------------------- r30933 | lindonb | 2010-11-30 02:54:57 +0100 (Tue, 30 Nov 2010) | 1 line Add options, defaults and minor corrections to plugin info for plugin edit ---------------------------------------------- r30932 | lindonb | 2010-11-30 02:39:13 +0100 (Tue, 30 Nov 2010) | 1 line Add default parameter for plugin info for display in plugin manager ---------------------------------------------- r30931 | lindonb | 2010-11-30 02:35:01 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] Minor corrections to plugin info for plugin edit window. ---------------------------------------------- r30930 | lindonb | 2010-11-30 02:19:32 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] Increase contrast for parameter descriptions in plugin edit window so that they are visible. ---------------------------------------------- r30928 | changi67 | 2010-11-29 22:18:29 +0100 (Mon, 29 Nov 2010) | 2 lines [NEW] Add an option in module since_your_last_visit to be able to use Jquery_ui tabs look ---------------------------------------------- r30925 | chealer | 2010-11-29 18:47:20 +0100 (Mon, 29 Nov 2010) | 1 line [bp/r30887][FIX] JavaScript translation: 403 Forbidden on JavaScript translation files on IIS ---------------------------------------------- r30924 | jonnybradley | 2010-11-29 18:44:46 +0100 (Mon, 29 Nov 2010) | 1 line [FIX] multilingual structures: Re-enable quick_switch_language menu on structures and deploy no_bl param to structure links. Also add code to pick up language from selected page to find current structure in tiki-index.php and structlib. ---------------------------------------------- r30922 | jonnybradley | 2010-11-29 18:06:45 +0100 (Mon, 29 Nov 2010) | 1 line [FIX] switch lang: !important needed to override img.icon border definition (also sadly using !important) ---------------------------------------------- r30921 | jonnybradley | 2010-11-29 17:52:18 +0100 (Mon, 29 Nov 2010) | 1 line [FIX] cclite: Small correction to cclite user logic ---------------------------------------------- r30920 | jonnybradley | 2010-11-29 17:35:07 +0100 (Mon, 29 Nov 2010) | 1 line [MOD] wysiwyg: Make tikiimage tool not show in wysiwyg to avoid confusion with the "normal" Image tool which uses the native ckeditor image dialog (and works more reliably in wysiwyg) ---------------------------------------------- r30919 | jonnybradley | 2010-11-29 17:21:39 +0100 (Mon, 29 Nov 2010) | 1 line [FIX] jquery: Change test for centre column safari animation workaround from col1 to role_mail as filegals_manager mode popup doesn't have columns. ---------------------------------------------- r30915 | jonnybradley | 2010-11-29 15:35:11 +0100 (Mon, 29 Nov 2010) | 1 line [FIX] trackers: Wiki parse static field descriptions for notification mails if the option is set. ---------------------------------------------- r30914 | jonnybradley | 2010-11-29 14:24:56 +0100 (Mon, 29 Nov 2010) | 1 line [ENH] wikiplugin_category: Add showTitle param to allow hiding the 'cattitle' heading. ---------------------------------------------- r30913 | jonnybradley | 2010-11-29 13:58:40 +0100 (Mon, 29 Nov 2010) | 1 line [ENH] index_raw: Add 'textonly' param to strip out html head and tags for plain text output. Also sanitize filename param to remove slashes etc. ---------------------------------------------- r30912 | chibaguy | 2010-11-29 07:11:12 +0100 (Mon, 29 Nov 2010) | 1 line [FIX] Headings for number of comments and editing should be smaller than the post title. Also, editing heading's inline text-align style isn't needed. ---------------------------------------------- r30911 | chibaguy | 2010-11-29 03:20:13 +0100 (Mon, 29 Nov 2010) | 1 line [FIX] Strasa theme: move blog post author action icons back to their original, pre-blog revamp location. ---------------------------------------------- r30910 | chibaguy | 2010-11-29 02:22:15 +0100 (Mon, 29 Nov 2010) | 1 line [FIX] 100% property of blog's .author_actions prevented icons from being in one row with .action icon div. ---------------------------------------------- r30908 | jonnybradley | 2010-11-27 23:28:18 +0100 (Sat, 27 Nov 2010) | 1 line [ENH] fgals: Pref for max thumbnail size (missing file) ---------------------------------------------- r30907 | jonnybradley | 2010-11-27 23:27:28 +0100 (Sat, 27 Nov 2010) | 1 line [ENH] fgals: Pref for max thumbnail size ---------------------------------------------- r30905 | xavidp | 2010-11-27 19:52:38 +0100 (Sat, 27 Nov 2010) | 1 line quicktags finally re-translated as toolbars (Barres d'eines) everywhere ---------------------------------------------- r30904 | jonnybradley | 2010-11-27 19:22:08 +0100 (Sat, 27 Nov 2010) | 1 line [ENH] fgals: New pref to hide the thumbnail actions when not displaying file details for a cleaner look. ---------------------------------------------- r30903 | jonnybradley | 2010-11-27 18:56:24 +0100 (Sat, 27 Nov 2010) | 1 line [ENH] fgals: Make search optional for file galleries ---------------------------------------------- r30902 | jonnybradley | 2010-11-27 18:43:06 +0100 (Sat, 27 Nov 2010) | 1 line [FIX] fgals: Correct defaults for name and lockedby for new galleries ---------------------------------------------- r30900 | jonnybradley | 2010-11-27 18:13:23 +0100 (Sat, 27 Nov 2010) | 1 line [FIX] fgals: Set defaults - don't use fileIds as galleryIds ---------------------------------------------- r30899 | jonnybradley | 2010-11-27 18:10:24 +0100 (Sat, 27 Nov 2010) | 1 line [FIX] fgals: Set defaults - now work on current gallery if no subgals selected, set default_view properly and add missing show_explorer, show_path & show_slideshow settings. ---------------------------------------------- r30898 | jonnybradley | 2010-11-27 17:36:24 +0100 (Sat, 27 Nov 2010) | 1 line [FIX] webdav: Show URL to open file with WebDAV instead of suggesting using IE. ---------------------------------------------- r30897 | jonnybradley | 2010-11-27 17:26:32 +0100 (Sat, 27 Nov 2010) | 1 line [ENH] fgals: Show folders in browse image mode and add link to parent folder. Icons could be improved (please) ---------------------------------------------- r30896 | jonnybradley | 2010-11-27 17:13:32 +0100 (Sat, 27 Nov 2010) | 1 line [FIX] jquery: Use slide instead of default animation for elements using show() in #col1 for safari & chrome to avoid strange animation effects in those browsers. ---------------------------------------------- r30895 | jonnybradley | 2010-11-27 15:46:09 +0100 (Sat, 27 Nov 2010) | 2 lines [bp/r30848][FIX] file gallery: memory usage greatly reduced when moving from DB to file system by not fetching blobs Also backport a small fix to syncFileBacklinks() so file is in sync with trunk. ---------------------------------------------- r30894 | chibaguy | 2010-11-27 13:48:57 +0100 (Sat, 27 Nov 2010) | 1 line [NEW]{ENH] Different blog post layout for Tikinewt theme (as example following blog revamp). ---------------------------------------------- r30892 | jonnybradley | 2010-11-26 22:31:39 +0100 (Fri, 26 Nov 2010) | 1 line [ENH] search module: Automatically go to page on enter key if a page was selected from the autocomplete, don't put all the defaults into the module admin form, change "go" to "titles" (and so make buttons a little smaller) and various other fixes. ---------------------------------------------- r30891 | jonnybradley | 2010-11-26 21:10:46 +0100 (Fri, 26 Nov 2010) | 1 line [FIX] jslint: Removing rogue comment start error on line 803 and fix various other warnings. ---------------------------------------------- r30889 | jonnybradley | 2010-11-26 20:42:05 +0100 (Fri, 26 Nov 2010) | 1 line [FIX] articles: Only confirm html loss on saving, not cancel or preview. ---------------------------------------------- r30888 | chealer | 2010-11-26 20:21:29 +0100 (Fri, 26 Nov 2010) | 1 line [FIX] COLORBOX: Broken link to help ---------------------------------------------- r30886 | jonnybradley | 2010-11-26 19:56:57 +0100 (Fri, 26 Nov 2010) | 1 line [FIX] articles: Add warning confirm box if you are saving HTML in an article without the "Allow full HTML (for this edit session)" checked (not a great design) ---------------------------------------------- r30884 | sampaioprimo | 2010-11-26 19:10:51 +0100 (Fri, 26 Nov 2010) | 2 lines [FIX] list file galleries that the user has perm to upload when using object permissions ---------------------------------------------- r30883 | jonnybradley | 2010-11-26 19:09:00 +0100 (Fri, 26 Nov 2010) | 1 line [ENH] Lesser magic: Search improvements - link to correct tab for found features and highlight them, show a tooltip on the search button when re-indexing is required and a few minor visual improvements. ---------------------------------------------- r30882 | jonnybradley | 2010-11-26 19:06:16 +0100 (Fri, 26 Nov 2010) | 1 line [CSS] jqui: Nicer background for highlight class ---------------------------------------------- r30881 | xavidp | 2010-11-26 19:01:17 +0100 (Fri, 26 Nov 2010) | 1 line [ENH]Add default charset as utf-8 for the contents of the downloaded file ---------------------------------------------- r30880 | jonnybradley | 2010-11-26 17:34:03 +0100 (Fri, 26 Nov 2010) | 1 line [ENH] group home: Add useful keywords to prefs, make limitedGoGroupHome on by default (seems more logical) and add autocomplete to group home input. ---------------------------------------------- r30879 | xavidp | 2010-11-26 17:04:40 +0100 (Fri, 26 Nov 2010) | 1 line [ENH]Allow the user to request the raw content to be downloaded by means of including the param "&download" in the url, and also the filename foo.r if/when the the param "&filename=foo.r" is included also in the url. Useful for pretty trackers and custom buttons to allow downloading the resulting content, etc. Thanks jonnyb for tips ---------------------------------------------- r30878 | xavidp | 2010-11-26 15:55:37 +0100 (Fri, 26 Nov 2010) | 1 line [MOD]Wikify the process to call the clean param. No value needed, just "clean" ---------------------------------------------- r30877 | xavidp | 2010-11-26 15:47:56 +0100 (Fri, 26 Nov 2010) | 1 line [ENH]Allow printing a wiki page without the information abouty authors, contributors, nor the links from the tiki-page_bar.tpl, if "clean=y" is added to the url of tiki-index_raw.php. Useful to allow saving files produced from pretty trackers (combining text and tracker item values, to produce parameter file for computations in R scripts, etc). Thanks jonnyb for tips ---------------------------------------------- r30874 | sampaioprimo | 2010-11-25 19:38:03 +0100 (Thu, 25 Nov 2010) | 2 lines making "Pick a file" string translatable ---------------------------------------------- r30873 | sampaioprimo | 2010-11-25 19:32:53 +0100 (Thu, 25 Nov 2010) | 2 lines make "Advanced options" button translatable ---------------------------------------------- r30871 | sampaioprimo | 2010-11-25 19:09:38 +0100 (Thu, 25 Nov 2010) | 1 line removing '{treetable}' string appended to treetable smarty function user messages ---------------------------------------------- r30870 | sampaioprimo | 2010-11-25 19:00:00 +0100 (Thu, 25 Nov 2010) | 2 lines rollback 30839: cause problems when creating a new wiki page when others with similar name already exist ---------------------------------------------- r30869 | jonnybradley | 2010-11-25 18:51:06 +0100 (Thu, 25 Nov 2010) | 1 line [FIX] articles: Remove image data if $useImage = n (no other way of clearing article images otherwise) ---------------------------------------------- r30868 | sampaioprimo | 2010-11-25 18:00:13 +0100 (Thu, 25 Nov 2010) | 1 line [FIX] only display simple and advanced mode buttons when using filegals_manager ---------------------------------------------- r30866 | jonnybradley | 2010-11-25 16:20:34 +0100 (Thu, 25 Nov 2010) | 1 line [FIX] login: site_closed.php doesn't check pref before showing closed message (thanks Rodrigo) ---------------------------------------------- r30865 | marclaporte | 2010-11-25 01:20:55 +0100 (Thu, 25 Nov 2010) | 1 line [NEW] Link to Clipperz online password manager from the admin panel. LP and I met Giulio Cesare Solaroli (the lead developer) last week and we think it's an awesome project. ---------------------------------------------- r30864 | marclaporte | 2010-11-25 00:35:25 +0100 (Thu, 25 Nov 2010) | 1 line [MOD] XAJAX was turned on by default when AJAX was turned on by default (in 6.0) so now XAJAX is off on fresh installs but AJAX remains on ---------------------------------------------- r30862 | marclaporte | 2010-11-24 23:17:06 +0100 (Wed, 24 Nov 2010) | 1 line better admin panel for menus ---------------------------------------------- r30861 | marclaporte | 2010-11-24 16:41:39 +0100 (Wed, 24 Nov 2010) | 1 line making an option easier to find ---------------------------------------------- r30858 | sampaioprimo | 2010-11-24 14:06:49 +0100 (Wed, 24 Nov 2010) | 1 line German translations done on i18n.tiki.org ---------------------------------------------- r30854 | sampaioprimo | 2010-11-24 13:06:06 +0100 (Wed, 24 Nov 2010) | 2 lines [FIX] show openid form on tiki-login.php ---------------------------------------------- r30852 | sylvieg | 2010-11-23 18:25:47 +0100 (Tue, 23 Nov 2010) | 1 line [FIX]print: if itemId exists in the requet, keep it in the reference -> Perhaps this needs to be more generic ---------------------------------------------- r30851 | sylvieg | 2010-11-23 14:07:05 +0100 (Tue, 23 Nov 2010) | 1 line [FIX]tracker: add bmp image ---------------------------------------------- r30850 | chealer | 2010-11-23 03:15:18 +0100 (Tue, 23 Nov 2010) | 2 lines somewhat cleanup Edit translation, in particular for articles [FIX] "Can not change article language - page not found error" (Closes: #2925) ---------------------------------------------- r30849 | jonnybradley | 2010-11-22 22:50:10 +0100 (Mon, 22 Nov 2010) | 1 line [FIX] plugins: Clean empty plugin artifacts from plugin list, probably caused by upgrades from 3 to 6 (thanks Geoff) ---------------------------------------------- r30841 | xavidp | 2010-11-22 14:48:08 +0100 (Mon, 22 Nov 2010) | 1 line [ENH]Improve description of the url from the embed code, not the url from the video on blip.tv. Thanks rodrigo_sampaio ---------------------------------------------- r30840 | xavidp | 2010-11-22 14:24:51 +0100 (Mon, 22 Nov 2010) | 1 line [FIX]Forgot to add the link to the image/icon. Still not clear how to force the icon size to be 16x16 ---------------------------------------------- r30839 | sampaioprimo | 2010-11-22 13:31:30 +0100 (Mon, 22 Nov 2010) | 1 line [FIX] display error when two different wiki pages use the same alias ---------------------------------------------- r30838 | xavidp | 2010-11-22 13:23:59 +0100 (Mon, 22 Nov 2010) | 1 line [ENH]Add the optional param 'showicon' to display the icon to the left of the file added (and allow wikiplugin_img to display the icon corresponding to the file type even if the file is not an image ---------------------------------------------- r30837 | xavidp | 2010-11-21 20:02:13 +0100 (Sun, 21 Nov 2010) | 1 line a few more strings translated ---------------------------------------------- r30836 | xavidp | 2010-11-21 19:47:59 +0100 (Sun, 21 Nov 2010) | 1 line [bp/r30801][ENH] tiki-list_posts.php accepted param blogId to list only posts from a specific blog. thanks rodrigo_sampaio ---------------------------------------------- r30835 | changi67 | 2010-11-21 19:15:19 +0100 (Sun, 21 Nov 2010) | 1 line [FIX] Command line tools don't need session ---------------------------------------------- r30834 | changi67 | 2010-11-21 19:00:33 +0100 (Sun, 21 Nov 2010) | 1 line [FIX] Sometime we don't have REQUEST_URI, especially when using command line ---------------------------------------------- r30833 | jonnybradley | 2010-11-21 18:41:09 +0100 (Sun, 21 Nov 2010) | 1 line [FIX] browsertitle: Don't show $title when it is an array (it often seems to be), guess a title from the $script_name when all else fails and set headtitle for object perms page. ---------------------------------------------- r30832 | jonnybradley | 2010-11-21 18:39:06 +0100 (Sun, 21 Nov 2010) | 1 line [FIX] breadcrumbs: Obey prefs as breadcrumbs in breadcrumb_buildHeadTitle() are used (in admin for instance) even when the pref is off. Stops the browser title repeating the site name. ---------------------------------------------- r30831 | xavidp | 2010-11-21 18:33:24 +0100 (Sun, 21 Nov 2010) | 1 line [bp/r30804][ENH] new wikiplugins vimeo and bliptv as alias for flash wikiplugin. Thanks rodrigo_sampaio ---------------------------------------------- r30830 | xavidp | 2010-11-21 18:00:10 +0100 (Sun, 21 Nov 2010) | 1 line [bp/r30798]fix vimeo param for flash wikiplugin and alphabetically order type param options. thanks rodrigo_sampaio ---------------------------------------------- r30829 | jonnybradley | 2010-11-21 18:00:06 +0100 (Sun, 21 Nov 2010) | 1 line [FIX] login: Check for site closed if not valid login (and redirect to simple error page if so) ---------------------------------------------- r30828 | xavidp | 2010-11-21 17:58:18 +0100 (Sun, 21 Nov 2010) | 3 lines [bp/r30797 r30803]Add icon to youtube wikiplugin + Refactor youtube wikiplugin to use $tikilib->embed_flash(). Thanks rodrigo_sampaio ---------------------------------------------- r30827 | xavidp | 2010-11-21 12:17:15 +0100 (Sun, 21 Nov 2010) | 1 line A few more strings translated ---------------------------------------------- r30826 | eromneg | 2010-11-21 10:01:16 +0100 (Sun, 21 Nov 2010) | 1 line [FIX] for the .tpl files used in the "email" parameter to have html and to to make it backwards compatible a new parameter 'emailformat' set to 'html' is used ---------------------------------------------- r30825 | eromneg | 2010-11-21 09:53:32 +0100 (Sun, 21 Nov 2010) | 1 line [FIX] for the "Send a wiki page by Email:" action option in user admin so that the wiki page can have html ---------------------------------------------- r30823 | jonnybradley | 2010-11-20 23:04:32 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] wikiplugin_article: More warnings ---------------------------------------------- r30822 | jonnybradley | 2010-11-20 22:44:55 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] breadcrumbs: Notice - Missing argument 2 for filter_out_sefurl() ---------------------------------------------- r30821 | jonnybradley | 2010-11-20 22:41:09 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] trackerlist/filter: Warnings - Invalid arguments passed to function.implode. Also three vars assigned to the same smarty var ($filterfield). ---------------------------------------------- r30820 | jonnybradley | 2010-11-20 22:04:18 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] captcha: set img height ---------------------------------------------- r30819 | jonnybradley | 2010-11-20 21:57:10 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] captcha: return false on click ---------------------------------------------- r30818 | chealer | 2010-11-20 20:16:37 +0100 (Sat, 20 Nov 2010) | 2 lines Change description of IMAGE plugin alias from "Display images" to "Display images (transitional alias, use IMG plugin instead)" so editors do not insert new uses of IMAGE but use IMG instead. Unfortunately won't help for upgrades from Tiki 5 and above ---------------------------------------------- r30817 | jonnybradley | 2010-11-20 20:11:27 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] $iconDisplayStyle: Notices ---------------------------------------------- r30816 | jonnybradley | 2010-11-20 19:28:04 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] wikiplugin_freetagged: Missing var (so use 0 for offset) ---------------------------------------------- r30815 | jonnybradley | 2010-11-20 19:27:02 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] wikiplugin_article: Missing global $tiki_p_admin_cms ---------------------------------------------- r30814 | jonnybradley | 2010-11-20 19:26:17 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] wikiplugin_include: Missing offset param and missing $repeat param on smarty_block_ajax_href call. ---------------------------------------------- r30810 | jonnybradley | 2010-11-20 14:20:07 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] prefs: Clarify which "Content" belongs to which pref so you can see the difference when set in perspectives. ---------------------------------------------- r30808 | jonnybradley | 2010-11-20 14:00:18 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] wikiplugin_article: Show most recent article if Id empty and use editplugin class on edit icons so you can hide them/ ---------------------------------------------- r30807 | jonnybradley | 2010-11-20 13:38:58 +0100 (Sat, 20 Nov 2010) | 1 line [ENH] html: Pref to control the use of the <base> tag in the page<head> (currently only used when in nested directories) ---------------------------------------------- r30806 | chibaguy | 2010-11-20 12:26:05 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] Language edits: correct grammar of "Permission denied you cannot...." run-on sentences and lighten the militaristic tone. ---------------------------------------------- r30805 | chealer | 2010-11-20 01:49:51 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] Literal translation of capitalization ("View Page" => "Voir la page" instead of "Voir la Page") ---------------------------------------------- r30796 | xavidp | 2010-11-19 19:25:47 +0100 (Fri, 19 Nov 2010) | 3 lines [bp/r30776 r30778 r30779][ENH] extending flash wikiplugin with basic support for youtube, vimeo and blip.tv videos. flash wikiplugin display error if unable to recognize url for youtube, vimeo and blip.tv, flash wikiplugin: use blip.tv embed URL since it is not possible to extract it from the video URL. Thanks rodrigo_sampaio ---------------------------------------------- r30795 | xavidp | 2010-11-19 19:12:35 +0100 (Fri, 19 Nov 2010) | 1 line [bp/r30777][ENH] youtube wikiplugin support https URL. Thanks rodrigo_sampaio ---------------------------------------------- r30794 | sylvieg | 2010-11-19 17:35:58 +0100 (Fri, 19 Nov 2010) | 1 line [FIX]tracker: rollback 30791 and put a div - thx luciash ---------------------------------------------- r30792 | eromneg | 2010-11-19 17:04:46 +0100 (Fri, 19 Nov 2010) | 1 line [ENH] completing the update of labels for various File Gallery parameters to clarify their usage ---------------------------------------------- r30791 | sylvieg | 2010-11-19 16:35:59 +0100 (Fri, 19 Nov 2010) | 1 line [FIX]tracker: stick the description to the textarea that is now in a div ---------------------------------------------- r30788 | xavidp | 2010-11-19 14:53:44 +0100 (Fri, 19 Nov 2010) | 1 line [ENH]Add the icon for wikiplugin_file in the default toolbar, with it's own 16x16 icon, to ease the task to choose or upload new files for new users in a similar way to what they can do with images. Thanks luciash and rodrigo_sampaio for tips ---------------------------------------------- r30787 | xavidp | 2010-11-19 14:06:56 +0100 (Fri, 19 Nov 2010) | 1 line [ENH]Option to have a popup to 'Pick a file' re-added to wikiplugin_file.php, but this time working successfully, and a few params tagged as advanced to clear the interface. Also, after agreeing with rodrigo_sampaio, set File from gallery" as the option shown by default, to avoid two extra clicks for the common task to select or add a file to a file gallery and link it from that textarea (wiki page or wherever else in tiki has a textarea). thanks rodrigo_sampaio, and chealer for previous improvmenets in trunk, which I backported in previous commits ---------------------------------------------- r30783 | xavidp | 2010-11-19 13:14:41 +0100 (Fri, 19 Nov 2010) | 1 line [bp/r30623 & r30624]adding new param type and setting other params as children of one of the values of type param for wikiplugin_file.php + replacing four spaces with tab. Thanks rodrigo_sampaio ---------------------------------------------- r30782 | xavidp | 2010-11-19 13:11:47 +0100 (Fri, 19 Nov 2010) | 1 line [NEW][bp/r30622]add the possibility to display a set of wiki plugin parameters only if a specific value of another parameter is selected (using flash wikiplugin as an example). Thanks rodrigo_sampaio ---------------------------------------------- r30781 | chibaguy | 2010-11-19 05:13:01 +0100 (Fri, 19 Nov 2010) | 1 line [FIX] Align sharethis icon with other icons in div.actions and remove padding (which is a property of the other .share implementation). (All the relevant CSS should be looked at and refactored for a better long-term fix.) ---------------------------------------------- r30780 | chealer | 2010-11-19 00:56:54 +0100 (Fri, 19 Nov 2010) | 1 line [FIX] HTML special characters encoding ---------------------------------------------- r30774 | eromneg | 2010-11-18 19:01:05 +0100 (Thu, 18 Nov 2010) | 1 line [ENH] update labels for various File Gallery parameters to clarify their usage - maybe more changes later ---------------------------------------------- r30773 | eromneg | 2010-11-18 18:32:03 +0100 (Thu, 18 Nov 2010) | 1 line [FIX] allow menu name fields (for all menu levels) to have img tags by not escaping when displaying ---------------------------------------------- r30772 | xavidp | 2010-11-18 16:50:58 +0100 (Thu, 18 Nov 2010) | 1 line [MOD]Simplified the interface for common usage, and extra params are found under the advanced tab ---------------------------------------------- r30771 | xavidp | 2010-11-18 16:43:08 +0100 (Thu, 18 Nov 2010) | 1 line [ENH]Add the option to "Pick a file" next to the from field for FileId, in a similar way to what it was added in PluginFiles ---------------------------------------------- r30770 | xavidp | 2010-11-18 16:26:02 +0100 (Thu, 18 Nov 2010) | 1 line [FIX]removing the wiki tags since they were causing an extra p tag to break display of the icon under some tiki configuration. Thanks luciash ---------------------------------------------- r30769 | sylvieg | 2010-11-18 16:20:10 +0100 (Thu, 18 Nov 2010) | 1 line [FIX]fgal: fix replace file when not using context menu (popup tool) - still to fix refresh popup and dl ---------------------------------------------- r30768 | sylvieg | 2010-11-18 14:33:20 +0100 (Thu, 18 Nov 2010) | 1 line [FIX]share: do not send email whan antibot is wrong ---------------------------------------------- Version 6.0 <http://tiki.org/ReleaseNotes60> ------------------ ---------------------------------------------- r30600 | chealer | 2010-11-09 18:53:06 +0100 (Tue, 09 Nov 2010) | 1 line revert addition of new CSRF prevention mechanism due to imminent release ---------------------------------------------- r30599 | chealer | 2010-11-09 18:39:07 +0100 (Tue, 09 Nov 2010) | 1 line move Smarty assignment of CSRFTicket to tiki-setup_base to have 2 related bits closer, as suggested by St?\195?\169phane Casset ---------------------------------------------- r30598 | chealer | 2010-11-09 18:06:40 +0100 (Tue, 09 Nov 2010) | 2 lines fix svn:keywords ---------------------------------------------- r30597 | sylvieg | 2010-11-09 17:51:42 +0100 (Tue, 09 Nov 2010) | 1 line [FIX]importer: do not limit time. 360 is reached with 50M of data ---------------------------------------------- r30596 | chealer | 2010-11-09 17:21:41 +0100 (Tue, 09 Nov 2010) | 2 lines [NEW] CSRF prevention mechanism which doesn't require a confirmation screen. Simple and secure option when files are uploaded. Use in Admin Users batch upload ---------------------------------------------- r30590 | jonnybradley | 2010-11-09 15:41:38 +0100 (Tue, 09 Nov 2010) | 1 line [DB] Add IGNORE to a perms schema that causes an error each time it's run (for some reason). ---------------------------------------------- r30585 | xavidp | 2010-11-09 13:28:47 +0100 (Tue, 09 Nov 2010) | 1 line [FIX]Fix plugin subscribenewsletter: url for validation now allows wiki pages (SEO or not) + wiki syntax for the conformation message to be clearer than just plain text in the middle of the wikipage. ---------------------------------------------- r30584 | xavidp | 2010-11-09 00:10:23 +0100 (Tue, 09 Nov 2010) | 1 line [FIX]Add names for the labels of this plugin, and keep description as description param + show antibot code if the settings are set to require it for anons willing to subscribe an email. Help is needed to improve the wrong layout of the antibot code when shown in this plugin. ---------------------------------------------- r30583 | nkoth | 2010-11-08 23:48:12 +0100 (Mon, 08 Nov 2010) | 1 line [FIX] Trying to change user information setting fails because there was duplicate field in next tab... ---------------------------------------------- r30582 | changi67 | 2010-11-08 21:54:36 +0100 (Mon, 08 Nov 2010) | 1 line [TRA] Done by Cyril - I'm just the commiter :) ---------------------------------------------- r30575 | sylvieg | 2010-11-08 17:40:16 +0100 (Mon, 08 Nov 2010) | 1 line [FIX]invit: just in case .. ---------------------------------------------- r30573 | robertplummer | 2010-11-08 16:22:16 +0100 (Mon, 08 Nov 2010) | 1 line [FIX] Had to add a check to get the correct width for column if the column width has not changed for sheet. We check attribute with of colgroup/col and css width, and get the most accurate of the two. ---------------------------------------------- r30572 | sampaioprimo | 2010-11-08 13:35:41 +0100 (Mon, 08 Nov 2010) | 1 line [FIX] register a new user connected with an openid account (was broken since r28111) ---------------------------------------------- r30571 | chibaguy | 2010-11-08 05:09:32 +0100 (Mon, 08 Nov 2010) | 1 line [FIX] Align sharethis icon with other icons in blog post actions. ---------------------------------------------- r30567 | xavidp | 2010-11-07 09:41:49 +0100 (Sun, 07 Nov 2010) | 1 line a few more strings translated ---------------------------------------------- r30566 | chibaguy | 2010-11-07 06:18:46 +0100 (Sun, 07 Nov 2010) | 1 line [FIX] Post content font size increased a little. ---------------------------------------------- r30565 | chibaguy | 2010-11-07 06:13:30 +0100 (Sun, 07 Nov 2010) | 1 line [FIX] Moved .author_actions icons to the left and so all icons are together, in blog post. ---------------------------------------------- r30564 | chibaguy | 2010-11-07 06:10:15 +0100 (Sun, 07 Nov 2010) | 1 line [FIX] Moved .author_actions icons to the left and so all icons are together, and removed background image, in blog post. ---------------------------------------------- r30563 | chibaguy | 2010-11-07 06:02:11 +0100 (Sun, 07 Nov 2010) | 1 line [FIX] Moved .author_actions icons to the left so all icons are together, in blog post. ---------------------------------------------- r30562 | chibaguy | 2010-11-07 05:56:18 +0100 (Sun, 07 Nov 2010) | 1 line [FIX] Removed width from blog author actions div in blog post to improve icon display. ---------------------------------------------- r30561 | chibaguy | 2010-11-07 05:50:25 +0100 (Sun, 07 Nov 2010) | 1 line [FIX] Removed background image and width from blog author actions div in blog post to improve icon display. ---------------------------------------------- r30524 | jonnybradley | 2010-11-04 19:57:20 +0100 (Thu, 04 Nov 2010) | 1 line [FIX] autosave: Use async ajax call for autosave so as not to lock up the whole page while saving (and tidy some debugging code) ---------------------------------------------- r30523 | jonnybradley | 2010-11-04 19:34:04 +0100 (Thu, 04 Nov 2010) | 1 line [FIX] autosave: Don't send ajax request for autosave more than once. ---------------------------------------------- r30521 | sylvieg | 2010-11-04 14:52:47 +0100 (Thu, 04 Nov 2010) | 1 line [FIX]racker: export ajax was not exporting field visible by admin only ---------------------------------------------- r30520 | sylvieg | 2010-11-04 14:41:41 +0100 (Thu, 04 Nov 2010) | 1 line [FIX]tracker: missing lib ---------------------------------------------- r30519 | sylvieg | 2010-11-04 14:19:20 +0100 (Thu, 04 Nov 2010) | 1 line [FIX]TRACKER: ob_end_clean seems to bug export when output compression is on ---------------------------------------------- r30518 | sampaioprimo | 2010-11-04 12:12:34 +0100 (Thu, 04 Nov 2010) | 1 line French translations done on i18n.tiki.org ---------------------------------------------- r30517 | sampaioprimo | 2010-11-04 12:12:15 +0100 (Thu, 04 Nov 2010) | 1 line Swedish translations done on i18n.tiki.org ---------------------------------------------- r30516 | sampaioprimo | 2010-11-04 12:10:27 +0100 (Thu, 04 Nov 2010) | 1 line Brazilian Portuguese translations done on i18n.tiki.org ---------------------------------------------- r30515 | luciash | 2010-11-04 06:29:30 +0100 (Thu, 04 Nov 2010) | 1 line oops :) ---------------------------------------------- r30514 | luciash | 2010-11-04 06:07:31 +0100 (Thu, 04 Nov 2010) | 1 line Czech language update ---------------------------------------------- r30513 | luciash | 2010-11-04 02:47:43 +0100 (Thu, 04 Nov 2010) | 1 line [FIX] flagmapping: removed mapping to the flag of Taiwan because Traditional Chinese is not Taiwan specific only ---------------------------------------------- r30512 | sept_7 | 2010-11-04 02:33:35 +0100 (Thu, 04 Nov 2010) | 2 lines [FIX] Fix background in forum ---------------------------------------------- r30509 | changi67 | 2010-11-03 22:43:32 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] Securitycheck ---------------------------------------------- r30507 | nkoth | 2010-11-03 22:30:31 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] If you set the login_is_user flag, registration fails with the message email_not_valid. thanks thraxisp bug 3623 ---------------------------------------------- r30506 | luciash | 2010-11-03 21:58:03 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] usability: better recognizable jini iconset matching icon for the performance admin panel (especially for ricks99) ---------------------------------------------- r30505 | sylvieg | 2010-11-03 21:14:59 +0100 (Wed, 03 Nov 2010) | 1 line [FIX]TRACKER: dropt-down field default for itemId partially filled up: preselect the default is field never filled up even if itemId exists + can use TACRKER without itemId avec a TRACKER with itemId ---------------------------------------------- r30504 | changi67 | 2010-11-03 20:55:34 +0100 (Wed, 03 Nov 2010) | 1 line [MOD] Add link to rating panel ---------------------------------------------- r30503 | jonnybradley | 2010-11-03 20:30:21 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] wysiwyg: Wrong object for dialog (pasto) and correct jQuery version comment ---------------------------------------------- r30500 | nkoth | 2010-11-03 19:35:38 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] If admin is trying to edit another user's tracker item with a preference field in it, and the field is mandatory, it fails with field is mandatory message ---------------------------------------------- r30498 | robertplummer | 2010-11-03 19:10:34 +0100 (Wed, 03 Nov 2010) | 1 line [MOD] Changed sheet startup options to send height to sheet for more stable user-interface ---------------------------------------------- r30497 | jonnybradley | 2010-11-03 18:33:43 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] installer: IGNORE duplicate (pre-existing) entry errors on categperms upgrades. ---------------------------------------------- r30496 | jonnybradley | 2010-11-03 17:54:33 +0100 (Wed, 03 Nov 2010) | 1 line [DOC] installer: Change "experimental" label on charset converter warning and add clearer instruction that you still have to enter the admin account name to actually run the admin_account fix, even if the account is the default "admin". (maybe should be a checkbox?) ---------------------------------------------- r30495 | chibaguy | 2010-11-03 16:08:06 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] Make tabs toggle button text white again. ---------------------------------------------- r30494 | chibaguy | 2010-11-03 16:06:45 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] Make a little white space above notabs button. ---------------------------------------------- r30493 | sept_7 | 2010-11-03 15:20:15 +0100 (Wed, 03 Nov 2010) | 3 lines [FIX] Forum fix some inconsistencies in button style, and avoid the javascript popup on Publish, Preview and Reset ---------------------------------------------- r30491 | sept_7 | 2010-11-03 14:26:41 +0100 (Wed, 03 Nov 2010) | 2 lines [FIX] Fix broken layout in Admin>Features ---------------------------------------------- r30489 | jonnybradley | 2010-11-03 12:27:58 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] installer: Do admin perms upgrade fix if old version is 3 or less (not 2) as some 3.x tikis do not have tiki_p_admin set for Admins group. ---------------------------------------------- r30486 | luciash | 2010-11-02 21:59:35 +0100 (Tue, 02 Nov 2010) | 1 line [FIX] consistency: little adjustment to have the site logout popup aligned on simmilar position as the login popup ---------------------------------------------- r30483 | jonnybradley | 2010-11-02 20:43:05 +0100 (Tue, 02 Nov 2010) | 1 line [FIX] xajax: Remove duplicate js files included in ajax response (now correctly included by headerlib) and key sort headerlib->jsfiles in same way as non-ajax calls so same minified file is used and contents loads in the correct order. ---------------------------------------------- r30482 | sylvieg | 2010-11-02 20:33:12 +0100 (Tue, 02 Nov 2010) | 1 line [FIX]browser title: description and no breadcrumb must show description in title ---------------------------------------------- r30481 | jonnybradley | 2010-11-02 20:15:28 +0100 (Tue, 02 Nov 2010) | 1 line [FIX] jqueryTiki.tooltips: test for feature before using it. ---------------------------------------------- r30480 | jonnybradley | 2010-11-02 20:13:22 +0100 (Tue, 02 Nov 2010) | 1 line [FIX] javascript_cdn: Sync jquery versions from CDN with bundled libs ---------------------------------------------- r30479 | sylvieg | 2010-11-02 19:40:23 +0100 (Tue, 02 Nov 2010) | 1 line [FIX]browser title: missing description ---------------------------------------------- r30468 | sylvieg | 2010-11-02 14:25:47 +0100 (Tue, 02 Nov 2010) | 1 line [FIX]SPLIT: quick patch to have SPLIT into SPLIT. As now the plugin are parsed from larger to smaller, the SPLIT inside SPLIT must be protected ---------------------------------------------- r30464 | jonnybradley | 2010-11-02 11:39:39 +0100 (Tue, 02 Nov 2010) | 1 line [FIX] trackers: Missing item description in comment and attachment notificatons (thanks Xavi) ---------------------------------------------- r30463 | ricks99 | 2010-11-02 04:39:16 +0100 (Tue, 02 Nov 2010) | 1 line [FIX] proper validation of <INPUT> element ---------------------------------------------- r30461 | nkoth | 2010-11-02 00:20:09 +0100 (Tue, 02 Nov 2010) | 1 line [FIX] Workaround Wysiwyg Image Plugin Editor in IE7 erases image on insert http://dev.tiki.org/item3615 ---------------------------------------------- r30460 | chealer | 2010-11-01 23:56:46 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] List articles: Clear filter not clearing date limits and article type ---------------------------------------------- r30459 | chealer | 2010-11-01 23:35:00 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] List articles date range filter not remembering values when showing results (from r25035) ---------------------------------------------- r30458 | chealer | 2010-11-01 23:17:13 +0100 (Mon, 01 Nov 2010) | 2 lines [FIX] List articles and others: Ignored filter for excluded languages from r14521 ---------------------------------------------- r30455 | changi67 | 2010-11-01 21:25:57 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] put icon at the right place and modify ref in tiki-admin ---------------------------------------------- r30451 | sampaioprimo | 2010-11-01 17:34:47 +0100 (Mon, 01 Nov 2010) | 1 line Hungarian translations done on i18n.tiki.org ---------------------------------------------- r30449 | chealer | 2010-11-01 17:03:39 +0100 (Mon, 01 Nov 2010) | 2 lines [FIX] Find date selector (List Articles): remove label spanning 3 input fields, causing clicks on any field to move focus to the first field, and the selectors to be largely unusable. from r25031 ---------------------------------------------- r30440 | luciash | 2010-11-01 06:23:54 +0100 (Mon, 01 Nov 2010) | 1 line [ENH] visual: icon which looks more like map (with compass on it) jini iconset matching icon for the maps panel ---------------------------------------------- r30439 | luciash | 2010-11-01 06:03:36 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] visual: nicer jini iconset matching icon for the intertiki panel ---------------------------------------------- r30438 | luciash | 2010-11-01 05:27:57 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] consistency: jini iconset matching icon for the performance panel (TODO: replace path to it in the admin panels tpl) ---------------------------------------------- r30437 | luciash | 2010-11-01 05:23:24 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] visual: nicer and not so jaggy edge jini iconset matching keys icon for the security panel ---------------------------------------------- r30436 | luciash | 2010-11-01 05:06:20 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] consistency: jini iconset matching icon for the external feeds panel ---------------------------------------------- r30435 | luciash | 2010-11-01 05:04:44 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] consistency: jini iconset matching icon for the semantic links panel ---------------------------------------------- r30434 | luciash | 2010-11-01 05:03:23 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] consistency: jini iconset matching icon for the social networks panel (TODO: rename file, edit the admin panels tpl to use the bigger icon 48x48 and move this 32x32 to pics/large/ where the others are) ---------------------------------------------- r30433 | luciash | 2010-11-01 03:31:55 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] consistency: jini iconset matching icon for the editing and plugins panel (TODO: rename file, edit the admin panels tpl and move it to pics/large/ where the others are) ---------------------------------------------- r30421 | robertplummer | 2010-10-30 18:37:15 +0200 (Sat, 30 Oct 2010) | 1 line [DEL] Removed sheet profiles from 6.x, adding to trunk. ---------------------------------------------- r30367 | jonnybradley | 2010-10-27 20:47:45 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] wysiwyg: Strange consequence of IE fixes breaking other browsers - one missed "destroy" (well spotted nkoth) ---------------------------------------------- r30366 | jonnybradley | 2010-10-27 20:32:30 +0200 (Wed, 27 Oct 2010) | 2 lines [FIX] ajax/js minify: Move the logic for external and dynamic js files into getMinifiedJs so the same thing happens in ajax calls (thanks chealer) Now causes a different JS error (in admin for instance) but is more logical. ---------------------------------------------- r30360 | jonnybradley | 2010-10-27 19:10:40 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] wysiwyg: Even more defensive code to handle IE behaviour. ---------------------------------------------- r30359 | jonnybradley | 2010-10-27 19:08:07 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] autosave: ignore sprurious ajax error, now happening on save or cancel after the jquery 1.4.3 update. The autosave still gets removed ok, it seems... ---------------------------------------------- r30358 | jonnybradley | 2010-10-27 18:33:12 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] wysiwyg: Lock selection in IE before showing popup plugin form so it gets inserted in the right place (more often). ---------------------------------------------- r30357 | jonnybradley | 2010-10-27 18:10:24 +0200 (Wed, 27 Oct 2010) | 1 line [MOD] language.js: Comment English translation strings to save a little memory and processing. ---------------------------------------------- r30353 | chealer | 2010-10-27 17:33:06 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] French Admin Cache: replace "&" with "et" and avoid HTML special chars encoding issue for free ---------------------------------------------- r30352 | jonnybradley | 2010-10-27 17:29:21 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] wysiwyg: More defensive code to handle IE behaviour concerning text selection. ---------------------------------------------- r30351 | jonnybradley | 2010-10-27 17:28:03 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] wysiwyg: Plugin dialog not appearing first time on IE ---------------------------------------------- r30350 | chealer | 2010-10-27 16:58:55 +0200 (Wed, 27 Oct 2010) | 4 lines Plugin FILE: clarify how to use [FIX] remove absolute dependency on feature_wiki_attachments, since FILE now also supports files from galleries I'm not sure about the way it now complains when feature_wiki_attachments is actually missing. ---------------------------------------------- r30349 | chealer | 2010-10-27 16:55:56 +0200 (Wed, 27 Oct 2010) | 1 line Plugin ATTACH: clarify description of page parameter ---------------------------------------------- r30347 | jonnybradley | 2010-10-27 16:15:45 +0200 (Wed, 27 Oct 2010) | 2 lines [SVN] Release the revision fix on lib/jquery as other things need to be updated (sheet and colorbox at least). Cannot easily test without committing, so will be heavily testing for next couple of hours. ---------------------------------------------- r30346 | sylvieg | 2010-10-27 15:44:45 +0200 (Wed, 27 Oct 2010) | 1 line [FIX]FILE: display the name or the filename of the fileId if no data is given to avoid a link on a space ---------------------------------------------- r30345 | sylvieg | 2010-10-27 15:25:55 +0200 (Wed, 27 Oct 2010) | 1 line [FIX]fgal: when moving a file in another fgal, move also the archive (Perhaps todo? delete the archive id the fgal does not accept archive?) ---------------------------------------------- r30344 | xavidp | 2010-10-27 15:09:06 +0200 (Wed, 27 Oct 2010) | 1 line [FIX]Usability issue: no js file was found under the en folder, so that it was not easy to guess that this file exists, and which strings in js files can be translated (at least, the ones in here :-) ) ---------------------------------------------- r30343 | xavidp | 2010-10-27 14:50:51 +0200 (Wed, 27 Oct 2010) | 1 line adding some new js strings seen at registration time (to see if they support current i18n) ---------------------------------------------- r30341 | jonnybradley | 2010-10-27 13:58:27 +0200 (Wed, 27 Oct 2010) | 1 line [MOD] trackerlist: Make Smarty force_recompile optional, as for most pretty tracker scenarios it is unnecessary and very slow (thanks Sylvie) ---------------------------------------------- r30340 | sylvieg | 2010-10-27 13:08:51 +0200 (Wed, 27 Oct 2010) | 1 line [FIX]layout: #fixedwidth has moved ---------------------------------------------- r30339 | chealer | 2010-10-27 06:36:10 +0200 (Wed, 27 Oct 2010) | 2 lines [FIX] Textarea: Missing space in timeout warning ---------------------------------------------- r30338 | nkoth | 2010-10-27 06:15:29 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] In IE7, wysiwyg editor keeps on adding absolute path to links. Need to remove ---------------------------------------------- r30337 | nkoth | 2010-10-27 05:08:52 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] Show message for matches that were not case-sensitive to avoid confusion and also avoid duplication of hidden fields ---------------------------------------------- r30335 | nkoth | 2010-10-27 04:31:30 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] pagination for global search and replace ---------------------------------------------- r30332 | nkoth | 2010-10-27 03:25:47 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] Paginatin not working (or rather working crazy) ---------------------------------------------- r30331 | nkoth | 2010-10-27 02:30:13 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] target attribute being removed by HTML purifier making popupLinks feature and links set to use target attribute in wysiwyg not work. I know this not XHTML strict compliant but if these features are to work we have to use these relegated things for now ---------------------------------------------- r30329 | chealer | 2010-10-27 00:30:42 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] French: "bares d'outils" => "barres d'outils" ---------------------------------------------- r30326 | changi67 | 2010-10-26 22:53:25 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] if we display all files in browsing mode (that's strange because the button is browse images), then files other than images should be downloadable ---------------------------------------------- r30322 | jonnybradley | 2010-10-26 21:22:19 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] autosave: Use page's wysiwyg setting to set process_wiki_paragraphs option for parse_data instead of is_html. ---------------------------------------------- r30321 | changi67 | 2010-10-26 21:20:17 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] AVI deserve to have a small icon ---------------------------------------------- r30320 | jonnybradley | 2010-10-26 21:17:39 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] autosave: Don't url encode/decode saved data (was breaking preview of default HomePage content for instance) ---------------------------------------------- r30319 | luciash | 2010-10-26 21:07:20 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] flagmapping: cleaning up ---------------------------------------------- r30318 | luciash | 2010-10-26 20:54:42 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] language switch flagmapping: added few missing flags where appropriate... not adding the korean language one to prevent controversy ---------------------------------------------- r30316 | jonnybradley | 2010-10-26 20:21:17 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] fivealive: Remove sRGB colour profile from PNG file (makes it a different colour on a Mac screen) ---------------------------------------------- r30314 | marclaporte | 2010-10-26 19:04:06 +0200 (Tue, 26 Oct 2010) | 1 line [DOC] add relevant rating options in admin panel ---------------------------------------------- r30312 | marclaporte | 2010-10-26 18:51:04 +0200 (Tue, 26 Oct 2010) | 1 line better clarify that author rating and user rating are two different things ---------------------------------------------- r30310 | sylvieg | 2010-10-26 18:39:10 +0200 (Tue, 26 Oct 2010) | 1 line [FIX]TRACKERHELP: better strings ---------------------------------------------- r30307 | sampaioprimo | 2010-10-26 14:20:16 +0200 (Tue, 26 Oct 2010) | 2 lines [bp/r30279][FIX] wrong variable name when calling $tikilib->object_post_save() on $tikilib->create_page() ---------------------------------------------- r30306 | jonnybradley | 2010-10-26 13:56:41 +0200 (Tue, 26 Oct 2010) | 1 line [DOC] register: Much better language for "whilelist this domain" text - thanks ricks99 ---------------------------------------------- r30305 | luciash | 2010-10-26 06:29:52 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] fivealive theme: seamless background for the header ---------------------------------------------- r30304 | luciash | 2010-10-26 04:24:47 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] use choices separator for browser title from admin > look and feel > misc instead of hardcoded colon ---------------------------------------------- r30303 | nkoth | 2010-10-26 04:18:18 +0200 (Tue, 26 Oct 2010) | 2 lines [FIX] pages created using profiles cannot be used in wysiwyg previously because settings were wrong. This corrects it by allowing setting a flag to have content be wysiwyg. ---------------------------------------------- r30302 | luciash | 2010-10-26 04:01:00 +0200 (Tue, 26 Oct 2010) | 1 line [ENH] *lite CSS update - only some handy comments were added/modified and updated the contact info ---------------------------------------------- r30301 | luciash | 2010-10-26 03:04:16 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] final solution (hopefully) to the fixed width and "display: table" issue - tested in Chrome, Firefox, Safari so far (TODO: remove the now obsolete fixed_width.css file to save two HTTP requests ;)) ---------------------------------------------- r30300 | luciash | 2010-10-26 02:30:45 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] strip leading and trailing whitespace from browser title ---------------------------------------------- r30295 | nkoth | 2010-10-25 21:21:04 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] Prevent "do you want to leave this page" popup due to js error in IE. Basically sel is undefined. Note: underlying problem of selection not being able to be captured in IE still an issue. See bug #3607 ---------------------------------------------- r30294 | luciash | 2010-10-25 21:04:42 +0200 (Mon, 25 Oct 2010) | 1 line [ROLLBACK] r30271 - sorry gary, caused more trouble than good ---------------------------------------------- r30291 | jonnybradley | 2010-10-25 20:23:45 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] toolbars admin: Test for CKEDITOR before using to stop JS errors in toolbars admin (TODO refactoring) ---------------------------------------------- r30290 | nkoth | 2010-10-25 20:09:57 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] Insert Wiki Link popup has scroll bars in IE7 messing up view ---------------------------------------------- r30284 | jonnybradley | 2010-10-25 17:45:12 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] Wiki link tool: Don't let links without a PageName be entered (thanks nkoth) ---------------------------------------------- r30281 | jonnybradley | 2010-10-25 16:59:03 +0200 (Mon, 25 Oct 2010) | 2 lines [bp/r30276][FIX] wrong variable name causing html data not being "purified" when creating a new wiki page (thanks sampaioprimo) ---------------------------------------------- r30277 | sylvieg | 2010-10-25 15:37:40 +0200 (Mon, 25 Oct 2010) | 1 line [FIX]browser title: headtitle can not contain site title as it is added in header.tpl before or after ---------------------------------------------- r30274 | sylvieg | 2010-10-25 14:59:25 +0200 (Mon, 25 Oct 2010) | 1 line [FIX]tracker: to have back the item name in the title instead of the 'Vire tracker item' ---------------------------------------------- r30273 | jonnybradley | 2010-10-25 14:45:59 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] profiles: Change profile_sources pref to tiki.org (so the links from HomePage work again) ---------------------------------------------- r30271 | chibaguy | 2010-10-25 14:34:01 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] Moved display:table from body to html in lite.css, and removed display property from body in layout.css. This fixes Fivealive's header background (display full page width) and column layout seems to be fine. ---------------------------------------------- r30270 | chibaguy | 2010-10-25 14:27:24 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] More text/background color contrast fixes, and menu li background improvement. ---------------------------------------------- r30269 | jonnybradley | 2010-10-25 14:25:00 +0200 (Mon, 25 Oct 2010) | 1 line [FIX]Update homepages in EN-UK and CS with the category param for 6.x profiles ---------------------------------------------- r30268 | sampaioprimo | 2010-10-25 14:20:40 +0200 (Mon, 25 Oct 2010) | 1 line Hungarian tranlations done on i18n.tiki.org ---------------------------------------------- r30267 | sampaioprimo | 2010-10-25 14:19:13 +0200 (Mon, 25 Oct 2010) | 1 line Deutsch tranlations done on i18n.tiki.org ---------------------------------------------- r30266 | sept_7 | 2010-10-25 14:10:11 +0200 (Mon, 25 Oct 2010) | 2 lines [ENH] WebDAV : better message for webdav link in file gallery ---------------------------------------------- r30265 | sept_7 | 2010-10-25 14:08:59 +0200 (Mon, 25 Oct 2010) | 2 lines [FIX] WebDAV : Simplify path handling in WebDAV ---------------------------------------------- r30264 | sept_7 | 2010-10-25 14:07:39 +0200 (Mon, 25 Oct 2010) | 4 lines [FIX] Use SCRIPT_NAME instead of PHP_SELF : homogenize use of SCRIPT_NAME in tiki-filter-base.php as it is used all over this script and PHP_SELF is used only twice... ---------------------------------------------- r30263 | xavidp | 2010-10-25 14:03:43 +0200 (Mon, 25 Oct 2010) | 1 line [FIX]Update homepages in CA and ES with the category param for 6.x profiles ---------------------------------------------- r30262 | chibaguy | 2010-10-25 12:44:08 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] Text/background color contrast in remarks box. ---------------------------------------------- r30258 | chibaguy | 2010-10-25 11:31:23 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] Table td with class "button" in two files messed up by removal of element name from .button in stylesheets, so class here changed to "button_container". ---------------------------------------------- r30257 | marclaporte | 2010-10-25 06:45:23 +0200 (Mon, 25 Oct 2010) | 1 line updating doc link ---------------------------------------------- r30256 | marclaporte | 2010-10-25 06:19:54 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] bp/30150 Fix lesser magic reporting ---------------------------------------------- r30255 | marclaporte | 2010-10-25 04:26:58 +0200 (Mon, 25 Oct 2010) | 1 line removing out of sync, untranslated string ---------------------------------------------- r30254 | marclaporte | 2010-10-25 03:21:05 +0200 (Mon, 25 Oct 2010) | 1 line [ENH] 6.x profiles are now online, ready to test ---------------------------------------------- r30253 | jonnybradley | 2010-10-24 23:19:37 +0200 (Sun, 24 Oct 2010) | 1 line [FIX] wysiwyg: Image tool - use filegal manager for the ckeditor html image tool as a workaround pending perfection of the tiki_plugin plugin (so at least you can use html images from tiki filegals) ---------------------------------------------- r30252 | jonnybradley | 2010-10-24 21:59:04 +0200 (Sun, 24 Oct 2010) | 1 line [FIX] wysiwyg: Plugin plugin: make context menu item work, use jQuery to set up click and editable attr's and remove some dead code. ---------------------------------------------- r30251 | jonnybradley | 2010-10-24 21:55:15 +0200 (Sun, 24 Oct 2010) | 1 line [FIX] wysiwyg: insertAt() try parent elements whatever the selection type (make plugin edit work in more cases) ---------------------------------------------- r30250 | jonnybradley | 2010-10-24 19:14:26 +0200 (Sun, 24 Oct 2010) | 1 line [FIX] wysiwyg: Don't try and preview {toc} ---------------------------------------------- r30249 | chibaguy | 2010-10-24 04:58:13 +0200 (Sun, 24 Oct 2010) | 1 line [FIX] Necessary element name reinstated (thanks luciash). ---------------------------------------------- r30247 | ricks99 | 2010-10-24 01:36:31 +0200 (Sun, 24 Oct 2010) | 1 line [FIX] add missing LABEL elements for a11y. Also included default for sender email (when not set) ---------------------------------------------- r30246 | changi67 | 2010-10-23 18:38:50 +0200 (Sat, 23 Oct 2010) | 1 line ~TRA~ I18n - Add Korean language - thanks Chahn ---------------------------------------------- r30245 | jonnybradley | 2010-10-23 16:44:27 +0200 (Sat, 23 Oct 2010) | 1 line [DOC] wysiwyg: Some help text - please improve ---------------------------------------------- r30244 | jonnybradley | 2010-10-23 16:37:08 +0200 (Sat, 23 Oct 2010) | 4 lines [FIX] ckeditor: Some more on plugins using ckeditor "fakeobjects" and protectedSource techniques to make plugin representation a read only block - partially successful (images still not right). Div enclosed plugins now set to 100% width to be more "realistic". Some refactoring and tidying of dead code. ---------------------------------------------- r30241 | chibaguy | 2010-10-23 08:22:18 +0200 (Sat, 23 Oct 2010) | 1 line [FIX] Element names removed; not needed. Also some needed ones reinstated. ---------------------------------------------- r30240 | chibaguy | 2010-10-23 07:55:39 +0200 (Sat, 23 Oct 2010) | 1 line [FIX] Element names removed; not needed. ---------------------------------------------- r30239 | chibaguy | 2010-10-23 07:39:37 +0200 (Sat, 23 Oct 2010) | 1 line [FIX] Element names removed; not needed, and in imported CSS files can cause a problem for theme overrides. ---------------------------------------------- r30236 | nkoth | 2010-10-23 00:45:53 +0200 (Sat, 23 Oct 2010) | 1 line [FIX] HTML Validation errors ---------------------------------------------- r30233 | nkoth | 2010-10-22 23:26:20 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] Prevent admin's user preferences from being replaced with other user's preferences when creating new user tracker item for other user, or for example in a pretty tracker. ---------------------------------------------- r30231 | chealer | 2010-10-22 22:52:41 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] Site title: HTML special chars encoding ---------------------------------------------- r30230 | chealer | 2010-10-22 22:46:18 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] Admin menus: HTML special chars encoding ---------------------------------------------- r30229 | luciash | 2010-10-22 21:53:16 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] print article: broken topic image when none set, little refactoring + KISS ---------------------------------------------- r30225 | luciash | 2010-10-22 20:47:06 +0200 (Fri, 22 Oct 2010) | 1 line little cleanup ---------------------------------------------- r30223 | jonnybradley | 2010-10-22 19:59:22 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] ckeditor: Some improvement for IE trying to edit plugins, more TODO ---------------------------------------------- r30222 | luciash | 2010-10-22 19:49:10 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] remarksboxes titles position again ---------------------------------------------- r30221 | luciash | 2010-10-22 19:48:14 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] fivealive theme: partial rollback of 30219 as it affected the fivealive theme options too and maybe better approach ... (why should admin section have different background color for fieldsets?) ---------------------------------------------- r30220 | luciash | 2010-10-22 19:37:39 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] better alignment of the tabs ---------------------------------------------- r30219 | luciash | 2010-10-22 19:22:28 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] fivealive theme: colors of selected tabs in admin and no border for them ---------------------------------------------- r30218 | luciash | 2010-10-22 19:05:45 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] better alignment of the tabs and the tabstoggle button ---------------------------------------------- r30128 | minger0 | 2010-10-19 21:28:25 +0200 (Tue, 19 Oct 2010) | 1 line [FIX] removed an unusual character ---------------------------------------------- r30127 | minger0 | 2010-10-19 21:16:39 +0200 (Tue, 19 Oct 2010) | 1 line [FIX] admin look and feel broken ---------------------------------------------- r30125 | jonnybradley | 2010-10-19 17:01:00 +0200 (Tue, 19 Oct 2010) | 2 lines [FIX] wiki: Restore legacy wiki_up insert image function for when feature_filegals_manager is off. Note, you also need ajax_autosave off for the old preview method to upload the selected images. Saving uploads them ok either way. (thanks ricks99) ---------------------------------------------- r30123 | luciash | 2010-10-19 16:10:33 +0200 (Tue, 19 Oct 2010) | 1 line cleanup: moving color and background related properties to design.css + little optimizations ---------------------------------------------- r30122 | jonnybradley | 2010-10-19 16:03:27 +0200 (Tue, 19 Oct 2010) | 1 line [FIX] sheets: Make new JS libs external (too buggy to be minified) ---------------------------------------------- r30121 | sylvieg | 2010-10-19 15:59:33 +0200 (Tue, 19 Oct 2010) | 1 line [FIX]messu: email protection at display has nothing to do with the from from messu: an email public and encoded must be used for the from in the message ---------------------------------------------- r30120 | sylvieg | 2010-10-19 15:52:50 +0200 (Tue, 19 Oct 2010) | 1 line [FIX]pref: email is public was lost (used in messu) ---------------------------------------------- r30119 | jonnybradley | 2010-10-19 14:52:34 +0200 (Tue, 19 Oct 2010) | 2 lines [MOD] user prefs: Split first tab into two for a cleaner, friendlier first impression. Separated gmap locator button from lat/lon/zoom values (added zoom which was missing) and added small map display to tab 1 (if ajax on). ---------------------------------------------- r30118 | chibaguy | 2010-10-19 14:50:18 +0200 (Tue, 19 Oct 2010) | 1 line [FIX] Language improvement (more appropriate verb for forum submit - post rather than publish) ---------------------------------------------- r30117 | jonnybradley | 2010-10-19 14:47:27 +0200 (Tue, 19 Oct 2010) | 1 line [FIX] gmaps: Propagate view_user (for admin of other users) ---------------------------------------------- r30116 | robertplummer | 2010-10-19 14:46:37 +0200 (Tue, 19 Oct 2010) | 1 line [MOD] Removed old chart references to jgcharts and added them for gRapha?\195?\171l ---------------------------------------------- r30115 | jonnybradley | 2010-10-19 14:46:22 +0200 (Tue, 19 Oct 2010) | 1 line [FIX] gmaps: Check for correct ajax pref (ajax_xajax) and add button to return to prefs button. ---------------------------------------------- r30114 | jonnybradley | 2010-10-19 14:42:58 +0200 (Tue, 19 Oct 2010) | 1 line [FIX] avatars: Propogate view_user (for admin of other users) ---------------------------------------------- r30111 | chibaguy | 2010-10-19 02:02:23 +0200 (Tue, 19 Oct 2010) | 1 line [FIX] Page needs to be full width when fixed-width option is off, and this percentage was preventing that. Percentage was also inherited when fixed-width was set, reducing specified fixed width by 90%. ---------------------------------------------- r30109 | jonnybradley | 2010-10-18 23:47:12 +0200 (Mon, 18 Oct 2010) | 1 line [FIX] prefs: default error reporting to E_ALL & ~E_NOTICE for new installs (still admin only) - to be reverted to 0 when white page issue solved. ---------------------------------------------- r30106 | jonnybradley | 2010-10-18 23:04:03 +0200 (Mon, 18 Oct 2010) | 1 line [DB] Set correct utf8 charset and collation on clean install ---------------------------------------------- r30105 | jonnybradley | 2010-10-18 22:55:08 +0200 (Mon, 18 Oct 2010) | 1 line lost hyphem ---------------------------------------------- r30103 | sampaioprimo | 2010-10-18 22:23:05 +0200 (Mon, 18 Oct 2010) | 2 lines [FIX] make sure only admins can write database translations back to language.php ---------------------------------------------- r30102 | jonnybradley | 2010-10-18 22:19:37 +0200 (Mon, 18 Oct 2010) | 1 line [FIX] js: wysiwyg requires javascript ---------------------------------------------- r30101 | jonnybradley | 2010-10-18 22:19:02 +0200 (Mon, 18 Oct 2010) | 1 line [FIX] js: setcookie expects seconds for expiry ---------------------------------------------- r30096 | jonnybradley | 2010-10-18 20:55:00 +0200 (Mon, 18 Oct 2010) | 1 line [FIX] messu: Fix scope for CHECKBOX_LIST var declaration now the select all function is back (thanks sylvieg) ---------------------------------------------- r30095 | jonnybradley | 2010-10-18 20:03:29 +0200 (Mon, 18 Oct 2010) | 1 line [FIX] article generator: Don't duplicate info when description and content start the same, and don't add ~np~ to empty content. ---------------------------------------------- r30093 | jonnybradley | 2010-10-18 18:42:08 +0200 (Mon, 18 Oct 2010) | 1 line [FIX] newsletters: Handle subscriptions from wiki page using trackerlist which now seems to be {strip}ed (no line feeds) ---------------------------------------------- r30092 | sylvieg | 2010-10-18 18:11:55 +0200 (Mon, 18 Oct 2010) | 1 line [FIX]js: move the checkbox-list_check_all function to an unconditional js for the messu_*.php script ---------------------------------------------- r30089 | jonnybradley | 2010-10-18 14:21:07 +0200 (Mon, 18 Oct 2010) | 2 lines [FIX] timezones: Check validity of both cases of timezone selection. Then recheck incase server_timezone is invalid. Should fix out of memory errors on saving user prefs and general admin in some setups (thanks Geoff). ---------------------------------------------- r30087 | sampaioprimo | 2010-10-18 02:58:20 +0200 (Mon, 18 Oct 2010) | 2 lines removing code comment on test (thanks jonny for fixing the issue with headings) ---------------------------------------------- r30086 | jonnybradley | 2010-10-17 21:05:57 +0200 (Sun, 17 Oct 2010) | 1 line [FIX] preview: Only diff current section when section editing. Also fix html encoding on left side of diff. ---------------------------------------------- r30085 | jonnybradley | 2010-10-17 21:01:40 +0200 (Sun, 17 Oct 2010) | 1 line [FIX] plugin alias admin: cookietab ---------------------------------------------- r30084 | jonnybradley | 2010-10-17 19:38:18 +0200 (Sun, 17 Oct 2010) | 1 line [FIX] plugin alias: Fix missing data in plugin alias body parsing (should fix wishes on dev.t.o) ---------------------------------------------- r30083 | jonnybradley | 2010-10-17 18:22:05 +0200 (Sun, 17 Oct 2010) | 1 line Minor change to pref warning for feature_wiki_save_draft ---------------------------------------------- r30082 | jonnybradley | 2010-10-17 17:36:24 +0200 (Sun, 17 Oct 2010) | 1 line validation mail - trim some whitespace ---------------------------------------------- r30081 | jonnybradley | 2010-10-17 17:33:30 +0200 (Sun, 17 Oct 2010) | 1 line [CSS] Make disabled elements, especially select menus, look different as most themes override the browser default. ---------------------------------------------- r30080 | marclaporte | 2010-10-17 16:27:54 +0200 (Sun, 17 Oct 2010) | 1 line lesser magic descriptions ---------------------------------------------- r30079 | marclaporte | 2010-10-17 16:20:10 +0200 (Sun, 17 Oct 2010) | 1 line documenting what people should do, not just what they shouldn't do ---------------------------------------------- r30078 | marclaporte | 2010-10-17 16:16:15 +0200 (Sun, 17 Oct 2010) | 1 line [ENH] Beefing up programmers's admin panel with more relevant preferences. TODO: make a dedicated panel for programmers. ---------------------------------------------- r30077 | chibaguy | 2010-10-17 08:33:01 +0200 (Sun, 17 Oct 2010) | 1 line [FIX] Add a CSS class to div.wikitext when "Display page name as page title" is turned off, to be able to style headings consistently. (Headings in wikitext change by one size when that option is turned on|off.) ---------------------------------------------- r30074 | jonnybradley | 2010-10-16 21:00:27 +0200 (Sat, 16 Oct 2010) | 1 line [CSS] cluetip "colours" for jqui ---------------------------------------------- r30073 | jonnybradley | 2010-10-16 20:59:53 +0200 (Sat, 16 Oct 2010) | 1 line [CSS] Move common #fixedwidth definitions into layout.css and set width when using fluid layout ---------------------------------------------- r30072 | jonnybradley | 2010-10-16 20:20:39 +0200 (Sat, 16 Oct 2010) | 1 line [FIX] ckeditor: Handle $headerlib->wysiwyg_parsing better for nested calls to parse_data, and remove html tags from plugin body ---------------------------------------------- r30071 | jonnybradley | 2010-10-16 20:01:04 +0200 (Sat, 16 Oct 2010) | 1 line [FIX] tabs module: Remove trailing </p> tags produced by ckeditor ---------------------------------------------- r30070 | jonnybradley | 2010-10-16 19:59:39 +0200 (Sat, 16 Oct 2010) | 1 line [FIX] ckeditor: Correct plugin regexp to allow for ckeditor reformatting source ---------------------------------------------- r30069 | chealer | 2010-10-16 19:42:14 +0200 (Sat, 16 Oct 2010) | 2 lines [FIX] Textareas: JavaScript escaping for apostrophes in page names when AJAX is on, fixes JS errors Closes: #3583. Still needs proper escaping ---------------------------------------------- r30068 | jonnybradley | 2010-10-16 19:03:54 +0200 (Sat, 16 Oct 2010) | 1 line [FIX] ckeditor: Don't add another body end tag ---------------------------------------------- r30067 | jonnybradley | 2010-10-16 16:33:36 +0200 (Sat, 16 Oct 2010) | 1 line [FIX] multilingual: Tidy up last of switch over from "bl=n" to "no_bl=y" for viewing pages not in "feature_best_language" (if enabled) ---------------------------------------------- r30066 | jonnybradley | 2010-10-16 16:29:25 +0200 (Sat, 16 Oct 2010) | 1 line [FIX] multilingual: Move no_bl to end of url created by translations menu ---------------------------------------------- r30065 | jonnybradley | 2010-10-16 15:35:31 +0200 (Sat, 16 Oct 2010) | 1 line [FIX] parse_data: Correct showhide heading regression revealed by test added in r30061 (thanks sampaioprimo) ---------------------------------------------- r30063 | robertplummer | 2010-10-16 00:37:47 +0200 (Sat, 16 Oct 2010) | 1 line [ADD] The event handlers for checking the values of each of the revision selectors in sheet history ---------------------------------------------- r30061 | sampaioprimo | 2010-10-16 00:11:09 +0200 (Sat, 16 Oct 2010) | 2 lines create new failing test to demonstrate a regression bug from 5.x to 6.x related with headings in wiki pages (see comments on top of the test for more info) ---------------------------------------------- r30060 | nkoth | 2010-10-16 00:02:26 +0200 (Sat, 16 Oct 2010) | 1 line Improve wording to make UI clearer ---------------------------------------------- r30059 | robertplummer | 2010-10-16 00:01:52 +0200 (Sat, 16 Oct 2010) | 5 lines [MOD] Dropped date sorting in sheet history, it got very confusing, VERY fast [MOD] Migrated many of the js for tiki-view_sheets.js into functions called form the page [ADD] Added revision dates at the top of sheet history so you know what you are looking at [MOD] Changed the name of tiki-view-sheets.tpl to tiki-view_sheets.tpl, it was making me very angry! [FIX] The back button issue for viewing sheet history ---------------------------------------------- r30058 | sampaioprimo | 2010-10-15 23:24:16 +0200 (Fri, 15 Oct 2010) | 2 lines add test for collapsible heading ---------------------------------------------- r30057 | sylvieg | 2010-10-15 23:09:52 +0200 (Fri, 15 Oct 2010) | 1 line [FIX]calendar: more precise message for the calendar import format ---------------------------------------------- r30056 | sampaioprimo | 2010-10-15 23:01:12 +0200 (Fri, 15 Oct 2010) | 1 line adding back a few tests that were commented (just had to replace \n with <br />, makes sense?) ---------------------------------------------- r30055 | sampaioprimo | 2010-10-15 22:52:47 +0200 (Fri, 15 Oct 2010) | 2 lines ops, changed some spaces inside strings to tab with previous commit ---------------------------------------------- r30050 | jonnybradley | 2010-10-15 19:51:12 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] textarea: Correct logic for session timeout warning box and stop it appearing momentarily on page load. Also pass on tracker as section for toolbar choice for when in plugin. ---------------------------------------------- r30049 | jonnybradley | 2010-10-15 19:15:52 +0200 (Fri, 15 Oct 2010) | 1 line [CSS] trackerfilter-result: better max height - 120 lines instead of 50 which was way too short ---------------------------------------------- r30047 | ricks99 | 2010-10-15 18:31:30 +0200 (Fri, 15 Oct 2010) | 1 line [ENH]Better message to user when tree is empty. ---------------------------------------------- r30046 | jonnybradley | 2010-10-15 18:10:23 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] tracker plugin: Correct logic for auto-assign user fields (should fix lack of "submitted by" info experienced on dev.t.o wishlist) ---------------------------------------------- r30045 | jonnybradley | 2010-10-15 17:35:50 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] trackers: More on category fields - fixes tiki-view_tracker.php list (tracker plugin still not quite right on multiselects) ---------------------------------------------- r30044 | sampaioprimo | 2010-10-15 16:54:45 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] set right padding-top for interactive translation box ---------------------------------------------- r30041 | sampaioprimo | 2010-10-15 16:01:05 +0200 (Fri, 15 Oct 2010) | 1 line pt-br translations done on i18n.tiki.org ---------------------------------------------- r30040 | sampaioprimo | 2010-10-15 15:35:37 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] setting file galery as home page now works (was using wrong preference name) ---------------------------------------------- r30039 | sylvieg | 2010-10-15 15:33:56 +0200 (Fri, 15 Oct 2010) | 1 line [FIX]perms: admin_importer and admin_toolbars do not give admin perms to all tiki perms - we were lucky the tiki_p_admin was the last one in the perms list ---------------------------------------------- r30038 | jonnybradley | 2010-10-15 14:53:01 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] trackers: 2nd part of fix for category fields not working reliably since the "descendants" option was added. Fixes tiki-view_tracker_item.php (anywhere else needed?) ---------------------------------------------- r30037 | luciash | 2010-10-15 13:34:10 +0200 (Fri, 15 Oct 2010) | 1 line xhtml: added missing alt for img tags ---------------------------------------------- r30036 | jonnybradley | 2010-10-15 13:25:55 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] trackers: Partial fix for category fields not working reliably since the "descendants" option was added. Fixes plugins, not tiki-view_tracker_item.php (yet) ---------------------------------------------- r30035 | luciash | 2010-10-15 13:22:21 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] Kaltura media entries actions i18n: added missing tr to some strings ---------------------------------------------- r30034 | luciash | 2010-10-15 13:13:23 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] Kaltura media entries actions: change from view to download icon link ---------------------------------------------- r30032 | xavidp | 2010-10-15 12:47:10 +0200 (Fri, 15 Oct 2010) | 1 line [FIX]Usability fix: Disambiguation in the labels shown to users for Share access rights with friends. Thanks J?\195?\182rn (cdrwhite) ---------------------------------------------- r30031 | luciash | 2010-10-15 12:29:20 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] Kaltura media entries: change from download link to view link ---------------------------------------------- r30030 | xavidp | 2010-10-15 11:34:07 +0200 (Fri, 15 Oct 2010) | 1 line [FIX]Usability fix: after sending a message to multiple users, you see their names separated by commas for some reason, while the right syntax to have multiple usernames in the required fields is by separating them with semicolon instead. Tip added with that info. ---------------------------------------------- r30023 | jonnybradley | 2010-10-14 23:12:46 +0200 (Thu, 14 Oct 2010) | 1 line [FIX] multilingual: Disabled translations menu when showing structures as it doesn't work. Use the switch language module as a work-around pending a proper fix after 6.0 ---------------------------------------------- r30022 | jonnybradley | 2010-10-14 23:04:46 +0200 (Thu, 14 Oct 2010) | 1 line [FIX] flags: Missing Welsh mapping ---------------------------------------------- r30020 | jonnybradley | 2010-10-14 21:57:30 +0200 (Thu, 14 Oct 2010) | 1 line [FIX] rankings: Use $multilinguallib->useBestLanguage() instead of outdated request params. ---------------------------------------------- r30019 | jonnybradley | 2010-10-14 21:41:53 +0200 (Thu, 14 Oct 2010) | 1 line [FIX] xhtml: Wrap form contents in divs ---------------------------------------------- r30017 | jonnybradley | 2010-10-14 21:25:10 +0200 (Thu, 14 Oct 2010) | 1 line [FIX] multilingual: Respect pref feature_detect_language (from browser) when detecting languages. ---------------------------------------------- r30014 | sept_7 | 2010-10-14 18:15:35 +0200 (Thu, 14 Oct 2010) | 2 lines [FIX] Small layout fix for consistency. ---------------------------------------------- r30011 | chibaguy | 2010-10-14 15:48:14 +0200 (Thu, 14 Oct 2010) | 1 line [FIX] Correction of where display:table is placed (from body to #fixedwidth). Please test for Javascript and textarea errors. ---------------------------------------------- r30008 | marclaporte | 2010-10-14 15:44:53 +0200 (Thu, 14 Oct 2010) | 1 line remove stray secdb file ---------------------------------------------- r30006 | chibaguy | 2010-10-14 14:57:47 +0200 (Thu, 14 Oct 2010) | 1 line [FIX] Alternative method to implement fixed-width without !important on widths, and moving rules so lite.css doesn't have Tiki-specific code. Please test again for Javascript and textarea errors. ---------------------------------------------- r30005 | robertplummer | 2010-10-14 14:28:16 +0200 (Thu, 14 Oct 2010) | 1 line [MOD] Changed the name of the history template, it was causing xajax to fail. ---------------------------------------------- r30004 | chibaguy | 2010-10-14 13:42:10 +0200 (Thu, 14 Oct 2010) | 1 line [FIX] Page background images weren't going full-width (in this theme, div#fixedwidth is full-width to allow wide header and footer background images; divs #header-top, #tiki-top .wrapper, and #middle have width: 990px). ---------------------------------------------- r30002 | robertplummer | 2010-10-14 03:05:13 +0200 (Thu, 14 Oct 2010) | 1 line [ENH] Changes for sheet to support pagination in history. Still needs a bit of debug, but links are there. ---------------------------------------------- r30000 | chealer | 2010-10-14 00:22:54 +0200 (Thu, 14 Oct 2010) | 3 lines [FIX] PDO: uploading a file to a file gallery and recovering it breaks its non-ASCII characters when client_charset and character_set_database differ (often making applications report the file as corrupted), and operations on BLOBs in general partially reverts r27399. Ref: http://sourceforge.net/mailarchive/message.php?msg_name=4CAAAFFD.6040103%40gmail.com This will probably have the opposite effect for BLOBs populated in Tiki 5; please report if this happens ---------------------------------------------- r29999 | sept_7 | 2010-10-13 22:39:40 +0200 (Wed, 13 Oct 2010) | 2 lines [ENH] More french translations ---------------------------------------------- r29998 | sept_7 | 2010-10-13 22:39:02 +0200 (Wed, 13 Oct 2010) | 2 lines [FIX] small layout modification for readability of examples ---------------------------------------------- r29995 | jonnybradley | 2010-10-13 20:40:21 +0200 (Wed, 13 Oct 2010) | 1 line [FIX] xhtml: Wrap form contents in a fieldset and correct <p> tags ---------------------------------------------- r29993 | jonnybradley | 2010-10-13 19:23:57 +0200 (Wed, 13 Oct 2010) | 1 line [FIX] search module: Search page needs "highlight" not "find" as the main param. ---------------------------------------------- r29992 | jonnybradley | 2010-10-13 19:20:21 +0200 (Wed, 13 Oct 2010) | 1 line [FIX] xhtml: Wrap form contents in a div (fieldset has a border etc) ---------------------------------------------- r29991 | jonnybradley | 2010-10-13 19:07:55 +0200 (Wed, 13 Oct 2010) | 1 line [FIX] autocomplete: Hide selector when input is clicked on. Should make it less "sticky". ---------------------------------------------- r29987 | sept_7 | 2010-10-13 18:01:52 +0200 (Wed, 13 Oct 2010) | 2 lines [ENH] more French translations ---------------------------------------------- r29986 | sept_7 | 2010-10-13 18:01:20 +0200 (Wed, 13 Oct 2010) | 2 lines [ENH] Some layout modification + some more translated strings ---------------------------------------------- r29984 | Jyhem | 2010-10-13 16:23:53 +0200 (Wed, 13 Oct 2010) | 1 line [FIX] Blog titles and freetags were mixed up randomly depending on title length and number of tags. Now freetags are aways below the title ---------------------------------------------- r29983 | sylvieg | 2010-10-13 15:59:53 +0200 (Wed, 13 Oct 2010) | 1 line [FIX]todo: the wiki body is html - let the mail lib sorts out html and text ---------------------------------------------- r29980 | xavidp | 2010-10-13 14:58:23 +0200 (Wed, 13 Oct 2010) | 1 line [FIX]Tip added about a param needed in some servers for rewrite rules to work, even if not in subdirectories. Took many hours to fix that issue in one of those servers without this tip. ---------------------------------------------- r29884 | Jyhem | 2010-10-07 21:13:57 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] Restore correct display of sitesearchbar for FireFox ---------------------------------------------- r29881 | lindonb | 2010-10-07 21:02:20 +0200 (Thu, 07 Oct 2010) | 1 line Add icon to represent the plugin. ---------------------------------------------- r29880 | Jyhem | 2010-10-07 20:37:16 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] Restore 100% width for non fixed-width option in FireFox ---------------------------------------------- r29879 | eromneg | 2010-10-07 20:09:06 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] split row so that edit screen has full width so that wysiwyg editor shows as close as possible to the actual width ---------------------------------------------- r29878 | eromneg | 2010-10-07 19:44:43 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] provide id to allow css changes to html within newsletter send iframe ---------------------------------------------- r29877 | sampaioprimo | 2010-10-07 19:30:22 +0200 (Thu, 07 Oct 2010) | 1 line Hungarian tranlations done by different contributors on i18n.tiki.org ---------------------------------------------- r29876 | sampaioprimo | 2010-10-07 19:12:47 +0200 (Thu, 07 Oct 2010) | 1 line Welsh tranlations done by different contributors on i18n.tiki.org ---------------------------------------------- r29875 | sampaioprimo | 2010-10-07 19:07:35 +0200 (Thu, 07 Oct 2010) | 1 line Brazilian Portuguese tranlations done by different contributors on i18n.tiki.org ---------------------------------------------- r29874 | sampaioprimo | 2010-10-07 19:05:41 +0200 (Thu, 07 Oct 2010) | 1 line Catal?\195?\160 tranlations done by different contributors on i18n.tiki.org ---------------------------------------------- r29873 | sampaioprimo | 2010-10-07 19:00:28 +0200 (Thu, 07 Oct 2010) | 1 line French tranlations done by different contributors on i18n.tiki.org ---------------------------------------------- r29872 | nkoth | 2010-10-07 18:46:49 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] Autosavefields specified through query string was not being saved ---------------------------------------------- r29871 | sept_7 | 2010-10-07 17:34:03 +0200 (Thu, 07 Oct 2010) | 2 lines [FIX/bp 29870] fix incorrect include path ---------------------------------------------- r29868 | sylvieg | 2010-10-07 16:58:36 +0200 (Thu, 07 Oct 2010) | 1 line [FIX]TRACKER: smarty addign date and itemId to use in the custom mail ---------------------------------------------- r29867 | nyloth | 2010-10-07 16:11:15 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] blogs: display an error when trying to display a post that does not exist. ---------------------------------------------- r29865 | sept_7 | 2010-10-07 13:27:00 +0200 (Thu, 07 Oct 2010) | 3 lines [FIX/bp29863] more directories ignored for the language files, mostly externals. This will help speeding things up in release script by avoiding useless work. ---------------------------------------------- r29864 | sept_7 | 2010-10-07 13:25:39 +0200 (Thu, 07 Oct 2010) | 2 lines [FIX/bp 29860 29861 29862] dos to unix file convertion, missing svn:properties ---------------------------------------------- r29859 | chibaguy | 2010-10-07 12:19:25 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] Keep wide column content from overlapping. (Needs to be tested in all browsers and if javascript and textarea errors continue, in fixed-width and no-fixed-width configurations.) ---------------------------------------------- r29858 | Jyhem | 2010-10-07 12:06:40 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] Remove notice ---------------------------------------------- r29857 | sept_7 | 2010-10-07 10:20:28 +0200 (Thu, 07 Oct 2010) | 4 lines [FIX/bp 29855] Fix error path to avoid file write error if file is not writable, fix notice, and add directories not to look like Zend, phplayers, ezcomponent etc. ---------------------------------------------- r29856 | sept_7 | 2010-10-07 10:15:28 +0200 (Thu, 07 Oct 2010) | 2 lines [ENH/bp 29854] Indentation to ease further patches ---------------------------------------------- r29853 | marclaporte | 2010-10-07 07:40:33 +0200 (Thu, 07 Oct 2010) | 1 line [MOD] On new installs, better defaults to permits to http://doc.tiki.org/Show+changes before saving, as part of http://doc.tiki.org/Live+preview I expect debate on this change. ---------------------------------------------- r29852 | jonnybradley | 2010-10-07 06:25:11 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] parser: Allow external wikis to be case-insensitive ---------------------------------------------- r29851 | marclaporte | 2010-10-07 05:04:12 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] consistent title for external wiki admin panel ---------------------------------------------- r29850 | jonnybradley | 2010-10-07 04:55:52 +0200 (Thu, 07 Oct 2010) | 1 line [MOD] wiki_plugin_edit_view: Move toggle icone after page edit and change icons to plugin based ones. ---------------------------------------------- r29849 | marclaporte | 2010-10-07 04:15:01 +0200 (Thu, 07 Oct 2010) | 1 line TikiWiki -> Tiki ---------------------------------------------- r29848 | marclaporte | 2010-10-07 03:54:33 +0200 (Thu, 07 Oct 2010) | 1 line leftover pref ---------------------------------------------- r29847 | marclaporte | 2010-10-07 03:45:57 +0200 (Thu, 07 Oct 2010) | 1 line new domain name ---------------------------------------------- r29846 | lindonb | 2010-10-07 03:33:56 +0200 (Thu, 07 Oct 2010) | 1 line [KIL] Ancient code with queries on non-existent fields ---------------------------------------------- r29845 | lindonb | 2010-10-07 02:23:41 +0200 (Thu, 07 Oct 2010) | 1 line [KIL] Delete unused plugin filelink. To do: incorporate this into an existing plugin (plugin file and/or files). As discussed at TikiFestNY. ---------------------------------------------- r29844 | nyloth | 2010-10-07 00:08:11 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] lite.css : 'display: table' on the body is causing a lot of javascript problems / weird behaviors, especially when trying to get selection range of textareas. ---------------------------------------------- r29843 | jonnybradley | 2010-10-06 23:56:26 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] files plugin: Better titles and descriptions, use advanced section for some params, add fgal picker for fileId. ---------------------------------------------- r29842 | nyloth | 2010-10-06 23:47:06 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] freetags : display 'no result' when there is no result found + parse tag description + strip_tags on tags names and description ---------------------------------------------- r29841 | nyloth | 2010-10-06 23:04:55 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] dos2unix on templates/tiki-browse_freetags.tpl ---------------------------------------------- r29840 | jonnybradley | 2010-10-06 22:58:44 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] kaltura: Workaround for save/publish not setting editor type (so you have to do it in "change details" form) ---------------------------------------------- r29839 | changi67 | 2010-10-06 22:19:21 +0200 (Wed, 06 Oct 2010) | 1 line ~FIX~ Put the right svn property - thx pkdille ---------------------------------------------- r29838 | Jyhem | 2010-10-06 21:30:32 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] Correct IE7 bug which displayed input field incorrectly in case searchbar is apparent ---------------------------------------------- r29837 | chealer | 2010-10-06 21:08:09 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] Admin panel: don't say there's a new version if stable.version has old version or tiki_release from cache is outdated ---------------------------------------------- r29836 | nyloth | 2010-10-06 20:48:21 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] CAS authentication: Keep cas=y argument for the login page when redirect to https or http. ---------------------------------------------- r29835 | jonnybradley | 2010-10-06 19:55:39 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] kaltura: Respect page size on lists, and reveal hidden editor pref ---------------------------------------------- r29834 | nyloth | 2010-10-06 19:11:38 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] filegals: fix images alignement in FF, IE6 and IE7 when the lines around the image varies too much ---------------------------------------------- r29833 | nyloth | 2010-10-06 18:59:39 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] header: use breadcrumbs only if prefs.feature_breadcrumbs is enabled + also translate browsertitle and headtitle ---------------------------------------------- r29832 | nyloth | 2010-10-06 18:44:41 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] file galleries: be able to change parent gallery just after creating a new gallery ---------------------------------------------- r29831 | nyloth | 2010-10-06 18:01:23 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] Fix the rendering with ie7 and jquery.slidedown (correct edit tab in trackers for ie7) - this is a known jquery bug (http://dev.jquery.com/ticket/3120) which is not fixed yet. ---------------------------------------------- r29829 | nyloth | 2010-10-06 17:12:03 +0200 (Wed, 06 Oct 2010) | 7 lines [FIX] CAS authentication / auto-login SSO - Avoid CAS periodic revalidation on POST methods and when using CLI, because CAS is not able to handle those cases and data will be lost (especially POST data) - Auto-login SSO : do not force redirection to authentication page if not already logged in SSO - Auto-login SSO : Avoid infinite loop when not logged into SSO - Allow users to choose if the CAS logout should also log out from the CAS SSO ---------------------------------------------- r29828 | sept_7 | 2010-10-06 15:55:12 +0200 (Wed, 06 Oct 2010) | 7 lines [ENH/bp29805] Change the way already minified JS are handled. We skip minifying files if: o the file name ends with '.min.js' o or is added with headerlib->add_jsfile($file,$rank,true) the third argument means : true minified file, false normal file With this modification we don't break JS file order. ---------------------------------------------- r29827 | sept_7 | 2010-10-06 15:53:34 +0200 (Wed, 06 Oct 2010) | 2 lines [EHN/bp29804 29814 29819 29820 29823] French translation + typo + allow more strings to be translated ---------------------------------------------- r29826 | nyloth | 2010-10-06 11:53:11 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] Loses the session when creating a page with the character exclamation mark in the name (tested using https). ---------------------------------------------- r29824 | chibaguy | 2010-10-06 06:54:23 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] Button hover style wasn't being applied (at least in Firefox) because hover state selector wasn't as specific as normal state (".button" vs. "span.button"). Thanks to Xavi for reporting. ---------------------------------------------- r29818 | pkdille | 2010-10-05 23:48:10 +0200 (Tue, 05 Oct 2010) | 1 line Rollback r29815 - too late in this branch ---------------------------------------------- r29817 | pkdille | 2010-10-05 23:47:45 +0200 (Tue, 05 Oct 2010) | 1 line Rollback #29812 - too late in this branch ---------------------------------------------- r29815 | pkdille | 2010-10-05 23:07:52 +0200 (Tue, 05 Oct 2010) | 1 line some code cleanup (zend rules) - seen on quality.tw.o ---------------------------------------------- r29809 | changi67 | 2010-10-05 21:05:51 +0200 (Tue, 05 Oct 2010) | 1 line accidently remove comment ---------------------------------------------- r29808 | changi67 | 2010-10-05 21:03:44 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] Release script is broken because is not set when you don't have a db/local.php ---------------------------------------------- r29806 | Jyhem | 2010-10-05 19:43:01 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] Correct IE7 bug which displayed input field incorrectly ---------------------------------------------- r29803 | nkoth | 2010-10-05 17:13:54 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] Prevent notices ---------------------------------------------- r29802 | nkoth | 2010-10-05 17:11:27 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] Page links was broken (empty pagename) when redirect to similar was on, for aliases ---------------------------------------------- r29801 | sylvieg | 2010-10-05 16:54:17 +0200 (Tue, 05 Oct 2010) | 1 line [FIX]articles: pagination must be outside the loop ---------------------------------------------- r29800 | xavidp | 2010-10-05 13:34:42 +0200 (Tue, 05 Oct 2010) | 1 line [FIX]Fix description of the tip, since it can be shown in places where there is no "preview" button (textareas in wiki pages through PluginTracker calls, etc). while there is no better fix for this ... ---------------------------------------------- r29799 | chealer | 2010-10-05 08:34:04 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] Since last visit module: Do not show comments which are not approved ---------------------------------------------- r29798 | jonnybradley | 2010-10-05 07:53:54 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] kaltura: Remove upload widget after adding media. ---------------------------------------------- r29797 | jonnybradley | 2010-10-05 07:47:30 +0200 (Tue, 05 Oct 2010) | 1 line [DOC] kaltura: Use new plugin syntax (properly) ---------------------------------------------- r29796 | jonnybradley | 2010-10-05 07:23:30 +0200 (Tue, 05 Oct 2010) | 1 line [DOC] kaltura: Add plugin embed code to kaltura info box. ---------------------------------------------- r29795 | marclaporte | 2010-10-05 06:52:04 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] Updated help message for Kaltura ---------------------------------------------- r29794 | jonnybradley | 2010-10-05 06:40:47 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] plugin approval: De-sanitize plugin data to make fingerprints consistant with 5.x (so they don't need re-approving). ---------------------------------------------- r29793 | jonnybradley | 2010-10-05 06:30:20 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] parse_data: Move test for not adding line-ends on single line "pages" to happen when wiki paragraph processing only. Fixes unit tests on parser (which don't test wiki para mode). ---------------------------------------------- r29792 | marclaporte | 2010-10-05 05:12:48 +0200 (Tue, 05 Oct 2010) | 1 line [DOC] this script is not working for me so documenting a workaround ---------------------------------------------- r29791 | marclaporte | 2010-10-05 05:10:08 +0200 (Tue, 05 Oct 2010) | 1 line spaces between words are nice ---------------------------------------------- r29787 | marclaporte | 2010-10-05 02:01:56 +0200 (Tue, 05 Oct 2010) | 1 line typos ---------------------------------------------- r29785 | sylvieg | 2010-10-04 20:07:07 +0200 (Mon, 04 Oct 2010) | 1 line [FIX]toolbar: when the toolbar is comment toolbar of the section links admin toolbar to the comment version ---------------------------------------------- r29781 | sylvieg | 2010-10-04 18:51:45 +0200 (Mon, 04 Oct 2010) | 1 line [FIX]toolbar: missing -=title bar=- ---------------------------------------------- r29780 | sylvieg | 2010-10-04 18:20:24 +0200 (Mon, 04 Oct 2010) | 1 line [NEW]captcha: introduce new params to have an easier code to read and to be able to specify image size to fit in a column ---------------------------------------------- r29778 | luciash | 2010-10-04 08:49:03 +0200 (Mon, 04 Oct 2010) | 1 line Kaltura entries: refactoring to avoid code duplication ---------------------------------------------- r29777 | lindonb | 2010-10-04 05:51:38 +0200 (Mon, 04 Oct 2010) | 1 line [FIX} Add plugin edit options and info. No change to functionality. ---------------------------------------------- r29776 | jonnybradley | 2010-10-04 05:51:23 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] kaltura: Status as text and upload link to media not mixes ---------------------------------------------- r29775 | luciash | 2010-10-04 05:28:40 +0200 (Mon, 04 Oct 2010) | 1 line oops, brining back the bottom: -1px for remarksbox titles ---------------------------------------------- r29774 | luciash | 2010-10-04 05:17:31 +0200 (Mon, 04 Oct 2010) | 1 line [ENH] Kaltura entries: Add New Media link ---------------------------------------------- r29773 | nkoth | 2010-10-04 05:08:20 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] New defaults ---------------------------------------------- r29772 | luciash | 2010-10-04 04:54:55 +0200 (Mon, 04 Oct 2010) | 1 line [ENH] Kaltura entries: better labels on button links + real buttons floated on right ---------------------------------------------- r29771 | nkoth | 2010-10-04 04:54:42 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] only show Modified By when Kaltura user is Tiki user (also works around apparent Kaltura Safari problem where __ADMIN__xxxxx user is recorded as Modified By. ---------------------------------------------- r29770 | nkoth | 2010-10-04 04:50:15 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] sorting of mix entries ---------------------------------------------- r29769 | nkoth | 2010-10-04 04:27:25 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] proper link to admin panel ---------------------------------------------- r29768 | jonnybradley | 2010-10-04 04:09:30 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] kaltura: Update entry properties fixed ---------------------------------------------- r29767 | nkoth | 2010-10-04 03:39:25 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] Change filenames referred to ---------------------------------------------- r29766 | jonnybradley | 2010-10-04 03:01:37 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] kaltura: Use prefs instead of hard-coded values for player etc. ---------------------------------------------- r29765 | luciash | 2010-10-04 03:01:34 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] fixing gap (introduced by xhtml strict switch) between remarksbox title and data ---------------------------------------------- r29764 | jonnybradley | 2010-10-04 03:00:27 +0200 (Mon, 04 Oct 2010) | 1 line [KIL] Remove 2 old tpls not used any more and a comment about them (from early kaltura dev) ---------------------------------------------- r29763 | jonnybradley | 2010-10-04 02:03:14 +0200 (Mon, 04 Oct 2010) | 2 lines [FIX] kaltura: Many fixes from the Open Video Conference Hack Day. API updates, new players and numerous fixes. ---------------------------------------------- r29762 | sylvieg | 2010-10-04 00:04:26 +0200 (Mon, 04 Oct 2010) | 1 line [FIX]article: sefurl from last comments mustr open the comments zone and anchor the thread ---------------------------------------------- r29758 | sylvieg | 2010-10-02 16:08:03 +0200 (Sat, 02 Oct 2010) | 1 line translation ---------------------------------------------- r29757 | pkdille | 2010-10-02 08:01:40 +0200 (Sat, 02 Oct 2010) | 1 line [MOD] add tabs to admin menu menu options template ---------------------------------------------- r29754 | xavidp | 2010-10-01 13:52:49 +0200 (Fri, 01 Oct 2010) | 1 line [FIX]Fix wrong description of incompatibilities in current stable geshi releases (1.0.8.9), related to colors & line numbers, and wrap & line numbers. ---------------------------------------------- r29753 | jonnybradley | 2010-09-30 23:18:44 +0200 (Thu, 30 Sep 2010) | 1 line [FIX] kaltura: Make the kaltura "user" value a pref instead of being hard-wired to the server's host name. ---------------------------------------------- r29752 | jonnybradley | 2010-09-30 22:35:14 +0200 (Thu, 30 Sep 2010) | 1 line [FIX] kaltura: No need for the config to be in a function ---------------------------------------------- r29751 | jonnybradley | 2010-09-30 22:27:01 +0200 (Thu, 30 Sep 2010) | 1 line [REF] kaltura: Refactoring common code into lib ---------------------------------------------- r29750 | jonnybradley | 2010-09-30 21:16:15 +0200 (Thu, 30 Sep 2010) | 1 line [FIX] ckeditor: Don't attempt to do wysiwyg for trackerlists, far too dangerous. So just show the syntax as a placeholder. ---------------------------------------------- r29749 | sylvieg | 2010-09-30 21:14:14 +0200 (Thu, 30 Sep 2010) | 1 line [FIX]multitiki: create the local.php in the tikidomain subdir + ise tikkidomainslash ---------------------------------------------- r29748 | jonnybradley | 2010-09-30 20:17:36 +0200 (Thu, 30 Sep 2010) | 1 line [FIX} toolbars: PageBreak syntax was getting parsed when toolbar was in a plugin (like TRACKER) ---------------------------------------------- r29747 | jonnybradley | 2010-09-30 19:14:51 +0200 (Thu, 30 Sep 2010) | 1 line [DOC] htaccess: Small hint about RewriteBase ---------------------------------------------- r29746 | sylvieg | 2010-09-30 17:53:48 +0200 (Thu, 30 Sep 2010) | 1 line [FIX]installer: multitiki lock ---------------------------------------------- r29744 | sdoh | 2010-09-30 17:22:03 +0200 (Thu, 30 Sep 2010) | 1 line [FIX] youtube playlist videos module : add missing global ---------------------------------------------- r29743 | cdrwhite | 2010-09-30 16:46:11 +0200 (Thu, 30 Sep 2010) | 2 lines [FIX] Correct icon name for share in fgal_context_menu and correct callback URL in admin social networks ---------------------------------------------- r29741 | xavidp | 2010-09-30 11:33:48 +0200 (Thu, 30 Sep 2010) | 1 line [FIX]Add common params to the wiki edit help for toc and maketoc (after so many years, and I did still find useless the so scarce information about them without the common params; every time I had to go to the doc.t.o page to find their syntax) ---------------------------------------------- r29740 | sdoh | 2010-09-30 10:59:26 +0200 (Thu, 30 Sep 2010) | 1 line [FIX] wikiplugin youtube: remove codebase attribute which is not needed and is causing warnings on IE when accessing the site in HTTPS ---------------------------------------------- r29739 | sdoh | 2010-09-30 10:54:16 +0200 (Thu, 30 Sep 2010) | 1 line [FIX] Sync retrieved user infos from ldap with or without cas auth_mode. Logon with ldap auth_mode. ---------------------------------------------- r29738 | pkdille | 2010-09-29 22:22:37 +0200 (Wed, 29 Sep 2010) | 1 line adding 3.8 to twversion file ---------------------------------------------- r29736 | nkoth | 2010-09-29 21:58:44 +0200 (Wed, 29 Sep 2010) | 1 line [FIX] forum: avoid this variable may not be empty: $_POST['...'] once and for all for various different cases ---------------------------------------------- r29734 | sylvieg | 2010-09-29 21:12:26 +0200 (Wed, 29 Sep 2010) | 1 line [FIX]TRACKERLIST: missing filterfield=x, exactvalue=not(y) filters the items where fieldId x does not equals to y ---------------------------------------------- r29721 | sylvieg | 2010-09-29 17:51:20 +0200 (Wed, 29 Sep 2010) | 1 line [FIX]multilingual: when clicking on the logo go to the homepage of the current language ---------------------------------------------- r29720 | sylvieg | 2010-09-29 15:57:55 +0200 (Wed, 29 Sep 2010) | 1 line [FIX]TRACKER: multilingual value for TRACKER on an already existing itemId ---------------------------------------------- r29719 | marclaporte | 2010-09-29 15:32:54 +0200 (Wed, 29 Sep 2010) | 1 line [DOC] In release process, adding a cleanup step to save disk space ---------------------------------------------- r29717 | pkdille | 2010-09-29 07:21:06 +0200 (Wed, 29 Sep 2010) | 1 line add 5.3 to twversion file ---------------------------------------------- r29716 | sylvieg | 2010-09-29 01:01:07 +0200 (Wed, 29 Sep 2010) | 1 line [FIX]tracker: separate textarea for each lang ---------------------------------------------- r29714 | chealer | 2010-09-29 00:49:35 +0200 (Wed, 29 Sep 2010) | 2 lines [FIX] Trackers: jscalendar fields popping up invisible or partly invisible due to lower z-index than tabs (0<1). Set global jscalendar z-index to 6. Thanks Guillaume Hamel ---------------------------------------------- r29694 | jonnybradley | 2010-09-28 19:42:40 +0200 (Tue, 28 Sep 2010) | 1 line [DB] Fix order for sefurl tiki-download_file.php without params (needs to happen after thumbnail, display etc) ---------------------------------------------- r29693 | jonnybradley | 2010-09-28 19:38:57 +0200 (Tue, 28 Sep 2010) | 1 line [FIX] fgals manager: fix syntax for when used as a picker from the plugin edit popup and fileId or the url is required. (thanks chealer) ---------------------------------------------- r29688 | jonnybradley | 2010-09-28 14:00:41 +0200 (Tue, 28 Sep 2010) | 1 line [FIX] ckeditor: oops ---------------------------------------------- r29687 | jonnybradley | 2010-09-28 13:58:29 +0200 (Tue, 28 Sep 2010) | 1 line [FIX] ckeditor: Test for autosave feature before using it. ---------------------------------------------- r29683 | chealer | 2010-09-28 05:19:14 +0200 (Tue, 28 Sep 2010) | 2 lines [FIX] FILELINK: handle absence of label oops ---------------------------------------------- r29681 | sept_7 | 2010-09-28 01:00:31 +0200 (Tue, 28 Sep 2010) | 3 lines [FIX/bp 29680] more sanitization of input variable to avoid varcheck error just after. ---------------------------------------------- r29678 | sept_7 | 2010-09-28 00:38:58 +0200 (Tue, 28 Sep 2010) | 2 lines [FIX/bp 29677] typo :( ---------------------------------------------- r29674 | chealer | 2010-09-27 21:51:54 +0200 (Mon, 27 Sep 2010) | 2 lines [FIX] tiki-jsplugin.php (reverts r29668) ---------------------------------------------- r29673 | jonnybradley | 2010-09-27 21:46:51 +0200 (Mon, 27 Sep 2010) | 1 line [FIX] ckeditor: Better handling for selection that spans multiple elements (often in Firefox) ---------------------------------------------- r29672 | changi67 | 2010-09-27 21:42:01 +0200 (Mon, 27 Sep 2010) | 1 line ~FIX~ Fix missing column checking if they exist or not ---------------------------------------------- r29671 | changi67 | 2010-09-27 21:40:57 +0200 (Mon, 27 Sep 2010) | 1 line ~KIL~ Remove this sql script, will be replace by a PHP one which check the column existence ---------------------------------------------- r29670 | changi67 | 2010-09-27 21:37:38 +0200 (Mon, 27 Sep 2010) | 1 line ~FIX~ Better to ignore when already exist ---------------------------------------------- r29668 | sept_7 | 2010-09-27 21:07:23 +0200 (Mon, 27 Sep 2010) | 2 lines [FIX/bp 29667] PHP notice and absolute include path ---------------------------------------------- r29666 | luciash | 2010-09-27 20:44:28 +0200 (Mon, 27 Sep 2010) | 1 line [bp/r29662] information.tpl was removed ---------------------------------------------- r29665 | jonnybradley | 2010-09-27 20:24:53 +0200 (Mon, 27 Sep 2010) | 2 lines [FIX] ckeditor: Use the correct dataProcessor to parse the source, not the one i found in some parallel universe. Fixes anchor and pagebreak elements, probably others. ---------------------------------------------- r29663 | chealer | 2010-09-27 19:32:37 +0200 (Mon, 27 Sep 2010) | 1 line [FIX] undefined $tikipath breaking JS with display_errors and when showing notices ---------------------------------------------- r29661 | luciash | 2010-09-27 19:20:56 +0200 (Mon, 27 Sep 2010) | 1 line [KIL] information.tpl: unused file ---------------------------------------------- r29658 | pkdille | 2010-09-27 18:14:07 +0200 (Mon, 27 Sep 2010) | 1 line Homogenize titles in tiki-view_forum_thread and in tiki-view_forum ---------------------------------------------- r29656 | sylvieg | 2010-09-27 16:08:11 +0200 (Mon, 27 Sep 2010) | 1 line [FIX]edit section: obsolete files ---------------------------------------------- r29651 | chealer | 2010-09-27 09:04:08 +0200 (Mon, 27 Sep 2010) | 1 line [SEC] Add authenticity checks and switch from ticketlib[1] to ticketlib2 ---------------------------------------------- r29646 | sampaioprimo | 2010-09-26 17:28:51 +0200 (Sun, 26 Sep 2010) | 2 lines [FIX] second attempt to fix comments listing after replying a comment (see r28688 and r29588) ---------------------------------------------- r29635 | changi67 | 2010-09-26 15:41:40 +0200 (Sun, 26 Sep 2010) | 1 line [FIX] one space left ---------------------------------------------- r29634 | sept_7 | 2010-09-26 12:50:48 +0200 (Sun, 26 Sep 2010) | 2 lines [FIX/bp 29629] Sanitize inputs ---------------------------------------------- r29631 | minger0 | 2010-09-26 12:45:49 +0200 (Sun, 26 Sep 2010) | 1 line [FIX] import_csv handles the utf8 byte order mark from now on ---------------------------------------------- r29628 | minger0 | 2010-09-26 12:38:18 +0200 (Sun, 26 Sep 2010) | 1 line [FIX] added ~np~ to the wikiplugin_back ---------------------------------------------- r29623 | pkdille | 2010-09-26 08:29:13 +0200 (Sun, 26 Sep 2010) | 1 line [bp/r29589] [FIX] Solve bugs of variables 'undefined is null or not object' at unloading of the page with IE ---------------------------------------------- r29622 | luciash | 2010-09-26 05:15:53 +0200 (Sun, 26 Sep 2010) | 1 line missing head title ---------------------------------------------- r29619 | sept_7 | 2010-09-26 04:46:41 +0200 (Sun, 26 Sep 2010) | 2 lines [FIX/bp 29618] Sanitize input ---------------------------------------------- r29617 | luciash | 2010-09-26 00:59:21 +0200 (Sun, 26 Sep 2010) | 1 line [FIX] installer: prevent empty browser title ---------------------------------------------- r29616 | luciash | 2010-09-26 00:10:34 +0200 (Sun, 26 Sep 2010) | 1 line little typo, tweaks and restored the powered by button ---------------------------------------------- r29614 | jonnybradley | 2010-09-25 19:53:04 +0200 (Sat, 25 Sep 2010) | 1 line [FIX] ckeditor: Clean out cke_protected comments occurring on missing images, remove duplicated code for reparsing, improve content recovery for ajax errors (a little temporary debug code still in there for now) and a couple of comment changes ---------------------------------------------- r29613 | jonnybradley | 2010-09-25 19:49:56 +0200 (Sat, 25 Sep 2010) | 1 line [FIX] trackerlist: implode warning ---------------------------------------------- r29612 | jonnybradley | 2010-09-25 19:49:12 +0200 (Sat, 25 Sep 2010) | 1 line [FIX] ckeditor: Don't try and load the home page as a stylesheet if the style option is not set or doesn't exist (makes things a bit slow) ---------------------------------------------- r29611 | jonnybradley | 2010-09-25 19:47:27 +0200 (Sat, 25 Sep 2010) | 1 line [MOD] plugin editor: Don't put fields with content in, in the advanced section ---------------------------------------------- r29610 | luciash | 2010-09-25 16:12:35 +0200 (Sat, 25 Sep 2010) | 1 line [FIX] empty theme: misplaced quote, thanks to Wizek on IRC ---------------------------------------------- r29609 | chibaguy | 2010-09-25 15:11:49 +0200 (Sat, 25 Sep 2010) | 1 line [FIX] Site title text was too far to left and overlapping background image. ---------------------------------------------- r29608 | changi67 | 2010-09-25 15:02:22 +0200 (Sat, 25 Sep 2010) | 1 line [FIX] Missing 2 for tiki3 upgrade ---------------------------------------------- r29607 | changi67 | 2010-09-25 14:37:23 +0200 (Sat, 25 Sep 2010) | 1 line [FIX] Modify some column param to fit Tiki6 database from previous version ---------------------------------------------- r29605 | jonnybradley | 2010-09-24 20:49:07 +0200 (Fri, 24 Sep 2010) | 1 line [FIX] getCookie: use defval as default value. ---------------------------------------------- r29604 | jonnybradley | 2010-09-24 20:35:11 +0200 (Fri, 24 Sep 2010) | 1 line [FIX] wysiwyg: Tell parse_data if it is_html to stop wiki paragraph parsing. Also stip out empty <p> tags and remove a bit of old fck code. ---------------------------------------------- r29603 | jonnybradley | 2010-09-24 20:01:47 +0200 (Fri, 24 Sep 2010) | 1 line [FIX] xajax: Don't use xajax link for editpage icon on wysiwyg pages. Some sort of conflict with ckeditor's JS loading system causes the editor to fail. ---------------------------------------------- r29602 | robertplummer | 2010-09-24 19:27:02 +0200 (Fri, 24 Sep 2010) | 1 line [FIX] Better way of selection header tags for use with jQuery.s5 ---------------------------------------------- r29601 | jonnybradley | 2010-09-24 18:23:17 +0200 (Fri, 24 Sep 2010) | 1 line [MOD] objectperms: Show which perms are changed for direct object perms, should not change functionality. ---------------------------------------------- r29600 | luciash | 2010-09-24 17:05:40 +0200 (Fri, 24 Sep 2010) | 1 line [FIX] xhtml strict re-fix: label is allowed when in p, div, etc. ---------------------------------------------- r29599 | jonnybradley | 2010-09-24 16:58:36 +0200 (Fri, 24 Sep 2010) | 1 line [FIX] objectperms: Use correct event to trigger from filter by text links ---------------------------------------------- r29598 | jonnybradley | 2010-09-24 16:44:58 +0200 (Fri, 24 Sep 2010) | 1 line [FIX] pagehistory: Various fixes - use htmldiff for html pages, show is_html on history list, parse old and new html the same and allow horizontal scroll for wide lines. ---------------------------------------------- r29597 | luciash | 2010-09-24 15:50:18 +0200 (Fri, 24 Sep 2010) | 1 line [ADD] missing Transitions admin menu item for fresh installs ---------------------------------------------- r29596 | jonnybradley | 2010-09-24 15:40:21 +0200 (Fri, 24 Sep 2010) | 2 lines [FIX] plugin html: Remove sanitisation introduced by nesting {HTML} in other plugins (thanks Xavi), parse data here using is_html (as it obviously is) or decode html. Simplify unnecessary variables used. Remove old help function and some strange code referring to tiki 2.2 - please test. ---------------------------------------------- r29593 | jonnybradley | 2010-09-24 14:59:00 +0200 (Fri, 24 Sep 2010) | 1 line [FIX] installer: use $TWV->getBaseVersion() to just get version number, not the text appearing after it as well ---------------------------------------------- r29592 | sylvieg | 2010-09-24 14:39:53 +0200 (Fri, 24 Sep 2010) | 1 line [FIX]transition: transition can work only on group withno category ---------------------------------------------- r29591 | sylvieg | 2010-09-24 14:09:19 +0200 (Fri, 24 Sep 2010) | 1 line [FIX]transition: missing changes in rollback 27986/28035 ---------------------------------------------- r29588 | sylvieg | 2010-09-24 01:18:32 +0200 (Fri, 24 Sep 2010) | 1 line [FIX]forum: rollback 28688 to have the forum back (the replies of a topic are shown instead of the topics of the forum) ---------------------------------------------- r29587 | sylvieg | 2010-09-24 00:21:22 +0200 (Fri, 24 Sep 2010) | 1 line [FIX]TRACKERLIST: not to have interference betwwen TRACKERLIST on the same page ---------------------------------------------- r29586 | robertplummer | 2010-09-23 23:52:07 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] To get jQuery.s5 working correctly ---------------------------------------------- r29585 | changi67 | 2010-09-23 22:38:58 +0200 (Thu, 23 Sep 2010) | 1 line Oups, wrong paste ---------------------------------------------- r29584 | changi67 | 2010-09-23 22:36:05 +0200 (Thu, 23 Sep 2010) | 1 line [DB] Fix column position between fresh install and upgrade - please use the AFTER parameter ---------------------------------------------- r29583 | changi67 | 2010-09-23 22:14:19 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] XHTML Strict - label is not allowed ---------------------------------------------- r29582 | changi67 | 2010-09-23 22:13:42 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] XHTML Strict - Missing alt ---------------------------------------------- r29581 | changi67 | 2010-09-23 21:50:53 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] We are still in september ---------------------------------------------- r29580 | changi67 | 2010-09-23 21:46:08 +0200 (Thu, 23 Sep 2010) | 1 line [DB] Missing tweetId column in tiki_shoutbox - maybe a missing file in commit r27056 ---------------------------------------------- r29579 | jonnybradley | 2010-09-23 21:28:19 +0200 (Thu, 23 Sep 2010) | 1 line [DB] Fix columns tiki_user_votings.user and tiki_transitions.transition_lookup to be like upgrades ---------------------------------------------- r29578 | changi67 | 2010-09-23 21:15:55 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] Lost caracter :( sorry for that ---------------------------------------------- r29577 | changi67 | 2010-09-23 21:04:23 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] Missing db upgrade for Social Networking ( missing file in commit r27056) ---------------------------------------------- r29576 | changi67 | 2010-09-23 20:56:47 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] Remove reltype because it's kill when you upgrade from previous version (maybe a missing file in commit 27753) ---------------------------------------------- r29574 | nkoth | 2010-09-23 19:15:53 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] previous commit (strpos is faster than strstr) ---------------------------------------------- r29573 | nkoth | 2010-09-23 19:11:31 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] Prevent ambiguous field database errors on clicking on headings in forum post listing ---------------------------------------------- r29572 | nkoth | 2010-09-23 19:08:20 +0200 (Thu, 23 Sep 2010) | 1 line [bp/r29569][FIX] Unable to sort by number of attachments (database error) so hide UI. Not useful anyway. ---------------------------------------------- r29571 | nkoth | 2010-09-23 19:06:54 +0200 (Thu, 23 Sep 2010) | 1 line [bp/r29565][FIX] Prevent non-link words from being changed when page is being renamedw hen page contains both links and non-links of that pagename being renamed ---------------------------------------------- r29568 | jonnybradley | 2010-09-23 18:40:26 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] wysiwyg plugins: Don't add JS with headerlib during wysiwyg parsing as it kills ckeditor. This fixes googlemaps and probably several others. ---------------------------------------------- r29567 | jonnybradley | 2010-09-23 18:37:56 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] preview: getCookie() disappointingly returns null, so use "" as default to stop the select menu being blanked out ---------------------------------------------- r29559 | chealer | 2010-09-22 21:14:39 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] perspectivelib->get_domain_map(): if multidomain_active is not set, consider it takes its default value ---------------------------------------------- r29557 | chealer | 2010-09-22 20:44:41 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] PHP notice "Undefined index: 1" when multidomain_config contains empty lines, breaking sites displaying PHP notices using gzip compression ---------------------------------------------- r29556 | jonnybradley | 2010-09-22 20:36:27 +0200 (Wed, 22 Sep 2010) | 1 line xhtml strict markup validation: Missing </div> ---------------------------------------------- r29555 | sylvieg | 2010-09-22 20:34:37 +0200 (Wed, 22 Sep 2010) | 1 line [bp 29511][FIX]TRACKERFILTER: allow next/previous between items when using trackerfilter and a pretty tracker for each item (with param showpagination=y on the TRACKERLIST(itemId=, wiki= ---------------------------------------------- r29554 | jonnybradley | 2010-09-22 20:18:22 +0200 (Wed, 22 Sep 2010) | 1 line xhtml strict markup validation: Shouldn't have frames in a non-frameset page. Replaced iframe with object. ---------------------------------------------- r29551 | pkdille | 2010-09-22 19:51:08 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] tiki-show_page: if not stripped, the content is never empty and the following test on the captured section fails ---------------------------------------------- r29550 | jonnybradley | 2010-09-22 19:42:36 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] sheets: Add help doc - doesn't validate, TODO in external repo ---------------------------------------------- r29549 | jonnybradley | 2010-09-22 19:29:07 +0200 (Wed, 22 Sep 2010) | 1 line xhtml strict markup validation: <col> tag should be self closing ---------------------------------------------- r29548 | luciash | 2010-09-22 19:26:37 +0200 (Wed, 22 Sep 2010) | 1 line xhtml strict markup validation: form - there is no attribute "name" ---------------------------------------------- r29547 | luciash | 2010-09-22 19:23:40 +0200 (Wed, 22 Sep 2010) | 1 line xhtml strict markup validation: img invalid attribute "name" ---------------------------------------------- r29546 | jonnybradley | 2010-09-22 19:15:48 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] toolbars: Fix missing icons. Use lowercase on ck only ones, use wiki ones for ck tools without ck icons. Add some exceptions for oddities in ckeditor css. ---------------------------------------------- r29545 | jonnybradley | 2010-09-22 19:15:14 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] toolbars: Fix missing icons. Remove capitalised ones first. ---------------------------------------------- r29544 | luciash | 2010-09-22 19:13:16 +0200 (Wed, 22 Sep 2010) | 1 line xhtml strict markup validation: missing fieldset ---------------------------------------------- r29543 | jonnybradley | 2010-09-22 19:00:31 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] toolbars: Clear sheet view_mode if not in sheet section. ---------------------------------------------- r29542 | jonnybradley | 2010-09-22 18:59:21 +0200 (Wed, 22 Sep 2010) | 1 line [MOD] toolbars: Add most wysiwyg tools to toobars, and help to sheet's one. ---------------------------------------------- r29541 | luciash | 2010-09-22 18:56:39 +0200 (Wed, 22 Sep 2010) | 1 line xhtml markup validation: replaced role attribute ---------------------------------------------- r29540 | luciash | 2010-09-22 18:52:14 +0200 (Wed, 22 Sep 2010) | 1 line xhtml markup validation: replaced role attribute, will be re-introduced for Tiki 7 ---------------------------------------------- r29539 | luciash | 2010-09-22 18:32:44 +0200 (Wed, 22 Sep 2010) | 1 line style attribute CSS validation (reported by Opera error console) ---------------------------------------------- r29537 | jonnybradley | 2010-09-22 17:23:51 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] toggleCols: CSS was the right way after all, just needed the right selector (good on all bundled themes except for "Twist") ---------------------------------------------- r29536 | Jyhem | 2010-09-22 17:16:19 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] Tabs-spaces cleanup: Hunt and remove tabs not on beginning of lines so as not to confuse opera (see r29525) ---------------------------------------------- r29534 | sylvieg | 2010-09-22 16:58:58 +0200 (Wed, 22 Sep 2010) | 1 line [FIX]article: do not need to confirm on preview ans save ---------------------------------------------- r29531 | luciash | 2010-09-22 16:39:22 +0200 (Wed, 22 Sep 2010) | 1 line xhtml strict markup validation ---------------------------------------------- r29528 | luciash | 2010-09-22 16:22:22 +0200 (Wed, 22 Sep 2010) | 1 line [MOD] img border strict markup validation (using style="border: none" instead of border="0" attribute) ---------------------------------------------- r29527 | sylvieg | 2010-09-22 15:40:42 +0200 (Wed, 22 Sep 2010) | 1 line [FIX]user: delete the watch user and not current user ---------------------------------------------- r29526 | luciash | 2010-09-22 15:35:17 +0200 (Wed, 22 Sep 2010) | 1 line CSS menus: missing value unit ---------------------------------------------- r29525 | luciash | 2010-09-22 15:05:14 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] Non-minified CSS Menus: Opera failed when there was a tab instead of space between property name and its value ! ---------------------------------------------- r29523 | xavidp | 2010-09-22 11:17:27 +0200 (Wed, 22 Sep 2010) | 1 line [FIX]Add missing icon for special characters since branch 6.x has been created (I guess it was missing by mistake). Otherwise, add a different icon or fix url to other icon in tpl's ---------------------------------------------- r29521 | chealer | 2010-09-22 04:10:39 +0200 (Wed, 22 Sep 2010) | 1 line [bp/r29519-29520] update htaccess revision, changing from Tiki version to Subversion revision. ---------------------------------------------- r29518 | luciash | 2010-09-22 03:13:36 +0200 (Wed, 22 Sep 2010) | 1 line oops, wrong quotes ---------------------------------------------- r29517 | sampaioprimo | 2010-09-22 03:12:12 +0200 (Wed, 22 Sep 2010) | 1 line pt-br translation ---------------------------------------------- r29516 | luciash | 2010-09-22 03:07:10 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] solution for correct position of the sitelogo img when there is secondary sitemenu custom code on top ---------------------------------------------- r29515 | luciash | 2010-09-22 01:31:03 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] Darkshine theme tiki.tpl: Ajax loading needs div id="role_main" in #tiki-center ---------------------------------------------- r29514 | luciash | 2010-09-22 01:22:35 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] Darkshine theme: visual fix for tabs ---------------------------------------------- r29513 | luciash | 2010-09-22 01:19:51 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] due the Tiki 6 !DOCTYPE switch to xHTML Strict tabs view needs a little CSS adjustment ---------------------------------------------- r29512 | luciash | 2010-09-22 01:04:45 +0200 (Wed, 22 Sep 2010) | 1 line !DOCTYPE switch to xHTML Strict - affects slightly the tabs view (one-line fix coming in layout.css); we were too long in the Transitional mode... Tiki 6 as LTS deserves it ;) - the next one (Tiki 7) will be (hopefully) HTML5 already ---------------------------------------------- r29510 | sylvieg | 2010-09-22 00:33:04 +0200 (Wed, 22 Sep 2010) | 1 line [bp 29509][FIX]deprecated split ---------------------------------------------- r29506 | jonnybradley | 2010-09-21 20:37:03 +0200 (Tue, 21 Sep 2010) | 1 line rollback changes to test - wrong branch (should have been in trunk) ---------------------------------------------- r29504 | sampaioprimo | 2010-09-21 20:28:40 +0200 (Tue, 21 Sep 2010) | 2 lines [FIX] include tiki-sefurl.php before calling filter_out_sefurl() ---------------------------------------------- r29502 | jonnybradley | 2010-09-21 20:05:24 +0200 (Tue, 21 Sep 2010) | 2 lines [BRANCH] Manually created branches/6.x 0 to 29485 (bogus commit again) ---------------------------------------------- r29501 | jonnybradley | 2010-09-21 19:59:20 +0200 (Tue, 21 Sep 2010) | 2 lines [BRANCH] Manually created 6.x 0 to 29485 (bogus commit to start merge script) ---------------------------------------------- r29500 | jonnybradley | 2010-09-21 19:50:26 +0200 (Tue, 21 Sep 2010) | 1 line [FIX] sheets: Missing param default ---------------------------------------------- r29499 | jonnybradley | 2010-09-21 19:49:32 +0200 (Tue, 21 Sep 2010) | 1 line [FIX] sheets: Removed changes from last commit - JS was confusing things and enduser.documentation.html needs scrict xhtml doctype. TODO ---------------------------------------------- r29498 | sampaioprimo | 2010-09-21 19:44:18 +0200 (Tue, 21 Sep 2010) | 1 line tranlations done by different contributors to Czech language on i18n.tiki.org using interactive translation ---------------------------------------------- r29497 | sampaioprimo | 2010-09-21 19:43:34 +0200 (Tue, 21 Sep 2010) | 1 line tranlations done by different contributors to Hungarian on i18n.tiki.org using interactive translation ---------------------------------------------- r29496 | jonnybradley | 2010-09-21 19:34:34 +0200 (Tue, 21 Sep 2010) | 1 line [FIX] sheets: Added sheet help include, but still has problems due to nested resizables or something. ---------------------------------------------- r29495 | jonnybradley | 2010-09-21 19:11:43 +0200 (Tue, 21 Sep 2010) | 1 line [FIX] modules: Fix test for when sections param is an array (thanks Aidyn on irc) ---------------------------------------------- r29494 | jonnybradley | 2010-09-21 18:40:48 +0200 (Tue, 21 Sep 2010) | 1 line [FIX] fgals: Default wiki_syntax should have been thumb=y, as before. ---------------------------------------------- r29493 | jonnybradley | 2010-09-21 18:33:19 +0200 (Tue, 21 Sep 2010) | 1 line [FIX] xajax: Include cdn js files in ajax responses if using js minify ---------------------------------------------- r29491 | Jyhem | 2010-09-21 16:46:08 +0200 (Tue, 21 Sep 2010) | 1 line +ENH+ Minor visual improvements for coelesce theme ---------------------------------------------- r29490 | jonnybradley | 2010-09-21 16:25:50 +0200 (Tue, 21 Sep 2010) | 1 line [FIX] ajax: Remove missed include of fck ajax autosave file tikitihtlm.php ---------------------------------------------- r29489 | sylvieg | 2010-09-21 14:55:19 +0200 (Tue, 21 Sep 2010) | 1 line [bp 29487][FIX]trackerfilter: quick fix: do not encode email in drop down filter (todo: have the javascript working in the option ---------------------------------------------- r29485 | jonnybradley | 2010-09-21 13:45:22 +0200 (Tue, 21 Sep 2010) | 1 line [BRANCH] Manually created 6.x branch ---------------------------------------------- r29484 | jonnybradley | 2010-09-21 13:34:24 +0200 (Tue, 21 Sep 2010) | 3 lines [bp/r29400,r29402] [REM] sheets: Remove the old tiki-sheets interface. Now replaced by jQuery.sheet [REM] sheets: Remove pref feature_jquery_sheet as it's always jquery.sheets now ---------------------------------------------- r29478 | chealer | 2010-09-21 05:37:59 +0200 (Tue, 21 Sep 2010) | 2 lines [FIX] WYSIWYG editor: escape single quotes in tool labels to avoid JS errors when [French] translations contain apostrophes second attempt ---------------------------------------------- r29477 | nkoth | 2010-09-21 05:29:53 +0200 (Tue, 21 Sep 2010) | 1 line [ENH] Add autocomplete to structure add page input box ---------------------------------------------- r29475 | marclaporte | 2010-09-21 05:03:45 +0200 (Tue, 21 Sep 2010) | 1 line [FIX] Quick WYSIWYCA fix on browse category link in wiki pages: now check global perm. TODO: make it check the permission of the categories of the current page (previous commit and revert was me, not chealer) ---------------------------------------------- r29473 | nkoth | 2010-09-21 03:19:13 +0200 (Tue, 21 Sep 2010) | 1 line [ENH] Add category filter to mass search and replace tool ---------------------------------------------- r29471 | jonnybradley | 2010-09-21 02:06:12 +0200 (Tue, 21 Sep 2010) | 2 lines [ENH] fgals: Deploy wiki_syntax gallery property. Allows custom wiki markup to be inserted onclick for each gallery. Inherits parent gallery's syntax if not set and defaults to {img fileId="%fileId%" thumb="y" rel="box[g]"} to continue current behaviour (should be a pref one day). ---------------------------------------------- r29470 | jonnybradley | 2010-09-21 02:01:18 +0200 (Tue, 21 Sep 2010) | 1 line [ENH] fgals: Expose wiki_syntax gallery property (was already in database). Deployment next... ---------------------------------------------- r29469 | pkdille | 2010-09-21 01:02:17 +0200 (Tue, 21 Sep 2010) | 1 line add new versions to twversion file ---------------------------------------------- r29468 | jonnybradley | 2010-09-21 00:53:08 +0200 (Tue, 21 Sep 2010) | 1 line upload: typo ---------------------------------------------- r29467 | sylvieg | 2010-09-21 00:20:52 +0200 (Tue, 21 Sep 2010) | 1 line [FIX]trackerfilter: when filterfield is speified fix the next prev in view item ---------------------------------------------- r29464 | sylvieg | 2010-09-21 00:15:28 +0200 (Tue, 21 Sep 2010) | 1 line [FIX]plugin: trackerlist can have params like exactvalue=:xxx. THis must parse as an array with 2 elements and second=xxx and not as an array with an element xxx : PLEASE check if side effect ---------------------------------------------- r29458 | Jyhem | 2010-09-20 23:44:07 +0200 (Mon, 20 Sep 2010) | 1 line [FIX] feature_group_watches should work even when feature_user_watches is disabled ---------------------------------------------- r29444 | sylvieg | 2010-09-20 22:25:11 +0200 (Mon, 20 Sep 2010) | 1 line [ENH]TRACKEFILTER: when no pretty, pagination on the filtered items ---------------------------------------------- r29441 | jonnybradley | 2010-09-20 22:24:22 +0200 (Mon, 20 Sep 2010) | 1 line [FIX] ckeditor: Deal with plugins needing approval. ---------------------------------------------- r29437 | jonnybradley | 2010-09-20 22:07:33 +0200 (Mon, 20 Sep 2010) | 1 line [FIX] ckeditor: Deal with nested plugins by leaving them unparsed in the body of the containing plugin. Also enclose the whole "visual" plugin in ~np~ instead of just bits of it (pointlessly). ---------------------------------------------- r29401 | sampaioprimo | 2010-09-20 20:42:52 +0200 (Mon, 20 Sep 2010) | 3 lines [ENH] improving post footer layout based on Jyhem work on coelesce theme [ENH] share this icon aligned with other icons on post footer ---------------------------------------------- r29398 | jonnybradley | 2010-09-20 19:17:57 +0200 (Mon, 20 Sep 2010) | 1 line [REM] FCKEditor removal: removed pref wysiwyg_ckeditor ---------------------------------------------- r29395 | chealer | 2010-09-20 18:31:06 +0200 (Mon, 20 Sep 2010) | 1 line [ENH] Editor: when selecting text and clicking the MOUSEOVER plugin icon, use the selected text as label argument instead of body ---------------------------------------------- r29394 | nkoth | 2010-09-20 18:20:31 +0200 (Mon, 20 Sep 2010) | 1 line [FIX] Library errors ---------------------------------------------- r29392 | sampaioprimo | 2010-09-20 17:34:28 +0200 (Mon, 20 Sep 2010) | 2 lines [FIX] keep url params when previewing a blog post ---------------------------------------------- r29391 | sampaioprimo | 2010-09-20 17:33:08 +0200 (Mon, 20 Sep 2010) | 2 lines [FIX] use sefurl (if enabled) to redirect to post page after creating or editing one ---------------------------------------------- r29390 | jonnybradley | 2010-09-20 17:28:53 +0200 (Mon, 20 Sep 2010) | 6 lines [bp/r29337,r29339,r29340] FCKEditor removal. Backported from branches/experimental/wysiwyg_ckeditor_update. [REM] fckeditor: Removing fck files and unlinking external lib [REM] fckeditor: Removing fck references in remaining file [REM] fckeditor: Restoring some missing fck icons needed for toolbars admin (Also an extra small fix on tiki-notepad_write.tpl) ---------------------------------------------- r29389 | sampaioprimo | 2010-09-20 17:16:06 +0200 (Mon, 20 Sep 2010) | 2 lines [FIX] r28807 $objectlib was not defined ---------------------------------------------- r29388 | robertplummer | 2010-09-20 17:01:12 +0200 (Mon, 20 Sep 2010) | 2 lines [NEW] Added the ability to view a tracker as a spreadsheet from the plugin "TRACKERLIST" through the use of parameter "displaysheet" when set to "y". [NEW] Added fullscreen to sheet history view, still needs work. ---------------------------------------------- r29387 | sylvieg | 2010-09-20 16:45:13 +0200 (Mon, 20 Sep 2010) | 1 line [FIX]fgal: trim mime type for indexation ---------------------------------------------- r29385 | chealer | 2010-09-20 16:07:32 +0200 (Mon, 20 Sep 2010) | 1 line French: change translation of "Select event type" from "S?\195?\169lection des types d'?\195?\169v?\195?\168nements" to "S?\195?\169lectionnez le type d'?\195?\169v?\195?\168nement" ---------------------------------------------- r29384 | sylvieg | 2010-09-20 14:31:10 +0200 (Mon, 20 Sep 2010) | 1 line opps schema must be identical ---------------------------------------------- r29383 | sylvieg | 2010-09-20 13:57:06 +0200 (Mon, 20 Sep 2010) | 1 line [ENH]todo: open the event type to more events ---------------------------------------------- r29382 | sept_7 | 2010-09-20 13:10:24 +0200 (Mon, 20 Sep 2010) | 2 lines [FIX] missing svn:keywords, pointed by quality.tikiwiki.org ---------------------------------------------- r29381 | cdrwhite | 2010-09-20 12:11:31 +0200 (Mon, 20 Sep 2010) | 2 lines [FIX]Glitch in escape if the first word is a html tag, renaming to tiki-page_contribution, own feature feature_page_contribution, better permission checking [ENH] View page button ---------------------------------------------- r29378 | sdoh | 2010-09-20 09:45:55 +0200 (Mon, 20 Sep 2010) | 1 line Fix 'page not found' when the title has an apostrophe. ---------------------------------------------- r29377 | lindonb | 2010-09-20 05:50:14 +0200 (Mon, 20 Sep 2010) | 1 line [FIX] Skip compute if no tracker items to eliminate error messages when no records found. ---------------------------------------------- r29376 | lindonb | 2010-09-20 05:47:32 +0200 (Mon, 20 Sep 2010) | 1 line [ENH] Allow currency amount tracker field to be applied in a profile. ---------------------------------------------- r29375 | Jyhem | 2010-09-19 22:44:17 +0200 (Sun, 19 Sep 2010) | 1 line [FIX] Display accented characters correctly in remarksbox ---------------------------------------------- r29374 | jonnybradley | 2010-09-19 22:42:16 +0200 (Sun, 19 Sep 2010) | 1 line [FIX] toggleCols: Use "cookie" info to restore column state onready (better than nothing) ---------------------------------------------- r29373 | Jyhem | 2010-09-19 22:36:57 +0200 (Sun, 19 Sep 2010) | 1 line [ENH] Allow control of textarea questions size in surveys ---------------------------------------------- r29372 | Jyhem | 2010-09-19 21:51:31 +0200 (Sun, 19 Sep 2010) | 1 line +ENH+ Same page title display everywhere ---------------------------------------------- r29371 | Jyhem | 2010-09-19 21:32:47 +0200 (Sun, 19 Sep 2010) | 1 line +ENH+ Suppress global italics for wiki-parsed description field ---------------------------------------------- r29370 | jonnybradley | 2010-09-19 21:23:32 +0200 (Sun, 19 Sep 2010) | 1 line [ENH] preview: Add custom resize handle to ajax preview div. Also add preview icon/button top right. ---------------------------------------------- r29368 | jonnybradley | 2010-09-19 19:39:11 +0200 (Sun, 19 Sep 2010) | 1 line [FIX] preview: set preview_diff_style dropdown when ajax call finishes, not page load ---------------------------------------------- r29367 | jonnybradley | 2010-09-19 18:58:25 +0200 (Sun, 19 Sep 2010) | 1 line [FIX] ckeditor: Show ajaxLoading when getting html rendered (doesn't seem to work in safari/chrome - have tried in 5 different points in event chain with no joy) ---------------------------------------------- r29366 | jonnybradley | 2010-09-19 17:33:56 +0200 (Sun, 19 Sep 2010) | 1 line [FIX] ckeditor: Set width for body inside editor ---------------------------------------------- r29365 | jonnybradley | 2010-09-19 17:30:40 +0200 (Sun, 19 Sep 2010) | 1 line [FIX] ckeditor: Replace AJAX call in toHTMLSource function (which overrides dataProcessor.toDataFormat) with client-side regexp, as it seems it gets called internally by ckeditor every second or two and was flooding the server and browser leading to very slow page loading. ---------------------------------------------- r29364 | jonnybradley | 2010-09-19 16:35:59 +0200 (Sun, 19 Sep 2010) | 1 line Editpage: Remove redundant smarty assign (now done in {textarea}) ---------------------------------------------- r29363 | jonnybradley | 2010-09-19 16:32:41 +0200 (Sun, 19 Sep 2010) | 1 line [MOD] editpage: Merge tools and properties tabs (one of them was usually virtually empty) ---------------------------------------------- r29362 | ricks99 | 2010-09-19 02:54:28 +0200 (Sun, 19 Sep 2010) | 1 line [MOD] for multilingual sites, perform the search (from the seachbar) in the language of either the site, page, or user default. Users can then change the language scope from the results page ---------------------------------------------- r29361 | marclaporte | 2010-09-18 23:29:44 +0200 (Sat, 18 Sep 2010) | 1 line [MOD] By default, on clean installs, comments will no longer have titles. This will make things cleaner. Up for debate. ---------------------------------------------- r29360 | Jyhem | 2010-09-18 23:29:24 +0200 (Sat, 18 Sep 2010) | 1 line +ENH+ coelesce theme improvements in heading ---------------------------------------------- r29356 | sylvieg | 2010-09-17 23:04:51 +0200 (Fri, 17 Sep 2010) | 1 line [FIX]trackerlist: to have the navigation between items in non pretty mode ---------------------------------------------- r29355 | jonnybradley | 2010-09-17 20:30:13 +0200 (Fri, 17 Sep 2010) | 1 line [FIX] wysiwyg: Make smilies survive the trip to html and back better (ckeditor ones don't still - need mapping to tiki's ones) ---------------------------------------------- r29354 | jonnybradley | 2010-09-17 20:00:01 +0200 (Fri, 17 Sep 2010) | 1 line [FIX] tabset: Parse tab content individually and remove line ends in tpl. ---------------------------------------------- r29353 | jonnybradley | 2010-09-17 19:58:41 +0200 (Fri, 17 Sep 2010) | 2 lines [ENH] tabset: move "no tabs" button inside the tab bar (tidier layout) Also remove line ends creating paragraphs in html. ---------------------------------------------- r29352 | jonnybradley | 2010-09-17 19:55:34 +0200 (Fri, 17 Sep 2010) | 1 line [FIX] ckeditor: wysiwyg plugins: More disarming of active html in editor - means "all" plugins work again now(?) ---------------------------------------------- r29351 | sampaioprimo | 2010-09-17 19:01:13 +0200 (Fri, 17 Sep 2010) | 2 lines [FIX] only list comments if blog has any posts ---------------------------------------------- r29350 | robertplummer | 2010-09-17 18:43:02 +0200 (Fri, 17 Sep 2010) | 3 lines [FIX] For sheet heights, and I cleaned up a little code [FIX] Made sheet diff, MUCH BETTER [ADD] Button to edit each sheet if it is being diffed ---------------------------------------------- r29349 | jonnybradley | 2010-09-17 18:33:36 +0200 (Fri, 17 Sep 2010) | 1 line [FIX] ajax preview: remove script and disarm hrefs in preview data. ---------------------------------------------- r29348 | jonnybradley | 2010-09-17 18:29:53 +0200 (Fri, 17 Sep 2010) | 1 line [FIX] jslint: numerous tiny fixes in js added with headerlib. ---------------------------------------------- r29347 | sylvieg | 2010-09-17 18:07:03 +0200 (Fri, 17 Sep 2010) | 1 line [FIX]TRACKERFILTER: sync status button + open/close filter div ---------------------------------------------- r29346 | jonnybradley | 2010-09-17 16:24:32 +0200 (Fri, 17 Sep 2010) | 2 lines [FIX] ckeditor: wysiwyg plugins: don't parse some plugins for now as they are problematic (sharethis, tabs & toc initially). Also fix charset on parsing and parse body param (was missing) ---------------------------------------------- r29345 | sylvieg | 2010-09-17 15:08:25 +0200 (Fri, 17 Sep 2010) | 1 line [FIX]tracker: fix when using a filter with (1:2)/sqlsearch ---------------------------------------------- r29343 | jonnybradley | 2010-09-17 14:37:24 +0200 (Fri, 17 Sep 2010) | 1 line [REF] ckeditor: Removing references to fckeditor part 1 (missed a couple) - part of [bp/r29336] ---------------------------------------------- r29341 | jonnybradley | 2010-09-17 14:15:28 +0200 (Fri, 17 Sep 2010) | 3 lines [bp/r29336][REF] ckeditor: Removing references to fckeditor part 1 tikilib and editlib - harmless renames (mainly renaming parse_data option['fck'] to 'ck_editor') ---------------------------------------------- r29335 | chealer | 2010-09-17 05:39:51 +0200 (Fri, 17 Sep 2010) | 3 lines Last changes module: re-remove minor parameter (doesn't honor maxrows, re-uses the name of the old minor parameter to ignore minor edits) This should be implemented in the library; see http://irc.tikiwiki.org/irclogger_log/tikiwiki?date=2010-08-03,Tue&sel=264#l260 ---------------------------------------------- r29334 | chealer | 2010-09-17 04:51:21 +0200 (Fri, 17 Sep 2010) | 2 lines [FIX] remove forgotten debug statement (r22449 regression, Closes: #3542) thanks Lusserall ---------------------------------------------- r29333 | luciash | 2010-09-17 02:05:14 +0200 (Fri, 17 Sep 2010) | 1 line [FIX] Kaltura media entries list: sort by column + code cleanup ---------------------------------------------- r29332 | luciash | 2010-09-17 01:46:24 +0200 (Fri, 17 Sep 2010) | 1 line i18n ---------------------------------------------- r29331 | luciash | 2010-09-17 01:39:45 +0200 (Fri, 17 Sep 2010) | 1 line should go via headerlib like common JS (notonready) ---------------------------------------------- r29330 | luciash | 2010-09-17 00:58:31 +0200 (Fri, 17 Sep 2010) | 1 line when (X)AJAX on, it does not render the JS part; trying with Smarty JQ block ... ---------------------------------------------- r29328 | jonnybradley | 2010-09-16 23:53:59 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] parse_data: Don't wrap single line in <p> (e.g. for use in include plugin) ---------------------------------------------- r29327 | Jyhem | 2010-09-16 23:46:45 +0200 (Thu, 16 Sep 2010) | 1 line $ Visual improvements ---------------------------------------------- r29326 | jonnybradley | 2010-09-16 23:45:45 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] wikiplugin_include: WYSIWYCA perms test on edit button ---------------------------------------------- r29325 | jonnybradley | 2010-09-16 23:30:29 +0200 (Thu, 16 Sep 2010) | 1 line [ENH] wikiplugin_include: nopage_text & pagedenied_text params ---------------------------------------------- r29324 | luciash | 2010-09-16 23:28:04 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] Kaltura entries list: sort missing & ---------------------------------------------- r29323 | Jyhem | 2010-09-16 23:24:07 +0200 (Thu, 16 Sep 2010) | 1 line [ENH] Making enabling/disabling fixed-width more prominent because it's an integral part of choosing a theme ---------------------------------------------- r29322 | luciash | 2010-09-16 23:14:10 +0200 (Thu, 16 Sep 2010) | 1 line code cleanup + some missing tr ---------------------------------------------- r29321 | jonnybradley | 2010-09-16 23:09:19 +0200 (Thu, 16 Sep 2010) | 2 lines [ENH] wikiplugin_include: Direct link (icon) to create/edit included page, and send back to initial page after edit. Also, don't show edit icons within the included page. ---------------------------------------------- r29320 | nkoth | 2010-09-16 23:01:06 +0200 (Thu, 16 Sep 2010) | 1 line [NEW] Allow show map mode buttons in page and articles listings ---------------------------------------------- r29319 | luciash | 2010-09-16 22:54:09 +0200 (Thu, 16 Sep 2010) | 1 line code cleanup - removing the external JS references and other stuff (it did not work anyway) TODO: make better thumbnails navigation based on something we already have in Tiki (jQuery) ---------------------------------------------- r29318 | nkoth | 2010-09-16 21:59:21 +0200 (Thu, 16 Sep 2010) | 1 line [NEW] Allow syncronizing of user tracker item categories with the user groups that the user is in ---------------------------------------------- r29317 | sampaioprimo | 2010-09-16 21:53:10 +0200 (Thu, 16 Sep 2010) | 2 lines [FIX] CSS for related blog posts was broken after someone changed the HTML structure ---------------------------------------------- r29316 | sampaioprimo | 2010-09-16 21:52:15 +0200 (Thu, 16 Sep 2010) | 2 lines only replacing <a> with {self_link} (thanks sept_7) ---------------------------------------------- r29315 | chealer | 2010-09-16 21:42:26 +0200 (Thu, 16 Sep 2010) | 1 line French: change translation for "Content templates" from "Mod?\195?\168les de contenu" to "Gabarits de contenu", to uniformize with "Content Templates" ---------------------------------------------- r29313 | sampaioprimo | 2010-09-16 21:19:16 +0200 (Thu, 16 Sep 2010) | 2 lines [FIX] maxLevel for duration smarty modifier works independently of user current language (was working only for English) ---------------------------------------------- r29312 | sept_7 | 2010-09-16 21:09:17 +0200 (Thu, 16 Sep 2010) | 2 lines [FIX] correct dependencies of feature_wiki_save_draft and ajax_xajax ---------------------------------------------- r29311 | pkdille | 2010-09-16 21:03:16 +0200 (Thu, 16 Sep 2010) | 1 line Code presentation ---------------------------------------------- r29310 | luciash | 2010-09-16 20:49:36 +0200 (Thu, 16 Sep 2010) | 1 line what will happen if we omit the external hardcoded stuff ? ;) ---------------------------------------------- r29309 | luciash | 2010-09-16 20:47:09 +0200 (Thu, 16 Sep 2010) | 1 line code cleanup ---------------------------------------------- r29308 | jonnybradley | 2010-09-16 20:38:41 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] ckeditor: more checking of selection ---------------------------------------------- r29307 | luciash | 2010-09-16 20:27:45 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] Kaltura entries: remix permission + couple of other little things (xhtml, tr) ---------------------------------------------- r29306 | nkoth | 2010-09-16 20:22:49 +0200 (Thu, 16 Sep 2010) | 1 line [ENH] Add mapview buttons for tracker filter to switch to map view and back ---------------------------------------------- r29305 | jonnybradley | 2010-09-16 20:21:37 +0200 (Thu, 16 Sep 2010) | 1 line textarea: Move around some commented code used for debugging - no change ---------------------------------------------- r29304 | sylvieg | 2010-09-16 20:11:41 +0200 (Thu, 16 Sep 2010) | 1 line [FIX]smarty: syntax ---------------------------------------------- r29303 | luciash | 2010-09-16 20:03:00 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] article plugin: incorrect xhtml ---------------------------------------------- r29302 | sylvieg | 2010-09-16 19:56:23 +0200 (Thu, 16 Sep 2010) | 1 line [FIX]calendar: in calmode always display the calendar boxes even if the viewdays of the viewed calendars are empty ---------------------------------------------- r29301 | jonnybradley | 2010-09-16 19:45:32 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] article plugin: Incorrect absolute url for image. ---------------------------------------------- r29300 | jonnybradley | 2010-09-16 19:23:09 +0200 (Thu, 16 Sep 2010) | 2 lines [ENH] ckeditor: Better processing for view source - don't show loading, pass data on to ckeditor functions for further processing. Still calling this code when it's not needed internally by ckeditor - monitor for problems. ---------------------------------------------- r29299 | jonnybradley | 2010-09-16 19:20:27 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] tooltips: check lib has loaded in convertOverlib. ---------------------------------------------- r29298 | jonnybradley | 2010-09-16 19:19:09 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] ckeditor: Better handling of selection (or lack of one) when inserting plugins. ---------------------------------------------- r29297 | sylvieg | 2010-09-16 19:12:23 +0200 (Thu, 16 Sep 2010) | 1 line [ENH]maketoc: params level to specify which level you want in the maketoc ---------------------------------------------- r29296 | jonnybradley | 2010-09-16 17:07:12 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] fgals: Maintain filegals_manager param on gallery explorer tree and deploy self_link. ---------------------------------------------- r29295 | jonnybradley | 2010-09-16 17:04:00 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] ajax: Missing #role_main (broke ajax on fgal manager popup) ---------------------------------------------- r29294 | jonnybradley | 2010-09-16 17:03:08 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] ckeditor: Cope with inserting images when nothing selected in ckeditor. ---------------------------------------------- r29293 | jonnybradley | 2010-09-16 17:01:47 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] textarea: Missing word (minutes) and logic fix ---------------------------------------------- r29292 | sept_7 | 2010-09-16 16:39:15 +0200 (Thu, 16 Sep 2010) | 2 lines [FIX] Take care of correct dependencies for feature_wiki_save_draft and ajax_xajax ---------------------------------------------- r29289 | jonnybradley | 2010-09-16 16:03:42 +0200 (Thu, 16 Sep 2010) | 1 line wysiwyg admin: Some extra help text and descriptions. ---------------------------------------------- r29287 | sylvieg | 2010-09-16 14:28:15 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] debug thx sept7 ---------------------------------------------- r29286 | luciash | 2010-09-16 13:56:54 +0200 (Thu, 16 Sep 2010) | 1 line code - tags cleanup ---------------------------------------------- r29285 | luciash | 2010-09-16 13:54:10 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] Kaltura: xhtml - style does not belong to body ---------------------------------------------- r29284 | jonnybradley | 2010-09-16 13:39:07 +0200 (Thu, 16 Sep 2010) | 1 line [ENH] ckeditor: Add processing for view source to parse the wysiwyg plugin code back to wiki syntax (and then back again to html for ckeditor). ---------------------------------------------- r29280 | luciash | 2010-09-15 23:51:32 +0200 (Wed, 15 Sep 2010) | 1 line svn sucks :-p ---------------------------------------------- r29279 | sylvieg | 2010-09-15 23:37:22 +0200 (Wed, 15 Sep 2010) | 1 line [ENH]htaccess: easy to say to uncomment a line that to dictate the line ---------------------------------------------- r29278 | luciash | 2010-09-15 23:31:40 +0200 (Wed, 15 Sep 2010) | 1 line svn Id ---------------------------------------------- r29277 | luciash | 2010-09-15 23:27:00 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] Kaltura actions: perms were renamed *_kaltura_entry > *_videos ---------------------------------------------- r29276 | sampaioprimo | 2010-09-15 23:06:13 +0200 (Wed, 15 Sep 2010) | 2 lines [FIX] force case sensitive queries for tiki-edit_languages.php ---------------------------------------------- r29275 | sylvieg | 2010-09-15 21:38:50 +0200 (Wed, 15 Sep 2010) | 1 line [FIX]tracker: show import tab in a tracker is selected or not ---------------------------------------------- r29274 | sampaioprimo | 2010-09-15 21:19:13 +0200 (Wed, 15 Sep 2010) | 2 lines [FIX] interface to edit and delete database translations is working again ---------------------------------------------- r29273 | sampaioprimo | 2010-09-15 21:17:41 +0200 (Wed, 15 Sep 2010) | 2 lines updating previously created menu entry to check if lang_use_db is enabled ---------------------------------------------- r29272 | sampaioprimo | 2010-09-15 21:13:40 +0200 (Wed, 15 Sep 2010) | 2 lines rollback my commit r29252: actually yes there is a reason for tiki-edit_languages.php check if lang_use_db is enabled ---------------------------------------------- r29271 | changi67 | 2010-09-15 21:11:25 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] Avoid function calls in a FOR loop test part - see on quality.tiki.org ---------------------------------------------- r29270 | jonnybradley | 2010-09-15 21:08:54 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] ckeditor: Array type plugin parameters fix. (thanks Nelson) ---------------------------------------------- r29269 | changi67 | 2010-09-15 21:03:23 +0200 (Wed, 15 Sep 2010) | 1 line from tikiwiki.org -> tiki.org ---------------------------------------------- r29266 | jonnybradley | 2010-09-15 20:09:16 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] templates: Deploy {textarea} in templates admin. ---------------------------------------------- r29265 | jonnybradley | 2010-09-15 20:08:06 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] textarea: Fix confirmExit() for ckeditor, and add switcheditor param for control by individual pages (unused so far). ---------------------------------------------- r29263 | jonnybradley | 2010-09-15 18:47:16 +0200 (Wed, 15 Sep 2010) | 1 line textarea: Rename unused param _section to section ---------------------------------------------- r29262 | Jyhem | 2010-09-15 18:12:21 +0200 (Wed, 15 Sep 2010) | 1 line [ENH] coelesce style improvements ---------------------------------------------- r29261 | jonnybradley | 2010-09-15 17:58:23 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] upload: Add button to try again if no file specified. ---------------------------------------------- r29260 | luciash | 2010-09-15 17:51:17 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] Kaltura actions: perm renamed to tiki_p_delete_videos ---------------------------------------------- r29259 | luciash | 2010-09-15 17:48:04 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] Kaltura actions: checking only if tiki_p_admin is set is not good idea ---------------------------------------------- r29258 | jonnybradley | 2010-09-15 17:41:29 +0200 (Wed, 15 Sep 2010) | 2 lines [FIX] ckeditor: "No tabs" button with xajax working better... (thanks again Luci) ---------------------------------------------- r29257 | jonnybradley | 2010-09-15 17:31:32 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] toolbars: notices ---------------------------------------------- r29256 | sampaioprimo | 2010-09-15 17:29:18 +0200 (Wed, 15 Sep 2010) | 3 lines [ENH] message warning the user that when a new language is imported all database translations for that language are lost [ENH] using {remarksbox} for message after importing a language ---------------------------------------------- r29255 | jonnybradley | 2010-09-15 17:25:47 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] textarea: notices ---------------------------------------------- r29254 | sampaioprimo | 2010-09-15 17:22:17 +0200 (Wed, 15 Sep 2010) | 2 lines [ENH] new imported language is available for edition and exporting without having to reload the page (just moved the import code block to the top of the script) ---------------------------------------------- r29253 | sampaioprimo | 2010-09-15 17:12:30 +0200 (Wed, 15 Sep 2010) | 2 lines [ENH] menu option under admin section for tiki-edit_languages.php ---------------------------------------------- r29252 | sampaioprimo | 2010-09-15 17:08:46 +0200 (Wed, 15 Sep 2010) | 2 lines [ENH] no point for tiki-edit_languages.php to depend on lang_use_db feature (as far as I know there is no use anymore for this feature, so maybe we can remove it) ---------------------------------------------- r29250 | jonnybradley | 2010-09-15 15:59:39 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] ckeditor: Check autosave after toolbar commands not just keydown (thanks Luci) ---------------------------------------------- r29249 | jonnybradley | 2010-09-15 15:52:05 +0200 (Wed, 15 Sep 2010) | 2 lines [ENH] preview: Show diff in preview pane (autosave mode only). Also use new #autosave_preview id and various other small fixes. ---------------------------------------------- r29248 | jonnybradley | 2010-09-15 15:50:11 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] preview: Use distinct id for autosave_preview to restore previous appearance for non autosave mode. ---------------------------------------------- r29247 | jonnybradley | 2010-09-15 15:48:41 +0200 (Wed, 15 Sep 2010) | 1 line [ENH] setCookie: Add option of "session" for cookie expires (otherwise it defaults to a year) ---------------------------------------------- r29246 | jonnybradley | 2010-09-15 14:06:42 +0200 (Wed, 15 Sep 2010) | 1 line indentation ---------------------------------------------- r29244 | marclaporte | 2010-09-15 06:00:36 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] fix link to Kaltura admin page ---------------------------------------------- r29243 | luciash | 2010-09-15 03:14:53 +0200 (Wed, 15 Sep 2010) | 1 line [MOD] main div id selector for ajax loading (htmlelement param) is role_main now by default and not needed to specify (unless needed to be loaded in another element id of course) ---------------------------------------------- r29242 | luciash | 2010-09-15 02:42:58 +0200 (Wed, 15 Sep 2010) | 1 line oops ! ---------------------------------------------- r29241 | luciash | 2010-09-15 02:36:45 +0200 (Wed, 15 Sep 2010) | 1 line avoid PHP notice for htmlelement param; set to role_main if not specified ---------------------------------------------- r29240 | luciash | 2010-09-15 02:17:51 +0200 (Wed, 15 Sep 2010) | 1 line [MOD] main div id selector for ajax loading (htmlelement param) is role_main by default if not specified (was tiki-center before; keeps stuff in custom_center_column_header not being replaced by ajax content) ---------------------------------------------- r29239 | jonnybradley | 2010-09-15 01:41:13 +0200 (Wed, 15 Sep 2010) | 1 line [ENH] preview: Move nasty global autoSaveId declaration to common autosave block (not just for wiki editor). ---------------------------------------------- r29238 | jonnybradley | 2010-09-15 01:39:51 +0200 (Wed, 15 Sep 2010) | 1 line [ENH] preview: Width overflowing on Fx ---------------------------------------------- r29237 | jonnybradley | 2010-09-15 01:05:18 +0200 (Wed, 15 Sep 2010) | 1 line [ENH] preview: Live preview in-page if autosave enabled. Merged the two preview buttons, kept popup window as an option (icon - pls change image). Made preview box fixed height, scrollable and resizable if jQuery ui is on. ---------------------------------------------- r29235 | jonnybradley | 2010-09-14 23:38:05 +0200 (Tue, 14 Sep 2010) | 3 lines [FIX] ajax: Fix loading BG with padding and restore spinner positioning removed accidentally in last commit. Add new JS function: ccsValueToInteger() ---------------------------------------------- r29234 | nkoth | 2010-09-14 23:22:05 +0200 (Tue, 14 Sep 2010) | 1 line [NEW] Obscure email when using email as username if possible (coverage will not be complete) and Show user's real name instead of login in autocomplete selector (only messages and trackers feature so far) ---------------------------------------------- r29233 | sylvieg | 2010-09-14 23:08:15 +0200 (Tue, 14 Sep 2010) | 1 line [FIX]tracker: some part like export fields need not to be indented ---------------------------------------------- r29232 | jonnybradley | 2010-09-14 23:04:34 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] ajax: Position loading BG correctly (i.e. more simply and don't forget the margins) ---------------------------------------------- r29231 | sylvieg | 2010-09-14 22:39:52 +0200 (Tue, 14 Sep 2010) | 1 line [FIX]calendar: can admin if admin perm via categ ---------------------------------------------- r29230 | luciash | 2010-09-14 22:33:41 +0200 (Tue, 14 Sep 2010) | 1 line [ENH] dark version of the ajax loading overlay for darkroom ---------------------------------------------- r29229 | luciash | 2010-09-14 22:23:15 +0200 (Tue, 14 Sep 2010) | 1 line [ENH] new look for ajax loading gif spinners better handling various background transparency + light bg overlay really light ---------------------------------------------- r29228 | luciash | 2010-09-14 22:20:31 +0200 (Tue, 14 Sep 2010) | 1 line after some discussion with jonnyb partial rollback of 29173 ---------------------------------------------- r29227 | sylvieg | 2010-09-14 21:30:35 +0200 (Tue, 14 Sep 2010) | 1 line [FIX]blog: a blog admin can post even if the blog is not public ---------------------------------------------- r29226 | sampaioprimo | 2010-09-14 21:02:20 +0200 (Tue, 14 Sep 2010) | 1 line "fixing the file" (running get_strings.php?lang=cy so that it is possible to automaticaly export strings from the database to this file) ---------------------------------------------- r29225 | sampaioprimo | 2010-09-14 20:57:26 +0200 (Tue, 14 Sep 2010) | 2 lines [FIX] show an error when language.php is not well formated instead of writing the translations from the database anyway ---------------------------------------------- r29224 | jonnybradley | 2010-09-14 20:40:06 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] ckeditor: More on searching for plugin elements within selection (use jQuery fn as ckeditor ones sometimes aren't there?) ---------------------------------------------- r29223 | jonnybradley | 2010-09-14 20:36:43 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] ckeditor: Better searching for plugin elements within selection ---------------------------------------------- r29222 | nkoth | 2010-09-14 20:25:08 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] Missing value leading to js error ---------------------------------------------- r29221 | robertplummer | 2010-09-14 20:24:45 +0200 (Tue, 14 Sep 2010) | 1 line [NEW] Added function diffSheetsAsHTML( $id, $dates ) to grid.php and some necessary framework to get it to list 2 sheets side by side. ---------------------------------------------- r29220 | jonnybradley | 2010-09-14 20:10:40 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] autosave: Propagate and test autoSaveId properly in all calls to auto_save JS functions. ---------------------------------------------- r29219 | jonnybradley | 2010-09-14 20:05:57 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] textarea: Proper test for CKEDITOR object ---------------------------------------------- r29218 | sampaioprimo | 2010-09-14 19:23:08 +0200 (Tue, 14 Sep 2010) | 2 lines updating machine translation tests, apparently google translate response has changed (going to check with alain if this is the case) ---------------------------------------------- r29217 | robertplummer | 2010-09-14 19:13:11 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] Moved the order in which the advanced functions for jQuery.sheet load, it was breaking. ---------------------------------------------- r29216 | sylvieg | 2010-09-14 19:12:35 +0200 (Tue, 14 Sep 2010) | 1 line [FIX]sefurl: urlencode the page to replace space into + ---------------------------------------------- r29215 | robertplummer | 2010-09-14 19:11:24 +0200 (Tue, 14 Sep 2010) | 1 line [NEW] Added advanced jQuery.sheet functions ---------------------------------------------- r29214 | sampaioprimo | 2010-09-14 18:53:08 +0200 (Tue, 14 Sep 2010) | 2 lines Marking Membership tests as incomplete since they are failing and the problem is the test itself and not the code that is being tested. If you are familiar with these test please fix it. ---------------------------------------------- r29213 | jonnybradley | 2010-09-14 18:47:22 +0200 (Tue, 14 Sep 2010) | 2 lines [ENH] autosave: Use ajax to get and restore autosaved content (as that's how it got there in the first place). Also some refacting of ajax responses. ---------------------------------------------- r29212 | sampaioprimo | 2010-09-14 18:46:30 +0200 (Tue, 14 Sep 2010) | 3 lines mocking call to $tikilib->get_ip_address() for Rating_Aggregation tests to avoid undefined $_SERVER['REMOTE_ADDRESS'] index error adding group name to Multilingual_Aligner_UpdatePagesTest ---------------------------------------------- r29211 | sylvieg | 2010-09-14 17:53:03 +0200 (Tue, 14 Sep 2010) | 1 line [FIX]testunit: simulate the default perms come from category or object as the from is saved now in the structure ---------------------------------------------- r29210 | jonnybradley | 2010-09-14 17:37:14 +0200 (Tue, 14 Sep 2010) | 1 line [MOD] autosave: When there is an autosave available, start off not showing it, but allow the user to select it (thanks Xavi) ---------------------------------------------- r29209 | sylvieg | 2010-09-14 17:35:57 +0200 (Tue, 14 Sep 2010) | 1 line [FIX]tracker: drop down with other - since 27305 input with [] are replaced for ajax support ---------------------------------------------- r29207 | pkdille | 2010-09-14 16:21:55 +0200 (Tue, 14 Sep 2010) | 1 line Adding a missing svn Id - Seen on quality.tw.o ---------------------------------------------- r29205 | jonnybradley | 2010-09-14 15:00:09 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] ckeditor: Don't try and find selected plugin if the selection type is text (i.e. not an element) ---------------------------------------------- r29204 | jonnybradley | 2010-09-14 14:53:00 +0200 (Tue, 14 Sep 2010) | 3 lines [FIX] ckeditor: Better wysiwyg plugin editing selection processing. Process the cke selection object better, but this sometimes fails, so end up checking if there's only one plugin of this type and use that. More to do no doubt... ---------------------------------------------- r29203 | sylvieg | 2010-09-14 14:25:53 +0200 (Tue, 14 Sep 2010) | 1 line [FIX]tracker: no confirm for view item save ---------------------------------------------- r29202 | luciash | 2010-09-14 11:26:19 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] Kaltura entries listing: do not show delete button without perms ---------------------------------------------- r29200 | marclaporte | 2010-09-14 05:10:12 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] update links to tiki.org ---------------------------------------------- r29199 | sylvieg | 2010-09-14 00:28:13 +0200 (Tue, 14 Sep 2010) | 1 line [ENH]forum: show the perms origin in admin forum ---------------------------------------------- r29197 | pkdille | 2010-09-14 00:05:50 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] there are no "thin" classes ---------------------------------------------- r29196 | pkdille | 2010-09-13 23:45:27 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] there are no "data" class tables ---------------------------------------------- r29195 | sylvieg | 2010-09-13 23:28:30 +0200 (Mon, 13 Sep 2010) | 1 line [FIX]perms: if tracker perms come from category - say so ---------------------------------------------- r29193 | sylvieg | 2010-09-13 23:26:38 +0200 (Mon, 13 Sep 2010) | 1 line [ENH]perms: memorize from where the perms of an object comes ---------------------------------------------- r29192 | pkdille | 2010-09-13 23:09:24 +0200 (Mon, 13 Sep 2010) | 1 line [MOD] remove useless css class ---------------------------------------------- r29191 | changi67 | 2010-09-13 22:57:38 +0200 (Mon, 13 Sep 2010) | 1 line [MOD] Remove some useless   ---------------------------------------------- r29190 | robertplummer | 2010-09-13 22:50:34 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] added some fixes to the sheet syncing methods and took advantage of the new startup settings to fully sync both sheets together. ---------------------------------------------- r29189 | sampaioprimo | 2010-09-13 22:46:33 +0200 (Mon, 13 Sep 2010) | 1 line tranlations done by different contributors to French on i18n.tiki.org using interactive translation (please help checking the translations) ---------------------------------------------- r29188 | sampaioprimo | 2010-09-13 22:42:50 +0200 (Mon, 13 Sep 2010) | 1 line tranlations done by different contributors to Welsh language on i18n.tiki.org using interactive translation ---------------------------------------------- r29186 | sampaioprimo | 2010-09-13 22:30:39 +0200 (Mon, 13 Sep 2010) | 2 lines [ENH] use sefurl for comments link in blogs main page ---------------------------------------------- r29185 | changi67 | 2010-09-13 22:25:11 +0200 (Mon, 13 Sep 2010) | 1 line [ENH] A quick fix to validate that template have a name - ( maybe we should use smarty validate ?) ---------------------------------------------- r29184 | pkdille | 2010-09-13 22:21:07 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] action calendar : don't show add event link below calendar in action calendar ---------------------------------------------- r29183 | changi67 | 2010-09-13 21:24:09 +0200 (Mon, 13 Sep 2010) | 1 line [MOD] Replace <a href> with button + missing bracket ---------------------------------------------- r29182 | changi67 | 2010-09-13 21:22:53 +0200 (Mon, 13 Sep 2010) | 1 line [MOD] table normal in tabcontent should be at 100% ---------------------------------------------- r29181 | sylvieg | 2010-09-13 21:12:18 +0200 (Mon, 13 Sep 2010) | 1 line [ENH]tracker: use {textarea} ---------------------------------------------- r29180 | ricks99 | 2010-09-13 21:02:14 +0200 (Mon, 13 Sep 2010) | 1 line [FIX]removed ROLE attributes from DIV elements for proper HTML4 validation, since HTML5 compatibility is pushed to Tiki7. ---------------------------------------------- r29178 | Jyhem | 2010-09-13 19:56:34 +0200 (Mon, 13 Sep 2010) | 1 line [ENH] Complete blog templates splitting idea without any change to default themes layout and demonstrate it's power by configuring a totally different blog layout for coelesce ---------------------------------------------- r29177 | sampaioprimo | 2010-09-13 19:47:49 +0200 (Mon, 13 Sep 2010) | 2 lines [FIX] keep URL parameters after posting a comment ---------------------------------------------- r29176 | sampaioprimo | 2010-09-13 19:37:20 +0200 (Mon, 13 Sep 2010) | 2 lines indentation ---------------------------------------------- r29175 | chealer | 2010-09-13 19:04:59 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] escape single quotes in labels to avoid JS errors when [French] translations contain apostrophes ---------------------------------------------- r29174 | luciash | 2010-09-13 18:56:07 +0200 (Mon, 13 Sep 2010) | 1 line [ENH] AJAX loading GIF image (spinner) animation transparent ---------------------------------------------- r29173 | luciash | 2010-09-13 18:54:45 +0200 (Mon, 13 Sep 2010) | 1 line [ENH] AJAX loading overlay looking good (again) ---------------------------------------------- r29172 | jonnybradley | 2010-09-13 18:24:09 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] Tracker plugin: Create new item form inputs not appearing for non-admins when tracker writerCanModify set (thanks eronmeg) ---------------------------------------------- r29171 | jonnybradley | 2010-09-13 17:53:51 +0200 (Mon, 13 Sep 2010) | 4 lines [bp r29151,29163] from wysiwyg_ckeditor_update - autosave fixes. [MOD] autosave: Remove dependency on xajax (half of it was using jQuery, the other xajax). Several reliability fixes on the way, and improved resonse/error handling. Moved JS fns ajaxLoadingShow and hide to remove xajax dependency (to tiki-jquery.js for now) [FIX] autosave: Restore user/ip to referrer id string ---------------------------------------------- r29170 | jonnybradley | 2010-09-13 17:46:36 +0200 (Mon, 13 Sep 2010) | 4 lines [bp r29148,29149,29150] from wysiwyg_ckeditor_update - splitting feature_ajax. [ENH] ajax: splitting feature_ajax part 1. New pref for xajax Part 2. Low level xajax pref checks in smarty blocks, smarty and lib. Also added missing pref tests in tiki-index.php Part 3. replacement of feature_ajax with ajax_xajax in other files using xajax directly. Other areas (such as Google maps, auto save etc untouched). ---------------------------------------------- r29169 | jonnybradley | 2010-09-13 17:34:48 +0200 (Mon, 13 Sep 2010) | 3 lines [bp r29144,29145] from wysiwyg_ckeditor_update - autosave pref name change. [MOD] admin: new "Interface" section in features admin. Move jQuery features there. [MOD] ajax: rename feature_ajax_autosave to ajax_autosave and create lib/prefs/ajax.php ---------------------------------------------- r29168 | Jyhem | 2010-09-13 17:22:27 +0200 (Mon, 13 Sep 2010) | 1 line [FIx] Remove duplicate section ---------------------------------------------- r29167 | sampaioprimo | 2010-09-13 16:58:15 +0200 (Mon, 13 Sep 2010) | 2 lines [ENH] add message warning anonymous users that their email address will not be published when they post a new comment ---------------------------------------------- r29166 | sampaioprimo | 2010-09-13 16:47:31 +0200 (Mon, 13 Sep 2010) | 2 lines [ENH] adding preference for comment vote system (off by default) ---------------------------------------------- r29165 | sampaioprimo | 2010-09-13 16:43:58 +0200 (Mon, 13 Sep 2010) | 2 lines removing unused block of code ---------------------------------------------- r29162 | sylvieg | 2010-09-13 15:19:24 +0200 (Mon, 13 Sep 2010) | 1 line [FIX]notice: please check ---------------------------------------------- r29161 | jonnybradley | 2010-09-13 14:24:26 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] textareas: Add repo to link to WYSIWYG_6x profile (maybe it will actually list first time more often) ---------------------------------------------- r29160 | sylvieg | 2010-09-13 14:21:00 +0200 (Mon, 13 Sep 2010) | 1 line [FIX]categ: fix tracker description ---------------------------------------------- r29159 | jonnybradley | 2010-09-13 14:09:07 +0200 (Mon, 13 Sep 2010) | 2 lines [ENH] textareas: Make "lose changes" warning appear for the whole form for other objects, e.g. blog etc. Trackers still TODO (tracker_item_field_input.tpl doesn't use {textarea} yet) ---------------------------------------------- r29158 | jonnybradley | 2010-09-13 13:50:29 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] textareas: Move session timeout warning into block.textarea.php (from editpage) and fix the order of the JS that shows it - for some reason it didn't work the other way round. ---------------------------------------------- r29157 | xavidp | 2010-09-13 13:14:03 +0200 (Mon, 13 Sep 2010) | 1 line [MOD]Highlight more (bold and red) the tip about using saved version instead of (js-)autosaved . Thanks ricks99 for tip on html bit to add a css class. If anybody knows a better class with bold and red (instead of mandatory_star, feel free to improve. ---------------------------------------------- r29155 | chealer | 2010-09-13 04:23:47 +0200 (Mon, 13 Sep 2010) | 4 lines MOUSEOVER: Consider uppercase parse parameter value "N" the same as "n" [FIX] If plugin is in a list item / bullet, and body parsing is not disabled, do not interpret line breaks as the end of the list item. inspired by FADE, thanks Marc Laporte ---------------------------------------------- r29154 | lindonb | 2010-09-13 01:57:41 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] Add options for plugin edit and info for pluginmanager ---------------------------------------------- r29153 | lindonb | 2010-09-13 00:42:55 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] Allow lower level categories to display in a PluginTracker form and use <label>. ---------------------------------------------- r29152 | lindonb | 2010-09-12 22:56:34 +0200 (Sun, 12 Sep 2010) | 1 line [FIX] Allow CAPTCHA and reCAPTCHA to appear in registration form when user trackers are used. ---------------------------------------------- r29147 | lindonb | 2010-09-12 18:57:00 +0200 (Sun, 12 Sep 2010) | 1 line [FIX] Use 'Total' instead of 'Sum' ---------------------------------------------- r29146 | lindonb | 2010-09-12 18:48:22 +0200 (Sun, 12 Sep 2010) | 1 line [FIX] Change $l variable in compute section to $amount to avoid collision with $l in exactvalue section. Was causing sums to be wrong sometimes (e.g., when filtering on categories). ---------------------------------------------- r29139 | lindonb | 2010-09-12 06:26:09 +0200 (Sun, 12 Sep 2010) | 1 line [FIX] Descendant categories below first child level weren't showing in PluginTrackerlist displays of category fields. ---------------------------------------------- r29137 | lindonb | 2010-09-11 23:41:31 +0200 (Sat, 11 Sep 2010) | 1 line [FIX] Display 0 or 'No' options properly and fix spacing. ---------------------------------------------- r29136 | lindonb | 2010-09-11 23:40:15 +0200 (Sat, 11 Sep 2010) | 1 line [FIX] Add options for plugin edit and other plugin information. ---------------------------------------------- r29135 | lindonb | 2010-09-11 23:36:53 +0200 (Sat, 11 Sep 2010) | 1 line [FIX] 'Feedback" instead of 'Feedbacks' and there is no feedback type for the remarksbox plugin. ---------------------------------------------- r29134 | lindonb | 2010-09-11 23:33:28 +0200 (Sat, 11 Sep 2010) | 1 line [FIX] Increase contrast between text and background for some of the dark themes - mainly for jquery items and xdebug errors. ---------------------------------------------- r29133 | changi67 | 2010-09-11 22:45:28 +0200 (Sat, 11 Sep 2010) | 1 line HTML Validation ---------------------------------------------- r29131 | robertplummer | 2010-09-11 20:40:12 +0200 (Sat, 11 Sep 2010) | 2 lines [MOD] Changed sheet history viewing page to be tiki-history_sheets.php [MOD] Changed sheets so that they scroll together and tab click changed them together. ---------------------------------------------- r29128 | jonnybradley | 2010-09-11 01:28:04 +0200 (Sat, 11 Sep 2010) | 1 line [MOD] textarea: Don't show tip about session until 5 minutes remaining ---------------------------------------------- r29127 | jonnybradley | 2010-09-11 01:26:18 +0200 (Sat, 11 Sep 2010) | 1 line [IGNORE] parse_data: note to fix edge case with html comments and strike wiki parsing. ---------------------------------------------- r29126 | jonnybradley | 2010-09-11 00:11:46 +0200 (Sat, 11 Sep 2010) | 1 line [FIX] parse_data: paragraphs - don't wiki paragraph if already html ---------------------------------------------- r29125 | jonnybradley | 2010-09-10 23:00:04 +0200 (Fri, 10 Sep 2010) | 1 line [MOD] ckeditor: use non xajax wrapper for remove_save call ---------------------------------------------- r29124 | jonnybradley | 2010-09-10 22:57:36 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] ckeditor: register auto_save editor so it gets removed on save ---------------------------------------------- r29123 | jonnybradley | 2010-09-10 22:43:18 +0200 (Fri, 10 Sep 2010) | 1 line [ENH] ckeditor: reparse content after inserting plugin or link ---------------------------------------------- r29122 | changi67 | 2010-09-10 22:34:51 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] HTML Validation ---------------------------------------------- r29121 | sylvieg | 2010-09-10 22:19:17 +0200 (Fri, 10 Sep 2010) | 1 line [FIX]sheet: to have also categs when creating new sheet ---------------------------------------------- r29120 | sampaioprimo | 2010-09-10 22:17:08 +0200 (Fri, 10 Sep 2010) | 4 lines [ENH] options to control whether to display or not blog title, description and breadcrumbs [ENH] remove help button from each blog title [ENH] add sefurl to blog link in blog title ---------------------------------------------- r29119 | marclaporte | 2010-09-10 22:16:38 +0200 (Fri, 10 Sep 2010) | 1 line [MOD] Admin panel: regrouping two Smarty-related preferences ---------------------------------------------- r29117 | sylvieg | 2010-09-10 22:13:25 +0200 (Fri, 10 Sep 2010) | 1 line [FIX]parsing: [[foo must be parsed to [foo ---------------------------------------------- r29115 | sylvieg | 2010-09-10 21:26:53 +0200 (Fri, 10 Sep 2010) | 1 line [FIX]sheet: perm: author can edit ---------------------------------------------- r29114 | changi67 | 2010-09-10 21:24:58 +0200 (Fri, 10 Sep 2010) | 1 line [MOD] Set class odd and even on tr instead of td ---------------------------------------------- r29113 | sampaioprimo | 2010-09-10 20:51:46 +0200 (Fri, 10 Sep 2010) | 2 lines replacing {self_link} with <a> while {self_link} doesn't support sefurl ---------------------------------------------- r29112 | sylvieg | 2010-09-10 20:44:08 +0200 (Fri, 10 Sep 2010) | 1 line [FIX]sheet: perm cleaning ---------------------------------------------- r29111 | jonnybradley | 2010-09-10 20:22:19 +0200 (Fri, 10 Sep 2010) | 1 line [MOD] fgal manager: keep window open by default and close it when the main edit window unloads ---------------------------------------------- r29110 | sylvieg | 2010-09-10 19:09:20 +0200 (Fri, 10 Sep 2010) | 1 line [FIX]sheet: use new perms + check p_view_sheet ---------------------------------------------- r29109 | Jyhem | 2010-09-10 17:41:21 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] Fix logic error ---------------------------------------------- r29108 | Jyhem | 2010-09-10 17:37:14 +0200 (Fri, 10 Sep 2010) | 1 line [INDENT] No functional change ---------------------------------------------- r29107 | Jyhem | 2010-09-10 17:34:21 +0200 (Fri, 10 Sep 2010) | 1 line [ENH] Guarantee consistency of blog posts display between print view and other views by using same templates ---------------------------------------------- r29106 | jonnybradley | 2010-09-10 17:30:37 +0200 (Fri, 10 Sep 2010) | 1 line [NEW] jqui.css option: element.css ---------------------------------------------- r29105 | jonnybradley | 2010-09-10 17:28:57 +0200 (Fri, 10 Sep 2010) | 1 line [MOD] jqui.css: simplebox and a button fix ---------------------------------------------- r29104 | jonnybradley | 2010-09-10 15:42:13 +0200 (Fri, 10 Sep 2010) | 1 line [IGNORE] parse_data: paragraphs - typo (bad! sorry) ---------------------------------------------- r29103 | jonnybradley | 2010-09-10 15:29:30 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] parse_data: paragraphs - refactor block_detect and use in convert_plugin_for_ckeditor() ---------------------------------------------- r29102 | jonnybradley | 2010-09-10 15:04:47 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] editpage: Restore row/cols for non-wysiwyg editor (sorry) ---------------------------------------------- r29101 | jonnybradley | 2010-09-10 14:59:15 +0200 (Fri, 10 Sep 2010) | 1 line [MOD] fgal manager: left and right margins ---------------------------------------------- r29100 | jonnybradley | 2010-09-10 14:58:43 +0200 (Fri, 10 Sep 2010) | 1 line [MOD] editpage: Use whole width for table ---------------------------------------------- r29099 | jonnybradley | 2010-09-10 14:57:28 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] ckeditor: Fix autosave for when button not on toolbar. ---------------------------------------------- r29098 | jonnybradley | 2010-09-10 14:56:14 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] parse_data: paragraphs - missed a block (li) ---------------------------------------------- r29097 | jonnybradley | 2010-09-10 14:15:24 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] ckeditor: Global ---------------------------------------------- r29096 | jonnybradley | 2010-09-10 13:52:49 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] ckeditor: Show plugin insert icons for html mode as well. ---------------------------------------------- r29095 | jonnybradley | 2010-09-10 13:51:58 +0200 (Fri, 10 Sep 2010) | 1 line [MOD] remarksbox: smaller bottom margin. ---------------------------------------------- r29094 | jonnybradley | 2010-09-10 13:48:18 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] ckeditor: Better default size when not set in {textarea} definition. ---------------------------------------------- r29093 | sylvieg | 2010-09-10 12:25:14 +0200 (Fri, 10 Sep 2010) | 1 line [ENH]install: put also in comment adodb instruction ---------------------------------------------- r29092 | sept_7 | 2010-09-10 10:35:48 +0200 (Fri, 10 Sep 2010) | 2 lines [FIX] fix svn:properties as pointed by quality.tikiwiki.org ---------------------------------------------- r29091 | sept_7 | 2010-09-10 10:33:26 +0200 (Fri, 10 Sep 2010) | 2 lines [FIX] convert file to Unix format... pointed by quality.tikiwiki.org ---------------------------------------------- r29090 | sampaioprimo | 2010-09-10 02:51:32 +0200 (Fri, 10 Sep 2010) | 2 lines [ENH] set column width to 50% on interactive translation interface to improve usability when translating long strings ---------------------------------------------- r29088 | sampaioprimo | 2010-09-10 00:33:55 +0200 (Fri, 10 Sep 2010) | 2 lines [KIL] removing code for the old interactive translation feature ---------------------------------------------- r29086 | sampaioprimo | 2010-09-10 00:08:14 +0200 (Fri, 10 Sep 2010) | 2 lines [FIX] remove 255 characters limit to store translations in the database ---------------------------------------------- r29083 | Jyhem | 2010-09-09 23:17:30 +0200 (Thu, 09 Sep 2010) | 1 line [ENH] Guarantee consistency of blog posts display between blog view and post view and edit preview by using same templates ---------------------------------------------- r29082 | sylvieg | 2010-09-09 23:07:50 +0200 (Thu, 09 Sep 2010) | 1 line [FIX]searh: people seem to forgot there are 2 search modes as only the advanced is documented: put back a line for natural search- perhaps to do rename advanced with boolena? ---------------------------------------------- r29081 | changi67 | 2010-09-09 22:56:56 +0200 (Thu, 09 Sep 2010) | 1 line [MOD] Set class odd and even on tr instead of td - many more to come ---------------------------------------------- r29080 | jonnybradley | 2010-09-09 22:42:16 +0200 (Thu, 09 Sep 2010) | 1 line [MOD] fgal upload: Remove {literal}'s and add {{'s for jquery ---------------------------------------------- r29078 | changi67 | 2010-09-09 21:59:25 +0200 (Thu, 09 Sep 2010) | 1 line no changes - indent only ---------------------------------------------- r29077 | chealer | 2010-09-09 21:49:46 +0200 (Thu, 09 Sep 2010) | 2 lines [FIX] MySQL search: language and category parameter values not kept when changing results pages (introduced r24723, r25019) remove filter on used lang parameter ---------------------------------------------- r29076 | sampaioprimo | 2010-09-09 21:42:30 +0200 (Thu, 09 Sep 2010) | 2 lines [FIX] threaded comments now works for more than 2 levels ---------------------------------------------- r29075 | sylvieg | 2010-09-09 20:40:34 +0200 (Thu, 09 Sep 2010) | 1 line [FIX]trackerlist: avoid popup on the popup on a tracker calendar ---------------------------------------------- r29074 | jonnybradley | 2010-09-09 20:38:38 +0200 (Thu, 09 Sep 2010) | 1 line [MOD] ckeditor: Add notice about ckeditor if the prefs aren't set right. Have updated the recommended profile to suit. ---------------------------------------------- r29073 | chealer | 2010-09-09 20:07:27 +0200 (Thu, 09 Sep 2010) | 1 line [ENH] Search/i18n: add preference search_default_interface_language (Restrict search language by default) ---------------------------------------------- r29072 | jonnybradley | 2010-09-09 19:59:46 +0200 (Thu, 09 Sep 2010) | 1 line [DB] ckeditor: Switch wysiwyg editor to use new ckeditor ---------------------------------------------- r29071 | jonnybradley | 2010-09-09 19:46:28 +0200 (Thu, 09 Sep 2010) | 1 line [FIX] cclite: Show some feedback if cclite server doesn't connect. ---------------------------------------------- r29070 | jonnybradley | 2010-09-09 19:45:36 +0200 (Thu, 09 Sep 2010) | 1 line [MOD] prefs: Default to using "add br" mode for wiki paragraph formatting when it's switched on. ---------------------------------------------- r29069 | jonnybradley | 2010-09-09 19:42:35 +0200 (Thu, 09 Sep 2010) | 2 lines [FIX] ckeditor: Use JS to set body display back to block as this will work when accessed using ajax. Fixes Firefox selection failure e.g. on text colour picker use. ---------------------------------------------- r29068 | chealer | 2010-09-09 19:41:01 +0200 (Thu, 09 Sep 2010) | 1 line [ENH][DB] Wiki attachments: Increase filename size limit from 80 to 255, supporting LFN and files from most Unix filesystems ---------------------------------------------- r29067 | sylvieg | 2010-09-09 18:12:47 +0200 (Thu, 09 Sep 2010) | 1 line [ENH]sheet: use tab ---------------------------------------------- r29065 | Jyhem | 2010-09-09 17:43:44 +0200 (Thu, 09 Sep 2010) | 1 line [FIX] Avoid warnings when variables are unset ---------------------------------------------- r29064 | sylvieg | 2010-09-09 17:43:43 +0200 (Thu, 09 Sep 2010) | 1 line [FIX]perm: sheet with new perm to be able to redefine edit_sheet for a group or categ ---------------------------------------------- r29063 | sylvieg | 2010-09-09 16:16:32 +0200 (Thu, 09 Sep 2010) | 1 line [FIX]perms: check categ perm dor admin tracker ---------------------------------------------- r29062 | jonnybradley | 2010-09-09 16:16:20 +0200 (Thu, 09 Sep 2010) | 1 line [REF] parse_data: Refactor messy preg_replaces and complete list of block elements. ---------------------------------------------- r29061 | sampaioprimo | 2010-09-09 16:09:15 +0200 (Thu, 09 Sep 2010) | 2 lines [ENH] parse wiki syntax for blog post excerpt ---------------------------------------------- r29060 | sylvieg | 2010-09-09 16:07:54 +0200 (Thu, 09 Sep 2010) | 1 line [FIX]perms: cite all the perm if error on p[erm_either ---------------------------------------------- r29059 | sylvieg | 2010-09-09 15:40:40 +0200 (Thu, 09 Sep 2010) | 1 line [FIX]forum: wyiwyg for buttons ---------------------------------------------- r29058 | jonnybradley | 2010-09-09 15:28:59 +0200 (Thu, 09 Sep 2010) | 1 line [FIX] parse_data: Add more block elements to paragraph detection (hr and blockquote) ---------------------------------------------- r29056 | jonnybradley | 2010-09-09 12:55:58 +0200 (Thu, 09 Sep 2010) | 1 line [FIX] warning: Added default for unused parameter. Didn't remove as the function is called with this param from tikilib. ---------------------------------------------- r29055 | jonnybradley | 2010-09-09 12:45:42 +0200 (Thu, 09 Sep 2010) | 1 line [REM] Remove some old, dead code ---------------------------------------------- r29054 | jonnybradley | 2010-09-09 12:32:26 +0200 (Thu, 09 Sep 2010) | 1 line [FIX] cachelib: Fix for when called from installer before tikilib can exist. ---------------------------------------------- r29053 | jonnybradley | 2010-09-09 12:18:36 +0200 (Thu, 09 Sep 2010) | 1 line [DOC] New domain for old file ---------------------------------------------- r29050 | sdoh | 2010-09-09 09:22:50 +0200 (Thu, 09 Sep 2010) | 1 line [FIX] Fixes errors with strings multibyte, best test of the maximum size tags ---------------------------------------------- r29048 | chealer | 2010-09-09 03:44:21 +0200 (Thu, 09 Sep 2010) | 1 line [FIX] deleteTranslationInProgressFlags(): fix query to use bindvars ---------------------------------------------- r29047 | sylvieg | 2010-09-09 00:35:46 +0200 (Thu, 09 Sep 2010) | 1 line [FIX]forum: fix 29045 - global perms are used in tpl ---------------------------------------------- r29046 | sylvieg | 2010-09-09 00:05:39 +0200 (Thu, 09 Sep 2010) | 1 line [FIX]delete custom code ---------------------------------------------- r29045 | sylvieg | 2010-09-08 23:29:07 +0200 (Wed, 08 Sep 2010) | 1 line [FIX]forum: check categ perms->use new perms system ---------------------------------------------- r29044 | changi67 | 2010-09-08 23:05:02 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] Another failed substitution ---------------------------------------------- r29042 | changi67 | 2010-09-08 22:48:05 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] use dynamic value for colspan according to prefs to have the right number of <th> ---------------------------------------------- r29041 | lphuberdeau | 2010-09-08 22:07:35 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] coelesce theme would not work correctly with inline comments due to missing class on comment content ---------------------------------------------- r29040 | lphuberdeau | 2010-09-08 21:46:48 +0200 (Wed, 08 Sep 2010) | 1 line Adding domain redirect preference to support domain transitions ---------------------------------------------- r29038 | jonnybradley | 2010-09-08 21:11:57 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] tracker export: Removed illegal style declaration in tpl (actually looks better without it in most jquery-ui themes) ---------------------------------------------- r29037 | changi67 | 2010-09-08 20:53:29 +0200 (Wed, 08 Sep 2010) | 1 line [MOD] Rename admin tpl to be like the php files ---------------------------------------------- r29036 | jonnybradley | 2010-09-08 20:50:10 +0200 (Wed, 08 Sep 2010) | 3 lines [ENH] user messages: Add reply-to and bcc checkboxes to message send forms. Allows your real email to be the reply-to address on a message notification, and to be able to receive a copy via Bcc. Also slightly better error handling. ---------------------------------------------- r29035 | jonnybradley | 2010-09-08 18:36:45 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] user prefs: Allow messages to be sent via tiki-user_information.php if allowMsgs is on, even if user_information is set to private. ---------------------------------------------- r29034 | chealer | 2010-09-08 17:48:51 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] MySQL search: in results, if searching in wiki pages, say we found results in x *wiki pages", not x wikis ---------------------------------------------- r29033 | jonnybradley | 2010-09-08 17:42:18 +0200 (Wed, 08 Sep 2010) | 1 line [MOD] user messages: Tidy up compose message layout and make priority menu cleaner (also on user info) ---------------------------------------------- r29032 | jonnybradley | 2010-09-08 17:35:42 +0200 (Wed, 08 Sep 2010) | 1 line [MOD] user prefs: Swap a couple of prefs around to be more logical. Also remove dead code and make one capitalisation. ---------------------------------------------- r29031 | jonnybradley | 2010-09-08 17:25:45 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] auto_query_args: Set to empty (default to all fields) ---------------------------------------------- r29030 | jonnybradley | 2010-09-08 17:18:17 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] intertrans: Hide "add comment" link initially (thanks Marc) ---------------------------------------------- r29027 | sylvieg | 2010-09-08 15:44:44 +0200 (Wed, 08 Sep 2010) | 1 line [FIX]trackerfilter: when displayList is on, show the list ---------------------------------------------- r29026 | chealer | 2010-09-08 15:36:21 +0200 (Wed, 08 Sep 2010) | 2 lines [FIX] HTML special chars escaping [FIX] most HTML issues ---------------------------------------------- r29023 | sdoh | 2010-09-08 14:45:45 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] Corrected vanishing bold chars bug ---------------------------------------------- r29021 | sylvieg | 2010-09-08 13:15:57 +0200 (Wed, 08 Sep 2010) | 1 line [FIX]translation: hide the '2 pannels translation' for articles as it's only working for wiki page ---------------------------------------------- r29020 | jonnybradley | 2010-09-08 12:55:52 +0200 (Wed, 08 Sep 2010) | 7 lines [ENH] intertrans: Several improvements to interactive translation. Can translate more elements on page (if not all?) Can translate strings that were not previously translated (form label in italics to indicate that). Elements highlight as you mouseover. Escape key closes form. Switching off intertrans reloads the page (and flushes templaces_c). Various cosmetic and usability improvements (CSS moved from design.css to layout.css). ---------------------------------------------- r29019 | jonnybradley | 2010-09-08 12:50:42 +0200 (Wed, 08 Sep 2010) | 1 line [REF] Deploy $cachelib->empty_cache() - missed one from r29018 ---------------------------------------------- r29018 | jonnybradley | 2010-09-08 12:26:37 +0200 (Wed, 08 Sep 2010) | 2 lines [REF] Deploy $cachelib->empty_cache() throughout. (Note: interactive_translation_mode only needs to empty templates_c, which is why i started this) ---------------------------------------------- r29017 | jonnybradley | 2010-09-08 12:20:19 +0200 (Wed, 08 Sep 2010) | 1 line [REF] cachelib: Move cache emptying logic from admin system into $cachelib->empty_cache(). Also rename the mysterious "du" function to count_cache_files as that's what it does (and improve file counting). ---------------------------------------------- r29016 | pkdille | 2010-09-08 07:40:50 +0200 (Wed, 08 Sep 2010) | 1 line [MOD] no changes - indenting code and removing some useless comments ---------------------------------------------- r29015 | jonnybradley | 2010-09-08 01:53:31 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] edit lang: no ajax for full page reload on toggle button ---------------------------------------------- r29014 | jonnybradley | 2010-09-08 01:52:26 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] global $prefs ---------------------------------------------- r29013 | robertplummer | 2010-09-08 01:12:10 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] Attribute sanitizer for mediaplayer plugin ---------------------------------------------- r29012 | marclaporte | 2010-09-08 00:01:45 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] top buttons no longer necessary now that we have tabs on this page ---------------------------------------------- r29011 | robertplummer | 2010-09-07 22:38:39 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] Small bug in loading js for sheet history comparing. ---------------------------------------------- r29010 | robertplummer | 2010-09-07 22:01:49 +0200 (Tue, 07 Sep 2010) | 5 lines [MOD] lang/en/language.php - Took away some jQuery.sheet warnings [ADD] lib/sheet/tiki-history-sheets.js to handle js on the history page for sheets - We may need to rename this later [MOD] /templates/tiki-view-sheets.tpl to handle multi read dates for sheets [MOD] /templates/tiki-history-sheets.tpl to be able to list and be able to compare multi sheets {MOD] /tiki-setup.php to add lib/sheet/tiki-history_sheets.js only on php page tiki-view_sheets.php ---------------------------------------------- r29009 | jonnybradley | 2010-09-07 21:49:09 +0200 (Tue, 07 Sep 2010) | 3 lines [ENH] comment annotations: Largely cosmetic improvements. Add title text and action buttons. Some help text, CSS classes and hide/show existing comments. ---------------------------------------------- r29008 | jonnybradley | 2010-09-07 21:46:06 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] parse_data paragraphs: <dl> is also a block element ---------------------------------------------- r29007 | sylvieg | 2010-09-07 21:37:34 +0200 (Tue, 07 Sep 2010) | 1 line [FIX]textarea: param _toolbars interpreted for wiki editor + trackerhelp uses {textarea} to be able to extend textarea on any browser via jq ---------------------------------------------- r29006 | sylvieg | 2010-09-07 21:08:00 +0200 (Tue, 07 Sep 2010) | 1 line [FIX]tracker: do not display Anonymous and Registered in usergroups+ do not show input label ---------------------------------------------- r29005 | sylvieg | 2010-09-07 20:34:21 +0200 (Tue, 07 Sep 2010) | 1 line [ENH]trackers: field usergroups allowing to fetch dynamically the groups of a user and to filter on a group ---------------------------------------------- r29004 | jonnybradley | 2010-09-07 19:08:54 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] comments: Move errors box near the form and refill form inputs with posted data ---------------------------------------------- r29003 | jonnybradley | 2010-09-07 18:43:04 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] comments: Fill title when editing comment ---------------------------------------------- r29002 | sylvieg | 2010-09-07 18:38:10 +0200 (Tue, 07 Sep 2010) | 1 line [ENH]style: Can not find a justification for   so simplify ---------------------------------------------- r29001 | jonnybradley | 2010-09-07 18:12:06 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] perms admin: Do proper fine grain check for prefs as well as feature by feature. ---------------------------------------------- r29000 | jonnybradley | 2010-09-07 17:37:36 +0200 (Tue, 07 Sep 2010) | 1 line [ENH] perms admin: Add show only selected checkbox (and label for toggle sections icon) ---------------------------------------------- r28999 | jonnybradley | 2010-09-07 16:44:13 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] wysiwyg plugins: Make edit icon float over plugin previews (thanks for the "how to" luci) ---------------------------------------------- r28998 | jonnybradley | 2010-09-07 16:28:59 +0200 (Tue, 07 Sep 2010) | 2 lines [ENH] wysiwyg: Plugin edit re-parses content (if ajax on). Also preview working better with multiple plugins. Renamed css class .cke_tiki_plugin to .tiki_plugin as ckeditor "eats" classes starting with cke_ ---------------------------------------------- r28997 | sylvieg | 2010-09-07 15:59:11 +0200 (Tue, 07 Sep 2010) | 1 line [FIX]trackerhelp: perm checking ---------------------------------------------- r28996 | sylvieg | 2010-09-07 15:13:33 +0200 (Tue, 07 Sep 2010) | 1 line [NEW]trackerhelp: a little module to show the fieldIds of a tracker: todo->debug {textarea} to use it, autocomplete on tracker name, pagination for large tracker ---------------------------------------------- r28995 | jonnybradley | 2010-09-07 14:27:53 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] wysiwyg plugins: Preview and save now working (in html mode) ---------------------------------------------- r28994 | jonnybradley | 2010-09-07 14:27:07 +0200 (Tue, 07 Sep 2010) | 1 line [MOD] wysiwyg plugins: Clean dead code, leave some more comments in as reminder to fix selection bug. ---------------------------------------------- r28993 | jonnybradley | 2010-09-07 13:35:39 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] toolbars: Mend re-encoding corruption from r28856 which was causing JS errors and preventing most edit tools from working. ---------------------------------------------- r28992 | chealer | 2010-09-07 07:33:00 +0200 (Tue, 07 Sep 2010) | 2 lines use new wikilib "bad characters" prevention methods forgotten in r28740, oops ---------------------------------------------- r28991 | marclaporte | 2010-09-07 04:43:39 +0200 (Tue, 07 Sep 2010) | 1 line [ENH] Admin panel for Inline Comments ---------------------------------------------- r28990 | pascalstjean | 2010-09-07 04:21:04 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] Add line to get_perm_object ---------------------------------------------- r28989 | robertplummer | 2010-09-07 00:46:12 +0200 (Tue, 07 Sep 2010) | 2 lines [FIX] Fullscreen mode for sheet [MOD] Deleted some experimental text. Sheet is ok to use now. ---------------------------------------------- r28988 | marclaporte | 2010-09-07 00:25:38 +0200 (Tue, 07 Sep 2010) | 1 line [MOD] moving permission to general comment section (instead of just wiki) to help people set comment permissions. TODO: Filter doesn't work. ---------------------------------------------- r28987 | marclaporte | 2010-09-07 00:18:00 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] Cleanup of various comment-related preferences. Taking advantage of the recently added comments admin panel. ---------------------------------------------- r28986 | pkdille | 2010-09-06 23:45:34 +0200 (Mon, 06 Sep 2010) | 1 line [MOD] remove some old debug traces - please, remove it before commiting ---------------------------------------------- r28985 | robertplummer | 2010-09-06 22:06:10 +0200 (Mon, 06 Sep 2010) | 3 lines [ADD] 20100906_sheet_toolbar_default_tiki.sql deletes and then adds the new toolbar [ADD] New buttons addrowbefore and addcolumnbefore, they add before the selected cell [FIX] Changed some of the outdated cell adding in toolbarslib.php to be more predictable ---------------------------------------------- r28984 | pkdille | 2010-09-06 21:40:32 +0200 (Mon, 06 Sep 2010) | 1 line [MOD] admin metrics: deploy button plugin into this template (\!) ---------------------------------------------- r28982 | pkdille | 2010-09-06 21:37:08 +0200 (Mon, 06 Sep 2010) | 1 line [MOD] remove some useless css classes on td and tr tags in formcolor tables ---------------------------------------------- r28979 | robertplummer | 2010-09-06 20:27:24 +0200 (Mon, 06 Sep 2010) | 5 lines [FIX] Made all cells save every time you save because styles can change in grid.php. This now enables all cells to keep their style when saved. [FIX] Updated $.sheet.get_sheet_json in tiki-jquery.js to be based off the more streamlined version in sheet. [FIX] Updated the toolbarslib.php toolbar titles to be more accurate so I can add other buttons that are more complex, like add cells above current selection. ---------------------------------------------- r28978 | jonnybradley | 2010-09-06 19:44:15 +0200 (Mon, 06 Sep 2010) | 3 lines [FIX] parse_data and wysiwyg: Proper parsing of line ends and paragraph processing for plugins. Only enclose in <p> if it's all inline elements. Also re-organise how the wysiwyg plugins work to include the ending comment inside the div or span. More to come on this... ---------------------------------------------- r28977 | sept_7 | 2010-09-06 15:50:49 +0200 (Mon, 06 Sep 2010) | 3 lines [FIX] Don't use minified version of JQuery and Jquery.UI if tiki_minify_javascript is not set. ---------------------------------------------- r28976 | jonnybradley | 2010-09-06 15:16:10 +0200 (Mon, 06 Sep 2010) | 1 line [MOD] admin/wysiwyg: Reorganisation to promote new ckeditor and add some dependencies. ---------------------------------------------- r28975 | jonnybradley | 2010-09-06 15:14:05 +0200 (Mon, 06 Sep 2010) | 1 line [MOD] admin/performance: Move "Performance" tab to first so it's the default (as it has useful stuff in it more often) ---------------------------------------------- r28974 | jonnybradley | 2010-09-06 15:11:11 +0200 (Mon, 06 Sep 2010) | 1 line [MOD] admin/features: Change "Need polish" to "Getting there..." for ajax and wysiwyg and add dependency. ---------------------------------------------- r28973 | jonnybradley | 2010-09-06 15:07:27 +0200 (Mon, 06 Sep 2010) | 1 line [FIX] textareas: "not empty" better test than isset for rows and cols ---------------------------------------------- r28972 | jonnybradley | 2010-09-06 15:07:00 +0200 (Mon, 06 Sep 2010) | 2 lines [FIX] wysiwyg: wysiwyg_htmltowiki depends on feature_ajax_autosave. Also make fonts a textarea. ---------------------------------------------- r28971 | sept_7 | 2010-09-06 14:35:28 +0200 (Mon, 06 Sep 2010) | 5 lines [EHN+FIX] Modifications to speed up minify generation and fix CKEditor with minify: o Use minified jquery adn jquery.ui in tiki-setup o modify headerlib to skip minification of JS files ending by .min.js or in minified rank o modify main tpl tiki and tiki-index_p accordingly ---------------------------------------------- r28966 | chealer | 2010-09-06 06:27:11 +0200 (Mon, 06 Sep 2010) | 3 lines add commit tag [REF] for refactoring added by Alain D?\195?\169silets (from DevTips) ---------------------------------------------- r28965 | chealer | 2010-09-06 05:55:35 +0200 (Mon, 06 Sep 2010) | 2 lines [FIX] over-restrictive filter on client parameter (r20933 regression) oops. thanks MojaveMedia (Closes: #3536) ---------------------------------------------- r28963 | changi67 | 2010-09-05 20:59:12 +0200 (Sun, 05 Sep 2010) | 1 line [FIX] colspan should be equal to the number of <th> ---------------------------------------------- r28962 | marclaporte | 2010-09-05 19:37:07 +0200 (Sun, 05 Sep 2010) | 1 line [ENH] making nofollow option easier to find ---------------------------------------------- r28960 | eromneg | 2010-09-05 17:51:14 +0200 (Sun, 05 Sep 2010) | 1 line [ENH} reference the positioning of the arrow icon from the bottom to avoid the arrow icon being placed over the text with multi-line menu text. Individual themes will probably need to adjust the actual value. ---------------------------------------------- r28957 | xavidp | 2010-09-05 12:15:22 +0200 (Sun, 05 Sep 2010) | 1 line [FIX]Allow javascript (and thus, JQuery tabs, etc.) to work when pages are displayed without header, footer nor side columns ---------------------------------------------- r28955 | changi67 | 2010-09-04 22:19:16 +0200 (Sat, 04 Sep 2010) | 1 line [MOD] Just give a message when no records found ---------------------------------------------- r28953 | changi67 | 2010-09-04 22:11:04 +0200 (Sat, 04 Sep 2010) | 1 line [MOD] use dynamic value for colspan according to prefs - oops ---------------------------------------------- r28952 | changi67 | 2010-09-04 22:06:39 +0200 (Sat, 04 Sep 2010) | 1 line [MOD] use dynamic value for colspan according to prefs - missed one ---------------------------------------------- r28951 | chealer | 2010-09-04 21:43:23 +0200 (Sat, 04 Sep 2010) | 2 lines [FIX] Installer: htaccess error showing on Microsoft IIS not tested much ---------------------------------------------- r28950 | changi67 | 2010-09-04 21:21:48 +0200 (Sat, 04 Sep 2010) | 1 line reindent only - sorry for the previous mess ---------------------------------------------- Version 5.1 <http://tikiwiki.org/ReleaseNotes51> ------------------ ---------------------------------------------- r28336 | sept_7 | 2010-08-06 13:21:44 +0100 (Fri, 06 Aug 2010) | 2 lines [FIX/bp28335] Fix include path for CAS, repported by chealer. ---------------------------------------------- r28316 | ricks99 | 2010-08-05 16:14:39 +0100 (Thu, 05 Aug 2010) | 1 line [UI] Updated 'powered by' buttons and demo logo to reflect the new tiki branding logo. Backport of 28314 from. OK'd by jonnyb (tx!) ---------------------------------------------- r28298 | sept_7 | 2010-08-04 14:38:51 +0100 (Wed, 04 Aug 2010) | 2 lines [FIX/bp28297] Use external SVN for PHPCAS, so updates follow upstream ---------------------------------------------- r28292 | chibaguy | 2010-08-04 05:18:52 +0100 (Wed, 04 Aug 2010) | 1 line [FIX] Corrected background image paths. Thanks to Chealer for spotting and reminding. ---------------------------------------------- r28278 | marclaporte | 2010-08-03 01:57:05 +0100 (Tue, 03 Aug 2010) | 1 line [KIL] saving a meg ---------------------------------------------- r28273 | jonnybradley | 2010-08-02 22:40:53 +0100 (Mon, 02 Aug 2010) | 2 lines [FIX] Release script: Trap smarty template errors and ignore the one in tiki-mods.lib (can't see how to fix it, or why). Also do chdir() so it runs in the debugger as well. ---------------------------------------------- r28272 | jonnybradley | 2010-08-02 21:16:21 +0100 (Mon, 02 Aug 2010) | 1 line [FIX] Installer: Don't show form to fix encoding on last page if it's a clean install. ---------------------------------------------- r28257 | luciash | 2010-08-02 15:22:41 +0100 (Mon, 02 Aug 2010) | 1 line [FIX] import/export lang: add the UTF-8 encoding to the header for the exported language ---------------------------------------------- r28256 | jonnybradley | 2010-08-02 15:12:46 +0100 (Mon, 02 Aug 2010) | 2 lines [FIX] TikiDb: Add test for valid results to fetchAll(). Reveals errors in installer (e.g. 'Your MySQL version is too old to perform this operation') on some operations and should also help expose other mystery WSoD errors. ---------------------------------------------- r28255 | luciash | 2010-08-02 15:12:21 +0100 (Mon, 02 Aug 2010) | 1 line [FIX] interactive translation should be on top above all when displayed ---------------------------------------------- r28254 | luciash | 2010-08-02 14:50:19 +0100 (Mon, 02 Aug 2010) | 1 line [ENH] Czech language: some more translated ---------------------------------------------- r28253 | luciash | 2010-08-02 14:39:11 +0100 (Mon, 02 Aug 2010) | 1 line [FIX] edit languages: double entities in translations problem - it is not wanted to put htmlentities and strip tags - edit languages is alowed by trusted users anyway... caused just trouble ---------------------------------------------- r28252 | jonnybradley | 2010-08-02 14:29:05 +0100 (Mon, 02 Aug 2010) | 1 line [FIX] Installer: Only offer to fix encoding if the database exists. ---------------------------------------------- r28251 | luciash | 2010-08-02 13:55:32 +0100 (Mon, 02 Aug 2010) | 1 line [FIX] import/export lang: fix PHP error and allow to re-import if the lang was already imported before, changed string Included to Imported and made it translantable; TODO: handle delete and currently used lang cannot be imported ---------------------------------------------- r28250 | jonnybradley | 2010-08-02 13:03:20 +0100 (Mon, 02 Aug 2010) | 1 line [FIX] Installer: Check if database really exists before using it (thanks marclaporte) ---------------------------------------------- r28234 | marclaporte | 2010-07-31 22:50:39 +0100 (Sat, 31 Jul 2010) | 1 line [DOC] update doc links and reduce to a smaller number of gateway pages ---------------------------------------------- r28231 | marclaporte | 2010-07-31 21:00:23 +0100 (Sat, 31 Jul 2010) | 1 line [MOD] Removing old badge which mismatches with new logo ---------------------------------------------- r28225 | sylvieg | 2010-07-30 22:22:46 +0100 (Fri, 30 Jul 2010) | 1 line [FIX]module: specify it is perpespective ID ---------------------------------------------- r28192 | xavidp | 2010-07-29 14:37:38 +0100 (Thu, 29 Jul 2010) | 1 line [FIX]Quickfix as a workaround for the broken js features (like wiki edit help box, plugin helpers, ...) in some cases with languages with single quotes in the translated strings. A proper fix is still due in the whole Tiki code to avoid these recurrent problems when Tiki is used in some languages with single quotes as apostrophes. ---------------------------------------------- r28187 | sylvieg | 2010-07-28 20:45:10 +0100 (Wed, 28 Jul 2010) | 1 line [FIX]comment: fix flip/flop when comming from LAST_COMMENTS or the comment button from ARTICLES or view_blog , display the comment zone - whatever is in the cookie jar. Do not change the cookie jar - to have the feature working when not coming from imposed comment view ---------------------------------------------- r28182 | marclaporte | 2010-07-28 16:47:50 +0100 (Wed, 28 Jul 2010) | 1 line [KIL] removing this badge 1- logo is outdated and 2- I never undertood what it was doing there ---------------------------------------------- r28181 | marclaporte | 2010-07-28 16:44:59 +0100 (Wed, 28 Jul 2010) | 1 line [FIX] partial cleanup of the badges. 1-ADOdb is no longer the default TODO: update Tiki badge, add jQuery and Zend Framework ---------------------------------------------- r28178 | marclaporte | 2010-07-28 16:15:47 +0100 (Wed, 28 Jul 2010) | 1 line [MOD] removing badge until it is updated to new branding. Besides, it looks a little weird to have a badge here. ---------------------------------------------- r28175 | marclaporte | 2010-07-28 13:58:05 +0100 (Wed, 28 Jul 2010) | 1 line [FIX] restoring color back to blue for text additions in wiki diff (Apparently unintentional change in revision 27211). Green text on green background (even though used on Wikipedia) is not very intuitive. It's clearer with blue on green (and the removed text is strikethough on red background). It feels like this should be handled only by css but perhaps because of the wiki diff in RSS feeds, it can't ---------------------------------------------- r28171 | xavidp | 2010-07-28 08:39:09 +0100 (Wed, 28 Jul 2010) | 1 line [MOD]Change the "cross your fingers" message (even in some brand new installations) for some less scary message ---------------------------------------------- r28170 | chibaguy | 2010-07-28 04:38:47 +0100 (Wed, 28 Jul 2010) | 1 line [MOD] Additional style details for FiveAlive and theme options. ---------------------------------------------- r28159 | chealer | 2010-07-27 18:09:24 +0100 (Tue, 27 Jul 2010) | 1 line remove unused condition (since r27924) ---------------------------------------------- r28152 | sylvieg | 2010-07-27 15:28:22 +0100 (Tue, 27 Jul 2010) | 1 line [FIX]pref: some description ---------------------------------------------- r28147 | marclaporte | 2010-07-26 22:43:38 +0100 (Mon, 26 Jul 2010) | 1 line [MOD] better favicon, more inline with new branding ---------------------------------------------- r28143 | sylvieg | 2010-07-26 20:11:20 +0100 (Mon, 26 Jul 2010) | 1 line [FIX]article: tiki_p_articles_read_heading is not mandatory to see articles iamges ---------------------------------------------- r28142 | sylvieg | 2010-07-26 19:23:37 +0100 (Mon, 26 Jul 2010) | 1 line backport 28132 ---------------------------------------------- r28140 | jonnybradley | 2010-07-26 19:06:18 +0100 (Mon, 26 Jul 2010) | 1 line [FIX] Sheets: Padding fix for sheet plugin ---------------------------------------------- r28139 | jonnybradley | 2010-07-26 18:49:09 +0100 (Mon, 26 Jul 2010) | 1 line [FIX] Articles: Don't return repeats of articles in multiple categories (when in perspectives especially) ---------------------------------------------- r28138 | jonnybradley | 2010-07-26 18:33:06 +0100 (Mon, 26 Jul 2010) | 1 line [FIX] Add checks for feature_sheet when checking for feature_jquery_sheet before including JS etc ---------------------------------------------- r28130 | marclaporte | 2010-07-26 01:29:22 +0100 (Mon, 26 Jul 2010) | 1 line [KIL] leftover code for old Multimedia tracker field type ---------------------------------------------- r28129 | pkdille | 2010-07-25 20:51:21 +0100 (Sun, 25 Jul 2010) | 1 line [MOD] admin trackers: add remarksbox and string translation to the section added in r28127 ---------------------------------------------- r28127 | minger0 | 2010-07-25 13:44:41 +0100 (Sun, 25 Jul 2010) | 1 line [FIX] 3500 csv import, notes on use, and added support for auto-increment with itemid - http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=3500&trackerId=5&show=view ---------------------------------------------- r28126 | xavidp | 2010-07-25 10:36:46 +0100 (Sun, 25 Jul 2010) | 1 line [MOD]Allow any full admin, and not only user 'admin', to see the Quick_admin in the custom code section ---------------------------------------------- r28120 | xavidp | 2010-07-23 23:14:32 +0100 (Fri, 23 Jul 2010) | 1 line [MOD]Add shortcut with icon and link in Quick_Admin (sitemycode) for admins to show the settings for interactive translation when "use database for translation" is enabled (otherwise many clicks needed to reach that place). Thanks jonnyb and luci for tips on where to see the icons and the right syntax to make it work. ---------------------------------------------- r28093 | sampaioprimo | 2010-07-22 00:41:06 +0100 (Thu, 22 Jul 2010) | 2 lines [FIX] avoid conflict between $cat_tree for find.tpl and $cat_tree for categorization while editing a file gallery ---------------------------------------------- r28072 | xavidp | 2010-07-19 18:03:54 +0100 (Mon, 19 Jul 2010) | 1 line [MOD][bp/r28020+r28070]Fixes problem of minified css and js cache files not being world readable on some servers (possibly due to suexec and/or mod_sec) ---------------------------------------------- r28066 | marclaporte | 2010-07-19 01:24:06 +0100 (Mon, 19 Jul 2010) | 1 line [KIL] mootools long gone ---------------------------------------------- r28065 | marclaporte | 2010-07-19 00:36:28 +0100 (Mon, 19 Jul 2010) | 1 line [FIX] turning off PHPlayersmenu by default, as it is slated to be removed from Tiki6. This lib has not been updated since 2004. Everyone: make sure jQuery CSS menus do everything you need. Ex.: Jonny made the File Gallery tree explorer be nice without PHPlayersmenu. ---------------------------------------------- r28064 | marclaporte | 2010-07-18 23:54:28 +0100 (Sun, 18 Jul 2010) | 1 line [MOD] favicon with new branding ---------------------------------------------- r28062 | jonnybradley | 2010-07-18 16:48:41 +0100 (Sun, 18 Jul 2010) | 1 line [ENH] Installer: Add logging & reporting prefs to the installer's general settings page to assist troubleshooting. ---------------------------------------------- r28061 | lphuberdeau | 2010-07-18 16:38:52 +0100 (Sun, 18 Jul 2010) | 1 line [ENH] Error when INFORMATION_SCHEMA is not available and attempting to fix the database ---------------------------------------------- r28060 | xavidp | 2010-07-18 16:36:52 +0100 (Sun, 18 Jul 2010) | 1 line [MOD]Add "interactive translation" words to the description of the "use db for translation" checkbox in admin panels, so that it can be found when searched through "lesser magic" ---------------------------------------------- r28059 | lphuberdeau | 2010-07-18 16:25:39 +0100 (Sun, 18 Jul 2010) | 1 line [FIX]?\194?\160Under unexplainable conditions, the installer is not initialized at step 4 ---------------------------------------------- r28058 | lphuberdeau | 2010-07-18 16:17:50 +0100 (Sun, 18 Jul 2010) | 1 line [FIX] Prevent error if user module is not found ---------------------------------------------- r28055 | jonnybradley | 2010-07-18 15:45:28 +0100 (Sun, 18 Jul 2010) | 1 line [MOD] Installer: Add menu of previous possible encodings and confirm dialogue box on double encoding fix form ---------------------------------------------- r28054 | lphuberdeau | 2010-07-18 15:36:31 +0100 (Sun, 18 Jul 2010) | 1 line [FIX] Error when db/local.php did not exist ---------------------------------------------- r28052 | lphuberdeau | 2010-07-18 14:56:57 +0100 (Sun, 18 Jul 2010) | 1 line [NEW] Procedure to de-double-encode from the installer ---------------------------------------------- r28051 | jonnybradley | 2010-07-18 14:47:23 +0100 (Sun, 18 Jul 2010) | 1 line [FIX] gd warning: Check file is really a file before using it. ---------------------------------------------- r28050 | lphuberdeau | 2010-07-18 13:43:22 +0100 (Sun, 18 Jul 2010) | 1 line [NEW] Adding a procedure to convert the database to UTF-8 ---------------------------------------------- r28048 | xavidp | 2010-07-18 13:10:44 +0100 (Sun, 18 Jul 2010) | 1 line [ENH]Improve the text and tips shown to admins when they upgrade or migrate and using the tiki-install.php to write the local.php in the new location or server. ---------------------------------------------- r28045 | marclaporte | 2010-07-18 12:25:27 +0100 (Sun, 18 Jul 2010) | 1 line [DOC] help link ---------------------------------------------- r28044 | jonnybradley | 2010-07-18 12:25:08 +0100 (Sun, 18 Jul 2010) | 1 line [FIX] File galleries explorer when feature_phplayers is off no longer posts back to the server when opening/closing nodes. ---------------------------------------------- r28043 | lphuberdeau | 2010-07-18 10:59:41 +0100 (Sun, 18 Jul 2010) | 1 line [NEW] External wiki profile handler ---------------------------------------------- r28041 | marclaporte | 2010-07-17 19:40:01 +0100 (Sat, 17 Jul 2010) | 1 line [NEW] Addition of the Inuktitut language. Please note that you may need special fonts available from http://en.wikipedia.org/wiki/Inuktitut ---------------------------------------------- r28040 | marclaporte | 2010-07-17 19:06:44 +0100 (Sat, 17 Jul 2010) | 1 line [FIX] to avoid a warning during the install. Tks Jonny ---------------------------------------------- r28039 | jonnybradley | 2010-07-17 16:45:39 +0100 (Sat, 17 Jul 2010) | 3 lines [FIX] Installer: No WSoD when new database connection fails. Hide connection edit form by default when existing connection found. Small fix for Firefox language switch. ---------------------------------------------- r28034 | jonnybradley | 2010-07-17 15:12:44 +0100 (Sat, 17 Jul 2010) | 1 line [FIX] Zend_Mail: Use UTF-8 for sending (as the data is UTF-8 already) ---------------------------------------------- r28032 | lphuberdeau | 2010-07-17 14:51:47 +0100 (Sat, 17 Jul 2010) | 1 line [ENH] Detecting the database encoding and providing some advise ---------------------------------------------- r28031 | jonnybradley | 2010-07-17 14:44:14 +0100 (Sat, 17 Jul 2010) | 2 lines [br/r27952] [FIX] Timezone pref: Set server_timezone to UTC if server is set to GMT, otherwise Admin/General/Date & Time was showing Africa/Abidjan (the first one) as current setting. (Also added svn Id keyword & copyright) ---------------------------------------------- r28030 | jonnybradley | 2010-07-17 14:32:15 +0100 (Sat, 17 Jul 2010) | 1 line [MOD] Error handler: Separate suggestion lists for each scenario. ---------------------------------------------- r28029 | jonnybradley | 2010-07-17 13:55:27 +0100 (Sat, 17 Jul 2010) | 1 line [MOD] Restore help and link to installer in error handler, and some layout improvements. ---------------------------------------------- r28028 | lphuberdeau | 2010-07-17 13:47:45 +0100 (Sat, 17 Jul 2010) | 1 line [ENH] Setting the browser title so it does not say tiki-install.php ---------------------------------------------- r28027 | lphuberdeau | 2010-07-17 13:04:24 +0100 (Sat, 17 Jul 2010) | 1 line [ENH] For new installations, propose to force the connection encoding to UTF-8, because that is what tiki will send anyway. Good connection encoding will make sure the data will be understood by MySQL. However, changing the connection encoding on existing installations will cause issues. ---------------------------------------------- r28026 | lphuberdeau | 2010-07-17 12:20:50 +0100 (Sat, 17 Jul 2010) | 6 lines [MOD] Removing the charset autodetection. Unless explicitly specified, the charset issues will be handled the way MySQL is configured like, preserving backward compatibility. No attempt to figure out how it's configured. When specified in db/local.php, client charset is specified. Installer will not attempt to define it automatically. [FIX] PDO charset not initialized the same way in normal use and installer. Some exception with PHP 5.3 documented as a comment was not replicated in the installer. [FIX] AdoDB connection in tiki did not use the exact same query as PDO (with extra quotes) [FIX] AdoDB connection in the installer did not set the charset at all (which was introduced in tiki in r27423) [ENH] Generally reduced the amount of code paths causing confusion ---------------------------------------------- r28013 | jonnybradley | 2010-07-16 13:50:15 +0100 (Fri, 16 Jul 2010) | 4 lines [br/r28002,3 & 8] [MOD] User selector: Rename tracker_jquery_user_selector_threshold as user_selector_threshold so it can be used elsewhere. Also repeat pref in admin/look next to max list size for convenience. [NEW] smarty_function_user_selector to simplify use of user_selector_threshold to show autocomplete box when there are too many users, and deployment of it in filegal edit. [MOD] User selector: Schema update script just in case ---------------------------------------------- r28001 | lphuberdeau | 2010-07-15 15:57:26 +0100 (Thu, 15 Jul 2010) | 1 line [B/P] r28000 Support for BigBlueButton 0.7 ---------------------------------------------- r27998 | sylvieg | 2010-07-15 14:44:05 +0100 (Thu, 15 Jul 2010) | 1 line [FIX]rss: when incorrect trackerId displays error page instead of bugging the reader ---------------------------------------------- r27987 | minger0 | 2010-07-14 19:53:35 +0100 (Wed, 14 Jul 2010) | 1 line [FIX] tracker auto-assigned fields shown in the tracker plugin (or not assigned if not listed in the fields param) http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=3200&trackerId=5&show=view ---------------------------------------------- r27967 | minger0 | 2010-07-14 00:27:45 +0100 (Wed, 14 Jul 2010) | 1 line [FIX] tracker lib saving attachments does not respect the object perms ---------------------------------------------- r27957 | sylvieg | 2010-07-13 19:10:33 +0100 (Tue, 13 Jul 2010) | 1 line [FIX]payment: fix pagination offset ---------------------------------------------- r27942 | sylvieg | 2010-07-12 14:11:45 +0100 (Mon, 12 Jul 2010) | 1 line [FIX]freetags_moerlikethis: fix number ---------------------------------------------- r27941 | sylvieg | 2010-07-12 14:10:01 +0100 (Mon, 12 Jul 2010) | 1 line [FIX]html ---------------------------------------------- r27939 | sylvieg | 2010-07-12 12:50:59 +0100 (Mon, 12 Jul 2010) | 1 line [FIX]most commented module: fix blog ---------------------------------------------- r27937 | frank_p | 2010-07-12 11:12:52 +0100 (Mon, 12 Jul 2010) | 1 line [TRA] more translate ---------------------------------------------- r27936 | chibaguy | 2010-07-12 10:44:51 +0100 (Mon, 12 Jul 2010) | 1 line [FIX] Bad text color contrast for links in table.normal. Thanks to Xavi for pointing out the problem. ---------------------------------------------- r27934 | sylvieg | 2010-07-11 22:48:47 +0100 (Sun, 11 Jul 2010) | 1 line [FIX]freetags: fix module freetags_morelikethis for blog post - the current_object function needs to rewritten... ---------------------------------------------- r27933 | sylvieg | 2010-07-11 22:13:35 +0100 (Sun, 11 Jul 2010) | 1 line [FIX]tracker: fix 'Do not show empty fields in item view?' for static field and item lists bug3208 ---------------------------------------------- r27932 | minger0 | 2010-07-11 13:46:53 +0100 (Sun, 11 Jul 2010) | 1 line pass itemUser in pretty tracker ---------------------------------------------- r27931 | minger0 | 2010-07-11 01:16:08 +0100 (Sun, 11 Jul 2010) | 2 lines [FIX] conflict between tracker dynamic list items and the use real name feature in the trackerlist plugin, correction and simplification to the previous change list ---------------------------------------------- r27930 | minger0 | 2010-07-11 00:54:37 +0100 (Sun, 11 Jul 2010) | 1 line [FIX] conflict between tracker dynamic list items and the use real name feature in the trackerlist plugin ---------------------------------------------- r27929 | lindonb | 2010-07-11 00:09:26 +0100 (Sun, 11 Jul 2010) | 1 line [FIX] Use CSS for inline syntax formatting used in file and image gallery syntax help so that it is legible in all themes. Other small formatting changes to these interfaces. ---------------------------------------------- r27926 | jonnybradley | 2010-07-10 14:21:57 +0100 (Sat, 10 Jul 2010) | 1 line [FIX] Include JS in print page so tabs, headings etc work ---------------------------------------------- r27925 | chealer | 2010-07-09 23:38:06 +0100 (Fri, 09 Jul 2010) | 1 line Installer: allow to start with an incomplete local.php and set dbversion_tiki, for WebDeploy package ---------------------------------------------- r27924 | chealer | 2010-07-09 23:35:17 +0100 (Fri, 09 Jul 2010) | 1 line scrap postinst for WebDeploy package; it will used the standard installer in the end ---------------------------------------------- r27921 | chealer | 2010-07-09 22:27:12 +0100 (Fri, 09 Jul 2010) | 1 line [FIX] fr: "R?\195?\169installez la base de donn?\195?\169es" => "R?\195?\169installer la base de donn?\195?\169es" ---------------------------------------------- r27920 | chealer | 2010-07-09 22:17:33 +0100 (Fri, 09 Jul 2010) | 1 line [FIX] fr: "?\195?\138tes-vous en train d'ugrader une site Tiki existant" -> "?\195?\138tes-vous en train de mettre ?\195?\160 jour un site Tiki existant" ---------------------------------------------- r27918 | sylvieg | 2010-07-09 20:34:15 +0100 (Fri, 09 Jul 2010) | 1 line [FIX]TRACKERITEMFIELD: fix testing the value of a field that does not exist yet ---------------------------------------------- r27913 | xavidp | 2010-07-09 18:23:22 +0100 (Fri, 09 Jul 2010) | 1 line [ENH]Added Spanish translation for basic js strings in tiki-js.js ---------------------------------------------- r27912 | xavidp | 2010-07-09 18:17:43 +0100 (Fri, 09 Jul 2010) | 1 line [ENH]Adding the translation code and string for passwords match (it was between html tags). Thanks Jonnyb ---------------------------------------------- r27911 | xavidp | 2010-07-09 17:59:01 +0100 (Fri, 09 Jul 2010) | 1 line [ENH][bp/r27909]Simple translation system for JavaScript strings, modelled on existing language.php and tr()/{tr} method for php/smarty. Only one example translation file included so far (lang/ca/language.js) and translations of password strength strings in tiki-js.js added (thanks Xavi) ---------------------------------------------- r27907 | chealer | 2010-07-09 08:48:16 +0100 (Fri, 09 Jul 2010) | 3 lines [FIX] Installer on Microsoft Windows when installing directly in document root Fixes #3015 (r19122 regression) Thanks sipiptel ---------------------------------------------- r27897 | sylvieg | 2010-07-08 23:00:53 +0100 (Thu, 08 Jul 2010) | 1 line [ENH]article: cancel edit button ---------------------------------------------- r27888 | chealer | 2010-07-07 20:47:54 +0100 (Wed, 07 Jul 2010) | 1 line Web PI post-install: fill database, lock installers ---------------------------------------------- r27887 | xavidp | 2010-07-07 20:24:47 +0100 (Wed, 07 Jul 2010) | 1 line [ENH]Show paths for temp files if tiki_p_admin when short message 'Errors detected' was to be shown (useful if leftover temp dir setting was there, when migrating that Tiki to a new server) ---------------------------------------------- r27886 | chealer | 2010-07-07 19:32:51 +0100 (Wed, 07 Jul 2010) | 1 line [FIX] getVersion(). oops ---------------------------------------------- r27879 | chealer | 2010-07-07 07:58:10 +0100 (Wed, 07 Jul 2010) | 1 line Web PI post-install: set dbversion_tiki ---------------------------------------------- r27878 | chealer | 2010-07-07 05:36:18 +0100 (Wed, 07 Jul 2010) | 1 line [ENH] Post-install for alternative installers, currently Microsoft Web Platform Installer ---------------------------------------------- r27874 | jonnybradley | 2010-07-06 15:40:06 +0100 (Tue, 06 Jul 2010) | 5 lines [bp/r27845, r27842, r27834] Backports from trunk for jquery.sheet [FIX] Sheets: Correct saving of subsheets created within jquery.sheet [FIX] Sheet: Save broken when using feature_ajax. Also prep for multi-instance saves (more to come) [FIX] Changed $style variable that gave height to div for sheet plugin to $tiki_sheet_div_style and added height to $auto_query_args ---------------------------------------------- r27873 | sylvieg | 2010-07-06 12:58:14 +0100 (Tue, 06 Jul 2010) | 1 line [FIX]rollback 27872: no simple solution without rewriting plugin parsing: please use ~np~ in ~tc~ when you do not want to shorten parsing ---------------------------------------------- r27872 | sylvieg | 2010-07-05 23:44:11 +0100 (Mon, 05 Jul 2010) | 1 line [FIX]parsing: a little better to 27871 - 27488: if ~tc~ is not parsed .. so add ~np~ for those who forget ---------------------------------------------- r27871 | sylvieg | 2010-07-05 22:52:06 +0100 (Mon, 05 Jul 2010) | 1 line [FIX]rollback 27488: It is true that pluging in ~tc~ should not be interpreted but ~tc~ must be preserved when in CODE or ~np~ -> user most but ~tc~~np if they use plugins in tc ---------------------------------------------- r27846 | marclaporte | 2010-07-03 17:20:33 +0100 (Sat, 03 Jul 2010) | 1 line [FIX] more complete admin panel ---------------------------------------------- r27843 | chealer | 2010-07-02 22:32:35 +0100 (Fri, 02 Jul 2010) | 5 lines [FIX] Since last visit module showing old stuff. cached lastLogin is not properly maintained r23192 regression, worsened in r25341 Ref: http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37611 https://sourceforge.net/mailarchive/forum.php?thread_name=4B7983EE.3040006%40prager.ws&forum_name=tikiwiki-devel Thanks Bernd Prager and Emmett ---------------------------------------------- r27825 | jonnybradley | 2010-07-02 14:38:16 +0100 (Fri, 02 Jul 2010) | 1 line [bp/r27821 & r27822][ENH] Added height parameter to wikiplugin_sheet.php & Added heights to sheets if edited from a page, for a smoother user interface ---------------------------------------------- r27824 | jonnybradley | 2010-07-02 14:30:55 +0100 (Fri, 02 Jul 2010) | 2 lines [FIX][MOD] A few more fixes for Firefox & IE textarea selection problems, also some refactoring of JS code from toolbarslib to tiki-jquery.js. More to do on IE (still) ---------------------------------------------- r27817 | marclaporte | 2010-06-30 22:50:47 +0100 (Wed, 30 Jun 2010) | 1 line [MOD] more sensible default min length for passwords ---------------------------------------------- r27812 | sylvieg | 2010-06-30 15:26:03 +0100 (Wed, 30 Jun 2010) | 1 line [FIX]tracker: when filtering on field type need to do in a binary mode as there are 'C' and 'c' type ---------------------------------------------- r27811 | sylvieg | 2010-06-30 12:28:00 +0100 (Wed, 30 Jun 2010) | 1 line [FIX]tracker: translate also the input of radio button ---------------------------------------------- r27810 | marclaporte | 2010-06-30 03:53:59 +0100 (Wed, 30 Jun 2010) | 1 line [DOC] Help theme designers with in-context documentation. ---------------------------------------------- r27809 | minger0 | 2010-06-29 23:48:52 +0100 (Tue, 29 Jun 2010) | 1 line [FIX] #3449 - User preference tracker field realName does not work at registration - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3449 ---------------------------------------------- r27798 | lphuberdeau | 2010-06-29 16:09:48 +0100 (Tue, 29 Jun 2010) | 1 line [FIX] Feature all languages allowed to view all translations regardless of the permissions. Permission was not checked for tiki_p_view on individual pages. ---------------------------------------------- r27797 | lphuberdeau | 2010-06-29 16:04:14 +0100 (Tue, 29 Jun 2010) | 1 line [FIX]?\194?\160Notice in error reporting code ---------------------------------------------- r27787 | marclaporte | 2010-06-28 17:13:01 +0100 (Mon, 28 Jun 2010) | 1 line [DOC] doc about suprising file ---------------------------------------------- r27780 | chibaguy | 2010-06-27 04:31:41 +0100 (Sun, 27 Jun 2010) | 1 line [FIX] No cssmenu dropdown to contain object filter select unless feature search show object filter is enabled. ---------------------------------------------- r27778 | chealer | 2010-06-26 19:04:53 +0100 (Sat, 26 Jun 2010) | 1 line [FIX] Minify CSS, modules cache and FCKEditor on IIS (name conflicts in web.config rules from r26000-26001) ---------------------------------------------- r27777 | chibaguy | 2010-06-26 11:27:14 +0100 (Sat, 26 Jun 2010) | 1 line [FIX] Blog/forum title background missing for Fivealive - theme option None (wrong file name in fivealive.css). Thanks to jetgraphic (bug report 3452). ---------------------------------------------- r27776 | chibaguy | 2010-06-26 08:21:07 +0100 (Sat, 26 Jun 2010) | 1 line [ENH] clearfix class added to div id="page-bar" so floated buttons are contained. ---------------------------------------------- r27774 | nkoth | 2010-06-25 23:00:20 +0100 (Fri, 25 Jun 2010) | 1 line [FIX] Preven repeated index db error in the case where a tag in lang1 exist already, and you try and put the same tag in lang2 (some languages have the same word for the same thing) for the page (since it is in lang1). ---------------------------------------------- r27771 | aproulx | 2010-06-25 16:09:10 +0100 (Fri, 25 Jun 2010) | 1 line Correction of my own correction - thanks to Sylvie ---------------------------------------------- r27770 | aproulx | 2010-06-25 15:35:32 +0100 (Fri, 25 Jun 2010) | 1 line [FIX] fixing problem about '' variable being reassigned when editing an article ---------------------------------------------- r27765 | sylvieg | 2010-06-24 18:44:03 +0100 (Thu, 24 Jun 2010) | 1 line [FIX]newsletter: message when newsletter does not exist ---------------------------------------------- r27764 | sylvieg | 2010-06-24 15:27:26 +0100 (Thu, 24 Jun 2010) | 1 line [FIX]error: when redirecting better to ouptut no space ---------------------------------------------- r27763 | sylvieg | 2010-06-24 14:29:56 +0100 (Thu, 24 Jun 2010) | 1 line [FIX]banning: missing index ---------------------------------------------- r27756 | sylvieg | 2010-06-23 22:33:14 +0100 (Wed, 23 Jun 2010) | 1 line [FIX]article: sefurl ---------------------------------------------- r27744 | sylvieg | 2010-06-22 18:35:25 +0100 (Tue, 22 Jun 2010) | 1 line [FIX]contact: when scramble email, set the correct email in the mail popup ---------------------------------------------- r27743 | sampaioprimo | 2010-06-22 14:59:53 +0100 (Tue, 22 Jun 2010) | 2 lines [FIX] consider the file tiki_p_download_files instead of global tiki_p_download_files to decide whether or not to display the download link in the gallery listing ---------------------------------------------- r27742 | sylvieg | 2010-06-22 13:32:28 +0100 (Tue, 22 Jun 2010) | 1 line [FIX]calendar: do not show mouseover on user in the event popup ---------------------------------------------- r27738 | chealer | 2010-06-22 06:56:44 +0100 (Tue, 22 Jun 2010) | 1 line [FIX] changes loss protection with CKEditor (3) ---------------------------------------------- r27736 | chealer | 2010-06-22 06:37:39 +0100 (Tue, 22 Jun 2010) | 1 line [FIX] inconsistent form method/enctype ---------------------------------------------- r27729 | nkoth | 2010-06-21 18:59:04 +0100 (Mon, 21 Jun 2010) | 2 lines [FIX] Provide courtesy message on the significance of the isMain "column links to view/edit item" in defining name of item in search and category listings ---------------------------------------------- r27724 | sylvieg | 2010-06-21 17:13:29 +0100 (Mon, 21 Jun 2010) | 1 line [FIX]subscribenewsletter: get also the user subscribe via a group ---------------------------------------------- r27723 | sylvieg | 2010-06-21 16:47:52 +0100 (Mon, 21 Jun 2010) | 1 line [FIX]fgal: goto the new fgal after duplic ---------------------------------------------- r27713 | marclaporte | 2010-06-21 07:46:09 +0100 (Mon, 21 Jun 2010) | 1 line [FIX] Don't tell end users about a feature their admin hasn't picked ---------------------------------------------- r27712 | lindonb | 2010-06-21 04:14:41 +0100 (Mon, 21 Jun 2010) | 1 line [FIX] Get rid of "at" in published by info since it isn't always correct grammar and isn't needed ---------------------------------------------- r27710 | chibaguy | 2010-06-20 09:14:18 +0100 (Sun, 20 Jun 2010) | 1 line [FIX] divs containing floated items need clearfix class, for items to be contained. ---------------------------------------------- r27709 | pkdille | 2010-06-20 08:11:20 +0100 (Sun, 20 Jun 2010) | 1 line [bp/r27600][FIX] external RSS: An url with more than 256 chars can happen ---------------------------------------------- r27707 | sylvieg | 2010-06-19 22:55:55 +0100 (Sat, 19 Jun 2010) | 1 line [FIX]newsletter: when a group is subscribed to a newsletter - only add the including groups (that inherits the perms of the initial group) and not the included groups (Registered is often an included group) ---------------------------------------------- r27704 | nkoth | 2010-06-19 19:31:18 +0100 (Sat, 19 Jun 2010) | 2 lines [FIX] Add courtesy message to category configurators otherwise category perms isn't going to work as expected by most normal people ---------------------------------------------- r27703 | sylvieg | 2010-06-18 17:37:36 +0100 (Fri, 18 Jun 2010) | 1 line [ENH]tracker: link to download ---------------------------------------------- r27702 | jonnybradley | 2010-06-18 17:29:22 +0100 (Fri, 18 Jun 2010) | 1 line [FIX] dialogSelectElement: include start and end of range ---------------------------------------------- r27696 | nkoth | 2010-06-18 00:48:53 +0100 (Fri, 18 Jun 2010) | 1 line [FIX] maxlength should correspond to the setting for max that can be saved, not visible field length ---------------------------------------------- r27695 | nkoth | 2010-06-17 23:44:06 +0100 (Thu, 17 Jun 2010) | 2 lines [FIX] Prevent weird situation when neither of "View inserted item" or "Insert new item" is checked leading to strange confusing prefilling of insert new item tab with values of just inserted item. ---------------------------------------------- r27689 | sylvieg | 2010-06-17 21:01:33 +0100 (Thu, 17 Jun 2010) | 1 line [FIX]tracker: when changing a value, update all the item link field (as item link contains value and not ref) ---------------------------------------------- r27668 | jonnybradley | 2010-06-17 13:44:01 +0100 (Thu, 17 Jun 2010) | 3 lines [ENH] Toolbars: Select the whole element when using dialog tools (internal and external links, tables and plugins), so now you just need to put the cursor inside the thing you want to edit, and it should all get selected. Also some fixes for table dialog. ---------------------------------------------- Version 5.0 <http://tikiwiki.org/ReleaseNotes50> ------------------ ---------------------------------------------- r27526 | jonnybradley | 2010-06-07 20:00:21 +0200 (Mon, 07 Jun 2010) | 2 lines [FIX] Module params: strstr parameters should be $haystack, $needle, not the other way around. Also changed it for "the faster and less memory intensive function strpos()" as recommended. ---------------------------------------------- r27525 | jonnybradley | 2010-06-07 19:47:12 +0200 (Mon, 07 Jun 2010) | 1 line [FIX] date_format: catch exception from malformed timestamps ---------------------------------------------- r27523 | marclaporte | 2010-06-07 18:39:49 +0200 (Mon, 07 Jun 2010) | 1 line [DOC] Add a warning and a description ---------------------------------------------- r27519 | nkoth | 2010-06-07 17:04:12 +0200 (Mon, 07 Jun 2010) | 2 lines [FIX] Contact form should show once contact_anon feature is on, even if tiki_p_messages is not assigned to anonymous, since the sending does work... ---------------------------------------------- r27518 | sylvieg | 2010-06-07 16:17:08 +0200 (Mon, 07 Jun 2010) | 1 line [bp/r 27257 27254][NEW]CATEGORY: parameter showlinks parameter categoryshowlink (for Sebastien) ---------------------------------------------- r27516 | lphuberdeau | 2010-06-07 15:17:11 +0200 (Mon, 07 Jun 2010) | 1 line [ENH] Improved reporting for profile circular references. Indicate the references involved to help troubleshooting. ---------------------------------------------- r27512 | sylvieg | 2010-06-07 00:07:06 +0200 (Mon, 07 Jun 2010) | 1 line [FIX]INCLUDE: need to parse {{xxx}} as it is done before plugin parsing ---------------------------------------------- r27511 | xavidp | 2010-06-06 15:47:03 +0200 (Sun, 06 Jun 2010) | 1 line [ENH]Some new strings translated ---------------------------------------------- r27508 | xavidp | 2010-06-06 11:48:34 +0200 (Sun, 06 Jun 2010) | 1 line [FIX]Usability improvement: find tiki_p_trust_input when filtering for plugin in the global and object permissions filter box ---------------------------------------------- r27506 | bubi | 2010-06-05 22:33:48 +0200 (Sat, 05 Jun 2010) | 1 line #3212 suppress non-standard mime-type from internet explorer ("image/pjpeg" instead "image/jpeg") ---------------------------------------------- r27505 | chibaguy | 2010-06-05 18:29:14 +0200 (Sat, 05 Jun 2010) | 1 line [ENH] clearfix class added to rbox div to enable floating title and data divs to left and right instead of tabbed (for mediawiki style). ---------------------------------------------- r27501 | chibaguy | 2010-06-05 10:51:39 +0200 (Sat, 05 Jun 2010) | 1 line [FIX] Oops, module title relative position is needed for module open|close icon to work. ---------------------------------------------- r27500 | chibaguy | 2010-06-05 08:41:12 +0200 (Sat, 05 Jun 2010) | 1 line [FIX] Filter put in cssmenu dropdown to cope with narrow width of fivealive site search form. ---------------------------------------------- r27499 | chibaguy | 2010-06-05 04:59:05 +0200 (Sat, 05 Jun 2010) | 1 line [FIX] IE7 doesn't need an explicit width for cssmenu dropdown li's. ---------------------------------------------- r27498 | chibaguy | 2010-06-05 04:32:27 +0200 (Sat, 05 Jun 2010) | 1 line [FIX] Relative position for module title was causing title text to show through menu dropdowns in IE7. Rather than add a rule for IE7, I removed this property which doesn't seem to be needed. ---------------------------------------------- r27494 | jonnybradley | 2010-06-04 17:05:21 +0200 (Fri, 04 Jun 2010) | 2 lines [FIX] Colorbox: {img} plugin with title param set puts the title on both the img and the surrounding anchor, so params from the parent (achor) need to be copied over. Thanks jacmoe & lindon ---------------------------------------------- r27492 | luciash | 2010-06-04 14:26:20 +0200 (Fri, 04 Jun 2010) | 1 line [FIX] small sitelogin and sitelogout popup adjustments ---------------------------------------------- r27491 | luciash | 2010-06-04 12:36:55 +0200 (Fri, 04 Jun 2010) | 1 line small quick xhtml fix ---------------------------------------------- r27488 | sylvieg | 2010-06-03 19:52:31 +0200 (Thu, 03 Jun 2010) | 1 line [FIX]parsing: parse 2 times ~tc~ because plugins can be in ~tc~ and do not need to be parsed and plugins can produce ~tc~ ---------------------------------------------- r27486 | nkoth | 2010-06-03 15:23:04 +0200 (Thu, 03 Jun 2010) | 2 lines [FIX] Prevent wiki home page setting from getting replaced with group homepage if set at the time the "admin" changes the admin...wiki settings. ---------------------------------------------- r27485 | sylvieg | 2010-06-03 14:20:12 +0200 (Thu, 03 Jun 2010) | 1 line [FIX]prefs: add the print settings in a panel ---------------------------------------------- r27484 | sylvieg | 2010-06-03 13:56:18 +0200 (Thu, 03 Jun 2010) | 1 line [FIX]pref: a little less confusing message ---------------------------------------------- r27482 | xavidp | 2010-06-03 10:54:19 +0200 (Thu, 03 Jun 2010) | 2 lines [FIX]For some reason, some users upgrading from 2.1 reported that this fix was missing for them, and it seems to be slightly different from other schemas (upper case and backtikcs). For more info, see http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=37355&thread_sort_mode=commentDate_asc#comments . I'm not mysql guru but this also works for me, and it looks more standard mysql syntax in tiki schemas. ---------------------------------------------- r27481 | nkoth | 2010-06-03 08:32:05 +0200 (Thu, 03 Jun 2010) | 2 lines [FIX] Fix spelling ---------------------------------------------- r27478 | changi67 | 2010-06-02 21:37:52 +0200 (Wed, 02 Jun 2010) | 1 line [FIX] spelling mistake ---------------------------------------------- r27477 | sylvieg | 2010-06-02 21:14:47 +0200 (Wed, 02 Jun 2010) | 1 line [FIX]parsing: After a FANCYTABLE with a cell containing <ul><li> the paragraph <p> are no more generated because the inTOC is decremented as tehrhe is a </ul. Solution : mark the closing ul of a toc ---------------------------------------------- r27476 | xavidp | 2010-06-02 20:10:27 +0200 (Wed, 02 Jun 2010) | 1 line [FIX]Last reference to old log updated to new logo ---------------------------------------------- r27475 | sylvieg | 2010-06-02 18:40:21 +0200 (Wed, 02 Jun 2010) | 1 line [FIX] rollback - sorry has side effect ---------------------------------------------- r27474 | sylvieg | 2010-06-02 18:27:12 +0200 (Wed, 02 Jun 2010) | 1 line [BP/r 27355][FIX]parsing: leave alone and do not add <br /> the is_html data - the defautl feature_wiki_paragraph_formatting and feature_wiki_paragraph_formatting_add_br should work now for both wysiwyg and tiki ---------------------------------------------- r27471 | jonnybradley | 2010-06-02 11:03:02 +0200 (Wed, 02 Jun 2010) | 1 line [FIX] Make jailroot when categId is supplied consistent with the rest of Tiki (e.g. if categId is not in your jail it shows nothing) ---------------------------------------------- r27404 | nyloth | 2010-05-31 18:45:35 +0200 (Mon, 31 May 2010) | 1 line [FIX] utf8 : wrong const name... ---------------------------------------------- r27403 | changi67 | 2010-05-31 18:10:18 +0200 (Mon, 31 May 2010) | 1 line [FIX] utf8 : better handle upgrades done through shell.php (and not through the web installer) ---------------------------------------------- r27402 | sampaioprimo | 2010-05-31 17:04:18 +0200 (Mon, 31 May 2010) | 2 lines [FIX] new attempt to fix issue with object permissions and file galleries (see thread "Problem with File galleries and object permission in Tiki 4.2" in devel list) ---------------------------------------------- r27401 | nyloth | 2010-05-31 16:33:24 +0200 (Mon, 31 May 2010) | 1 line [FIX] workaround for specifying client charset with PDO and PHP 5.3.0 ---------------------------------------------- r27400 | sylvieg | 2010-05-31 16:12:59 +0200 (Mon, 31 May 2010) | 1 line [FIX]browser title: on a fresh install, do not display 2 times the sites name. The browser title has beeing set in install and breadcrumf invertfull already displays the site title ---------------------------------------------- r27399 | nyloth | 2010-05-31 15:43:11 +0200 (Mon, 31 May 2010) | 10 lines [FIX] Deeper change to fix PDO charset problem. Now uses UTF-8 for clean installs and upgrades from 3.x and before. Upgrades from 4.0 remain unfixed to avoid data corruption/double encoding. The MySQL charset client can be changed by setting it inside db/local.php (e.g. $client_charset='utf8'; ) Please test - will roll-back before release if this makes things worse. Compared to the previous fix from Jonny, this fix is in the same spirit but : - uses PDO for the installer, instead of AdoDB, because AdoDB is not 100% fine regarding charsets (AdoDB will use the charset defined in MySQL my.cnf config, which may be wrong too) - uses "SET CHARACTER SET" instead of "SET NAMES" because only the client charset has to be defined - also test on $db_version, but don't fallback on "$TWV = new TWVersion;" because this will always be the current version (5.x) of the code, not the version of the previous code ---------------------------------------------- r27398 | sylvieg | 2010-05-31 15:32:28 +0200 (Mon, 31 May 2010) | 1 line [FIX]i18n: switch language was not working anymore when wiki discussion was on (language.php was read befoire tra->init) ---------------------------------------------- r27397 | jonnybradley | 2010-05-31 12:57:16 +0200 (Mon, 31 May 2010) | 3 lines [FIX] Simplest possible fix for PDO charset problem. Now uses UTF-8 for clean installs and upgrades from 3.x and before. Upgrades from 4.0 remain unfixed to avoid data corruption/double encoding. Problems may exist updating 5.x pre-release data - it can be disabled by setting $tiki_pdo_utf8=false in local.php. Please test - will roll-back before release if this makes things worse. ---------------------------------------------- r27396 | jonnybradley | 2010-05-31 12:43:25 +0200 (Mon, 31 May 2010) | 1 line [FIX] tiki_menu_options insert already done (twice) in tiki_1.9to2.0.sql so often produces an error in the installer on upgrades ---------------------------------------------- r27395 | sampaioprimo | 2010-05-31 05:28:25 +0200 (Mon, 31 May 2010) | 2 lines [FIX] insert code for mouseover image preview only if user has permission to view the image ---------------------------------------------- r27390 | chibaguy | 2010-05-30 05:23:05 +0200 (Sun, 30 May 2010) | 1 line [MOD] Because any theme can use site login popup, layout-related (not specific to theme style) r27359 mods moved from from fivealive.css to layout/layout.css. ---------------------------------------------- r27386 | changi67 | 2010-05-29 22:17:30 +0200 (Sat, 29 May 2010) | 1 line [TRA] Some more french trad ---------------------------------------------- r27385 | jonnybradley | 2010-05-29 18:34:51 +0200 (Sat, 29 May 2010) | 1 line [FIX] Trackerfilter: urldecode was breaking array values (e.g. from checkboxes) ---------------------------------------------- r27384 | sylvieg | 2010-05-28 23:23:35 +0200 (Fri, 28 May 2010) | 1 line [FIX]calendar: wrong documentation - a module in column must set viewlist to table (and not calendar) to be displayed always as table ---------------------------------------------- r27382 | sylvieg | 2010-05-28 22:22:30 +0200 (Fri, 28 May 2010) | 1 line [FIX]admin general pannel: fix 26628: seems that not all the php has the class DateTime ---------------------------------------------- r27381 | changi67 | 2010-05-28 22:09:52 +0200 (Fri, 28 May 2010) | 1 line [TRA] Some french trad ---------------------------------------------- r27380 | sylvieg | 2010-05-28 21:13:55 +0200 (Fri, 28 May 2010) | 1 line [FIX]notice: was bugging the article_image.php for instance: the var is define in lib/pear/Date.php but tikilib can be called before Date. So it is useless to do only on one side ---------------------------------------------- r27378 | nkoth | 2010-05-28 02:19:52 +0200 (Fri, 28 May 2010) | 1 line [FIX] jsut cleaning up for clarity (should not have any effect in practise) ---------------------------------------------- r27377 | jacmoe2 | 2010-05-28 02:11:47 +0200 (Fri, 28 May 2010) | 1 line [FIX] Fix for my previous fix: $wikilib::file_to_db: $path, not $file_name ---------------------------------------------- r27376 | luciash | 2010-05-28 00:25:57 +0200 (Fri, 28 May 2010) | 1 line just a little fix for legend.heading, my bad ---------------------------------------------- r27375 | luciash | 2010-05-28 00:00:10 +0200 (Fri, 28 May 2010) | 1 line created better matching icon for payment (rotated 25 degrees, outlined, source http://findicons.com/icon/28790/credit_card) - 32x32 version ---------------------------------------------- r27374 | luciash | 2010-05-27 23:57:19 +0200 (Thu, 27 May 2010) | 1 line created better matching icon for payment (rotated 25 degrees, outlined, source http://findicons.com/icon/28790/credit_card) ---------------------------------------------- r27371 | sylvieg | 2010-05-27 23:04:45 +0200 (Thu, 27 May 2010) | 1 line [FIX]lang: upstream is commit 27286 ---------------------------------------------- r27370 | sylvieg | 2010-05-27 22:54:39 +0200 (Thu, 27 May 2010) | 1 line [FIX]payment: at list a link to the interface - too late for 5 to put in the menu ---------------------------------------------- r27368 | sylvieg | 2010-05-27 22:29:26 +0200 (Thu, 27 May 2010) | 1 line [FIX]payment: icon in admin ---------------------------------------------- r27367 | jacmoe2 | 2010-05-27 21:53:40 +0200 (Thu, 27 May 2010) | 1 line [FIX] Removing unicode character padding from attachment path field/filename ---------------------------------------------- r27364 | sampaioprimo | 2010-05-27 19:05:19 +0200 (Thu, 27 May 2010) | 2 lines [FIX] category permission check for wiki page menu option not working in some cases (see http://dev.tikiwiki.org/bug3197) ---------------------------------------------- r27363 | nkoth | 2010-05-27 18:16:12 +0200 (Thu, 27 May 2010) | 1 line [FIX] add global perms overiding, otherwise category perms not applying to template leading to possible body not appearing ---------------------------------------------- r27362 | sylvieg | 2010-05-27 16:53:23 +0200 (Thu, 27 May 2010) | 1 line [FIX]subscribenewsletter: sometimes the thansk needs to be parsed - not the button ---------------------------------------------- r27359 | luciash | 2010-05-27 05:49:57 +0200 (Thu, 27 May 2010) | 1 line fivealive theme: some fixes to the appearance of the site header login pop-up ---------------------------------------------- r27357 | xavidp | 2010-05-27 00:01:18 +0200 (Thu, 27 May 2010) | 1 line [FIx][bp/r27354]from sept_7 - Calendar fix pb reported by Xavi with PHP 5.2.6 and array_unique: Wrong parameter count for array_unique(). Thanks sept_7 for fixing and sylvieg & luciash for feedback and previous fix proposal ---------------------------------------------- r27356 | sylvieg | 2010-05-26 23:49:37 +0200 (Wed, 26 May 2010) | 1 line [FIX]prefs: put the description found in help in the description of feature_wiki_paragraph_formatting (to know what at least this veryvery strange feature is doing ---------------------------------------------- r27352 | changi67 | 2010-05-26 23:12:19 +0200 (Wed, 26 May 2010) | 1 line [TRA] Some french trad - oups a little mistake ---------------------------------------------- r27349 | ricks99 | 2010-05-26 22:46:27 +0200 (Wed, 26 May 2010) | 1 line [FIX] corrected the calendar navigation link for YEAR ---------------------------------------------- r27342 | sylvieg | 2010-05-26 19:18:41 +0200 (Wed, 26 May 2010) | 1 line [FIX]mail: some user can haev an empty mail ---------------------------------------------- r27328 | jonnybradley | 2010-05-26 13:41:10 +0200 (Wed, 26 May 2010) | 1 line [FIX] Replace \ chars in file paths for smilies etc, as some browser/s (not Firefox/Safari/IE) don't seem to do that properly, causing dozens of File not found server errors every page load. ---------------------------------------------- r27327 | jonnybradley | 2010-05-26 13:35:00 +0200 (Wed, 26 May 2010) | 2 lines [FIX] better fix for r27256 with properly defined regexp pattern (Deprecated split now preg_split). Thanks to all who commented ---------------------------------------------- r27322 | lindonb | 2010-05-26 07:10:44 +0200 (Wed, 26 May 2010) | 1 line [FIX] Go back to more intuitive parameter name. ---------------------------------------------- r27321 | lindonb | 2010-05-26 06:23:34 +0200 (Wed, 26 May 2010) | 1 line [FIX] Fixed various errors that were causing the plugin not to work. ---------------------------------------------- r27320 | lindonb | 2010-05-26 02:09:27 +0200 (Wed, 26 May 2010) | 1 line [FIX] Keep certain text in plugin information from being wiki-parsed. ---------------------------------------------- r27319 | lindonb | 2010-05-26 01:51:06 +0200 (Wed, 26 May 2010) | 1 line [FIX] Correct version to avoid confusion on doc site. ---------------------------------------------- r27318 | sylvieg | 2010-05-25 22:34:04 +0200 (Tue, 25 May 2010) | 1 line [FIX]fancytable: fix correctly 26984 23915:respect alternative lines colors when sorting ---------------------------------------------- r27317 | sylvieg | 2010-05-25 21:57:20 +0200 (Tue, 25 May 2010) | 1 line [FIX]fancytable: fix header style ---------------------------------------------- r27316 | sylvieg | 2010-05-25 20:12:57 +0200 (Tue, 25 May 2010) | 1 line [FIX]fancytable: fix when headclass param value is not quoted ---------------------------------------------- r27315 | jonnybradley | 2010-05-25 18:44:46 +0200 (Tue, 25 May 2010) | 2 lines [MOD] Add the word 'spreadsheet' to jquery.sheet pref description so it comes up in LM search with feature_sheet ---------------------------------------------- r27308 | sylvieg | 2010-05-25 16:02:13 +0200 (Tue, 25 May 2010) | 1 line [FIX]tracker: missing param ---------------------------------------------- r27307 | chibaguy | 2010-05-25 14:34:10 +0200 (Tue, 25 May 2010) | 1 line [FIX] Remove display:inline property from div.highlight since it had bad effects on remarks box. Thanks to luci for noticing. ---------------------------------------------- r27306 | chealer | 2010-05-25 07:36:12 +0200 (Tue, 25 May 2010) | 1 line [FIX] RSS feed broken by backslash if Tiki in document root on Windows (Closes: #923) ---------------------------------------------- r27300 | sylvieg | 2010-05-25 00:13:15 +0200 (Tue, 25 May 2010) | 1 line [FIX]forums_last_posts: fix the module for topiconly ---------------------------------------------- r27297 | sylvieg | 2010-05-24 21:06:06 +0200 (Mon, 24 May 2010) | 1 line [FIX]fgal: need to pass the galleryId param as view=admin gives back files of diferent fgals ---------------------------------------------- r27293 | lphuberdeau | 2010-05-24 19:37:11 +0200 (Mon, 24 May 2010) | 1 line [FIX] Incorrect check and missing preference definition ---------------------------------------------- r27292 | sylvieg | 2010-05-24 19:27:45 +0200 (Mon, 24 May 2010) | 1 line [FIX]pdo: pdo does not like negative offset ---------------------------------------------- r27289 | sylvieg | 2010-05-24 16:55:44 +0200 (Mon, 24 May 2010) | 1 line [FIX]article: Article can not exist ---------------------------------------------- r27285 | jonnybradley | 2010-05-24 13:41:58 +0200 (Mon, 24 May 2010) | 1 line [FIX] Freetagged plugin: fix layout problems ---------------------------------------------- r27284 | chibaguy | 2010-05-23 15:28:46 +0200 (Sun, 23 May 2010) | 1 line [FIX] Hover style for topbar menu. ---------------------------------------------- r27283 | chibaguy | 2010-05-23 15:09:13 +0200 (Sun, 23 May 2010) | 1 line [FIX] Put main menu back inside fixed width. ---------------------------------------------- r27282 | chibaguy | 2010-05-23 14:38:35 +0200 (Sun, 23 May 2010) | 1 line [FIX] Put footer content back inside fixed width. ---------------------------------------------- r27281 | chibaguy | 2010-05-23 05:52:07 +0200 (Sun, 23 May 2010) | 1 line [FIX] Too-large site header and other details fixed as indicated at http://branding.tikiwiki.org/FiveAlive+Adjustments ---------------------------------------------- r27279 | sylvieg | 2010-05-21 23:37:33 +0200 (Fri, 21 May 2010) | 1 line [FIX]tracker: field non table visible, non searcheable.. was not showing in input ---------------------------------------------- r27277 | chealer | 2010-05-21 18:30:35 +0200 (Fri, 21 May 2010) | 2 lines [FIX] "Fatal error: Call to private ToolbarFckOnly::__construct() from context 'Toolbar' in ...lib/toolbars/toolbarslib.php on line 258" when putting WYSIWYG-only tool in custom tools make ToolbarFckOnly->__construct() public ---------------------------------------------- r27274 | sylvieg | 2010-05-21 14:40:15 +0200 (Fri, 21 May 2010) | 1 line [FIX]img: db error ---------------------------------------------- r27272 | jonnybradley | 2010-05-21 12:54:57 +0200 (Fri, 21 May 2010) | 3 lines [FIX] Don't set view_mode to both as WYSIWYG might be off - first option will automatically be selected, which is fine. ---------------------------------------------- r27269 | chealer | 2010-05-21 01:22:34 +0200 (Fri, 21 May 2010) | 2 lines [RESUSCITATE] Underline tool for non-WYSIWYG mode, executed before Tiki 4 Thanks Opossum ---------------------------------------------- r27268 | jonnybradley | 2010-05-21 01:12:25 +0200 (Fri, 21 May 2010) | 4 lines [FIX] Several critical fixes for toolbar custom tools: Don't allow tools with the same name as the standard set (causes mayhem) Don't allow tools with empty names to be saved (also chaos) and add a link to remove all custom tools to get rid of malformed tools created before upgrading from 4.x which may be causing JS errors and preventing the page from working ---------------------------------------------- r27263 | changi67 | 2010-05-20 22:19:43 +0200 (Thu, 20 May 2010) | 1 line [FIX] Set link in remarksbox to the group currently editing and not only Anonymous ---------------------------------------------- r27262 | changi67 | 2010-05-20 22:03:07 +0200 (Thu, 20 May 2010) | 1 line [TRA] Add some translation ---------------------------------------------- r27261 | changi67 | 2010-05-20 20:46:05 +0200 (Thu, 20 May 2010) | 1 line [FIX] Print UTF-8 text ---------------------------------------------- r27259 | luciash | 2010-05-20 19:46:46 +0200 (Thu, 20 May 2010) | 1 line oops, better margin top value ---------------------------------------------- r27258 | luciash | 2010-05-20 19:43:48 +0200 (Thu, 20 May 2010) | 1 line [FIX] fivealive theme: some styling for Development/tikibranch5/doc/devtools/stripcomments.phpshow-errors-button (PHP errors) to enhance usability ---------------------------------------------- r27256 | jonnybradley | 2010-05-20 19:16:38 +0200 (Thu, 20 May 2010) | 3 lines [FIX] Deprecated split (now preg_split) ---------------------------------------------- r27255 | jonnybradley | 2010-05-20 19:03:22 +0200 (Thu, 20 May 2010) | 3 lines [FIX] Toolbars: Custom tools: Filter out accented characters in tool names that cause JS and other problems ---------------------------------------------- r27253 | sylvieg | 2010-05-20 17:29:29 +0200 (Thu, 20 May 2010) | 1 line [FIX]fgal: rollback27252/26250: find in mode list and mode admin must use different tables ---------------------------------------------- r27252 | sylvieg | 2010-05-20 14:20:15 +0200 (Thu, 20 May 2010) | 1 line [FIX]fgal: rollback 26250: fix the find in simple list fgals: do not remember the case fixed with 26250: be prepared to have another bug ---------------------------------------------- r27250 | bubi | 2010-05-20 07:51:49 +0200 (Thu, 20 May 2010) | 1 line [FIX] TrackerID: #3183 Tree View of File Gallery now not only shows the 1st Level of Galleries on older PHP versions (for _getGelleryChildrenIdsTree(), too) ---------------------------------------------- r27249 | bubi | 2010-05-20 07:50:32 +0200 (Thu, 20 May 2010) | 1 line [FIX] TrackerID: #3183 Tree View of File Gallery now not only shows the 1st Level of Galleries on older PHP versions ---------------------------------------------- r27247 | changi67 | 2010-05-19 22:20:14 +0200 (Wed, 19 May 2010) | 1 line [TRA] Add some missing translation ---------------------------------------------- r27245 | changi67 | 2010-05-19 22:05:07 +0200 (Wed, 19 May 2010) | 1 line [FIX] Some missing translated text ---------------------------------------------- r27244 | lphuberdeau | 2010-05-19 21:33:47 +0200 (Wed, 19 May 2010) | 1 line [FIX] Token value changes from version to version ---------------------------------------------- r27240 | jonnybradley | 2010-05-19 14:16:01 +0200 (Wed, 19 May 2010) | 2 lines [FIX] Slightly cleaner fix for phplayersmenus, same effect but one less file. Thanks sylvieg. ---------------------------------------------- r27237 | changi67 | 2010-05-19 10:59:45 +0200 (Wed, 19 May 2010) | 1 line [FIX] avoid broken display with too large columns due to big filegal sizes ---------------------------------------------- r27157 | jonnybradley | 2010-05-13 18:40:13 +0200 (Thu, 13 May 2010) | 1 line [FIX] Kaltura: Use server_name/http_host for Kaltura "user" identifier, so all entries are shared between all users (with suitable perms) ---------------------------------------------- r27156 | changi67 | 2010-05-13 18:30:07 +0200 (Thu, 13 May 2010) | 1 line [FIX] Assigning the return value of new by reference is deprecated - Preparing RC1 ---------------------------------------------- r27154 | jonnybradley | 2010-05-13 17:43:33 +0200 (Thu, 13 May 2010) | 1 line [FIX] Prevent PHP error (parse module params failing somehow) ---------------------------------------------- r27153 | jonnybradley | 2010-05-13 17:05:35 +0200 (Thu, 13 May 2010) | 1 line [FIX] Kaltura: Refresh page after upload and show files uploaded (JS fix) ---------------------------------------------- r27151 | jonnybradley | 2010-05-13 16:34:07 +0200 (Thu, 13 May 2010) | 1 line [FIX] Kaltura: Tidied up entry lists (and add Media Id to info popup) ---------------------------------------------- r27139 | sylvieg | 2010-05-13 14:31:18 +0200 (Thu, 13 May 2010) | 1 line [ENH]wysiwyg: add a button to toolbar to help people coming from 3 where the toolbar setting was there ---------------------------------------------- r27137 | sylvieg | 2010-05-12 23:48:15 +0200 (Wed, 12 May 2010) | 1 line [FIX]forgotten file for 27107 ---------------------------------------------- r27135 | sylvieg | 2010-05-12 22:28:44 +0200 (Wed, 12 May 2010) | 1 line [FIX]muti print: must setup option page too for TRACKERLIST(filter={{page}}) ---------------------------------------------- r27134 | jonnybradley | 2010-05-12 21:17:16 +0200 (Wed, 12 May 2010) | 1 line [FIX] Kaltura: Use the for loop var (you were right sept7) ---------------------------------------------- r27133 | luciash | 2010-05-12 20:58:45 +0200 (Wed, 12 May 2010) | 1 line czech language: some more translated ---------------------------------------------- r27132 | luciash | 2010-05-12 20:37:03 +0200 (Wed, 12 May 2010) | 1 line remove reverted unreleased change from upgrades ---------------------------------------------- r27130 | jonnybradley | 2010-05-12 19:40:26 +0200 (Wed, 12 May 2010) | 1 line [FIX] Kaltura: More exception handling & button label text change ---------------------------------------------- r27129 | jonnybradley | 2010-05-12 19:01:51 +0200 (Wed, 12 May 2010) | 1 line [FIX] Kaltura: Numerous small fixes - better exception handling, jquery notonready settings, JS validation for remix/delete buttons & other small improvements ---------------------------------------------- r27124 | luciash | 2010-05-12 16:03:57 +0200 (Wed, 12 May 2010) | 1 line [ENH] fivealive theme: some space around icons is good ---------------------------------------------- r27123 | luciash | 2010-05-12 15:53:42 +0200 (Wed, 12 May 2010) | 1 line [FIX] fivealive theme: some styling for db/tiki.sqlquickadmin ---------------------------------------------- r27122 | luciash | 2010-05-12 15:23:39 +0200 (Wed, 12 May 2010) | 1 line [FIX] fivealive theme: better tabs position - no 1px space under them ---------------------------------------------- r27121 | luciash | 2010-05-12 15:13:20 +0200 (Wed, 12 May 2010) | 1 line fivealive theme: oops, sitelogo is dependent on topmost menu bar on or off ---------------------------------------------- r27120 | luciash | 2010-05-12 14:58:44 +0200 (Wed, 12 May 2010) | 1 line fivealive theme: better fix to accomodate the new TWCG logo ---------------------------------------------- r27119 | sylvieg | 2010-05-12 14:49:54 +0200 (Wed, 12 May 2010) | 1 line [FIX]log: log database error only when connection done(26892, 27105) +rollback 26545 (error are log now) ---------------------------------------------- r27118 | changi67 | 2010-05-12 14:36:08 +0200 (Wed, 12 May 2010) | 1 line [FIX] Difference between upgrade and fresh ---------------------------------------------- r27117 | marclaporte | 2010-05-12 14:31:14 +0200 (Wed, 12 May 2010) | 1 line [FIX] rogue characters ---------------------------------------------- r27115 | jonnybradley | 2010-05-12 14:10:59 +0200 (Wed, 12 May 2010) | 1 line [FIX] Installer: Quick fix for logo in fivealive theme installer ---------------------------------------------- r27114 | marclaporte | 2010-05-12 14:09:03 +0200 (Wed, 12 May 2010) | 1 line [MOD] one more logo change ---------------------------------------------- r27113 | marclaporte | 2010-05-12 14:00:38 +0200 (Wed, 12 May 2010) | 1 line [FIX] action log can't be experimental and on by default ---------------------------------------------- r27110 | marclaporte | 2010-05-12 13:55:50 +0200 (Wed, 12 May 2010) | 1 line [FIX] delete rogue character in css ---------------------------------------------- r27109 | jonnybradley | 2010-05-12 13:46:08 +0200 (Wed, 12 May 2010) | 1 line [FIX] Kaltura: Move rogue hidden input into the nearest form ---------------------------------------------- r27108 | marclaporte | 2010-05-12 13:44:23 +0200 (Wed, 12 May 2010) | 1 line [MOD] moving features around in admin panel ---------------------------------------------- r27107 | sylvieg | 2010-05-12 13:38:29 +0200 (Wed, 12 May 2010) | 1 line [FIX]error: use a different error message when enable to connect to db in non verbose mode ---------------------------------------------- r27106 | jonnybradley | 2010-05-12 13:11:47 +0200 (Wed, 12 May 2010) | 1 line [FIX] Cosmetics for error page ---------------------------------------------- r27105 | jonnybradley | 2010-05-12 12:55:53 +0200 (Wed, 12 May 2010) | 1 line [FIX] Rollback r26892 : Don't try to log database errors in the database that has the error. ---------------------------------------------- r27103 | jonnybradley | 2010-05-12 12:30:36 +0200 (Wed, 12 May 2010) | 1 line [MOD] Put ancient, ugly "bloginfo" default blog header code in a comment so it doesn't show on blogs, but is there as an example if needed. ---------------------------------------------- r27102 | marclaporte | 2010-05-12 12:30:25 +0200 (Wed, 12 May 2010) | 1 line [MOD] name & logo change ---------------------------------------------- r27101 | marclaporte | 2010-05-12 12:17:27 +0200 (Wed, 12 May 2010) | 1 line [FIX] harmonizing fivealive options with the main one ---------------------------------------------- r27100 | marclaporte | 2010-05-12 11:58:40 +0200 (Wed, 12 May 2010) | 1 line [FIX] make top big enough for new logo ---------------------------------------------- r27099 | marclaporte | 2010-05-12 11:37:35 +0200 (Wed, 12 May 2010) | 1 line [MOD] new name & logo in installer ---------------------------------------------- r27098 | marclaporte | 2010-05-12 11:36:10 +0200 (Wed, 12 May 2010) | 1 line [MOD] changing to new logo, better fix for more space in top section ---------------------------------------------- r27097 | marclaporte | 2010-05-12 10:59:40 +0200 (Wed, 12 May 2010) | 1 line [FIX] quick hack so logo doesn't overlap with header. background image needs adjusting. ---------------------------------------------- r27096 | marclaporte | 2010-05-12 10:32:00 +0200 (Wed, 12 May 2010) | 1 line [MOD] change a few defaults a) minify css is reported to cause issues on some installs so better let people activate it. b) New logo ---------------------------------------------- r27095 | luciash | 2010-05-12 03:53:09 +0200 (Wed, 12 May 2010) | 1 line [ENH] main application menu: give the menu modern and nicer look using the vert type CSS menus by default for fresh installs (feel free to rollback if you will find it problematic) ---------------------------------------------- r27094 | luciash | 2010-05-12 03:30:38 +0200 (Wed, 12 May 2010) | 1 line [FIX] wiki list pages: better XHTML ---------------------------------------------- r27092 | luciash | 2010-05-12 02:25:54 +0200 (Wed, 12 May 2010) | 1 line [FIX] Fivealive theme: change of "Tikiwiki" to "Tiki" in the theme specific tpl + official project name should not be translatable ---------------------------------------------- r27091 | luciash | 2010-05-12 01:28:05 +0200 (Wed, 12 May 2010) | 1 line [FIX] main application menu: reverting back unclear "Pages" menu item to "List Pages" (rb of 24435) + [NEW] menu item "Create a Wiki Page" linking to the second tab of the tiki-list_pages.php ---------------------------------------------- r27087 | jonnybradley | 2010-05-11 23:54:03 +0200 (Tue, 11 May 2010) | 1 line [FIX] Remove debug modifier ---------------------------------------------- r27085 | sylvieg | 2010-05-11 21:56:13 +0200 (Tue, 11 May 2010) | 1 line [FIX]search_wiki_page: does not need search feature ---------------------------------------------- r27084 | sylvieg | 2010-05-11 21:49:58 +0200 (Tue, 11 May 2010) | 1 line [FIX]tracker: fix computed on date (as all the fields are no more loaded) ---------------------------------------------- r27081 | jonnybradley | 2010-05-11 19:29:50 +0200 (Tue, 11 May 2010) | 1 line [FIX] Colorbox plugin - correctly escape links etc inside title attribute, and allow wiki parsing for the descriptions. (Had to move most of the logic from the smarty template back into the php to make sense of it). Also fixed missing caption on the first image. ---------------------------------------------- r27080 | ricks99 | 2010-05-11 19:25:25 +0200 (Tue, 11 May 2010) | 1 line [FIX]Reformatted author name & subject. Should be separate lines. (good catch xavi!) ---------------------------------------------- r27078 | jonnybradley | 2010-05-11 17:41:16 +0200 (Tue, 11 May 2010) | 1 line [FIX] Show odd/even row colours ---------------------------------------------- r27077 | jonnybradley | 2010-05-11 17:31:17 +0200 (Tue, 11 May 2010) | 1 line [FIX] Set $allfields var before it is used. ---------------------------------------------- r27075 | marclaporte | 2010-05-11 01:38:58 +0200 (Tue, 11 May 2010) | 1 line [DOC] fix some links to the doc site ---------------------------------------------- r27074 | marclaporte | 2010-05-11 01:08:39 +0200 (Tue, 11 May 2010) | 1 line [DOC] clearer admin panel for Kaltura ---------------------------------------------- r27072 | sampaioprimo | 2010-05-10 21:40:17 +0200 (Mon, 10 May 2010) | 2 lines Undoing change committed in r26283 (see http://dev.tikiwiki.org/Tiki5#Blocker_code_) ---------------------------------------------- r27071 | jonnybradley | 2010-05-10 20:10:58 +0200 (Mon, 10 May 2010) | 1 line [MOD] Fix jQuery external lib revision to r27069 (in case we forget later) ---------------------------------------------- r27070 | lphuberdeau | 2010-05-10 20:05:15 +0200 (Mon, 10 May 2010) | 1 line [MOD] Lesser magic for kaltura preferences. They will need to have a prefix at some point, but too late for 5.x ---------------------------------------------- r27067 | lphuberdeau | 2010-05-10 19:45:08 +0200 (Mon, 10 May 2010) | 1 line [ENH] Changing link on video name to the view page ---------------------------------------------- r27066 | lphuberdeau | 2010-05-10 19:37:32 +0200 (Mon, 10 May 2010) | 1 line [FIX] Oops. ---------------------------------------------- r27065 | lphuberdeau | 2010-05-10 19:30:09 +0200 (Mon, 10 May 2010) | 1 line [DOC] Documenting a Kaltura configuration ---------------------------------------------- r27064 | lphuberdeau | 2010-05-10 19:03:04 +0200 (Mon, 10 May 2010) | 1 line [LEGAL] We don't have copyright on those files, they are from Kaltura distribution ---------------------------------------------- r27063 | lphuberdeau | 2010-05-10 18:39:25 +0200 (Mon, 10 May 2010) | 1 line [ENH] Catching exceptions thrown by the kaltura library when network errors occur ---------------------------------------------- r27062 | lphuberdeau | 2010-05-10 18:38:34 +0200 (Mon, 10 May 2010) | 1 line [FIX] Removing debug information causing an invalid object to string conversion ---------------------------------------------- r27061 | lphuberdeau | 2010-05-10 18:37:47 +0200 (Mon, 10 May 2010) | 1 line [FIX] Improper formatting of the stream context parameters causing headers not to be sent ---------------------------------------------- r27059 | lphuberdeau | 2010-05-10 18:04:58 +0200 (Mon, 10 May 2010) | 1 line [FIX] Error, no longer used ---------------------------------------------- r27058 | jonnybradley | 2010-05-10 17:51:11 +0200 (Mon, 10 May 2010) | 2 lines [FIX] Prevent "are you sure?" dialog when saving survey (also add a create survey button and get the right tab to show more often) [wish3172] Thanks Chealer ---------------------------------------------- r27057 | Jyhem | 2010-05-10 17:03:05 +0200 (Mon, 10 May 2010) | 1 line [FIX] Add missing keywords ---------------------------------------------- r27055 | jonnybradley | 2010-05-10 16:28:43 +0200 (Mon, 10 May 2010) | 1 line [FIX] Make basic Colorbox viewer work in side columns (but without all the extra shadowbox compatility parsing) ---------------------------------------------- r27054 | jonnybradley | 2010-05-10 15:38:46 +0200 (Mon, 10 May 2010) | 1 line [MOD] headtitle for sheets page ---------------------------------------------- r27053 | jonnybradley | 2010-05-10 15:38:04 +0200 (Mon, 10 May 2010) | 1 line [FIX] Calculate headtitle var if not set. Many pages had erroneous or no browser title, often picking up a tracker or aticle name used in a module or plugin. So for 'admin', 'list' and 'view' pages, this uses the file name to create a suitable title. ---------------------------------------------- r27051 | marclaporte | 2010-05-10 15:11:56 +0200 (Mon, 10 May 2010) | 1 line [ENH] New logos for fivealive.css Special Thanks to Simon Lussier and Sebastien Lord-Jette ---------------------------------------------- r27050 | jonnybradley | 2010-05-10 14:21:23 +0200 (Mon, 10 May 2010) | 1 line [MOD] A couple of better default prefs for filegals - show title if there is one, and show id in info popup (useful for plugin data) ---------------------------------------------- r27049 | jonnybradley | 2010-05-10 14:10:54 +0200 (Mon, 10 May 2010) | 1 line [FIX] A couple of fixes for COLORBOX plugin: Use cluetip for tooltips to avoid <br /> tags. Initialise $iColorbox var properly and (incidental) fix for convertOverlib with no params. ---------------------------------------------- r27048 | jonnybradley | 2010-05-10 12:53:14 +0200 (Mon, 10 May 2010) | 1 line [FIX] Fix popup plugin edit form when not in edit page mode (sorry for breaking it) ---------------------------------------------- r27031 | lphuberdeau | 2010-05-09 23:17:19 +0200 (Sun, 09 May 2010) | 1 line [FIX] Missing parameter ---------------------------------------------- r27028 | jonnybradley | 2010-05-09 17:54:00 +0200 (Sun, 09 May 2010) | 1 line [MOD] Use smarty {icon} function for external_link icons so they can be overridden in themes, including an example icon for strasa. ---------------------------------------------- r27027 | jonnybradley | 2010-05-09 17:48:44 +0200 (Sun, 09 May 2010) | 1 line [MOD] Add file extension parameter for {icon} (default png as before) ---------------------------------------------- r27026 | sept_7 | 2010-05-09 15:25:04 +0200 (Sun, 09 May 2010) | 2 lines [EHN/bp27025] WebDAV : change login/pass popup screen from "Ez components" to "Tiki WebDAV access" ---------------------------------------------- r27022 | marclaporte | 2010-05-08 23:11:06 +0200 (Sat, 08 May 2010) | 1 line [FIX] update project name ---------------------------------------------- r27002 | sept_7 | 2010-05-08 20:09:24 +0200 (Sat, 08 May 2010) | 2 lines [EHN/bp27001] add some hint on how to acces the Tiki WebDAV ---------------------------------------------- r26999 | Jyhem | 2010-05-08 19:55:29 +0200 (Sat, 08 May 2010) | 1 line [FIX] New module format ---------------------------------------------- r26994 | sept_7 | 2010-05-08 16:34:34 +0200 (Sat, 08 May 2010) | 2 lines [ENH/bp 26993] Code clean up pointed by quality.tikiwiki.org ---------------------------------------------- r26992 | luciash | 2010-05-08 15:35:36 +0200 (Sat, 08 May 2010) | 1 line TikiWiki ?\226?\134?\146 Tiki ---------------------------------------------- r26990 | chibaguy | 2010-05-08 11:46:14 +0200 (Sat, 08 May 2010) | 2 lines [ENH] Highlight effect is just visual distinction, so no need for block element (i.e., to have 100% width). ---------------------------------------------- r26986 | lindonb | 2010-05-08 06:10:18 +0200 (Sat, 08 May 2010) | 1 line [FIX] Updated ShareThis options ---------------------------------------------- r26984 | lindonb | 2010-05-08 02:21:22 +0200 (Sat, 08 May 2010) | 1 line [FIX] Delete line keeping tablesort from being able to sort back and forth ---------------------------------------------- r26982 | jonnybradley | 2010-05-08 00:23:58 +0200 (Sat, 08 May 2010) | 1 line [FIX] More selection fixes (in popupPluginForm) ---------------------------------------------- r26981 | jonnybradley | 2010-05-08 00:22:45 +0200 (Sat, 08 May 2010) | 1 line [FIX] Toolbar dialog tools require jquery-ui ---------------------------------------------- r26980 | jonnybradley | 2010-05-08 00:21:15 +0200 (Sat, 08 May 2010) | 1 line [FIX] Textarea selection fixes (mainly for Firefox) ---------------------------------------------- r26979 | jonnybradley | 2010-05-08 00:13:57 +0200 (Sat, 08 May 2010) | 1 line [FIX] Minor typo (self closing tag) ---------------------------------------------- r26976 | Jyhem | 2010-05-07 21:08:35 +0200 (Fri, 07 May 2010) | 1 line [NEW] A module for displaying podcasts ---------------------------------------------- r26975 | jonnybradley | 2010-05-07 20:48:12 +0200 (Fri, 07 May 2010) | 2 lines [FIX] Parse pretty tracker variables in plugin parameters (makes trackerlist plugin etc work as expected in pretty trackers). [bp/r26590, r26881 & r26974] ---------------------------------------------- r26973 | sylvieg | 2010-05-07 18:51:45 +0200 (Fri, 07 May 2010) | 1 line [FIX]flash banner: fix also non js version ---------------------------------------------- r26972 | sylvieg | 2010-05-07 18:35:11 +0200 (Fri, 07 May 2010) | 1 line [FIX]flash: the links in the flash are no clickable when the movie url is not local to the server ---------------------------------------------- r26971 | sylvieg | 2010-05-07 18:24:16 +0200 (Fri, 07 May 2010) | 1 line [FIX]flash banner: broken since 26557: the js was no more put in the db. the js must be recalculated each time and add to th header + show in edit banner the banner not the zone ---------------------------------------------- r26969 | jonnybradley | 2010-05-07 17:46:58 +0200 (Fri, 07 May 2010) | 1 line [FIX] Switch theme (logic typos). Also fixed setting theme option to "None" ---------------------------------------------- r26966 | jonnybradley | 2010-05-07 15:40:50 +0200 (Fri, 07 May 2010) | 1 line [FIX] Nested smarty comment ---------------------------------------------- r26964 | luciash | 2010-05-07 14:48:46 +0200 (Fri, 07 May 2010) | 1 line czech language: various translation fixes ---------------------------------------------- r26960 | chibaguy | 2010-05-07 13:36:39 +0200 (Fri, 07 May 2010) | 1 line [FIX] tiki-top_bar includes needed for other site logo align options. ---------------------------------------------- r26959 | chibaguy | 2010-05-07 12:51:11 +0200 (Fri, 07 May 2010) | 1 line [FIX] Keep in sync with default file (which was changed at r26589). (Strasa file is exactly like default except for having tiki-top_bar.tpl include.) ---------------------------------------------- r26958 | luciash | 2010-05-07 12:38:35 +0200 (Fri, 07 May 2010) | 1 line [FIX] Tiki Importer: moved ini_get() check from tpl to PHP file ---------------------------------------------- r26956 | marclaporte | 2010-05-07 09:04:15 +0200 (Fri, 07 May 2010) | 1 line [MOD] more prefs related to modules ---------------------------------------------- r26953 | lindonb | 2010-05-07 04:13:06 +0200 (Fri, 07 May 2010) | 1 line [FIX] Undo typo fix from r26914 - turned events on calendar days to code garbage ---------------------------------------------- r26952 | marclaporte | 2010-05-07 03:36:41 +0200 (Fri, 07 May 2010) | 1 line [KIL] Dead code ---------------------------------------------- r26951 | marclaporte | 2010-05-07 03:09:05 +0200 (Fri, 07 May 2010) | 1 line [FIX] Adding standard help & admin links to Kaltura ---------------------------------------------- r26950 | luciash | 2010-05-07 02:54:22 +0200 (Fri, 07 May 2010) | 1 line [ENH] czech language: installer completely translated to Czech ---------------------------------------------- r26949 | marclaporte | 2010-05-07 02:43:53 +0200 (Fri, 07 May 2010) | 1 line [MOD] increase Kaltura admin panel fields to correspond to size of typical entry ---------------------------------------------- r26947 | jonnybradley | 2010-05-07 00:43:18 +0200 (Fri, 07 May 2010) | 1 line [FIX] Numerous small XHTML fixes: modules, user menu and textarea ---------------------------------------------- r26946 | sylvieg | 2010-05-06 23:44:48 +0200 (Thu, 06 May 2010) | 1 line [FIX]logs: missing pagination ---------------------------------------------- r26944 | sylvieg | 2010-05-06 23:24:15 +0200 (Thu, 06 May 2010) | 1 line [FIX]debug: smarty can not compile the define and so the javascripts are not loaded (perhaps touch only php5.3) - does not bug anymore but still showing nothing ---------------------------------------------- r26943 | marclaporte | 2010-05-06 23:06:53 +0200 (Thu, 06 May 2010) | 1 line [MOD] 1- Attempting to reduce the confusion between the two search engines. 2- Turning off search by default 3- Promoting MYSQL-search as the best search. Still todo: A- have highlighted search logo on tiki-admin.php?page=search to use feature_search_fulltext B- How to have feature_sitesearch have a dependency of feature_search_fulltext OR feature_search (missing commit) ---------------------------------------------- r26942 | marclaporte | 2010-05-06 23:06:25 +0200 (Thu, 06 May 2010) | 1 line [MOD] 1- Attempting to reduce the confusion between the two search engines. 2- Turning off search by default 3- Promoting MYSQL-search as the best search. Still todo: A- have highlighted search logo on tiki-admin.php?page=search to use feature_search_fulltext B- How to have feature_sitesearch have a dependency of feature_search_fulltext OR feature_search ---------------------------------------------- r26938 | Jyhem | 2010-05-06 18:27:19 +0200 (Thu, 06 May 2010) | 1 line [NEW] This module displays the last videos of any given Youtube playlist ---------------------------------------------- r26937 | jonnybradley | 2010-05-06 16:52:38 +0200 (Thu, 06 May 2010) | 2 lines [FIX] Filters for code prefs (so they can be used in perspectives) ---------------------------------------------- r26936 | sylvieg | 2010-05-06 16:37:16 +0200 (Thu, 06 May 2010) | 1 line [FIX]log: the pref value can be an array ---------------------------------------------- r26934 | sylvieg | 2010-05-06 15:58:06 +0200 (Thu, 06 May 2010) | 1 line [FIX]trackerfilter: when using compute, compute only on the filtered items not all the items ---------------------------------------------- r26933 | lphuberdeau | 2010-05-06 15:35:40 +0200 (Thu, 06 May 2010) | 1 line [FIX] Perspective filter broken by change in the expected input format ---------------------------------------------- r26932 | lphuberdeau | 2010-05-06 15:28:10 +0200 (Thu, 06 May 2010) | 1 line [FIX] When a profile attempts to set an undeclared preference, a fatal error occured instead of just setting the value as plain text (past behavior lost with added intelligence in pref management) ---------------------------------------------- r26931 | luciash | 2010-05-06 05:38:26 +0200 (Thu, 06 May 2010) | 1 line czech language: more translations for the installer ---------------------------------------------- r26928 | sylvieg | 2010-05-06 00:29:55 +0200 (Thu, 06 May 2010) | 1 line [FIX]tracker: regexp syntax ---------------------------------------------- r26926 | sylvieg | 2010-05-05 23:28:00 +0200 (Wed, 05 May 2010) | 1 line [ENH]install: give the possibility to force a patch validation that gives errors ---------------------------------------------- r26925 | nyloth | 2010-05-05 23:06:43 +0200 (Wed, 05 May 2010) | 1 line [FIX] email validation : emails with 'localhost' domains also have to be valid, especially since the admin email is mandatory in the installation process... ---------------------------------------------- r26924 | nyloth | 2010-05-05 23:03:21 +0200 (Wed, 05 May 2010) | 1 line [FIX] installer : in_installer variable may not be initialized... ---------------------------------------------- r26923 | pkdille | 2010-05-05 22:38:09 +0200 (Wed, 05 May 2010) | 1 line [FIX] list_file_gallery: remove duplicated argument in find.tpl (comes from r25120) ---------------------------------------------- r26922 | nyloth | 2010-05-05 22:29:38 +0200 (Wed, 05 May 2010) | 1 line [FIX] installer : fix code that is obviously incompatible with last versions of PHP 5.3 ;-P ---------------------------------------------- r26921 | pkdille | 2010-05-05 21:12:17 +0200 (Wed, 05 May 2010) | 1 line [FIX] html tag ---------------------------------------------- r26920 | lphuberdeau | 2010-05-05 21:02:14 +0200 (Wed, 05 May 2010) | 1 line [ENH] Moving the header of the login page to the header area ---------------------------------------------- r26919 | jonnybradley | 2010-05-05 20:38:57 +0200 (Wed, 05 May 2010) | 1 line [FIX] Some more JS Lint warning fixes (various) ---------------------------------------------- r26918 | jonnybradley | 2010-05-05 20:24:46 +0200 (Wed, 05 May 2010) | 1 line [FIX] Some more JS Lint warning fixes (mostly jquery.sheet related) ---------------------------------------------- r26916 | jonnybradley | 2010-05-05 19:59:55 +0200 (Wed, 05 May 2010) | 1 line [FIX] Some JS Lint warning fixes (auto_save related) ---------------------------------------------- r26915 | marclaporte | 2010-05-05 19:50:15 +0200 (Wed, 05 May 2010) | 1 line [FIX] prefs can't repeat on same page. Tks LPH ---------------------------------------------- r26914 | jonnybradley | 2010-05-05 19:43:24 +0200 (Wed, 05 May 2010) | 1 line [FIX] More small typos - mainly missing closing tags ---------------------------------------------- r26912 | lphuberdeau | 2010-05-05 19:27:08 +0200 (Wed, 05 May 2010) | 1 line [FIX] Second attempt, avoiding method call on non-object for when the method exists but returns null ---------------------------------------------- r26911 | jonnybradley | 2010-05-05 19:19:49 +0200 (Wed, 05 May 2010) | 1 line [FIX] Installer reset connection: Missing tiki_cookie_jar JS ---------------------------------------------- r26910 | lphuberdeau | 2010-05-05 19:03:41 +0200 (Wed, 05 May 2010) | 1 line [ENH] Minor refactoring to help reuse ---------------------------------------------- r26909 | jonnybradley | 2010-05-05 18:57:19 +0200 (Wed, 05 May 2010) | 1 line [FIX] Textarea in IE: fix setSelection offset due to line-end differences ---------------------------------------------- r26908 | marclaporte | 2010-05-05 18:37:11 +0200 (Wed, 05 May 2010) | 1 line [MOD] shorten a bit ---------------------------------------------- r26907 | jonnybradley | 2010-05-05 18:01:30 +0200 (Wed, 05 May 2010) | 1 line [FIX] FCKEditor - tikilink: Some fixes for Safari/Chrome - Firefox still more or less unusable sadly. ---------------------------------------------- r26906 | lphuberdeau | 2010-05-05 17:59:07 +0200 (Wed, 05 May 2010) | 1 line [FIX] The PDO compatibility layer just never worked. AdoDB and PDO do not have compatible APIs ---------------------------------------------- r26905 | jonnybradley | 2010-05-05 17:07:25 +0200 (Wed, 05 May 2010) | 1 line [FIX] Toolbar dialog tools: Store the selection in attributes for Firefox ---------------------------------------------- r26904 | chibaguy | 2010-05-05 14:05:59 +0200 (Wed, 05 May 2010) | 1 line [FIX] CSS menu selected link color, etc. ---------------------------------------------- r26903 | jonnybradley | 2010-05-05 12:48:38 +0200 (Wed, 05 May 2010) | 2 lines [bp/r26717][FIX] JS function getSelection name change; avoids conflict with other systems (e.g. FCKEditor). Thanks rlpowell ---------------------------------------------- r26902 | jonnybradley | 2010-05-05 12:17:00 +0200 (Wed, 05 May 2010) | 1 line [FIX] FCK TikiLink plugin: Stop selecting a page from the list from clearing link label field if set, plus some other small fixes. ---------------------------------------------- r26901 | jonnybradley | 2010-05-05 12:10:32 +0200 (Wed, 05 May 2010) | 1 line [KIL] Mystifying extra JS files in fck tiki plugin dirs. Identical copies of the previously FCK defined function SetAttribute, which is then not used in the plugins. ---------------------------------------------- r26900 | jonnybradley | 2010-05-05 12:05:13 +0200 (Wed, 05 May 2010) | 1 line [MOD] Button label: "What is A-J-A-X Preview?" i was asked yesterday. Any improvement on "Live Preview"? ---------------------------------------------- r26899 | chibaguy | 2010-05-05 08:01:51 +0200 (Wed, 05 May 2010) | 1 line [FIX] Keep span.expander (with its -19px margin-left) inside the table and the center column. ---------------------------------------------- r26898 | chibaguy | 2010-05-05 07:26:10 +0200 (Wed, 05 May 2010) | 1 line [FIX] Update for site login popup (tab was overlapping topbar). ---------------------------------------------- r26897 | chibaguy | 2010-05-05 07:12:05 +0200 (Wed, 05 May 2010) | 1 line [FIX] Style for active tab. ---------------------------------------------- r26896 | chibaguy | 2010-05-05 06:53:03 +0200 (Wed, 05 May 2010) | 1 line [KIL] Committed by mistake. ---------------------------------------------- r26895 | chibaguy | 2010-05-05 06:50:32 +0200 (Wed, 05 May 2010) | 1 line [FIX] Updated, especially for secondary site menu, tabs, and site login popup. ---------------------------------------------- r26894 | lindonb | 2010-05-05 04:54:54 +0200 (Wed, 05 May 2010) | 1 line [FIX] Avoid missing bottom border by removing border in calendar.css rather than in individual style css settings. Also fix font color in ohia. ---------------------------------------------- r26893 | luciash | 2010-05-05 00:39:36 +0200 (Wed, 05 May 2010) | 1 line czech language: some translations for the installer ---------------------------------------------- r26892 | sylvieg | 2010-05-05 00:08:51 +0200 (Wed, 05 May 2010) | 1 line [ENH]log: log the database error ---------------------------------------------- r26891 | chealer | 2010-05-04 21:56:28 +0200 (Tue, 04 May 2010) | 2 lines [FIX] involuntarily commited local change. this seems to break the installer in some way (r26837 regression) sorry and thanks to Marc Laporte ---------------------------------------------- r26890 | jonnybradley | 2010-05-04 19:26:13 +0200 (Tue, 04 May 2010) | 1 line [MOD] jquery.sheet: add 1.1.0 menu items (undo/redo - not yet functioning?) ---------------------------------------------- r26887 | jonnybradley | 2010-05-04 18:51:45 +0200 (Tue, 04 May 2010) | 1 line [bp/r26883][FIX] Typo (userslib.php not userlib.php) ---------------------------------------------- r26886 | jonnybradley | 2010-05-04 18:49:51 +0200 (Tue, 04 May 2010) | 1 line [FIX] Set html background colours for strasa options ---------------------------------------------- r26728 | nkoth | 2010-04-21 20:20:51 +0200 (Wed, 21 Apr 2010) | 2 lines [FIX] Use default zoom level if not set for particular item (so that at least it shows) ---------------------------------------------- r26727 | ohertel | 2010-04-21 19:51:40 +0200 (Wed, 21 Apr 2010) | 1 line [fix] remove didn't work here, we have no $galleryId at this point ---------------------------------------------- r26726 | lphuberdeau | 2010-04-21 19:50:08 +0200 (Wed, 21 Apr 2010) | 1 line [ENH] Improvement of the positionning of the attendee list, especially when in a module ---------------------------------------------- r26725 | ohertel | 2010-04-21 19:44:12 +0200 (Wed, 21 Apr 2010) | 1 line [fix] wrong variable used, enabling 'fixed' for left column made the right column fixed. ---------------------------------------------- r26724 | lphuberdeau | 2010-04-21 19:38:21 +0200 (Wed, 21 Apr 2010) | 1 line [FIX]?\194?\160No real change, but make sure the security script does not catch a false positive ---------------------------------------------- r26723 | lphuberdeau | 2010-04-21 18:40:53 +0200 (Wed, 21 Apr 2010) | 1 line [ENH] Usability testing demonstrated that most people don't see the big blue button as clickable. Adding a separate join button. ---------------------------------------------- r26722 | lphuberdeau | 2010-04-21 18:12:06 +0200 (Wed, 21 Apr 2010) | 1 line [ENH] Now with more parameters for BigBlueButton. ---------------------------------------------- r26721 | lphuberdeau | 2010-04-21 17:29:41 +0200 (Wed, 21 Apr 2010) | 1 line [FIX]?\194?\160BBB server does not keep rooms forever, leaving integration issues ---------------------------------------------- r26720 | jonnybradley | 2010-04-21 16:00:51 +0200 (Wed, 21 Apr 2010) | 1 line [FIX] Missing include check ---------------------------------------------- r26719 | chibaguy | 2010-04-21 06:58:26 +0200 (Wed, 21 Apr 2010) | 1 line [FIX] Allow for OpenID option in site header login popup. ---------------------------------------------- r26714 | jonnybradley | 2010-04-20 21:12:40 +0200 (Tue, 20 Apr 2010) | 1 line [FIX] Save merged cell info (colSpan only implemented in .sheet so far) ---------------------------------------------- r26712 | chealer | 2010-04-20 19:41:19 +0200 (Tue, 20 Apr 2010) | 2 lines [FIX] OpenID association allows registration even if turned off ---------------------------------------------- r26710 | chealer | 2010-04-20 19:09:24 +0200 (Tue, 20 Apr 2010) | 2 lines uniformize OpenID and Tiki registrations ---------------------------------------------- r26707 | lphuberdeau | 2010-04-20 18:18:04 +0200 (Tue, 20 Apr 2010) | 1 line [FIX] Incorrect permission check ---------------------------------------------- r26706 | lphuberdeau | 2010-04-20 17:56:02 +0200 (Tue, 20 Apr 2010) | 1 line [FIX] Recently introduced bug causes all prefs to be retrieved in first pass rather than only the essential ones. ---------------------------------------------- r26705 | jonnybradley | 2010-04-20 17:10:30 +0200 (Tue, 20 Apr 2010) | 1 line [MOD] Changes to reflect recent jquery.sheet update ---------------------------------------------- r26703 | jonnybradley | 2010-04-20 16:19:32 +0200 (Tue, 20 Apr 2010) | 2 lines [FIX] Reorganise tiki_modules indexes hopefully to fix MySQL4 error on params length in key. Added to existing script as it needs to happen before the change of params column type. ---------------------------------------------- r26702 | jonnybradley | 2010-04-20 15:51:43 +0200 (Tue, 20 Apr 2010) | 1 line [FIX] Set up jqueryTiki prefs object with everything "off" (fixes JS error after r26558) ---------------------------------------------- r26701 | chealer | 2010-04-20 04:42:59 +0200 (Tue, 20 Apr 2010) | 3 lines [FIX] OpenID input field displaying in OpenID registration/association page ---------------------------------------------- r26700 | chibaguy | 2010-04-20 02:08:03 +0200 (Tue, 20 Apr 2010) | 1 line [ENH] Site header login popup for FiveAlive theme. Uses CSS menu superfish functionality unless this should be changed/improved. Effectively no change in tiki-site_header_login.tpl. Having a tiki-site_header_top.tpl that includes tiki-site_header_login_popup.tpl enables login popup in any theme. This could be a preference later. ---------------------------------------------- r26699 | lphuberdeau | 2010-04-19 22:38:48 +0200 (Mon, 19 Apr 2010) | 1 line [NEW] Integration with BigBlueButton. ---------------------------------------------- r26696 | changi67 | 2010-04-19 22:13:32 +0200 (Mon, 19 Apr 2010) | 1 line [FIX] 39 is enough ---------------------------------------------- r26692 | changi67 | 2010-04-19 21:54:00 +0200 (Mon, 19 Apr 2010) | 1 line [MOD] French trad ---------------------------------------------- r26689 | jonnybradley | 2010-04-19 20:39:42 +0200 (Mon, 19 Apr 2010) | 1 line [FIX] Correct params on update sheet, allow non-jquery.sheet view, allow rename of sheet titles in jquery.sheet ---------------------------------------------- r26687 | lphuberdeau | 2010-04-19 19:42:34 +0200 (Mon, 19 Apr 2010) | 1 line [FIX]?\194?\160PHP 101, sessions is not a place to store large amounts of data. Doing so will slow down all requests to the site. ---------------------------------------------- r26686 | jonnybradley | 2010-04-19 18:44:37 +0200 (Mon, 19 Apr 2010) | 1 line [FIX] Typo (sorry) ---------------------------------------------- r26685 | jonnybradley | 2010-04-19 17:21:29 +0200 (Mon, 19 Apr 2010) | 2 lines [NEW] Freetagged plugin (backported from trunk for consistency) Disabled by default. ---------------------------------------------- r26684 | jonnybradley | 2010-04-19 17:13:29 +0200 (Mon, 19 Apr 2010) | 1 line [MOD] Param description ---------------------------------------------- r26680 | lphuberdeau | 2010-04-19 16:06:48 +0200 (Mon, 19 Apr 2010) | 1 line [FIX] Missing none option for theme option in the switch theme module ---------------------------------------------- r26679 | chealer | 2010-04-18 20:35:14 +0200 (Sun, 18 Apr 2010) | 3 lines [NEW] PERM plugin imported from mods, contributed by lfagundes By default, the permission check is non-global, which is known to be fragile ---------------------------------------------- r26678 | chealer | 2010-04-18 20:31:07 +0200 (Sun, 18 Apr 2010) | 1 line SCROLL plugin: cleanup removing unused left and top parameters ---------------------------------------------- r26677 | jonnybradley | 2010-04-17 22:26:35 +0200 (Sat, 17 Apr 2010) | 1 line [FIX] Sheets AJAX stuff (double experimental) ---------------------------------------------- r26676 | jonnybradley | 2010-04-17 22:25:16 +0200 (Sat, 17 Apr 2010) | 1 line [FIX] JS Notice ---------------------------------------------- r26675 | chealer | 2010-04-17 21:58:19 +0200 (Sat, 17 Apr 2010) | 3 lines [FIX] fr: "All Day" translated to "Tous les jours". thanks R?\195?\169gis Barondeau [FIX] fr: truncated OpenID string Uniformize strings "All Day" and "All-Day". Russian now has two translations, please check which is best. ---------------------------------------------- r26674 | jonnybradley | 2010-04-17 21:03:55 +0200 (Sat, 17 Apr 2010) | 1 line [FIX] Always refresh page before editing, even if not wiki parsed ---------------------------------------------- r26673 | jonnybradley | 2010-04-17 20:49:21 +0200 (Sat, 17 Apr 2010) | 1 line [FIX] Prefs reset: Checkboxes need change event too, and other inputs don't seem to mind. ---------------------------------------------- r26672 | jonnybradley | 2010-04-17 20:14:49 +0200 (Sat, 17 Apr 2010) | 1 line [FIX] Send change event to selects in case it has other handlers (e.g. "style" populates "style-options") ---------------------------------------------- r26671 | jonnybradley | 2010-04-17 19:46:09 +0200 (Sat, 17 Apr 2010) | 1 line [ENH] Show "undo" icon when pref reset ---------------------------------------------- r26670 | jonnybradley | 2010-04-17 19:33:03 +0200 (Sat, 17 Apr 2010) | 1 line [FIX] Move ajax JS includes earlier in the list to prevent "loadComponent not defined" errors on AJAX links. ---------------------------------------------- r26669 | jonnybradley | 2010-04-17 19:29:58 +0200 (Sat, 17 Apr 2010) | 1 line [FIX] Reset prefs now shows the default value correctly ---------------------------------------------- r26666 | jonnybradley | 2010-04-17 18:05:15 +0200 (Sat, 17 Apr 2010) | 3 lines [FIX] A dozen or so IE JS fixes. IE7/8 doesn't agree with using "for (.. in ..)" loops with indexed arrays, so changed most of them to more normal "for (i;i<l;i++)" ones. Also fixed creation of proper text labels for plugin form option drop-downs in IE. ---------------------------------------------- r26662 | chealer | 2010-04-17 00:27:08 +0200 (Sat, 17 Apr 2010) | 1 line [FIX] HTML entity for ampersand ---------------------------------------------- r26659 | jonnybradley | 2010-04-16 20:21:10 +0200 (Fri, 16 Apr 2010) | 1 line [FIX]/[ENH] Spreadsheets: Fix saving multiple sheets, use jquery.sheet also when not editing, plus many other small fixes. ---------------------------------------------- r26657 | sylvieg | 2010-04-16 17:12:25 +0200 (Fri, 16 Apr 2010) | 1 line [FIX]FILES: missing size ---------------------------------------------- r26656 | jonnybradley | 2010-04-16 16:54:08 +0200 (Fri, 16 Apr 2010) | 1 line [FIX] Remove return value in onbeforeunload() as IE seems to interpret null as a string, and pops up the dialog saying something like "Do you want to leave this page: null?". ---------------------------------------------- r26655 | jonnybradley | 2010-04-16 16:29:46 +0200 (Fri, 16 Apr 2010) | 2 lines [FIX] Text selection fixes for IE - tested in IE8 (and IE8's "v7 compatibility" modes) ---------------------------------------------- r26654 | sylvieg | 2010-04-16 16:23:04 +0200 (Fri, 16 Apr 2010) | 1 line [FIX]FILES: when using category filter, use the default column configuration + show the id, fgal_name + new param fileId : TODO: check individual perm like category on individual files - to be done also in get_files since 26283) ---------------------------------------------- r26653 | jonnybradley | 2010-04-16 15:47:44 +0200 (Fri, 16 Apr 2010) | 1 line [FIX] No need for onready JS to show plugin edit icons, but hide them using style attribute if wiki_edit_icons_toggle pref set. ---------------------------------------------- r26652 | jonnybradley | 2010-04-16 15:20:59 +0200 (Fri, 16 Apr 2010) | 1 line [FIX] Stop menu sections reloading the page when first clicked. Used to close all menu sections which were rendered open, despite being defined as "collapsed". This has been broken for a long time, although it was still refreshing the page for no apparent reason. Commented code left there in case someone wants to try another fix. ---------------------------------------------- r26650 | pkdille | 2010-04-16 14:42:55 +0200 (Fri, 16 Apr 2010) | 1 line [FIX] typo modifed -> modified ---------------------------------------------- r26649 | jonnybradley | 2010-04-16 14:37:44 +0200 (Fri, 16 Apr 2010) | 1 line [FIX] Use {jq} for JavaScript function definition ---------------------------------------------- r26648 | jonnybradley | 2010-04-16 13:42:06 +0200 (Fri, 16 Apr 2010) | 2 lines [FIX] Some fixes for the Firefox flickering page issue(s). It seems Firefox is very sentitive as to where elements in the DOM can be added invisibly. At the end of the body (after all the JS now) seems to cause the flicker, so cluetip and convertOverlib now create their divs just before the main #fixedwidth div and seem to flicker less (for me). ---------------------------------------------- r26647 | sylvieg | 2010-04-15 21:38:26 +0200 (Thu, 15 Apr 2010) | 1 line [FIX]calendar: calendar module must not interfer with the calendar view in session ---------------------------------------------- r26646 | lphuberdeau | 2010-04-15 18:40:15 +0200 (Thu, 15 Apr 2010) | 1 line [FIX] Prevent attempt to split value on separator twice. Apparently, multiple paths lead there with different input. ---------------------------------------------- r26645 | jonnybradley | 2010-04-15 17:04:59 +0200 (Thu, 15 Apr 2010) | 1 line [FIX] Use custom.js in the root of /styles if there and there isn't one in the current style or option dir. ---------------------------------------------- r26643 | sylvieg | 2010-04-14 23:57:06 +0200 (Wed, 14 Apr 2010) | 1 line regression? at least 3 people complain about the lost of the item calendar popup when upgrading from 2. so better to show them there is a popup than to say you need to change the feature ---------------------------------------------- r26642 | sylvieg | 2010-04-14 22:54:09 +0200 (Wed, 14 Apr 2010) | 1 line [NEW]log: add an optional setting to record feature change in log - default: on (in 5 for Marc) ---------------------------------------------- r26640 | lphuberdeau | 2010-04-14 21:56:17 +0200 (Wed, 14 Apr 2010) | 1 line [FIX]?\194?\160No None option when switching style. Also trigger on load to remove the options not available on the selected style (while keeping them when off-context) and fixing a few issues that came up along the way to do so. Removed some duplication. ---------------------------------------------- r26639 | marclaporte | 2010-04-14 21:20:26 +0200 (Wed, 14 Apr 2010) | 1 line [DOC] How to use new lessermagicreport.php ---------------------------------------------- r26638 | marclaporte | 2010-04-14 21:18:58 +0200 (Wed, 14 Apr 2010) | 1 line [DOC] doc link for Multi-Domain ---------------------------------------------- r26637 | marclaporte | 2010-04-14 21:18:05 +0200 (Wed, 14 Apr 2010) | 1 line [DOC] doc about how to use robots.txt ---------------------------------------------- r26635 | xavidp | 2010-04-14 21:05:20 +0200 (Wed, 14 Apr 2010) | 1 line [FIX][bp/r26634]Fix the url to read an article event online after it was posted and notified by email ---------------------------------------------- r26633 | lphuberdeau | 2010-04-14 20:33:55 +0200 (Wed, 14 Apr 2010) | 1 line [ENH] No need for comments to explain what gets closed when tags are balanced and indented. ---------------------------------------------- r26632 | lphuberdeau | 2010-04-14 20:21:50 +0200 (Wed, 14 Apr 2010) | 1 line [ENH] Adding data in the report ---------------------------------------------- r26631 | lphuberdeau | 2010-04-14 20:21:21 +0200 (Wed, 14 Apr 2010) | 1 line [ENH] Refactor the code gathering preference location to make it usable in other contexts ---------------------------------------------- r26630 | sylvieg | 2010-04-14 19:55:41 +0200 (Wed, 14 Apr 2010) | 1 line [FIX]log: fix 24869 to preserve existing: all system action are recorded + tiki_syslog.php shows all system actions even if not displayed in action log (please people that unchecked the system actions since 02/05/10 - please redo your setting) ---------------------------------------------- r26629 | chealer | 2010-04-14 19:54:24 +0200 (Wed, 14 Apr 2010) | 3 lines [FIX] Check / Uncheck All ("CheckAll is not defined", r24794 regression) [FIX] HTML special chars escaping Thanks Marc Laporte and luciash ---------------------------------------------- r26628 | lphuberdeau | 2010-04-14 19:42:36 +0200 (Wed, 14 Apr 2010) | 1 line [FIX] Abusive CPU and memory usage when building list of timezones in the admin panel (18% total CPU + memory exhausts allocating 3M blocks), moved preference to lesser magic, removed the offset calculation and the excessive {math} smarty plugin calls (yes, they are expensive) - removed the pear date option from the admin panel as it is not used ---------------------------------------------- r26627 | lphuberdeau | 2010-04-14 18:50:12 +0200 (Wed, 14 Apr 2010) | 1 line [ENH] Make sure the None option is available when the theme has no options ---------------------------------------------- r26625 | jonnybradley | 2010-04-14 18:42:08 +0200 (Wed, 14 Apr 2010) | 1 line [FIX] jquery.sheet save button fix ---------------------------------------------- r26623 | sylvieg | 2010-04-14 18:27:20 +0200 (Wed, 14 Apr 2010) | 1 line [FIX]tracker: if user selector field is empty, do not set it to current user when editing ---------------------------------------------- r26622 | lphuberdeau | 2010-04-14 17:18:50 +0200 (Wed, 14 Apr 2010) | 1 line [FIX]?\194?\160Do not load perspective when in an admin area to avoid collision with global preferences in admin panels ---------------------------------------------- r26621 | jonnybradley | 2010-04-14 17:14:28 +0200 (Wed, 14 Apr 2010) | 1 line [MOD] Change calls to convertTZByID over to use setTZbyID (as these functions have been identical since before php 5) ---------------------------------------------- r26620 | jonnybradley | 2010-04-14 17:12:12 +0200 (Wed, 14 Apr 2010) | 1 line [FIX] Lowercase z in setTimezone ---------------------------------------------- r26619 | sylvieg | 2010-04-14 15:48:46 +0200 (Wed, 14 Apr 2010) | 1 line [FIX]xmlzip: reimport with the previous date except if the page already exists ---------------------------------------------- r26618 | marclaporte | 2010-04-14 15:04:34 +0200 (Wed, 14 Apr 2010) | 1 line [DOC] clearer instructions for multi-domain ---------------------------------------------- r26617 | jonnybradley | 2010-04-14 14:00:34 +0200 (Wed, 14 Apr 2010) | 1 line [MOD] New jQuery UI themes (arrive in 1.8) and some more help text on jQuery features. ---------------------------------------------- r26616 | changi67 | 2010-04-14 10:10:55 +0200 (Wed, 14 Apr 2010) | 1 line [FIX] Security if your documentroot is a checkout ---------------------------------------------- r26615 | sylvieg | 2010-04-13 23:27:19 +0200 (Tue, 13 Apr 2010) | 1 line [FIX]TRACKER: fix agfain optimization 26395 ---------------------------------------------- r26614 | sylvieg | 2010-04-13 21:29:51 +0200 (Tue, 13 Apr 2010) | 1 line [FIX]tracker: attachment field for anonymous (confusiopn between is null and ='') ---------------------------------------------- r26613 | jonnybradley | 2010-04-13 20:08:47 +0200 (Tue, 13 Apr 2010) | 1 line [FIX] Experimental feature_jquery_carousel=n (so far still unused within tiki) ---------------------------------------------- r26612 | jonnybradley | 2010-04-13 20:06:13 +0200 (Tue, 13 Apr 2010) | 1 line [ENH] Improvements to prefs reset to defaults: Better icon, apply to selects and textareas too and only appear for prefs set to non-default values. ---------------------------------------------- r26611 | sylvieg | 2010-04-13 19:45:35 +0200 (Tue, 13 Apr 2010) | 1 line [FIX]TRACKER: do not keep the old attachment in the list when remplacing an attachment ---------------------------------------------- r26610 | sylvieg | 2010-04-13 18:50:11 +0200 (Tue, 13 Apr 2010) | 1 line [FIX]thenews: the <em> can be followed by charaters (see mandatory field ---------------------------------------------- r26609 | jonnybradley | 2010-04-13 18:43:24 +0200 (Tue, 13 Apr 2010) | 1 line [FIX] Cache JavaScript generated in page content by plugins etc and extract into headerlib upon retrieval. ---------------------------------------------- r26608 | jonnybradley | 2010-04-13 18:40:30 +0200 (Tue, 13 Apr 2010) | 1 line [MOD] Move code to get JavaScript from HTML into headerlib so can be used elsewhere. No functional change detected or anticipated (JS doesn't get rendered into the page anymore, so possibly not needed in AJAX now anyway?) ---------------------------------------------- r26607 | sylvieg | 2010-04-13 18:36:36 +0200 (Tue, 13 Apr 2010) | 1 line [FIX]tracker: attachment field: delete old version when replace field + fix mandatory check if attachment already in + no delete if attachment is mandatory ---------------------------------------------- r26606 | sylvieg | 2010-04-13 17:28:55 +0200 (Tue, 13 Apr 2010) | 1 line [FIX]cookie: typo ---------------------------------------------- r26605 | jonnybradley | 2010-04-13 16:13:03 +0200 (Tue, 13 Apr 2010) | 2 lines [FIX] Some BOM removals in fckeditor_tiki files and one small JS fix in the tikilink plugin. Heopfully will help with some of the WYSIWYG issues. ---------------------------------------------- r26604 | sylvieg | 2010-04-13 15:51:50 +0200 (Tue, 13 Apr 2010) | 1 line [FIX]registration: link to the login page ---------------------------------------------- r26603 | sylvieg | 2010-04-13 14:40:28 +0200 (Tue, 13 Apr 2010) | 1 line [FIX]TRACKERLIST: move the test of filterfield validity before adding the user filter that is not always in the fields list (fix optimization 26395) ---------------------------------------------- r26600 | nkoth | 2010-04-13 07:02:16 +0200 (Tue, 13 Apr 2010) | 2 lines [FIX] Snippets should not contain line breaks ---------------------------------------------- r26599 | nkoth | 2010-04-13 06:50:44 +0200 (Tue, 13 Apr 2010) | 2 lines [FIX] Prevent plugin execution if stripplugins is being requested ---------------------------------------------- r26598 | chealer | 2010-04-13 06:43:47 +0200 (Tue, 13 Apr 2010) | 2 lines [FIX] Calendar names looking partly struck in popups with thenews (r15918 regression) Cf: http://article.gmane.org/gmane.comp.cms.tiki.cvs/54522 ---------------------------------------------- r26597 | sylvieg | 2010-04-12 22:56:17 +0200 (Mon, 12 Apr 2010) | 1 line [FIX]tracker: field like itemId, user, group must be fetched even if not seen - will probably rollback 26395 ---------------------------------------------- r26596 | lphuberdeau | 2010-04-12 19:57:51 +0200 (Mon, 12 Apr 2010) | 1 line [NEW] Script to generate a report of dynamic preferences highlighting bad descriptions ---------------------------------------------- r26595 | lphuberdeau | 2010-04-12 19:56:15 +0200 (Mon, 12 Apr 2010) | 1 line [ENH] Removing redundant words making some words impossible to search ---------------------------------------------- r26593 | lphuberdeau | 2010-04-12 18:51:20 +0200 (Mon, 12 Apr 2010) | 1 line [NEW]?\194?\160Preference reset on dynamic preferences. When icon is clicked, the control is disabled and when saving the value, it will be set back to tiki's default. ---------------------------------------------- r26592 | sylvieg | 2010-04-12 18:02:40 +0200 (Mon, 12 Apr 2010) | 1 line [FIX]layout: replace br with clearfix in order not to have space at the top ---------------------------------------------- r26589 | sylvieg | 2010-04-12 14:34:33 +0200 (Mon, 12 Apr 2010) | 1 line [FIX]logo: restore logo for anonymous on fresh install ---------------------------------------------- r26588 | changi67 | 2010-04-12 14:27:25 +0200 (Mon, 12 Apr 2010) | 1 line [TRA] French typo ---------------------------------------------- r26587 | sylvieg | 2010-04-12 14:02:34 +0200 (Mon, 12 Apr 2010) | 1 line [FIX]db: same order of fields between upgrade and new db ---------------------------------------------- r26586 | changi67 | 2010-04-12 13:55:58 +0200 (Mon, 12 Apr 2010) | 1 line [TRA] French trads ---------------------------------------------- r26585 | jonnybradley | 2010-04-12 13:30:47 +0200 (Mon, 12 Apr 2010) | 1 line [FIX] BLOB and TEXT columns cannot have default values ---------------------------------------------- r26480 | sylvieg | 2010-04-06 15:17:32 +0200 (Tue, 06 Apr 2010) | 1 line [FIX]newsletter: fix db error if newsletter = 2 newsletters where a user is subscribed in 1 and the user email in the other one with not the same case ---------------------------------------------- r26478 | changi67 | 2010-04-06 15:06:56 +0200 (Tue, 06 Apr 2010) | 1 line [MOD] Just remove <pre> and <die>. Better for release ---------------------------------------------- r26476 | sylvieg | 2010-04-06 14:40:12 +0200 (Tue, 06 Apr 2010) | 1 line [FIX]newsletter: fix error db for a newsletter = 2 newsletters where an email is in both but in different case ---------------------------------------------- r26474 | nkoth | 2010-04-06 08:18:04 +0200 (Tue, 06 Apr 2010) | 2 lines [FIX] Perspective theme switching not working, after recent refactoring to style/style option etc... (which is good) but this fix needed to allow it to work. ---------------------------------------------- r26473 | lphuberdeau | 2010-04-06 00:01:46 +0200 (Tue, 06 Apr 2010) | 1 line [FIX]?\194?\160Adding an option in the installer to fix permissions when upgrading from an old version, resulting in admin account not having admin privileges anymore ---------------------------------------------- r26472 | sylvieg | 2010-04-05 23:40:55 +0200 (Mon, 05 Apr 2010) | 1 line [FIX]strase: h1 title on 2 lines had no space between lines ---------------------------------------------- r26471 | lphuberdeau | 2010-04-05 23:27:47 +0200 (Mon, 05 Apr 2010) | 1 line [FIX] Remove invisible characters inconveniently inserted before <?php and breaking the installer ---------------------------------------------- r26470 | sylvieg | 2010-04-05 23:22:20 +0200 (Mon, 05 Apr 2010) | 1 line [FIX]global ---------------------------------------------- r26469 | lphuberdeau | 2010-04-05 21:53:39 +0200 (Mon, 05 Apr 2010) | 1 line [NEW] Switch to add or remove the www. Default leaves as-is ---------------------------------------------- r26468 | lphuberdeau | 2010-04-05 20:19:56 +0200 (Mon, 05 Apr 2010) | 1 line [NEW] Adding plugin alias delete controls ---------------------------------------------- r26467 | sylvieg | 2010-04-05 17:45:45 +0200 (Mon, 05 Apr 2010) | 1 line [FIX]CATEGORY: display inline only if in catitems(one=y) ---------------------------------------------- r26466 | sylvieg | 2010-04-05 17:33:50 +0200 (Mon, 05 Apr 2010) | 1 line [FIX]CATEGORY: proper default to one param ---------------------------------------------- r26465 | sylvieg | 2010-04-05 17:29:59 +0200 (Mon, 05 Apr 2010) | 1 line [FIX]CATEGORY: the option one object per line began to be lost in commit 13395 ---------------------------------------------- r26464 | sylvieg | 2010-04-05 16:16:05 +0200 (Mon, 05 Apr 2010) | 1 line [FIX]TRACKERLIST: fix optimization 26395 - need also to pick the filterfield ---------------------------------------------- r26463 | sylvieg | 2010-04-05 15:54:22 +0200 (Mon, 05 Apr 2010) | 1 line merge 26457 ---------------------------------------------- r26462 | marclaporte | 2010-04-05 08:13:53 +0200 (Mon, 05 Apr 2010) | 1 line stray echo ---------------------------------------------- r26460 | chibaguy | 2010-04-05 05:48:29 +0200 (Mon, 05 Apr 2010) | 1 line [ENH] Enable standard module parameters (flip, notitle, decorations, nobox). ---------------------------------------------- r26458 | lindonb | 2010-04-05 04:46:14 +0200 (Mon, 05 Apr 2010) | 1 line [FIX] Using number of tiki_pageviews records for days online wasn't accurate and didn't match with date started ---------------------------------------------- r26456 | sylvieg | 2010-04-04 15:22:14 +0200 (Sun, 04 Apr 2010) | 1 line [FIX]forum : avoid mysql error when sorted parm commentDate ---------------------------------------------- r26455 | sylvieg | 2010-04-04 14:55:12 +0200 (Sun, 04 Apr 2010) | 1 line manual merge 26452 ---------------------------------------------- r26454 | chibaguy | 2010-04-04 09:58:49 +0200 (Sun, 04 Apr 2010) | 1 line [FIX] Site header custom content should clear secondary site menu (start below it). ---------------------------------------------- r26451 | chibaguy | 2010-04-03 13:53:59 +0200 (Sat, 03 Apr 2010) | 1 line [SVN] Revert to re-add fixed_width.css. I forgot this file was used by installer. ---------------------------------------------- r26450 | frank_p | 2010-04-03 13:10:52 +0200 (Sat, 03 Apr 2010) | 1 line [MOD] remove "Change language of this page" ---------------------------------------------- r26449 | frank_p | 2010-04-03 13:08:16 +0200 (Sat, 03 Apr 2010) | 1 line [MOD] changed "Change language of this page" to "Change language for this page" ---------------------------------------------- r26448 | chibaguy | 2010-04-03 09:28:28 +0200 (Sat, 03 Apr 2010) | 1 line [KIL] Fixed width theme option stylesheet is redundant. ---------------------------------------------- r26447 | chibaguy | 2010-04-03 09:21:35 +0200 (Sat, 03 Apr 2010) | 1 line [MOD] One minor formatting change. ---------------------------------------------- r26445 | chibaguy | 2010-04-03 08:32:24 +0200 (Sat, 03 Apr 2010) | 1 line [FIX] Better support for secondary site menu; improve theme options in fixed-width view (some background images missing). ---------------------------------------------- r26443 | chibaguy | 2010-04-03 07:34:30 +0200 (Sat, 03 Apr 2010) | 1 line [MOD] Support for secondary site menu, etc. ---------------------------------------------- r26442 | chibaguy | 2010-04-03 05:41:58 +0200 (Sat, 03 Apr 2010) | 1 line [FIX] Keep in sync with default file. ---------------------------------------------- r26441 | sylvieg | 2010-04-03 00:32:32 +0200 (Sat, 03 Apr 2010) | 1 line [FIX]category: add the nb object + move watch before for better align (todo: a clear cache in missing ---------------------------------------------- r26439 | chealer | 2010-04-02 23:49:05 +0200 (Fri, 02 Apr 2010) | 2 lines [FIX] HTML special chars escaping don't force width on priority field; 40% would make the dropdown ridiculously large ---------------------------------------------- r26438 | sylvieg | 2010-04-02 23:25:37 +0200 (Fri, 02 Apr 2010) | 1 line [FIX]last forum post: regression since 20573: the parenttitle was the forum name, not the parent post ---------------------------------------------- r26437 | frank_p | 2010-04-02 23:22:07 +0200 (Fri, 02 Apr 2010) | 1 line [MOD] translating ---------------------------------------------- r26435 | marclaporte | 2010-04-02 22:04:14 +0200 (Fri, 02 Apr 2010) | 1 line backport of 26026: [MOD]TRACKERLIST: possibility to filter on the value of a field in the user tracker item. ex: filterfield=1, exactvalue=field(2,user,3) means list the items that have the field 1 equals to the value of the field 2 of the user item of the tracker 3 Tested by Martin Latulippe, who confirmed that there are no regressions. This is needed to build CRM profile. ---------------------------------------------- r26434 | sylvieg | 2010-04-02 21:27:04 +0200 (Fri, 02 Apr 2010) | 1 line oops notice ---------------------------------------------- r26433 | sylvieg | 2010-04-02 21:15:20 +0200 (Fri, 02 Apr 2010) | 1 line [FIX]ranking: fix perm on forum ---------------------------------------------- r26432 | sylvieg | 2010-04-02 21:04:46 +0200 (Fri, 02 Apr 2010) | 1 line [ENH]tpl: kill duplicated code for easier customisation ---------------------------------------------- r26431 | sylvieg | 2010-04-02 18:12:36 +0200 (Fri, 02 Apr 2010) | 1 line [MOD]css menu: add black arrows - will be supportive to copy the arrows_ffff from jquery lib to img for independence ---------------------------------------------- r26430 | sylvieg | 2010-04-02 17:07:49 +0200 (Fri, 02 Apr 2010) | 1 line [FIX]header: center logo with no custom code was not appearing ---------------------------------------------- r26429 | sylvieg | 2010-04-02 15:22:56 +0200 (Fri, 02 Apr 2010) | 1 line [FIX]style: add background key if not in the prefs + kill duplicated code ---------------------------------------------- r26427 | marclaporte | 2010-04-02 00:15:13 +0200 (Fri, 02 Apr 2010) | 1 line [ENH] Add tell a friend link for file download in the contextual menu. This links exists in the template for all URLs, however, since downloading a file is just a download and doesn't have the regular tiki.tpl interface, you can never get to it ---------------------------------------------- r26426 | chealer | 2010-04-02 00:10:34 +0200 (Fri, 02 Apr 2010) | 4 lines Smarty popup function: Simplify treatment of $text param. Newlines in $text would cause an issue with JavaScript but were removed in convertOverlib(), so remove them in smarty_function_popup() instead and get rid of URL encoding and decoding. [FIX] Encoding issues in calendar popups [FIX] Backslashes stripped in convertOverlib() (no apparent reason why) ---------------------------------------------- r26424 | sylvieg | 2010-04-01 22:42:50 +0200 (Thu, 01 Apr 2010) | 1 line [FIX]print: some optimization in print multiple - still not enough for doc :-( ---------------------------------------------- r26416 | xavidp | 2010-04-01 12:17:04 +0200 (Thu, 01 Apr 2010) | 1 line [FIX][bp/r26415]Provide also link to "show all articles of this same topic" at the own image uploaded by users for that article, instead of the former (useless, imho) self link. ---------------------------------------------- r26414 | xavidp | 2010-04-01 11:35:41 +0200 (Thu, 01 Apr 2010) | 1 line [FIX][bp/r26410]List just the topic name of that article post, and not all article topics. ---------------------------------------------- r26406 | xavidp | 2010-04-01 10:42:27 +0200 (Thu, 01 Apr 2010) | 1 line [FIX][bp/r26405]Avoid showing article-topic image when user selected "use own image" and no image uploaded to tiki, to allow the use case of that user providing the image from a different source through the img tag in the heading and/or body of the article. Show article-topic name instead with a link to show all articles of this same topic. ---------------------------------------------- r26404 | marclaporte | 2010-03-31 22:51:56 +0200 (Wed, 31 Mar 2010) | 1 line [DOC] Dynamic prefs ---------------------------------------------- r26403 | chealer | 2010-03-31 21:11:58 +0200 (Wed, 31 Mar 2010) | 1 line [FIX] "Uncaught exception: TypeError: Cannot convert 'local_dates' to object" on certain platforms where Date.toLocateString doesn't return a timezone. match() returns null instead of an empty array if it matches nothing. ---------------------------------------------- r26401 | sylvieg | 2010-03-31 18:53:12 +0200 (Wed, 31 Mar 2010) | 1 line [FIX]MOUSEOVER: regression 16238, label was parsed - new param parselabel with default to y + fix parsing of label if no text ---------------------------------------------- r26398 | sylvieg | 2010-03-31 17:44:05 +0200 (Wed, 31 Mar 2010) | 1 line [FIX]TRACKER: optimization for tracker with a lot of fields - fetch only the fields info that are needed ---------------------------------------------- r26397 | sylvieg | 2010-03-31 16:41:29 +0200 (Wed, 31 Mar 2010) | 1 line [FIX]TRACKER: when giving list of fields, restrict the fields to this list otherwise le checkbox are lost ---------------------------------------------- r26396 | sylvieg | 2010-03-31 16:00:26 +0200 (Wed, 31 Mar 2010) | 1 line [FIX]rss: patch - for unknown reason zend do not provide always the function getDateCreated->todo find why ---------------------------------------------- r26395 | sylvieg | 2010-03-31 15:21:27 +0200 (Wed, 31 Mar 2010) | 1 line [FIX]tracker: optimization for tracker with a lot of fields - fetch only the fields info that are needed ---------------------------------------------- r26394 | sylvieg | 2010-03-31 15:12:50 +0200 (Wed, 31 Mar 2010) | 1 line [FIX]hightlight: avoid scanning text if not the main tpl + do not hightlight col2 ---------------------------------------------- r26393 | jonnybradley | 2010-03-31 14:42:17 +0200 (Wed, 31 Mar 2010) | 1 line [FIX] Search and set selected on input correctly with urlencoded values ---------------------------------------------- r26392 | chibaguy | 2010-03-31 12:54:06 +0200 (Wed, 31 Mar 2010) | 1 line [FIX] Text/background contrast. ---------------------------------------------- r26391 | sylvieg | 2010-03-31 00:34:51 +0200 (Wed, 31 Mar 2010) | 1 line [FIX]TRACKERLIST: stop the debate about compute shows only the compute about what it is shown or the whole tracker - no max if compute is on ---------------------------------------------- r26390 | sylvieg | 2010-03-30 23:04:08 +0200 (Tue, 30 Mar 2010) | 1 line [FIX]tracker: fix global change status - bug introduced in 23795 - thx chealer ---------------------------------------------- r26389 | jonnybradley | 2010-03-30 19:52:25 +0200 (Tue, 30 Mar 2010) | 2 lines [FIX] More on trackerfilter fields with wiki syntax in. Only striptags from the option label (name), but url encode the value for the form. Still doesn't find the items as it should, but doesn't completely break the html select etc as it did before. ---------------------------------------------- r26388 | chealer | 2010-03-30 19:47:16 +0200 (Tue, 30 Mar 2010) | 3 lines [FIX] lang parameter [FIX] HTML special chars escaping [FIX] feature check ---------------------------------------------- r26385 | sylvieg | 2010-03-30 19:00:33 +0200 (Tue, 30 Mar 2010) | 1 line [FIX]error: display an error if page not found and no like feature and no search feature ---------------------------------------------- r26384 | jonnybradley | 2010-03-30 18:56:20 +0200 (Tue, 30 Mar 2010) | 1 line [FIX] Correct action for a form the can be on any page ---------------------------------------------- r26383 | sylvieg | 2010-03-30 18:54:11 +0200 (Tue, 30 Mar 2010) | 1 line [FIX]error: do not display 2 notice boxes when page not found and like and search on + search only if perm ---------------------------------------------- r26382 | jonnybradley | 2010-03-30 18:44:48 +0200 (Tue, 30 Mar 2010) | 1 line [FIX] <form> requires an action ---------------------------------------------- r26381 | sylvieg | 2010-03-30 18:25:05 +0200 (Tue, 30 Mar 2010) | 1 line [FIX]trace: comment the trace ---------------------------------------------- r26380 | jonnybradley | 2010-03-30 18:19:23 +0200 (Tue, 30 Mar 2010) | 1 line [FIX] Default feature_wiki_replace to y (should have been removed in 4.x as you can edit the toolbar to remove the button instead - TODO in trunk) ---------------------------------------------- r26379 | jonnybradley | 2010-03-30 18:16:58 +0200 (Tue, 30 Mar 2010) | 1 line [FIX] If show/hide/flip fns called bafore page is properly set up, then just do simple show/hide without effects (which casued a JS error occasionally) ---------------------------------------------- r26378 | sylvieg | 2010-03-30 18:09:04 +0200 (Tue, 30 Mar 2010) | 1 line notice (leftover from 23288 ---------------------------------------------- r26377 | jonnybradley | 2010-03-30 18:08:11 +0200 (Tue, 30 Mar 2010) | 1 line FIX] Notices ---------------------------------------------- r26376 | jonnybradley | 2010-03-30 17:19:18 +0200 (Tue, 30 Mar 2010) | 1 line [FIX] Move flip with sign setheadingstate JS call to doc onready ---------------------------------------------- r26375 | jonnybradley | 2010-03-30 16:15:19 +0200 (Tue, 30 Mar 2010) | 1 line [FIX] Partial rollback part 2 of r26366 (datetime fields don't generate a filter field at all - yet. TODO in trunk) ---------------------------------------------- r26374 | sylvieg | 2010-03-30 15:12:51 +0200 (Tue, 30 Mar 2010) | 1 line [FIX]TRACKERTIMELINE: to have the detail adjusted to the scale ---------------------------------------------- r26373 | jonnybradley | 2010-03-30 11:12:58 +0200 (Tue, 30 Mar 2010) | 1 line [FIX] $export is set to 'n' (if empty) before this ---------------------------------------------- r26372 | jonnybradley | 2010-03-30 11:12:35 +0200 (Tue, 30 Mar 2010) | 1 line [MOD] Restore anti-aliased versions of the small admin section icons (IE6 users should upgrade or use feature_iepngfix) ---------------------------------------------- r26370 | jonnybradley | 2010-03-30 10:55:56 +0200 (Tue, 30 Mar 2010) | 1 line [FIX] Incorrect comparison [bp/r26318] ---------------------------------------------- r26369 | sylvieg | 2010-03-30 00:38:58 +0200 (Tue, 30 Mar 2010) | 1 line [FIX]tracker; homegenize behavior for page selector create and auto ---------------------------------------------- r26367 | jonnybradley | 2010-03-29 21:23:25 +0200 (Mon, 29 Mar 2010) | 1 line [FIX] minor rollback of jq ui datepicker for trackerfilter (unreliable - will get it right for 5.1 hopefully) ---------------------------------------------- r26366 | jonnybradley | 2010-03-29 20:22:01 +0200 (Mon, 29 Mar 2010) | 1 line [FIX] strip_tags on value and names for tracker filter inputs such as drpdowns and radios. Also don't prevent datetime fields to have a simple text input (with datepicker if jq ui enabled) ---------------------------------------------- r26364 | chealer | 2010-03-29 18:04:49 +0200 (Mon, 29 Mar 2010) | 2 lines [FIX] cms_ranking_top_articles(): Top articles only showing unpublished articles (r24448 regression) oooops. thanks Ben Eason ---------------------------------------------- r26363 | sylvieg | 2010-03-29 17:08:26 +0200 (Mon, 29 Mar 2010) | 1 line [FIX]clean email ---------------------------------------------- r26357 | sylvieg | 2010-03-28 22:47:50 +0200 (Sun, 28 Mar 2010) | 1 line [FIX]TRACKERFILTER: translate country with space ---------------------------------------------- r26356 | sylvieg | 2010-03-28 22:27:24 +0200 (Sun, 28 Mar 2010) | 1 line [FIX]tracker: do not show other countries when countries are limitted ---------------------------------------------- r26355 | sylvieg | 2010-03-28 22:19:28 +0200 (Sun, 28 Mar 2010) | 1 line [FIX]tracker: kill duplicated code + sort country name without accent ---------------------------------------------- r26353 | chibaguy | 2010-03-28 17:06:55 +0200 (Sun, 28 Mar 2010) | 1 line [FIX] Typo. ---------------------------------------------- r26352 | chibaguy | 2010-03-28 17:05:12 +0200 (Sun, 28 Mar 2010) | 1 line [FIX] Typos. ---------------------------------------------- r26350 | chibaguy | 2010-03-28 14:12:49 +0200 (Sun, 28 Mar 2010) | 1 line [FIX] CSS menu dropdown 'top' property caused dropdown 'preview' while page loads, so replaced by margin-top. ---------------------------------------------- r26349 | chibaguy | 2010-03-28 13:56:42 +0200 (Sun, 28 Mar 2010) | 1 line [FIX] CSS menu dropdown 'top' property unneeded and caused dropdown 'preview' while page loads. ---------------------------------------------- r26348 | chibaguy | 2010-03-28 11:46:48 +0200 (Sun, 28 Mar 2010) | 1 line [FIX] Correct image name. ---------------------------------------------- r26347 | chibaguy | 2010-03-28 11:43:55 +0200 (Sun, 28 Mar 2010) | 1 line [NEW] Retro Tiki style returns as Arcturus theme and theme options. ---------------------------------------------- r26341 | Jyhem | 2010-03-27 16:05:25 +0100 (Sat, 27 Mar 2010) | 1 line [FIX] It used to be that only the real name of countries needed translation but it seems the underscored version also needs a translation ---------------------------------------------- r26338 | sylvieg | 2010-03-26 20:10:46 +0100 (Fri, 26 Mar 2010) | 1 line [FIX]tell a friend: user email is mandatory because people are suprised to receive a mail from a friend that is not a friend ---------------------------------------------- r26334 | sylvieg | 2010-03-26 17:29:13 +0100 (Fri, 26 Mar 2010) | 1 line [FIX]smarty: all the params that contains {tr} must be enclosed with double quotes in case the translation contains a single quote ---------------------------------------------- r26331 | sylvieg | 2010-03-26 16:45:39 +0100 (Fri, 26 Mar 2010) | 1 line [FIX]Menu: fix option menu_cookie broken since 25503 ---------------------------------------------- r26329 | nkoth | 2010-03-26 15:04:19 +0100 (Fri, 26 Mar 2010) | 1 line [FIX] Fix call to undefined function smarty_modifier_escape(), specifically when trying to send a newsletter. ---------------------------------------------- r26328 | sylvieg | 2010-03-26 12:15:14 +0100 (Fri, 26 Mar 2010) | 1 line manual merge ---------------------------------------------- r26326 | lphuberdeau | 2010-03-26 00:58:15 +0100 (Fri, 26 Mar 2010) | 1 line [FIX] Regression introduced when cleaning up indent ---------------------------------------------- r26325 | lphuberdeau | 2010-03-26 00:41:55 +0100 (Fri, 26 Mar 2010) | 1 line [FIX]?\194?\160Sorting was done case-sensitive, causing inconsistencies when irregular naming conventions were used ---------------------------------------------- r26324 | lphuberdeau | 2010-03-26 00:28:33 +0100 (Fri, 26 Mar 2010) | 1 line [FIX]?\194?\160Unordered 'page' numbers made lookup experience less than optimal ---------------------------------------------- r26323 | lphuberdeau | 2010-03-26 00:14:18 +0100 (Fri, 26 Mar 2010) | 1 line [INDENT] Why did I have to re-indent my own code after someone recklessly took off all the carefully placed spaced and blank lines? Thank you for wasting my time. ---------------------------------------------- r26313 | marclaporte | 2010-03-25 18:11:10 +0100 (Thu, 25 Mar 2010) | 1 line [MOD] minor cosmetic change to make http://doc.tikiwiki.org/Print+Indexed look better. ---------------------------------------------- r26312 | sylvieg | 2010-03-25 17:54:50 +0100 (Thu, 25 Mar 2010) | 1 line [FIX]prefs: hide the child if the option is not selected (was lost in 24192) ---------------------------------------------- r26309 | ricks99 | 2010-03-25 16:31:17 +0100 (Thu, 25 Mar 2010) | 1 line [MOD]minor UI improvements -- no functionality changes ---------------------------------------------- r26307 | ricks99 | 2010-03-25 16:25:56 +0100 (Thu, 25 Mar 2010) | 1 line [MOD]removed accordion control for plugin. no longer needed, since now using tabs instead. ---------------------------------------------- r26306 | ricks99 | 2010-03-25 16:16:26 +0100 (Thu, 25 Mar 2010) | 1 line [FIX]fixed the id for the NEW PASSWORD field for a11y ---------------------------------------------- r26305 | ricks99 | 2010-03-25 16:13:11 +0100 (Thu, 25 Mar 2010) | 1 line [ENH]corrected ids for security precaution entry fields for a11y compliance ---------------------------------------------- r26304 | changi67 | 2010-03-25 14:18:36 +0100 (Thu, 25 Mar 2010) | 1 line [TRA] Just a get_strings on fr to make it cleaner ---------------------------------------------- r26303 | jonnybradley | 2010-03-25 13:53:10 +0100 (Thu, 25 Mar 2010) | 1 line [FIX] FCKEditor background colour ---------------------------------------------- r26301 | sylvieg | 2010-03-25 13:43:46 +0100 (Thu, 25 Mar 2010) | 1 line [FIX]wiki: for a new page go always in the edit page tab and not the categ tab - it can be disturbing for new users ---------------------------------------------- r26300 | chibaguy | 2010-03-25 08:37:39 +0100 (Thu, 25 Mar 2010) | 1 line [MOD] Popup form isn't functional yet so use standard login (theme file essentially is a clone of default for now). ---------------------------------------------- r26299 | chibaguy | 2010-03-25 08:27:11 +0100 (Thu, 25 Mar 2010) | 1 line [FIX] Prevent interference when both site logo/site site titles and site header custom code are used. In this case, custom code is floated to side opposite the logo/titles. ---------------------------------------------- r26297 | chibaguy | 2010-03-25 05:20:33 +0100 (Thu, 25 Mar 2010) | 1 line [FIX] Add wrapper div to increase layout and style possibilities. ---------------------------------------------- r26296 | changi67 | 2010-03-24 22:40:17 +0100 (Wed, 24 Mar 2010) | 1 line [TRA] Some other french trad ---------------------------------------------- r26294 | changi67 | 2010-03-24 21:32:54 +0100 (Wed, 24 Mar 2010) | 1 line [TRA] French trad ---------------------------------------------- r26288 | sylvieg | 2010-03-24 15:34:07 +0100 (Wed, 24 Mar 2010) | 1 line [FIX]CATORPHAN: pagination by default (sorry if you want all you will have to put -1) to avoid not enough memory on tw.org ---------------------------------------------- r26287 | changi67 | 2010-03-24 14:25:06 +0100 (Wed, 24 Mar 2010) | 1 line [FIX]tra: to have the button translated - another one thx sylvieg ---------------------------------------------- r26286 | sylvieg | 2010-03-24 14:04:36 +0100 (Wed, 24 Mar 2010) | 1 line [FIX]tra: to have the button translated ---------------------------------------------- r26285 | jonnybradley | 2010-03-24 11:17:13 +0100 (Wed, 24 Mar 2010) | 1 line [FIX] Change test for javascript_enabled in case not set for anon users (also fixed a couple of notices) ---------------------------------------------- r26284 | changi67 | 2010-03-24 08:52:15 +0100 (Wed, 24 Mar 2010) | 1 line [MOD] Just add svn keywords ---------------------------------------------- r26283 | sampaioprimo | 2010-03-24 06:15:34 +0100 (Wed, 24 Mar 2010) | 2 lines [FIX] list files in a gallery even if user does not have global permission to view galleries but has permission to view a single gallery ---------------------------------------------- r26282 | sampaioprimo | 2010-03-24 06:06:48 +0100 (Wed, 24 Mar 2010) | 2 lines [FIX] select all was not working for sub-galleries because of extra white space ---------------------------------------------- r26279 | jonnybradley | 2010-03-23 21:19:54 +0100 (Tue, 23 Mar 2010) | 1 line [FIX] Partial rollback of r26237 to restore listings prefs ---------------------------------------------- r26278 | lphuberdeau | 2010-03-23 17:17:30 +0100 (Tue, 23 Mar 2010) | 1 line [ENH] Allow to specify a CDN prefix to serve static files from a cookie-less domain. Although quite a few places are affected, no behavior change will be made on sites without the preference. ---------------------------------------------- r26277 | sylvieg | 2010-03-23 16:02:29 +0100 (Tue, 23 Mar 2010) | 1 line [FIX]parsing: strip html tags in plugin param values when not quoted - to work with wysiwyg and <br> in list of params ---------------------------------------------- r26276 | sylvieg | 2010-03-23 15:14:30 +0100 (Tue, 23 Mar 2010) | 1 line [MOD]fgal: find on orphan ---------------------------------------------- r26275 | marclaporte | 2010-03-23 14:07:21 +0100 (Tue, 23 Mar 2010) | 1 line [DOC] Dynamic pref note ---------------------------------------------- r26274 | lphuberdeau | 2010-03-23 13:28:03 +0100 (Tue, 23 Mar 2010) | 1 line [FIX]?\194?\160All preference templates must have an adminoptionbox class to work in perspective editor ---------------------------------------------- r26272 | chibaguy | 2010-03-23 08:47:54 +0100 (Tue, 23 Mar 2010) | 1 line [FIX] Reinstate theme-specific fixed-width styles. ---------------------------------------------- r26271 | chibaguy | 2010-03-23 07:39:12 +0100 (Tue, 23 Mar 2010) | 1 line [KIL] Remove fixed_width file that is made obsolete thanks to new site_width checkbox in admin panel (rules and images moved to parent theme). ---------------------------------------------- r26270 | chibaguy | 2010-03-23 06:48:21 +0100 (Tue, 23 Mar 2010) | 1 line [ENH] Add class "fixed_width" to body tag when fixed width preference is active, as some themes have special/alternative CSS needs in fixed-width state. ---------------------------------------------- r26269 | lphuberdeau | 2010-03-22 23:49:47 +0100 (Mon, 22 Mar 2010) | 1 line [ENH] Reduce the amount of junk generated by zip when compressing ---------------------------------------------- r26268 | lphuberdeau | 2010-03-22 23:25:36 +0100 (Mon, 22 Mar 2010) | 1 line [ENH]?\194?\160Strip comments from language files before packaging ---------------------------------------------- r26267 | marclaporte | 2010-03-22 22:38:20 +0100 (Mon, 22 Mar 2010) | 1 line [MOD] Moving gmap prefs to dynamic preferences ---------------------------------------------- r26266 | lphuberdeau | 2010-03-22 20:45:13 +0100 (Mon, 22 Mar 2010) | 1 line [FIX] Good to keep external version and local versions in sync ---------------------------------------------- r26265 | marclaporte | 2010-03-22 19:35:38 +0100 (Mon, 22 Mar 2010) | 1 line [KIL] Remove various fixed_width files that are made obsolete thanks to new site_width checkbox in admin panel ---------------------------------------------- r26264 | marclaporte | 2010-03-22 19:05:59 +0100 (Mon, 22 Mar 2010) | 1 line [DOC] clarify how to tweak fixed width ---------------------------------------------- r26263 | marclaporte | 2010-03-22 19:00:33 +0100 (Mon, 22 Mar 2010) | 1 line [DOC] clarify doc for admin performance options ---------------------------------------------- r26262 | lphuberdeau | 2010-03-22 18:38:13 +0100 (Mon, 22 Mar 2010) | 1 line [FIX] Removing these absurd conditions and sanitizing the data instead ---------------------------------------------- r26261 | lphuberdeau | 2010-03-22 18:17:18 +0100 (Mon, 22 Mar 2010) | 1 line [FIX]?\194?\160Complete import declaration to be compatible with minify ---------------------------------------------- r26260 | marclaporte | 2010-03-22 18:02:38 +0100 (Mon, 22 Mar 2010) | 1 line [FIX] No longer delete web.config files when cleaning cache. ---------------------------------------------- r26259 | lphuberdeau | 2010-03-22 17:54:33 +0100 (Mon, 22 Mar 2010) | 1 line [FIX] Imports using relative paths should not be mistaken with absolute paths ---------------------------------------------- r26256 | jonnybradley | 2010-03-22 17:40:48 +0100 (Mon, 22 Mar 2010) | 2 lines [MOD] Update for jQuery.sheet/jQuery UI updates. (using jquery.cookie.js from jQuery UI now, significantly updated) ---------------------------------------------- r26253 | lphuberdeau | 2010-03-22 16:54:12 +0100 (Mon, 22 Mar 2010) | 1 line [FIX] Empty options would cause jquery to send an incredibly subtle and undescriptive error ---------------------------------------------- r26252 | lphuberdeau | 2010-03-22 16:52:53 +0100 (Mon, 22 Mar 2010) | 1 line [FIX] Switch preference from radio to list, because radio dynamic selection of divs does not appear to work ---------------------------------------------- r26250 | sylvieg | 2010-03-22 15:26:54 +0100 (Mon, 22 Mar 2010) | 1 line [FIX]fgal: sql error when using find ---------------------------------------------- r26249 | changi67 | 2010-03-22 14:30:50 +0100 (Mon, 22 Mar 2010) | 1 line [TRA] Some french trad + some untranslated string in code ---------------------------------------------- r26248 | frank_p | 2010-03-21 22:40:45 +0100 (Sun, 21 Mar 2010) | 1 line [ADD] "You must clear your browser cache." line 274 ---------------------------------------------- r26247 | frank_p | 2010-03-21 22:37:12 +0100 (Sun, 21 Mar 2010) | 1 line [MOD] not translate message 'You must clear your browser cache.' ---------------------------------------------- r26246 | changi67 | 2010-03-21 22:32:30 +0100 (Sun, 21 Mar 2010) | 1 line [ENH] Deploy new smarty plugin modules_list ---------------------------------------------- r26245 | changi67 | 2010-03-21 22:29:23 +0100 (Sun, 21 Mar 2010) | 1 line [ENH] Create a new smarty plugin for modules list to refactor code ---------------------------------------------- r26244 | frank_p | 2010-03-21 21:37:34 +0100 (Sun, 21 Mar 2010) | 1 line [FIX] syntax ---------------------------------------------- r26243 | frank_p | 2010-03-21 21:27:25 +0100 (Sun, 21 Mar 2010) | 1 line [MOD] translate; [ADD] 'Configuration search' line 6309 ---------------------------------------------- r26242 | frank_p | 2010-03-21 20:27:18 +0100 (Sun, 21 Mar 2010) | 1 line [MOD] 'Configuration search' not translated by tag {tr} {/tr} ---------------------------------------------- r26241 | pkdille | 2010-03-21 16:26:10 +0100 (Sun, 21 Mar 2010) | 1 line [MOD] no changes - indenting ---------------------------------------------- r26240 | pkdille | 2010-03-21 16:10:23 +0100 (Sun, 21 Mar 2010) | 1 line [MOD] lesser magic: one more pref in admin login template ---------------------------------------------- r26238 | chibaguy | 2010-03-21 10:53:40 +0100 (Sun, 21 Mar 2010) | 1 line [FIX] Typo and link contrast problem. ---------------------------------------------- r26237 | pkdille | 2010-03-21 09:08:07 +0100 (Sun, 21 Mar 2010) | 1 line [MOD] lesser magic: move all the homepages prefs into dynamic prefs ---------------------------------------------- r26236 | pkdille | 2010-03-20 19:03:29 +0100 (Sat, 20 Mar 2010) | 1 line [MOD] lesser magic: some more prefs in admin general template ---------------------------------------------- r26079 | sylvieg | 2010-03-12 15:47:25 +0100 (Fri, 12 Mar 2010) | 1 line [FIX]calendar module: try to be able to have the same display in calendar module than the old one ---------------------------------------------- r26075 | ricks99 | 2010-03-12 13:29:01 +0100 (Fri, 12 Mar 2010) | 1 line [ENH]access stats for specific surveys directly from the admin listing of all surveys ---------------------------------------------- r26074 | changi67 | 2010-03-12 09:41:54 +0100 (Fri, 12 Mar 2010) | 1 line [FIX] Strict Standards: Assigning the return value of new by reference is deprecated - PHP 5 changed the behavior and the object is defaultly passed by references ---------------------------------------------- r26071 | pkdille | 2010-03-11 22:57:59 +0100 (Thu, 11 Mar 2010) | 3 lines [MOD] languages: some cleanup in translation files. Remove some too much SUMO specific strings. Remove the language files with absolutely no translated strings. Remove the empty folders in /lang. Affect the correct svn properties to the php files. Add some missing index.php files. Remove some strange and unmaintained files (untranslated.php, Changelog). ---------------------------------------------- r26065 | sylvieg | 2010-03-11 10:05:33 -0800 (Thu, 11 Mar 2010) | 1 line [bp/ r 26033][FIX]release: blind commit ---------------------------------------------- r26063 | nkoth | 2010-03-11 07:33:25 -0800 (Thu, 11 Mar 2010) | 1 line [FIX] Better fix than r26059 (i.e. use jq tag but use tiki_full.tpl instead of tiki-print.tpl). It is more consistent with the other filegal manager screens anyway ---------------------------------------------- r26061 | sylvieg | 2010-03-11 05:37:55 -0800 (Thu, 11 Mar 2010) | 1 line [MOD]cal: add a class for the box to be able to overwrite the hard coded 200px ---------------------------------------------- r26060 | sylvieg | 2010-03-10 14:22:06 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]calendar: the default calendar to add events must one you can add event not the first + probably one typo + begining of 12 hour notations ---------------------------------------------- r26059 | nkoth | 2010-03-10 12:57:07 -0800 (Wed, 10 Mar 2010) | 1 line [FIX] image uploader not working. Cannot use jq or add_js because tiki-print.tpl does not include any js that way ---------------------------------------------- r26058 | jonnybradley | 2010-03-10 12:18:37 -0800 (Wed, 10 Mar 2010) | 1 line [FIX] Found a way to hide user hidden cols on load, by setting the col1 margins to the width of the col being opened in toggleCols(). ---------------------------------------------- r26057 | jonnybradley | 2010-03-10 11:40:22 -0800 (Wed, 10 Mar 2010) | 1 line [FIX] Restore left and right column states. Couldn't get it to set the margins correctly when rendering the page, so it happens when javascript kicks in - late, but better than not at all. ---------------------------------------------- r26056 | nkoth | 2010-03-10 11:31:00 -0800 (Wed, 10 Mar 2010) | 1 line [FIX] r25877 broke file upload window ---------------------------------------------- r26055 | sylvieg | 2010-03-10 10:51:21 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]poll: check of the cookie for anonymous to avoid revote was lost ---------------------------------------------- r26054 | sylvieg | 2010-03-10 10:38:08 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]poll: add an antibot to poll voting + error message ---------------------------------------------- r26053 | sylvieg | 2010-03-10 09:44:02 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]poll: fix check ---------------------------------------------- r26051 | sylvieg | 2010-03-10 08:21:47 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]calendar: if url has allCals display all cals not the user defautl one ---------------------------------------------- r26050 | sylvieg | 2010-03-10 07:52:47 -0800 (Wed, 10 Mar 2010) | 1 line oops fix 26048 ---------------------------------------------- r26049 | jonnybradley | 2010-03-10 07:51:35 -0800 (Wed, 10 Mar 2010) | 1 line [MOD] Clarify how to control modules by theme (needs the .css on the end) ---------------------------------------------- r26048 | sylvieg | 2010-03-10 07:37:18 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]calendar: switch to a drop down if too many calendars are displayed ---------------------------------------------- r26047 | jonnybradley | 2010-03-10 07:36:21 -0800 (Wed, 10 Mar 2010) | 1 line [FIX] Fixes to sheet for updates in plugin ---------------------------------------------- r26045 | sylvieg | 2010-03-10 06:51:18 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]calendar: name the button edit/delete ---------------------------------------------- r26044 | jonnybradley | 2010-03-10 06:40:00 -0800 (Wed, 10 Mar 2010) | 2 lines [FIX] Perspective prefs (e.g. checkbox turning on) not setting properly ("unofficial" backport from trunk r26027 by nkoth) ---------------------------------------------- r26043 | jonnybradley | 2010-03-10 06:36:27 -0800 (Wed, 10 Mar 2010) | 2 lines [FIX] Make style option a dynamic pref ("unofficial" backport from trunk r26028 by nkoth) ---------------------------------------------- r26042 | sylvieg | 2010-03-10 06:17:54 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]fgal: editing a subfgal was moving it to the root ---------------------------------------------- r26041 | jonnybradley | 2010-03-10 06:00:38 -0800 (Wed, 10 Mar 2010) | 1 line [FIX] Possible (blind) fix for page flicker in Firefox on rollover links with converted overlib tips (thanks Lindon, hope it works) ---------------------------------------------- r26037 | sylvieg | 2010-03-10 05:39:11 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]fgal: verif categ perms for the list of fgals where you can upload ---------------------------------------------- r26035 | jonnybradley | 2010-03-09 15:36:05 -0800 (Tue, 09 Mar 2010) | 1 line [FIX] Use "background-color" attribute to set colour (setting the colour as "background" wipes out css set in css files regarding background-image etc. Possibly we need a new param if this has been used extensively to set stuff other than colour). ---------------------------------------------- r26034 | jonnybradley | 2010-03-09 15:26:34 -0800 (Tue, 09 Mar 2010) | 1 line [FIX] Warning when perspecives enabled in shell installer ---------------------------------------------- r26029 | chealer | 2010-03-09 12:22:58 -0800 (Tue, 09 Mar 2010) | 3 lines possibly fix ticket 2041 - Incorrect base path detected when installing on IIS (Directory does not exist errors) Preferably use SCRIPT_FILENAME on IIS - IIS FastCGI should have it suggested by Wade Hildo ---------------------------------------------- r26025 | marclaporte | 2010-03-09 09:27:14 -0800 (Tue, 09 Mar 2010) | 1 line [BRANCH] Creation, trunk 0 to 26024 ---------------------------------------------- r26023 | luciash | 2010-03-09 08:24:59 -0800 (Tue, 09 Mar 2010) | 1 line [FIX] minichat module: removing replace for :/ - caused http:// pasteys in minichat to become broken by emoticon (todo: use global smileys from tikilib) ---------------------------------------------- r26022 | luciash | 2010-03-09 08:19:21 -0800 (Tue, 09 Mar 2010) | 1 line [FIX] minichat module: 2 seconds refresh too fast - caused server overload (6 seconds by default now, todo: make it optional via module param) ---------------------------------------------- r26021 | luciash | 2010-03-09 08:11:27 -0800 (Tue, 09 Mar 2010) | 1 line [ADD] robots.txt: attempt to reduce server overload by getting crawling robots lost in file galleries due to sort links (e.g. more than 7000 indexed variations of one Tiki filegals in Google for cca 10 galleries) ---------------------------------------------- r26020 | jonnybradley | 2010-03-09 08:08:39 -0800 (Tue, 09 Mar 2010) | 1 line [ENH] Add parentSheetId to tiki_sheets table - plus admin interface (multi-sheet implementation to come soon) ---------------------------------------------- r26019 | marclaporte | 2010-03-09 07:59:38 -0800 (Tue, 09 Mar 2010) | 1 line [DOC] tweak make branch procedure. ---------------------------------------------- r26018 | chealer | 2010-03-09 07:47:26 -0800 (Tue, 09 Mar 2010) | 2 lines [FIX] directly called scripts outside of root directory (r25039 regression) oops ---------------------------------------------- r26017 | luciash | 2010-03-09 07:33:11 -0800 (Tue, 09 Mar 2010) | 1 line [MOD] Strasa theme: partial rollback of 25977 (sorry Gary) because text-transform: uppercase for H1 causes CamelCaseWikiPage page names to appear unreadable (CAMELCASEWIKIPAGE), text color becomes black because of the link color override on page titles, H2 sections of text are nomore easy to distinguish from H3, etc. ---------------------------------------------- r26016 | luciash | 2010-03-09 07:22:37 -0800 (Tue, 09 Mar 2010) | 1 line [ENH] Strasa theme: some CSS code optimizations ---------------------------------------------- r26015 | sylvieg | 2010-03-09 06:14:00 -0800 (Tue, 09 Mar 2010) | 1 line [NEW]fgal: option a user can give a duration after a file can be deleted ---------------------------------------------- r26013 | jonnybradley | 2010-03-09 04:33:47 -0800 (Tue, 09 Mar 2010) | 3 lines [ENH] Basic WYSIWYG mode for edit articles. Doesn't transform markup correctly switching between modes or remember which mode you were editing in, but then neither do blogs or newsletters. Also, only the "body" textarea can be wysiwyg so far (should be both header and body one day). ---------------------------------------------- r26012 | chibaguy | 2010-03-08 21:26:32 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] Skeleton theme has simplified tiki.tpl and no-content stylesheet. Intended to be a learning model and base for designers. ---------------------------------------------- r26011 | chibaguy | 2010-03-08 21:10:36 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] Maintained Dark Shine theme with correct license moved from Mods. ---------------------------------------------- r26010 | chibaguy | 2010-03-08 20:48:49 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] Maintained Eatlon theme with correct license moved from Mods. ---------------------------------------------- r26009 | chibaguy | 2010-03-08 20:38:46 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] Maintained Business theme with correct license moved from Mods. ---------------------------------------------- r26008 | chibaguy | 2010-03-08 20:29:13 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] Maintained Twist theme with correct license moved from Mods. ---------------------------------------------- r26007 | chibaguy | 2010-03-08 20:18:23 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] Maintained Snow theme with correct license moved from Mods. ---------------------------------------------- r26006 | nkoth | 2010-03-08 20:16:16 -0800 (Mon, 08 Mar 2010) | 1 line [FIX] Clean up best language feature (it wasn't working for certain cases before) ---------------------------------------------- r26005 | chibaguy | 2010-03-08 20:11:43 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] Maintained Ohia theme with correct license moved from Mods. ---------------------------------------------- r26004 | chibaguy | 2010-03-08 20:01:00 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] Maintained absE theme with correct license moved from Mods. ---------------------------------------------- r26003 | nkoth | 2010-03-08 19:55:09 -0800 (Mon, 08 Mar 2010) | 1 line [FIX] multilingual structures should depend on multilingual ---------------------------------------------- r26002 | sylvieg | 2010-03-08 14:35:34 -0800 (Mon, 08 Mar 2010) | 1 line [NEW]smarty: input for a duration ---------------------------------------------- r26001 | pascalstjean | 2010-03-08 14:04:34 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] - Replicates Apache htaccess behaviors for IIS ---------------------------------------------- r25999 | pascalstjean | 2010-03-08 13:55:40 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] - Equivilant of _htaccess for SEFURLs to work on IIS. File needs to be renamed to web.config to activate ---------------------------------------------- r25998 | sylvieg | 2010-03-08 13:53:28 -0800 (Mon, 08 Mar 2010) | 1 line [FIX]perms: list only the perms of the type of objects ---------------------------------------------- r25997 | chibaguy | 2010-03-08 12:54:32 -0800 (Mon, 08 Mar 2010) | 1 line [ENH] Strasa wikitext h1 and h2 styles switched, for more logical appearance when pagetitle is turned off; seems ok when pagetitle is on, too. ---------------------------------------------- r25996 | sylvieg | 2010-03-08 11:16:57 -0800 (Mon, 08 Mar 2010) | 1 line [MOD]fgal: admin view can filter on 'not downloaded since' and 'not modified since' ---------------------------------------------- r25995 | jonnybradley | 2010-03-08 09:34:40 -0800 (Mon, 08 Mar 2010) | 1 line [MOD] A couple more cosmetic improvements on perspectives edit ---------------------------------------------- r25994 | nkoth | 2010-03-08 09:21:45 -0800 (Mon, 08 Mar 2010) | 2 lines [FIX] unable to switch lang on secondary pages of multipage articles ---------------------------------------------- r25993 | jonnybradley | 2010-03-08 08:47:54 -0800 (Mon, 08 Mar 2010) | 1 line [MOD] Minor cosmetic improvements on perspectives edit ---------------------------------------------- r25992 | jonnybradley | 2010-03-08 08:46:30 -0800 (Mon, 08 Mar 2010) | 2 lines [FIX] Change setting of tikitabs calls to run on doc.ready. Not really needed anymore afaik, but this should stop the "show not defined" errors cropping up sporadically without braking anything else (hopefully). ---------------------------------------------- r25991 | sylvieg | 2010-03-08 06:54:50 -0800 (Mon, 08 Mar 2010) | 1 line [FIX]fgal: use an array to stop parameter inflation ---------------------------------------------- r25989 | chealer | 2010-03-08 06:00:46 -0800 (Mon, 08 Mar 2010) | 2 lines [FIX] accesslib->check_authenticity(): undefined $confirmaction (from r25978) oops. Thanks Sylvie Greverend ---------------------------------------------- r25988 | sylvieg | 2010-03-08 05:00:18 -0800 (Mon, 08 Mar 2010) | 1 line [FIX]fgal: the tpl does not check any perm for the lock -> reflect the same in the php: Perhaps a perm must be created ---------------------------------------------- r25987 | sylvieg | 2010-03-08 04:07:16 -0800 (Mon, 08 Mar 2010) | 1 line [MOD]fgal: show all the files in admin view ---------------------------------------------- r25986 | chealer | 2010-03-07 21:42:26 -0800 (Sun, 07 Mar 2010) | 2 lines [FIX] Articles Rankings: Fatal error (typo "aaray") thanks Gary Cunningham-Lee ---------------------------------------------- r25985 | chealer | 2010-03-07 19:54:25 -0800 (Sun, 07 Mar 2010) | 1 line rollback 25329. the root cause of the issue prompting it should be fixed with r25978 ---------------------------------------------- r25984 | chibaguy | 2010-03-07 19:27:51 -0800 (Sun, 07 Mar 2010) | 1 line [ENH] Tab adjustments. ---------------------------------------------- r25983 | chealer | 2010-03-07 19:19:16 -0800 (Sun, 07 Mar 2010) | 2 lines Remove Smarty ticket prefilter (already unused since r25978). Should fix recent irregular issues of Smarty compilation failures ---------------------------------------------- r25982 | chealer | 2010-03-07 19:05:35 -0800 (Sun, 07 Mar 2010) | 1 line [FIX] Notice: undefined $confirm_detail ---------------------------------------------- r25980 | chealer | 2010-03-07 19:03:46 -0800 (Sun, 07 Mar 2010) | 1 line [FIX] Admin Toolbars: HTML ---------------------------------------------- r25979 | chealer | 2010-03-07 19:02:02 -0800 (Sun, 07 Mar 2010) | 1 line remove useless ticket request ---------------------------------------------- r25978 | chealer | 2010-03-07 18:54:41 -0800 (Sun, 07 Mar 2010) | 6 lines accesslib: add check_authenticity() for CSRF protection some accesslib deployment ticketlib: Mark ticketlib[1] as deprecated again ticketlib: Store tickets in session instead of database [FIX] ticketlib: granting a ticket destroys previous one [FIX] HTML special chars escaping ---------------------------------------------- r25977 | sylvieg | 2010-03-07 14:18:38 -0800 (Sun, 07 Mar 2010) | 1 line [NEW]fgal: different listing column setting for an admin view in fgal ---------------------------------------------- r25976 | sylvieg | 2010-03-07 13:52:35 -0800 (Sun, 07 Mar 2010) | 1 line [FIX]stats: record the page view even if feature off - because otherwise the info is lost for ever and a futture turn on of stats will give stupid results ---------------------------------------------- r25975 | sylvieg | 2010-03-07 13:38:52 -0800 (Sun, 07 Mar 2010) | 1 line [FIX]stats: pick the first tiki_schema entry as the start of the site + display only one time the most viewed objects as it is a very consuming function + use not fixed date ---------------------------------------------- r25974 | jonnybradley | 2010-03-07 13:00:44 -0800 (Sun, 07 Mar 2010) | 1 line [NEW] CKEditor: Link to external, new pref wysiwyg_ckeditor to enable testing, and simple code to link editor into textarea smarty object. ---------------------------------------------- r25966 | jonnybradley | 2010-03-07 08:45:09 -0800 (Sun, 07 Mar 2010) | 1 line [MOD] Couple of prefs descriptions ---------------------------------------------- r25965 | chibaguy | 2010-03-07 08:31:00 -0800 (Sun, 07 Mar 2010) | 1 line [FIX] Secondary site menu text/background contrast. ---------------------------------------------- r25962 | Jyhem | 2010-03-07 07:54:27 -0800 (Sun, 07 Mar 2010) | 1 line [FIX] Message was not translated ---------------------------------------------- r25961 | chealer | 2010-03-06 22:54:36 -0800 (Sat, 06 Mar 2010) | 2 lines Forums: remove delsel_x, which was apparently never used ---------------------------------------------- r25948 | sylvieg | 2010-03-05 12:37:09 -0800 (Fri, 05 Mar 2010) | 1 line [FIX]perm: not to be handle to download if view a page but not download ---------------------------------------------- r25947 | nyloth | 2010-03-05 12:31:25 -0800 (Fri, 05 Mar 2010) | 1 line [FIX] ldap authentication : apply sept_7 patch to fix LDAP authentication (especially with anonymous bind) ---------------------------------------------- r25945 | sylvieg | 2010-03-05 12:22:35 -0800 (Fri, 05 Mar 2010) | 1 line [FIX]category: directories in admin categ ---------------------------------------------- r25944 | lphuberdeau | 2010-03-05 11:55:16 -0800 (Fri, 05 Mar 2010) | 1 line [ENH]?\194?\160Getting an A on YSlow for ETag, removing all occurences on static files ---------------------------------------------- r25943 | sylvieg | 2010-03-05 11:17:08 -0800 (Fri, 05 Mar 2010) | 1 line [FIX]categories: confirm message - thx chealer ---------------------------------------------- r25942 | sylvieg | 2010-03-05 10:49:04 -0800 (Fri, 05 Mar 2010) | 1 line [FIX]ldap: to have the description of openldap following the code: userattr is not used for the bind ---------------------------------------------- r25941 | jonnybradley | 2010-03-05 10:47:26 -0800 (Fri, 05 Mar 2010) | 1 line [FIX] Restore sheet menu and help ---------------------------------------------- r25939 | sylvieg | 2010-03-05 10:34:43 -0800 (Fri, 05 Mar 2010) | 1 line [FIX]user: show login and realname in tiki-adminusers.php is real name on ---------------------------------------------- r25938 | jonnybradley | 2010-03-05 09:57:53 -0800 (Fri, 05 Mar 2010) | 1 line [FIX] Fixes for 1.0 jQuery.sheet. 0 based cells, changes to location of some functions etc ---------------------------------------------- r25936 | chealer | 2010-03-05 09:38:10 -0800 (Fri, 05 Mar 2010) | 1 line remove lib/setup/set_paths.php, unused since r9631 ---------------------------------------------- r25935 | ricks99 | 2010-03-05 08:55:43 -0800 (Fri, 05 Mar 2010) | 1 line [ENH]Added/updated help text for several options ---------------------------------------------- r25933 | jonnybradley | 2010-03-05 07:40:46 -0800 (Fri, 05 Mar 2010) | 3 lines [NEW] JQS5 experimental feature (jQuery driven standards based slideshow). Early days... ---------------------------------------------- r25932 | jonnybradley | 2010-03-05 07:37:54 -0800 (Fri, 05 Mar 2010) | 1 line [MOD] Make tiki-index_raw.php slightly less "raw" by using tiki_full.tpl which includes CSS etc in the header. ---------------------------------------------- r25931 | jonnybradley | 2010-03-05 07:35:43 -0800 (Fri, 05 Mar 2010) | 2 lines [FIX] Obey prefs for page_bar (even in raw) ---------------------------------------------- r25929 | jonnybradley | 2010-03-05 07:04:54 -0800 (Fri, 05 Mar 2010) | 1 line [ENH] Change the help popup dialog to use tabs instead of accordion (hopefully easier to use) ---------------------------------------------- r25928 | jonnybradley | 2010-03-05 06:19:56 -0800 (Fri, 05 Mar 2010) | 1 line [MOD] Reformat advanced search help to fit in with other help panels (and be more semantic) ---------------------------------------------- r25927 | jonnybradley | 2010-03-05 05:00:14 -0800 (Fri, 05 Mar 2010) | 1 line [FIX] Feature test ---------------------------------------------- r25924 | chibaguy | 2010-03-04 21:15:56 -0800 (Thu, 04 Mar 2010) | 1 line [ENH] Consolidation of border radius rules, for easier comment-out for a site that needs CSS2 validation. ---------------------------------------------- r25921 | chibaguy | 2010-03-04 17:19:59 -0800 (Thu, 04 Mar 2010) | 1 line [FIX] Tab color in wikitext, misc. other details. ---------------------------------------------- r25920 | chibaguy | 2010-03-04 16:57:48 -0800 (Thu, 04 Mar 2010) | 1 line [FIX] Background image URLs. ---------------------------------------------- r25919 | chibaguy | 2010-03-04 16:37:06 -0800 (Thu, 04 Mar 2010) | 1 line [FIX] Contrast problem. ---------------------------------------------- r25918 | chibaguy | 2010-03-04 16:31:17 -0800 (Thu, 04 Mar 2010) | 1 line [FIX] rbox-title border radius was missed. ---------------------------------------------- r25916 | chibaguy | 2010-03-04 15:41:25 -0800 (Thu, 04 Mar 2010) | 1 line [ENH] Missing webkit border radius properties added. CSS3 border radius properties added for Opera 10.50. ---------------------------------------------- r25915 | nkoth | 2010-03-04 15:25:10 -0800 (Thu, 04 Mar 2010) | 1 line [NEW] Allow setting of custom attribute fields for articles (this is the display of saved attributes) ---------------------------------------------- r25913 | nkoth | 2010-03-04 14:51:27 -0800 (Thu, 04 Mar 2010) | 1 line [NEW] Allow adding of custom attribute fields to articles (this is the js selector to change visibility of attribute fields when type changes) ---------------------------------------------- r25912 | nkoth | 2010-03-04 14:48:57 -0800 (Thu, 04 Mar 2010) | 1 line [NEW] Allow setting of custom attribute fields for articles ---------------------------------------------- r25911 | ricks99 | 2010-03-04 14:48:22 -0800 (Thu, 04 Mar 2010) | 1 line [ENH]Added support for RESET button to Tracker forms. ---------------------------------------------- r25910 | sylvieg | 2010-03-04 12:59:16 -0800 (Thu, 04 Mar 2010) | 1 line [FIX]trackerfilter: to have the params in the url to be able to do a back on IE and bookmark ---------------------------------------------- r25909 | nkoth | 2010-03-04 12:58:27 -0800 (Thu, 04 Mar 2010) | 1 line [FIX] Remove attributes associated with relations (e.g. labels) when relation itself is removed ---------------------------------------------- r25908 | jonnybradley | 2010-03-04 11:28:50 -0800 (Thu, 04 Mar 2010) | 2 lines [ENH] Implement changes for jquery.sheet 1.0 beta More to do... ---------------------------------------------- r25906 | chibaguy | 2010-03-04 11:08:40 -0800 (Thu, 04 Mar 2010) | 1 line [ENH] Removed empty rules and other cleaning up.. ---------------------------------------------- r25904 | jonnybradley | 2010-03-04 09:49:22 -0800 (Thu, 04 Mar 2010) | 1 line [FIX] Correct some bg image filenames to jq-ui 1.8 ones. ---------------------------------------------- r25903 | sylvieg | 2010-03-04 09:01:42 -0800 (Thu, 04 Mar 2010) | 1 line [FIX]calendar: day abbreviation must follow first day too ---------------------------------------------- r25902 | jonnybradley | 2010-03-04 08:57:03 -0800 (Thu, 04 Mar 2010) | 2 lines [FIX] background urls - image filenames still need fixing for jquery-ui 1.8 (i think) ---------------------------------------------- r25901 | nkoth | 2010-03-04 08:41:12 -0800 (Thu, 04 Mar 2010) | 1 line [MOD] explicit return ---------------------------------------------- r25900 | chibaguy | 2010-03-04 08:34:15 -0800 (Thu, 04 Mar 2010) | 1 line [NEW] Initial commit of JQui theme and some theme options based on JQuery UI styles and using some JQuery UI graphic files. Todo: more theme options. (missed jqui.css - thanks Jonny) ---------------------------------------------- r25899 | sylvieg | 2010-03-04 07:56:58 -0800 (Thu, 04 Mar 2010) | 1 line [FIX]tracker: some servers do not like a make_time with a nul day ---------------------------------------------- r25898 | sylvieg | 2010-03-04 06:55:38 -0800 (Thu, 04 Mar 2010) | 1 line [FIX]rollback 25875 ---------------------------------------------- r25897 | jonnybradley | 2010-03-04 05:09:16 -0800 (Thu, 04 Mar 2010) | 1 line [ENH] nofollow pref and add to rel attributes of external links. Also added a new icon. ---------------------------------------------- r25896 | sylvieg | 2010-03-04 03:43:31 -0800 (Thu, 04 Mar 2010) | 1 line [FIX]tracker: render description textarea as other description + parse them ---------------------------------------------- r25895 | nkoth | 2010-03-03 22:17:45 -0800 (Wed, 03 Mar 2010) | 2 lines [FIX] Math broken by last commit ---------------------------------------------- r25894 | nkoth | 2010-03-03 21:13:03 -0800 (Wed, 03 Mar 2010) | 2 lines [FIX] Db error when voting trackers ---------------------------------------------- r25893 | nkoth | 2010-03-03 20:21:47 -0800 (Wed, 03 Mar 2010) | 1 line [FIX] Tracker field import not working ---------------------------------------------- r25892 | nkoth | 2010-03-03 17:49:26 -0800 (Wed, 03 Mar 2010) | 2 lines [FIX] &itemid not working ---------------------------------------------- r25890 | pascalstjean | 2010-03-03 11:29:00 -0800 (Wed, 03 Mar 2010) | 1 line [FIX] - changed check_page to check_feature for 'contact_anon'. This resolves the previous issue which blocked Anonymous users from using the contact us feature. ---------------------------------------------- r25889 | jonnybradley | 2010-03-03 11:20:46 -0800 (Wed, 03 Mar 2010) | 4 lines [NEW] (sort of) Refactoring of the remaining three search modules into one. Changed the previous "search_box" module's title to "Search box" to avoid ambiguity. Uses a new parameter "mode" to emulate previous search modules ("search", "page" or "quick") TODO: migration script and removal of old ones & site search testing. ---------------------------------------------- r25888 | jonnybradley | 2010-03-03 11:14:53 -0800 (Wed, 03 Mar 2010) | 1 line [MOD] Allow some harmless formatting tags through after you've gone to the bother of parsing the data in the first place. ---------------------------------------------- r25887 | sylvieg | 2010-03-03 10:55:24 -0800 (Wed, 03 Mar 2010) | 1 line [FIX]tracker: field date: blank date + default to now if not blank ---------------------------------------------- r25886 | pascalstjean | 2010-03-03 09:05:19 -0800 (Wed, 03 Mar 2010) | 1 line [FIX] - changed tikilib->list_articles (obsolete) to artlib->list_articles ---------------------------------------------- r25885 | sylvieg | 2010-03-03 08:24:09 -0800 (Wed, 03 Mar 2010) | 1 line [FIX]profile: to be able to use user input for username ---------------------------------------------- r25884 | pascalstjean | 2010-03-03 08:21:10 -0800 (Wed, 03 Mar 2010) | 1 line [FIX] - added string 'anon' as user in order to check feature 'contact_anon'. If User parameter is blank, method Check_Page automatically returns "User Not Logged In" which makes it impossible to check feature against anonymous user. ---------------------------------------------- r25882 | nkoth | 2010-03-03 07:18:56 -0800 (Wed, 03 Mar 2010) | 1 line [FIX] Do not insist on checking for email field when login is email ---------------------------------------------- r25881 | sylvieg | 2010-03-03 05:42:56 -0800 (Wed, 03 Mar 2010) | 1 line [MOD]css: use titletips as recommended by jonnyb ---------------------------------------------- r25880 | lphuberdeau | 2010-03-03 05:42:16 -0800 (Wed, 03 Mar 2010) | 1 line [FIX] Missing _tiki, once again ---------------------------------------------- r25879 | sylvieg | 2010-03-03 05:41:54 -0800 (Wed, 03 Mar 2010) | 1 line deprecated ---------------------------------------------- r25878 | jonnybradley | 2010-03-03 04:01:24 -0800 (Wed, 03 Mar 2010) | 1 line [FIX] Change smarty_function_var_dump so it can handle vars other than strings (e.g. arrays, by using the er, var_dump function). Also a couple of minor fixes to the debugger. ---------------------------------------------- r25877 | sept_7 | 2010-03-03 03:19:24 -0800 (Wed, 03 Mar 2010) | 2 lines [ENH] allow filegallery_browser to pick up images in wikiplugin IMG ---------------------------------------------- r25875 | sylvieg | 2010-03-03 03:12:44 -0800 (Wed, 03 Mar 2010) | 1 line [FIX]ldap: openldap need the userdn to work ---------------------------------------------- r25873 | Jyhem | 2010-03-03 01:09:13 -0800 (Wed, 03 Mar 2010) | 1 line [ENH] Add possibility to limit image sizes in file galleries ---------------------------------------------- r25861 | sylvieg | 2010-03-02 14:03:55 -0800 (Tue, 02 Mar 2010) | 1 line [FIX]ldap: missing global - that was failing openldap auth ---------------------------------------------- r25854 | nyloth | 2010-03-02 13:25:43 -0800 (Tue, 02 Mar 2010) | 1 line [FIX] svn tools : force english language when retrieving logs from subversion, in order to get commit dates in english. ---------------------------------------------- r25838 | nyloth | 2010-03-02 12:52:42 -0800 (Tue, 02 Mar 2010) | 1 line [ENH] release script: new '--svn-mirror-uri=URI' command line option to allow specifying another repository URI (like a local mirror) to be used when updating the copyright file. This is to speed up the release, because this step is very slow when using the main sourceforge repository. ---------------------------------------------- r25817 | sylvieg | 2010-03-02 10:46:38 -0800 (Tue, 02 Mar 2010) | 1 line [FIX]fgal: kill duplicated code + prefer default in prefs ---------------------------------------------- r25816 | sept_7 | 2010-03-02 08:40:31 -0800 (Tue, 02 Mar 2010) | 2 lines [FIX] pass all necessary variables ---------------------------------------------- r25815 | jonnybradley | 2010-03-02 05:57:32 -0800 (Tue, 02 Mar 2010) | 1 line [TRA] Some English translations ---------------------------------------------- r25813 | chibaguy | 2010-03-02 04:25:18 -0800 (Tue, 02 Mar 2010) | 1 line [NEW] Initial commit of JQui theme and some theme options based on JQuery UI styles and using some JQuery UI graphic files. Todo: more theme options. ---------------------------------------------- r25812 | marclaporte | 2010-03-02 00:33:08 -0800 (Tue, 02 Mar 2010) | 1 line [MOD] Change default size for mindmaps. TODO: make a pref ---------------------------------------------- r25811 | marclaporte | 2010-03-02 00:14:51 -0800 (Tue, 02 Mar 2010) | 1 line [MOD] On fresh installs, have less columns on tiki-list_articles.php ---------------------------------------------- r25810 | jonnybradley | 2010-03-01 15:28:38 -0800 (Mon, 01 Mar 2010) | 1 line [FIX] typo? ---------------------------------------------- r25809 | jonnybradley | 2010-03-01 15:14:02 -0800 (Mon, 01 Mar 2010) | 1 line [FIX] Show module params as a list instead of one, sometimes long, url string ---------------------------------------------- r25808 | sylvieg | 2010-03-01 14:40:07 -0800 (Mon, 01 Mar 2010) | 1 line [FIX]forum: db error when filtering on by ---------------------------------------------- r25807 | jonnybradley | 2010-03-01 14:38:55 -0800 (Mon, 01 Mar 2010) | 1 line [FIX] Incorrect jQuery selector syntax ---------------------------------------------- r25805 | pkdille | 2010-03-01 12:32:05 -0800 (Mon, 01 Mar 2010) | 1 line [MOD] freetaglib: zend recommandations ---------------------------------------------- r25804 | jonnybradley | 2010-03-01 11:54:32 -0800 (Mon, 01 Mar 2010) | 1 line [FIX] Correct line-ends on tooltips (from legacy {popup} function) ---------------------------------------------- r25803 | jonnybradley | 2010-03-01 11:51:52 -0800 (Mon, 01 Mar 2010) | 1 line [FIX] Warning when $auto_query_args null ---------------------------------------------- r25801 | jonnybradley | 2010-03-01 11:37:20 -0800 (Mon, 01 Mar 2010) | 1 line [FIX] Mystifyingly the "normal" (default) speed to show/hide animations doesn't seem to work with jquery 1.4.2, so replace with milliseconds for now. ---------------------------------------------- r25800 | jonnybradley | 2010-03-01 11:35:19 -0800 (Mon, 01 Mar 2010) | 1 line [MOD] New jquery version from CDN (jQuery UI TODO on final 1.8 release) ---------------------------------------------- r25798 | pascalstjean | 2010-03-01 10:12:13 -0800 (Mon, 01 Mar 2010) | 1 line [MOD] - Tested FreeTag Translation with Artilces (works fine). Added check for Article as one option. ---------------------------------------------- r25796 | jonnybradley | 2010-03-01 09:35:16 -0800 (Mon, 01 Mar 2010) | 1 line [FIX] Correct pref name ---------------------------------------------- r25793 | sept_7 | 2010-03-01 00:37:29 -0800 (Mon, 01 Mar 2010) | 2 lines [FIX] fix redirection path, thnx gary for noticing ---------------------------------------------- r25792 | chibaguy | 2010-02-28 19:12:54 -0800 (Sun, 28 Feb 2010) | 1 line [FIX] Inconsistent spacing around buttons in normal and hover states. ---------------------------------------------- r25791 | chibaguy | 2010-02-28 18:49:42 -0800 (Sun, 28 Feb 2010) | 1 line [NEW] The header background image went missing from trunk at some point. I don't know about getting it back via svn, so am adding it as new again. ---------------------------------------------- r25790 | Jyhem | 2010-02-28 11:46:26 -0800 (Sun, 28 Feb 2010) | 1 line [INDENT] No change ---------------------------------------------- r25789 | pascalstjean | 2010-02-28 09:09:59 -0800 (Sun, 28 Feb 2010) | 1 line [MOD] - Added parameter to support "broaden" feature within FreeTag lib ---------------------------------------------- r25788 | changi67 | 2010-02-28 09:03:40 -0800 (Sun, 28 Feb 2010) | 1 line [TRA] Some french translation ---------------------------------------------- r25787 | pascalstjean | 2010-02-28 09:01:28 -0800 (Sun, 28 Feb 2010) | 1 line [MOD] - Added support for MaxRecords param ---------------------------------------------- r25786 | nkoth | 2010-02-28 08:45:45 -0800 (Sun, 28 Feb 2010) | 1 line [MOD] Rollback r25762 - original problem fixed elsewhere now, if any more detected, we will fix it elsewhere instead of here ---------------------------------------------- r25785 | changi67 | 2010-02-28 07:47:09 -0800 (Sun, 28 Feb 2010) | 1 line [MOD] Some table design ---------------------------------------------- r25784 | marclaporte | 2010-02-28 07:10:13 -0800 (Sun, 28 Feb 2010) | 1 line [DOC] explaining this nifty feature ---------------------------------------------- r25783 | marclaporte | 2010-02-28 06:42:28 -0800 (Sun, 28 Feb 2010) | 1 line [MOD] Moving all session-related prefs to a central place. (including some previously only accessible via search) ---------------------------------------------- r25782 | marclaporte | 2010-02-28 06:18:21 -0800 (Sun, 28 Feb 2010) | 1 line [DOC] add an example for Cache-Control header ---------------------------------------------- r25781 | marclaporte | 2010-02-28 05:40:20 -0800 (Sun, 28 Feb 2010) | 1 line [FIX] Cleanup of feature_htmlpurifier_output pref ---------------------------------------------- r25780 | marclaporte | 2010-02-28 05:36:06 -0800 (Sun, 28 Feb 2010) | 1 line [NEW] Admin panel section for Token Access. Combined with tell a friend, it lets you share your access rights for a specific URL only, for a maximum number of seconds or hits. ---------------------------------------------- r25779 | marclaporte | 2010-02-28 05:18:27 -0800 (Sun, 28 Feb 2010) | 1 line [FIX] Add missing space ---------------------------------------------- r25778 | marclaporte | 2010-02-28 04:47:09 -0800 (Sun, 28 Feb 2010) | 1 line [FIX] left-over link in admin panel, from removed feature ---------------------------------------------- r25777 | marclaporte | 2010-02-28 04:32:59 -0800 (Sun, 28 Feb 2010) | 1 line [DOC] Admin panel cleanup + add a new section for slow features ---------------------------------------------- r25776 | marclaporte | 2010-02-28 04:00:51 -0800 (Sun, 28 Feb 2010) | 1 line [DOC] doc about HTML Purifier ---------------------------------------------- r25775 | marclaporte | 2010-02-28 03:44:07 -0800 (Sun, 28 Feb 2010) | 1 line [MOD] HTML purifier affect wiki parsing so adding a checkbo near the others. ---------------------------------------------- r25774 | chealer | 2010-02-27 22:13:59 -0800 (Sat, 27 Feb 2010) | 1 line PHP 5.3 support: avoid "Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function." *sigh* ---------------------------------------------- r25773 | pkdille | 2010-02-27 14:35:02 -0800 (Sat, 27 Feb 2010) | 1 line [MOD] coelesce: remove blue background in freetag item list ---------------------------------------------- r25772 | nkoth | 2010-02-27 13:07:25 -0800 (Sat, 27 Feb 2010) | 1 line [FIX] div closing in wrong place ---------------------------------------------- r25771 | jonnybradley | 2010-02-27 12:56:20 -0800 (Sat, 27 Feb 2010) | 1 line [FIX] Correct quoting on item info and reduce database call to fields actually used ---------------------------------------------- r25770 | nkoth | 2010-02-27 12:50:42 -0800 (Sat, 27 Feb 2010) | 1 line [FIX] unclosed divs ---------------------------------------------- r25769 | nkoth | 2010-02-27 12:38:51 -0800 (Sat, 27 Feb 2010) | 1 line [FIX] Partially revert previous commit which was not the part needed to be fixed ---------------------------------------------- r25768 | nkoth | 2010-02-27 12:37:19 -0800 (Sat, 27 Feb 2010) | 1 line [FIX] "None" needs to be 0 not -1 for other parts to work ---------------------------------------------- r25767 | sylvieg | 2010-02-27 11:19:30 -0800 (Sat, 27 Feb 2010) | 1 line [FIX]SUBSCRIBEGROUP: add the plugin data as the test to be put before the button ---------------------------------------------- r25765 | sylvieg | 2010-02-27 10:34:19 -0800 (Sat, 27 Feb 2010) | 1 line [FIX]SUBSCRIBEGROUP: allow to have multiple this plugin with the same group ---------------------------------------------- r25764 | nkoth | 2010-02-27 08:14:37 -0800 (Sat, 27 Feb 2010) | 1 line [FIX] js not working, and escaping ---------------------------------------------- r25763 | jonnybradley | 2010-02-27 06:47:24 -0800 (Sat, 27 Feb 2010) | 1 line [FIX] No accordion if no tabs (goes all wrong due to slightly different DOM structure) ---------------------------------------------- r25762 | nkoth | 2010-02-26 17:18:38 -0800 (Fri, 26 Feb 2010) | 1 line [MOD] put back partial, crude, but at least partial getting rid of bad tag characters while allowing multiwords through " ---------------------------------------------- r25761 | pascalstjean | 2010-02-26 17:05:19 -0800 (Fri, 26 Feb 2010) | 1 line [NEW] - Added ability to specify FreeTag language in Blog Post (Blog Posts don't have language preference therefore manual entry is needed) ---------------------------------------------- r25760 | pascalstjean | 2010-02-26 16:17:21 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] - Added $cat_lang in order to allow multilingual FreeTags from Articles ---------------------------------------------- r25759 | jonnybradley | 2010-02-26 16:07:39 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] feature check for 'Content Templates' menu item ---------------------------------------------- r25758 | jonnybradley | 2010-02-26 15:29:04 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] Add test for admin on dump tracker ---------------------------------------------- r25757 | jonnybradley | 2010-02-26 15:20:40 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] Replace code refactored to tikilib, as tikilib isn't available here ---------------------------------------------- r25756 | jonnybradley | 2010-02-26 15:18:44 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] Windows savvy is_writeable test (Uses standard PHP is_writeable() if not Windows) ---------------------------------------------- r25755 | sylvieg | 2010-02-26 14:59:15 -0800 (Fri, 26 Feb 2010) | 1 line [FIX]freetag: rollback 22784 (mozilla upstream): are use for compound word so strip this character is not ok ---------------------------------------------- r25754 | sylvieg | 2010-02-26 14:26:54 -0800 (Fri, 26 Feb 2010) | 1 line [FIX]multiplayer: show the multiplayer only if video or audio file ---------------------------------------------- r25753 | sylvieg | 2010-02-26 13:38:16 -0800 (Fri, 26 Feb 2010) | 1 line [FIX]tracker: local modif that should have not been committed ---------------------------------------------- r25752 | sylvieg | 2010-02-26 12:40:17 -0800 (Fri, 26 Feb 2010) | 1 line [FIX]tracker: kill duplicated code for dynamic item list ---------------------------------------------- r25750 | pascalstjean | 2010-02-26 10:41:50 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] - Added support for NONUMS parameter. ---------------------------------------------- r25749 | jonnybradley | 2010-02-26 10:34:09 -0800 (Fri, 26 Feb 2010) | 3 lines [NEW] Tracker dump. Allows an entire tracker to be exported as CSV. Overrides existing permissions so has it's own new perm, and saves raw values only (so far). Tested with up to 15,000 items with 20 fields each. Faster with more memory assigned but tested successfully down to around 45M. ---------------------------------------------- r25748 | sylvieg | 2010-02-26 10:08:28 -0800 (Fri, 26 Feb 2010) | 1 line [MOD]TRACKELIST: the filter param can be exactvalue="field(xx, id)" or "field(xx)" where xx is a fieldId , id is an itemId. If id is not set will pick the $_REQUEST[itemId]. + param ignoreRequestItemId ---------------------------------------------- r25747 | jonnybradley | 2010-02-26 10:05:23 -0800 (Fri, 26 Feb 2010) | 1 line [ENH] Import trackers: "add as new items" option (creates new duplicate items for those with existing itemId's) ---------------------------------------------- r25746 | jonnybradley | 2010-02-26 09:55:13 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] Assign recordsMax and recordsOffset for export tpl ---------------------------------------------- r25745 | jonnybradley | 2010-02-26 09:51:41 -0800 (Fri, 26 Feb 2010) | 1 line [ENH] Add accordion tiki jquery plugin wrapper and implement on tracker admin import/export (and some layout improvements) ---------------------------------------------- r25744 | jonnybradley | 2010-02-26 09:44:05 -0800 (Fri, 26 Feb 2010) | 1 line [MOD] Refactor the various copies of return_bytes() into tikilib (and add a couple of useful functions; get_memory_avail and get_memory_limit) ---------------------------------------------- r25743 | jonnybradley | 2010-02-26 09:40:53 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] Filegals use requires the jquery tooltip (cluetip) - maybe should be "always" on? ---------------------------------------------- r25742 | pkdille | 2010-02-26 08:30:40 -0800 (Fri, 26 Feb 2010) | 1 line [MOD] Zend recommandations (some) ---------------------------------------------- r25741 | sept_7 | 2010-02-26 07:03:28 -0800 (Fri, 26 Feb 2010) | 2 lines [ENH] use fetchAll whenever possible to avoid useless copy and loop ---------------------------------------------- r25739 | eromneg | 2010-02-26 06:49:44 -0800 (Fri, 26 Feb 2010) | 1 line [MOD]add body class when File Gallery used as a popup so that css can be customised ---------------------------------------------- r25735 | chibaguy | 2010-02-26 06:15:06 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] Remove non-validating moz radius rules (had radius:0 anyway). ---------------------------------------------- r25734 | sept_7 | 2010-02-26 05:41:39 -0800 (Fri, 26 Feb 2010) | 2 lines [ENH] use fetchAll whenever possible to avoid useless copy... ---------------------------------------------- r25733 | sept_7 | 2010-02-26 05:33:57 -0800 (Fri, 26 Feb 2010) | 2 lines [ENH] use fetchAll whenever possible, should speed things up... ---------------------------------------------- r25732 | sept_7 | 2010-02-26 05:13:04 -0800 (Fri, 26 Feb 2010) | 2 lines [ENH] Use fetchAll whenever possible... ---------------------------------------------- r25731 | sept_7 | 2010-02-26 05:07:41 -0800 (Fri, 26 Feb 2010) | 2 lines [ENH] Tikilib : use fetchAll whenever possible to avoid useless loops 5hope I didn't break anything ! ;p ) ---------------------------------------------- r25729 | sylvieg | 2010-02-26 03:55:58 -0800 (Fri, 26 Feb 2010) | 1 line [FIX]tracker: allows to have field with same name at creation - was already allowed to modify a name to an already existing name ---------------------------------------------- r25728 | eromneg | 2010-02-26 02:23:07 -0800 (Fri, 26 Feb 2010) | 1 line [MOD]add body class when used as a popup so that css can be customised ---------------------------------------------- r25726 | jonnybradley | 2010-02-25 16:27:11 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] Do JS onready due to end of page scripts, better text for Import button (commented code to be implemented soon) ---------------------------------------------- r25725 | jonnybradley | 2010-02-25 16:22:45 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] Proper test for fckEditorInstances ---------------------------------------------- r25724 | jonnybradley | 2010-02-25 16:16:44 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] xhtml (no </input>s) ---------------------------------------------- r25723 | jonnybradley | 2010-02-25 16:11:59 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] Cache JS plugin edit form info by language (and add filter) ---------------------------------------------- r25722 | jonnybradley | 2010-02-25 16:08:46 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] Fullscreen translation diff fix: don't go fullscreen if wysiwyg mode, handle no border & cluetips disabled condition ---------------------------------------------- r25721 | jonnybradley | 2010-02-25 16:05:32 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] notice & warning ---------------------------------------------- r25720 | changi67 | 2010-02-25 11:45:26 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] svn property keywords in order to have the correct revision information in the heading of all files ---------------------------------------------- r25719 | jonnybradley | 2010-02-25 09:40:14 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] Leave cookietab alone (so it works) and add auto_query_arg ---------------------------------------------- r25718 | jonnybradley | 2010-02-25 09:33:51 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] Deprecated split ---------------------------------------------- r25717 | pascalstjean | 2010-02-25 09:19:41 -0800 (Thu, 25 Feb 2010) | 1 line [KIL] This module has been merged into most_commented ---------------------------------------------- r25711 | sylvieg | 2010-02-25 09:13:42 -0800 (Thu, 25 Feb 2010) | 1 line [FIX]TRACKERLIST: memo sort when using pagination ---------------------------------------------- r25710 | pascalstjean | 2010-02-25 09:11:26 -0800 (Thu, 25 Feb 2010) | 1 line [NEW] - Most Commented Module. Will replace wiki, blog , article_most_commented. ---------------------------------------------- r25709 | nkoth | 2010-02-25 09:10:55 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] this feature is no longer on this panel. it is setting it to off erroneously ---------------------------------------------- r25707 | pascalstjean | 2010-02-25 08:38:16 -0800 (Thu, 25 Feb 2010) | 1 line [MOD] - Changed to default most_commented to Wiki. This will be used to convert all Most_Commented Modules into one ---------------------------------------------- r25706 | sylvieg | 2010-02-25 08:15:24 -0800 (Thu, 25 Feb 2010) | 1 line [FIX]calendar: fix the button links to work in any page the module is in (Thx sept_7) + do not show the viewmode button if the module has a viewmode set ---------------------------------------------- r25705 | sylvieg | 2010-02-25 08:12:38 -0800 (Thu, 25 Feb 2010) | 1 line [FIX]MAIL: use the user from ---------------------------------------------- r25704 | sept_7 | 2010-02-25 07:21:33 -0800 (Thu, 25 Feb 2010) | 2 lines [FIX] check permission to match tiki-calendar.tpl ---------------------------------------------- r25703 | sept_7 | 2010-02-25 07:01:08 -0800 (Thu, 25 Feb 2010) | 2 lines [ENH] add _keepall for {buttton} ---------------------------------------------- r25702 | sept_7 | 2010-02-25 06:52:59 -0800 (Thu, 25 Feb 2010) | 2 lines [ENH] Print stylesheet for calendar ---------------------------------------------- r25701 | jonnybradley | 2010-02-25 06:24:18 -0800 (Thu, 25 Feb 2010) | 2 lines [FIX] Make AJAX preview work for WYSIWYG editor (thanks luci) Some casualties of the move JS to end project, some bits that just hadn't been written. ---------------------------------------------- r25700 | sept_7 | 2010-02-25 06:14:12 -0800 (Thu, 25 Feb 2010) | 2 lines [ROLLBACK 25697] useless test removed, thx sylvie ---------------------------------------------- r25699 | chibaguy | 2010-02-25 06:12:17 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] Clearing floated menu items improves positioning of things in header. ---------------------------------------------- r25698 | sept_7 | 2010-02-25 06:06:45 -0800 (Thu, 25 Feb 2010) | 3 lines [ENH] Calendar : allow export to CSV [FIX] Calendar : default values for exports : use CalendarFocusDate and calendarViewMode ---------------------------------------------- r25696 | sylvieg | 2010-02-25 06:03:32 -0800 (Thu, 25 Feb 2010) | 1 line [FIX]calendar: to have the month name following the navigation in module : currMonth is only set in the calendar page not in the module/plugin ---------------------------------------------- r25695 | sylvieg | 2010-02-25 05:30:49 -0800 (Thu, 25 Feb 2010) | 1 line [FIX]calendar: to be able to use 2 calendar plugins in a same page ---------------------------------------------- r25694 | nkoth | 2010-02-24 15:31:34 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Allow showing of "who looks at stuff" to others ---------------------------------------------- r25693 | nkoth | 2010-02-24 15:29:45 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Allow showing of "Who looks at stuff" to others ---------------------------------------------- r25691 | pascalstjean | 2010-02-24 13:32:30 -0800 (Wed, 24 Feb 2010) | 1 line [NEW] - Most commented blog posts module ---------------------------------------------- r25690 | pascalstjean | 2010-02-24 13:30:56 -0800 (Wed, 24 Feb 2010) | 1 line [NEW] - Most commented wiki pages module ---------------------------------------------- r25689 | pascalstjean | 2010-02-24 13:25:58 -0800 (Wed, 24 Feb 2010) | 1 line [NEW] - Most Commented Articles Module ---------------------------------------------- r25688 | pascalstjean | 2010-02-24 13:24:28 -0800 (Wed, 24 Feb 2010) | 1 line [NEW] - Function will be used by Most Commented Modules (Wiki, Blog, Articles) ---------------------------------------------- r25687 | sylvieg | 2010-02-24 13:23:12 -0800 (Wed, 24 Feb 2010) | 1 line [MOD]user: to import group with comma, double the comma ---------------------------------------------- r25686 | jonnybradley | 2010-02-24 11:03:53 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Correct perms check (must refactor these two) ---------------------------------------------- r25685 | jonnybradley | 2010-02-24 10:57:50 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Correct perms check ---------------------------------------------- r25684 | jonnybradley | 2010-02-24 10:57:21 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Remove some rogue .php's on the end of prefs checks (odd?) ---------------------------------------------- r25683 | nkoth | 2010-02-24 10:48:46 -0800 (Wed, 24 Feb 2010) | 1 line [DOC] Refer to attribute and relation doc page for namespace guidelines ---------------------------------------------- r25682 | pascalstjean | 2010-02-24 10:40:15 -0800 (Wed, 24 Feb 2010) | 1 line [MOD] - Added Language Filter to only display top_articles of specified lang if set. ---------------------------------------------- r25681 | sylvieg | 2010-02-24 10:33:39 -0800 (Wed, 24 Feb 2010) | 1 line [MOD]module: preference to hide only anonymous modules to admin ---------------------------------------------- r25680 | luciash | 2010-02-24 10:31:27 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] user link: show correctly translated stuff in mouseover tooltip (thanks jonny for help) ---------------------------------------------- r25679 | lphuberdeau | 2010-02-24 10:27:11 -0800 (Wed, 24 Feb 2010) | 1 line [MOD] Add relation removal function and modify tests not to be affected by real data ---------------------------------------------- r25678 | jonnybradley | 2010-02-24 10:23:26 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Check if user is looking at thier own info (or is admin) ---------------------------------------------- r25677 | lphuberdeau | 2010-02-24 10:18:59 -0800 (Wed, 24 Feb 2010) | 1 line [MOD] Add support for relation_source and relation_target to display custom labels set as attributes ---------------------------------------------- r25676 | sylvieg | 2010-02-24 09:53:29 -0800 (Wed, 24 Feb 2010) | 1 line [MOD]profile: menu option handler ---------------------------------------------- r25675 | pascalstjean | 2010-02-24 08:49:04 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] - Fixed the click on tag to add by making Javascrtip render in proper location. ---------------------------------------------- r25674 | lphuberdeau | 2010-02-24 08:39:56 -0800 (Wed, 24 Feb 2010) | 1 line [NEW] Dispatcher-type smarty plugin to display a link for 'any' object type, including fetching information not directly contained in the type/id. Uses sefurl in the background, but builds a complete link. ---------------------------------------------- r25673 | sept_7 | 2010-02-24 08:26:07 -0800 (Wed, 24 Feb 2010) | 2 lines [FIX] WebDav : missing file :( ---------------------------------------------- r25671 | lphuberdeau | 2010-02-24 08:03:21 -0800 (Wed, 24 Feb 2010) | 1 line [MOD] Generic object relations ---------------------------------------------- r25670 | sept_7 | 2010-02-24 07:58:19 -0800 (Wed, 24 Feb 2010) | 4 lines [EHN] WebDAV : merge WebDav feature in Tiki Tested in cadaver, firefox plugin Trail Mix, IE and MS Office Works for basic functionnalities : add, upload, move, save, etc. ---------------------------------------------- r25668 | chibaguy | 2010-02-24 07:42:45 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Roll back if there's a case for '<h2><big>', but both the semantics and the effect seem to need fixing. ---------------------------------------------- r25667 | sylvieg | 2010-02-24 07:41:59 -0800 (Wed, 24 Feb 2010) | 1 line [FIX]tracker: rss must respect perms on closed, pending.. ---------------------------------------------- r25666 | sept_7 | 2010-02-24 07:01:32 -0800 (Wed, 24 Feb 2010) | 2 lines [FIX] CodeStyling correction : no PHP end tag, dostounix, sizeof -> count ---------------------------------------------- r25665 | sept_7 | 2010-02-24 06:55:38 -0800 (Wed, 24 Feb 2010) | 2 lines [FIX] No PHP end tag ---------------------------------------------- r25663 | sylvieg | 2010-02-24 06:54:21 -0800 (Wed, 24 Feb 2010) | 1 line [FIX]messu : must be a post - thx sept_7 ---------------------------------------------- r25660 | sylvieg | 2010-02-24 06:44:51 -0800 (Wed, 24 Feb 2010) | 1 line [FIX]messu: log the group in the sent message ---------------------------------------------- r25659 | sylvieg | 2010-02-24 06:42:34 -0800 (Wed, 24 Feb 2010) | 1 line [FIX]messu: use a form instead of the url (url can have a limit) ---------------------------------------------- r25657 | lphuberdeau | 2010-02-24 05:38:51 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Missing _tiki ---------------------------------------------- r25655 | jonnybradley | 2010-02-24 04:44:44 -0800 (Wed, 24 Feb 2010) | 3 lines [FIX] Yet another attempt at getting the timezone reliably from the browser. Now takes Date.toLocaleString and parses alpha only blocks from the end backwards checking each one against a definitive list of valid zone codes. If that fails it then does the same with the Date.toString output, as sometimes the locale one doesn't include the timezone. Tested and working on Safari, Chrome, Firevoxf and IE8. ---------------------------------------------- r25654 | jonnybradley | 2010-02-24 04:41:12 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Default to showing spreadsheet tools when editing spreadsheet toolbar (and "both" mode for the rest) ---------------------------------------------- r25653 | jonnybradley | 2010-02-24 03:51:58 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Logic wrong in r25492 (thanks chibaguy and marclaporte - sitesearch only appearing in wiki pages) ---------------------------------------------- r25652 | sept_7 | 2010-02-24 02:59:48 -0800 (Wed, 24 Feb 2010) | 3 lines [FIX] popup smarty plugin : better escaping of the string popup (urlencode) Suppress the size limit in the popup, previuously 2000 characters by Jonny ---------------------------------------------- r25622 | sylvieg | 2010-02-23 15:05:41 -0800 (Tue, 23 Feb 2010) | 1 line [FIX]calendar: do not show in the drop down calendar you can not add item in ---------------------------------------------- r25570 | pascalstjean | 2010-02-23 13:47:22 -0800 (Tue, 23 Feb 2010) | 1 line [NEW] - Added 'always_owner' column to tiki_blogs database table ---------------------------------------------- r25569 | pascalstjean | 2010-02-23 13:41:43 -0800 (Tue, 23 Feb 2010) | 1 line [NEW] - Added variable 'alwaysOwner' in order to support new feature in Blogs ---------------------------------------------- r25567 | pascalstjean | 2010-02-23 13:40:41 -0800 (Tue, 23 Feb 2010) | 1 line [NEW] - Added logic to see who should be Auhtor. This is part of new feature in Blogs ---------------------------------------------- r25566 | pascalstjean | 2010-02-23 13:29:10 -0800 (Tue, 23 Feb 2010) | 1 line [NEW] - Added checkbox 'alwaysOwner' in order to support new feature in Blogs ---------------------------------------------- r25565 | pascalstjean | 2010-02-23 13:26:45 -0800 (Tue, 23 Feb 2010) | 1 line [NEW] - Added parameter 'alwaysOwner' in order to support new feature in Blogs ---------------------------------------------- r25564 | pascalstjean | 2010-02-23 13:25:09 -0800 (Tue, 23 Feb 2010) | 1 line [NEW] - Add 'always_owner' column to tiki_blogs database table ---------------------------------------------- r25563 | sylvieg | 2010-02-23 13:00:48 -0800 (Tue, 23 Feb 2010) | 1 line [FIX]tracker: do not oblige to have the field used in join displayed to have the item list (since now we limit the fields that are fetched to the minimum ---------------------------------------------- r25560 | chealer | 2010-02-23 10:34:47 -0800 (Tue, 23 Feb 2010) | 3 lines [FIX] spaces filtered in search strings remove filter on apparently unused find parameter filter on "searchLang" instead of "lang" ---------------------------------------------- r25559 | sylvieg | 2010-02-23 10:03:50 -0800 (Tue, 23 Feb 2010) | 1 line [MOD]FILES: param showcomment and showlasteditor ---------------------------------------------- r25558 | jonnybradley | 2010-02-23 09:40:12 -0800 (Tue, 23 Feb 2010) | 1 line [ENH] Any toolbar (etc) usage now triggers auto_save if enabled ---------------------------------------------- r25557 | sylvieg | 2010-02-23 09:36:29 -0800 (Tue, 23 Feb 2010) | 1 line [FIX]profiler: the functions 'can be installed' and 'install' do not share the same handler-> todo: reuse the same handler) ---------------------------------------------- r25556 | jonnybradley | 2010-02-23 09:26:27 -0800 (Tue, 23 Feb 2010) | 2 lines [ENH] $prefs.urlOnUsername can have user or userId values in (using %user% or %userId%) Thanks Luciash... good idea! ---------------------------------------------- r25555 | sylvieg | 2010-02-23 09:26:13 -0800 (Tue, 23 Feb 2010) | 1 line notice: please verify ---------------------------------------------- r25551 | jonnybradley | 2010-02-23 08:31:32 -0800 (Tue, 23 Feb 2010) | 4 lines [NEW] AJAX Preview - enabled when feature_ajax_autosave=y. Opens a new popup window (blockers permitting) with automatically updating preview of the page. Needs polish... ---------------------------------------------- r25548 | pkdille | 2010-02-23 08:05:42 -0800 (Tue, 23 Feb 2010) | 1 line [MOD] edit article and edit submission: no changes. Homogenize as much as possible the two files ---------------------------------------------- r25547 | jonnybradley | 2010-02-23 07:58:36 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] Add javascript outputs for tiki_full.tpl (like tiki.tpl) ---------------------------------------------- r25546 | sylvieg | 2010-02-23 07:54:49 -0800 (Tue, 23 Feb 2010) | 1 line [MOD]profiler: option mode create or update for fgal and calendar to be able to set duplication ---------------------------------------------- r25545 | jonnybradley | 2010-02-23 07:46:22 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] Filename changes (jquery.sheet 0.54) ---------------------------------------------- r25544 | jonnybradley | 2010-02-23 07:45:43 -0800 (Tue, 23 Feb 2010) | 2 lines [FIX] Search words loosing space chars ---------------------------------------------- r25543 | jonnybradley | 2010-02-23 07:44:00 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] Smarty Notices (sorry Sylvie :) ---------------------------------------------- r25542 | jonnybradley | 2010-02-23 07:43:00 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] Remove the (non functioning?) Smarty display_login var and do the logic for not showing the login module on tiki-login_scr.php in $modlib->filter_active_module() ---------------------------------------------- r25541 | jonnybradley | 2010-02-23 07:28:59 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] JS notonready for filegal window close fn ---------------------------------------------- r25540 | jonnybradley | 2010-02-23 07:27:42 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] Tiny typo on sheet theme ---------------------------------------------- r25539 | jonnybradley | 2010-02-23 07:18:06 -0800 (Tue, 23 Feb 2010) | 1 line [MOD] jQuery Reflection off on bare-bones install (can be added to profiles) ---------------------------------------------- r25538 | jonnybradley | 2010-02-23 07:17:08 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] Another go at setting the img tag width and height for filegal images. ---------------------------------------------- r25537 | jonnybradley | 2010-02-23 06:52:37 -0800 (Tue, 23 Feb 2010) | 2 lines [FIX] Modules default to "open" if $module_display is not set, as when mod-login_box.tpl is used as a template only (without calling the PHP behind). Thanks nkoth - should fix r25493 on tiki-login_scr.php ---------------------------------------------- r25536 | sylvieg | 2010-02-23 05:59:34 -0800 (Tue, 23 Feb 2010) | 1 line [MOD]CALENDAR_NEW, UPCOMING EVENT: param to show or not the add event ---------------------------------------------- r25535 | jonnybradley | 2010-02-23 04:56:10 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] Default for perspective param is true (thanks Marc) ---------------------------------------------- r25532 | pkdille | 2010-02-23 02:59:07 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] articles: untranslated string (bytes) ---------------------------------------------- r25531 | chibaguy | 2010-02-23 01:20:13 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] Transparent border added to div.multiselect normal state to keep content from shifting on hover (:hover has a border). ---------------------------------------------- r25529 | chibaguy | 2010-02-23 00:44:06 -0800 (Tue, 23 Feb 2010) | 1 line [ENH] clearfix class added to .tabs div to enable background styling (make sure tabs are contained). ---------------------------------------------- r25528 | marclaporte | 2010-02-22 22:20:59 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Update URL to correspond to what is in Collaborative Terminology Profile ---------------------------------------------- r25527 | nkoth | 2010-02-22 21:47:41 -0800 (Mon, 22 Feb 2010) | 1 line [ENH] add css class instead of inline style ---------------------------------------------- r25526 | nkoth | 2010-02-22 18:57:10 -0800 (Mon, 22 Feb 2010) | 1 line [ROLLBACK] Revert r25525, the fix did not work ---------------------------------------------- r25525 | nkoth | 2010-02-22 18:35:09 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] After r25493, login box wont appear on tiki-login_scr anymore. This fixes it. ---------------------------------------------- r25523 | chealer | 2010-02-22 14:51:15 -0800 (Mon, 22 Feb 2010) | 1 line remove_user(): Remove persistent login cookies ---------------------------------------------- r25522 | nkoth | 2010-02-22 14:48:12 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Refix r25356 Confision when voting multiple comments to restrict checking to comments ---------------------------------------------- r25521 | jonnybradley | 2010-02-22 13:39:20 -0800 (Mon, 22 Feb 2010) | 1 line [MOD] Convert webmail settings to use tabs ---------------------------------------------- r25520 | jonnybradley | 2010-02-22 13:34:46 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Missing param warning ---------------------------------------------- r25519 | lphuberdeau | 2010-02-22 13:14:47 -0800 (Mon, 22 Feb 2010) | 1 line [NEW]?\194?\160Adding support for comment syntax (reserved node type) ---------------------------------------------- r25518 | lphuberdeau | 2010-02-22 13:11:38 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Handle page renames and deletion ---------------------------------------------- r25517 | jonnybradley | 2010-02-22 13:03:44 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Correct perms check on edit webmail account (and add remarksbox for remarks) ---------------------------------------------- r25516 | sylvieg | 2010-02-22 12:47:41 -0800 (Mon, 22 Feb 2010) | 1 line [FIX]calendar: multiday events must be exported only as one event ---------------------------------------------- r25515 | sylvieg | 2010-02-22 12:27:07 -0800 (Mon, 22 Feb 2010) | 1 line [FIX]tracker: forget in 25509 the case public ---------------------------------------------- r25514 | nkoth | 2010-02-22 11:39:03 -0800 (Mon, 22 Feb 2010) | 1 line [ENH] Allow for no update in special cases where we know it will be updated later ---------------------------------------------- r25513 | jonnybradley | 2010-02-22 11:38:15 -0800 (Mon, 22 Feb 2010) | 1 line [ENH] Add 'from' email address to webmail accounts - overrides user pref if set. ---------------------------------------------- r25512 | sylvieg | 2010-02-22 11:00:18 -0800 (Mon, 22 Feb 2010) | 1 line [FIX]tracker: pretty tracker can use {{xx}} so needs not to cached in this case + plugin name can be in l;ower case now ---------------------------------------------- r25510 | chealer | 2010-02-22 10:44:23 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] colons inside tr blocks ---------------------------------------------- r25509 | sylvieg | 2010-02-22 10:32:06 -0800 (Mon, 22 Feb 2010) | 1 line [MOD]TRACKER: allow the autosavefields in the URL + check if field can be changed this way ---------------------------------------------- r25508 | jonnybradley | 2010-02-22 09:43:20 -0800 (Mon, 22 Feb 2010) | 1 line [ENH] Sheet: change Done button label to Cancel and make Save button leave edit mode. ---------------------------------------------- r25507 | jonnybradley | 2010-02-22 09:39:04 -0800 (Mon, 22 Feb 2010) | 2 lines [FIX] Tabs rendered correctly server-side, so no need to reset by javascript. (keeping these commented out pending some more testing) ---------------------------------------------- r25506 | jonnybradley | 2010-02-22 09:34:53 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Don't set cookie to value already set, and fix for timezone mistaken for year (fixes it for Firefox and Safari) ---------------------------------------------- r25505 | jonnybradley | 2010-02-22 08:50:38 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Show hidden parent for textarea hidden in tab before appying resizable. Fixes modules admin missing user module textarea and problems after attaching file to wiki page (etc). ---------------------------------------------- r25504 | jonnybradley | 2010-02-22 08:35:55 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Render class correctly depending on whether the tab is current or not. ---------------------------------------------- r25503 | jonnybradley | 2010-02-22 08:24:51 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Render HTML correctly depending on whether the menu is open or not. ---------------------------------------------- r25502 | jonnybradley | 2010-02-22 08:18:06 -0800 (Mon, 22 Feb 2010) | 1 line [MOD] setsectionstate now done server-side ---------------------------------------------- r25501 | jonnybradley | 2010-02-22 08:08:27 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Missing ignore ---------------------------------------------- r25500 | sylvieg | 2010-02-22 07:07:24 -0800 (Mon, 22 Feb 2010) | 1 line [MOD]FILES: now param showtitle + fix showmodified ---------------------------------------------- r25499 | jonnybradley | 2010-02-22 06:07:08 -0800 (Mon, 22 Feb 2010) | 1 line [MOD][KIL] Move redundant "setDisplayMenu" code into tiki-map.php as that's the only place old style mnu_ menus are still referenced. Please could someone who has mapserver set-up test and verify this? ---------------------------------------------- r25497 | jonnybradley | 2010-02-22 06:00:27 -0800 (Mon, 22 Feb 2010) | 1 line [ENH] Upgrade schema for spreadsheet toolbar defaults ---------------------------------------------- r25494 | xavidp | 2010-02-22 05:47:05 -0800 (Mon, 22 Feb 2010) | 1 line [FIX]fixing old missreference to local sheet admin perm ---------------------------------------------- r25493 | jonnybradley | 2010-02-22 05:33:55 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Render HTML correctly depending on whether the module is shaded (closed) or not. ---------------------------------------------- r25492 | jonnybradley | 2010-02-22 05:31:06 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Notices (lots) ---------------------------------------------- r25491 | sylvieg | 2010-02-22 04:47:13 -0800 (Mon, 22 Feb 2010) | 1 line [MOD]look: use the same text and look for the tip for multiple select ---------------------------------------------- r25490 | chibaguy | 2010-02-22 02:43:49 -0800 (Mon, 22 Feb 2010) | 1 line [ENH][NEW] Secondary site menu for Coelesce and Strasa themes. ---------------------------------------------- r25489 | chibaguy | 2010-02-22 02:13:57 -0800 (Mon, 22 Feb 2010) | 1 line [ENH][NEW] Look and Feel option for secondary site menu, menu syntax specified in textarea, displays at top of site header area by default. ---------------------------------------------- r25488 | chibaguy | 2010-02-22 01:43:54 -0800 (Mon, 22 Feb 2010) | 1 line [ENH] Look and Feel option for displaying alternate site menus (specified with custom code in textarea). ---------------------------------------------- r25487 | chibaguy | 2010-02-22 00:56:43 -0800 (Mon, 22 Feb 2010) | 1 line [ENH] Hint about menu type choice added for feature_topbar_id_menu. ---------------------------------------------- r25486 | nkoth | 2010-02-22 00:38:25 -0800 (Mon, 22 Feb 2010) | 1 line [ENH] return rssId instead of just true (useful on new creations) ---------------------------------------------- r25485 | chealer | 2010-02-21 21:44:38 -0800 (Sun, 21 Feb 2010) | 3 lines [FIX] failure to create tiki_user_login_cookies oops Thanks Nelson Koth ---------------------------------------------- r25484 | lindonb | 2010-02-21 19:44:29 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Notices. ---------------------------------------------- r25482 | sylvieg | 2010-02-21 15:41:00 -0800 (Sun, 21 Feb 2010) | 1 line [NEW]MAIL: plugin to send direct email(not through tw message to either users, groups, realname user or others ---------------------------------------------- r25481 | jonnybradley | 2010-02-21 11:40:35 -0800 (Sun, 21 Feb 2010) | 2 lines [FIX] "Custom" getElementById() function needs to return element by name if not by id. Fixes toolbars again for now, but really all textareas using them should use id always (TODO). ---------------------------------------------- r25480 | jonnybradley | 2010-02-21 11:22:53 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] All prefs, including radio buttons, need name param (still causes smarty notice if missing) ---------------------------------------------- r25479 | jonnybradley | 2010-02-21 11:21:33 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Add defaults for all prefs - fixes multiple notices at source. ---------------------------------------------- r25478 | jonnybradley | 2010-02-21 11:20:16 -0800 (Sun, 21 Feb 2010) | 1 line [MOD] Rollback of r25475 - better fix for notices to come next ---------------------------------------------- r25477 | jonnybradley | 2010-02-21 10:32:47 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Smarty notices (admin/general) ---------------------------------------------- r25476 | jonnybradley | 2010-02-21 10:32:08 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Smarty notices (admin) ---------------------------------------------- r25475 | jonnybradley | 2010-02-21 10:30:49 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Smarty notices (prefs) ---------------------------------------------- r25474 | jonnybradley | 2010-02-21 10:01:08 -0800 (Sun, 21 Feb 2010) | 2 lines [FIX] Add mordernisations from smarty_setup.php to installer smarty class. E.g. use realpath() and TIKI_SMARTY_DIR for better cross-platform behaviour. Needs testing (please) ---------------------------------------------- r25473 | lindonb | 2010-02-21 09:54:34 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Only partial fix: unset needed to be added after deprecated "=& new" was changed to "= new" in r19072. Permission check was also failing. Still doesn't work with PDO, but at least no fatal error. ---------------------------------------------- r25472 | marclaporte | 2010-02-21 09:52:05 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Dynamic pref description ---------------------------------------------- r25471 | jonnybradley | 2010-02-21 09:43:38 -0800 (Sun, 21 Feb 2010) | 1 line [FXI] jquery.sheet help sheets now load ---------------------------------------------- r25469 | marclaporte | 2010-02-21 09:28:22 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Dynamic prefs. Remove a few empty ones and add one name ---------------------------------------------- r25468 | marclaporte | 2010-02-21 08:57:52 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Add dynamic pref description ---------------------------------------------- r25467 | jonnybradley | 2010-02-21 08:45:47 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Missing global (used in webmail-inbox module) ---------------------------------------------- r25466 | sylvieg | 2010-02-21 07:08:22 -0800 (Sun, 21 Feb 2010) | 1 line [MOD]user: can also inport real name ---------------------------------------------- r25464 | xavidp | 2010-02-21 05:04:57 -0800 (Sun, 21 Feb 2010) | 1 line [FIX]Type of contribution field is nowadays shown also when jquery.sheet is on, but user selections at that field are not saved yet when through jquery interface. Help is needed ( jonnyb ?, sylvieg ? ... ) ---------------------------------------------- r25461 | xavidp | 2010-02-21 02:37:36 -0800 (Sun, 21 Feb 2010) | 1 line [FIX]Fix bug for users with local perm to admin a sheet but not full admin (re: bug1920 ). Thanks space_egd for reporting the fix. ---------------------------------------------- r25460 | nkoth | 2010-02-21 00:28:19 -0800 (Sun, 21 Feb 2010) | 1 line [ENH] Allow showing of list of markers for objects from objectarray ---------------------------------------------- r25459 | nkoth | 2010-02-20 22:55:41 -0800 (Sat, 20 Feb 2010) | 1 line [ENH] More refinements of the new Google maps wikiplugin ---------------------------------------------- r25458 | nkoth | 2010-02-20 18:54:34 -0800 (Sat, 20 Feb 2010) | 1 line [NEW] Add new ajax version using the new wikiplugin ---------------------------------------------- r25457 | nkoth | 2010-02-20 18:42:07 -0800 (Sat, 20 Feb 2010) | 1 line [FIX] Show the current user location of the user if user is specified for geolocating ---------------------------------------------- r25456 | nkoth | 2010-02-20 17:55:52 -0800 (Sat, 20 Feb 2010) | 1 line [NEW] Add geolocator functionality with ability to set user pref for default map view, as well as user location (lon., lat.). Implementation does requires feature_ajax, otherwise I would replace the tiki-gmap_locator.php right away. ---------------------------------------------- r25455 | lindonb | 2010-02-20 17:41:15 -0800 (Sat, 20 Feb 2010) | 1 line [FIX] Previous fix incomplete. Also updated formatting for table. ---------------------------------------------- r25451 | luciash | 2010-02-20 15:26:23 -0800 (Sat, 20 Feb 2010) | 1 line [FIX] description as browser title: make it work again with after|before|none site title location (still not perfect fix but better than nothing) ---------------------------------------------- r25450 | luciash | 2010-02-20 15:01:21 -0800 (Sat, 20 Feb 2010) | 1 line [FIX] description as browser title: do not return span tag there ---------------------------------------------- r25449 | nkoth | 2010-02-20 14:15:15 -0800 (Sat, 20 Feb 2010) | 1 line [MOD] Change to make use of new googlemap plugin (reduce code duplication) ---------------------------------------------- r25448 | nkoth | 2010-02-20 14:13:33 -0800 (Sat, 20 Feb 2010) | 1 line [NEW] All-in-one multipurpose google map wikiplugin (more coming) ---------------------------------------------- r25445 | lindonb | 2010-02-20 12:54:26 -0800 (Sat, 20 Feb 2010) | 1 line [FIX] Now Plugin SQL works with both pdo and adodb (broke in 4.0 with move to pdo). Assumes pdo unless db.local.php has $api_tiki set to adodb. ---------------------------------------------- r25443 | luciash | 2010-02-20 12:09:08 -0800 (Sat, 20 Feb 2010) | 1 line [FIX] admin groups: same as 25442 for adding new group and links to edit users + removal of some unnecessary <a name... ---------------------------------------------- r25442 | luciash | 2010-02-20 11:38:24 -0800 (Sat, 20 Feb 2010) | 1 line [FIX] admin groups: following the links to edit the groups should display the second tab - regression workaround (this problem is not present in 4.x, maybe it is caused by moving the JS files to bottom again) ---------------------------------------------- r25439 | nkoth | 2010-02-20 08:53:49 -0800 (Sat, 20 Feb 2010) | 1 line [DOC] Better tip for state of "Upload image to this post" which is a blog specific feature and should be removed (with migration). If a non-file gallery method of uploading images to blogs is desired, it should be the same one used in the wiki pages (the wiki_up one). ---------------------------------------------- r25436 | xavidp | 2010-02-20 08:04:27 -0800 (Sat, 20 Feb 2010) | 1 line [FIX]Fix contrast with spreadsheet bg and colors, that was lost at some point for a few themes ---------------------------------------------- r25434 | sept_7 | 2010-02-20 05:11:49 -0800 (Sat, 20 Feb 2010) | 2 lines [SEC] Same fix as 25415 : filter arguments ---------------------------------------------- r25431 | pkdille | 2010-02-19 23:32:43 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] caption styling: moving from (some) themes to design.css. All themes will have the captions bold ---------------------------------------------- r25430 | pascalstjean | 2010-02-19 18:47:08 -0800 (Fri, 19 Feb 2010) | 1 line [NEW] - Module displays similar / related content based on FREETAGS attched to currently viewed object. ---------------------------------------------- r25427 | chealer | 2010-02-19 17:07:47 -0800 (Fri, 19 Feb 2010) | 3 lines [SEC] MySQL search: fix buggy validation on _find() $searchDate parameter. Thanks Mateusz Drygas <security[-at-]man.poznan.pl> ---------------------------------------------- r25422 | jonnybradley | 2010-02-19 11:52:46 -0800 (Fri, 19 Feb 2010) | 1 line [FIX] Don't show non-javascript help unless not javascript_enabled ---------------------------------------------- r25421 | jonnybradley | 2010-02-19 11:51:55 -0800 (Fri, 19 Feb 2010) | 1 line [FIX] Dragging first icon to the right hand side fixed ---------------------------------------------- r25420 | jonnybradley | 2010-02-19 11:51:09 -0800 (Fri, 19 Feb 2010) | 1 line [FIX] Get Cell Range icon, and change to default pref ---------------------------------------------- r25418 | sylvieg | 2010-02-19 11:36:26 -0800 (Fri, 19 Feb 2010) | 1 line [MOD]fgal: a button to reset to the default list table setting checked files ---------------------------------------------- r25416 | jonnybradley | 2010-02-19 10:22:46 -0800 (Fri, 19 Feb 2010) | 1 line [ENH] Icons for sheet tools ---------------------------------------------- r25415 | sept_7 | 2010-02-19 10:14:44 -0800 (Fri, 19 Feb 2010) | 2 lines [SEC] filter arguments ---------------------------------------------- r25413 | sylvieg | 2010-02-19 09:37:30 -0800 (Fri, 19 Feb 2010) | 1 line [MOD]TRACKER: new option showstatus to be able to input the status (pretty param: {} ---------------------------------------------- r25412 | lphuberdeau | 2010-02-19 09:15:32 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] Adding view count property to article info operation ---------------------------------------------- r25411 | lphuberdeau | 2010-02-19 09:09:49 -0800 (Fri, 19 Feb 2010) | 1 line [FIX] More SQL errors ---------------------------------------------- r25409 | lphuberdeau | 2010-02-19 09:03:28 -0800 (Fri, 19 Feb 2010) | 1 line [FIX] SQL error ---------------------------------------------- r25408 | sylvieg | 2010-02-19 09:02:31 -0800 (Fri, 19 Feb 2010) | 1 line [MOD]tracker: kill duplicated code ---------------------------------------------- r25406 | jonnybradley | 2010-02-19 08:52:31 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] Changes for jQuery.sheet 0.54 ---------------------------------------------- r25405 | changi67 | 2010-02-19 08:51:57 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] Some french translation ---------------------------------------------- r25404 | changi67 | 2010-02-19 08:44:44 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] replace <a> with selk_link to avoid more translation ---------------------------------------------- r25402 | lphuberdeau | 2010-02-19 08:43:59 -0800 (Fri, 19 Feb 2010) | 1 line [ENH] Linking to documentation ---------------------------------------------- r25401 | lphuberdeau | 2010-02-19 08:37:14 -0800 (Fri, 19 Feb 2010) | 1 line [NEW] Operation to extract information from articles ---------------------------------------------- r25399 | jonnybradley | 2010-02-19 08:09:47 -0800 (Fri, 19 Feb 2010) | 1 line [FIX] Edit perm check ---------------------------------------------- r25398 | changi67 | 2010-02-19 08:07:37 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] Remove css style align right in th ---------------------------------------------- r25397 | lphuberdeau | 2010-02-19 07:36:04 -0800 (Fri, 19 Feb 2010) | 1 line [MOD]?\194?\160Allow to sort articles based on the advanced rating ---------------------------------------------- r25396 | sylvieg | 2010-02-19 07:33:35 -0800 (Fri, 19 Feb 2010) | 1 line [MOD]tracker: {} in pretty tracker (will show o or p or c ---------------------------------------------- r25394 | pkdille | 2010-02-19 07:04:21 -0800 (Fri, 19 Feb 2010) | 1 line [NEW] articles and submission: Give admin the opportunity to define a default size for images. It's a value that can be changed by the user when he contributes an article or a submission. ---------------------------------------------- r25393 | lphuberdeau | 2010-02-19 06:44:35 -0800 (Fri, 19 Feb 2010) | 1 line [ENH] Moving article-related functions to artlib and making sure features are checked in admin categories before listing objects ---------------------------------------------- r25392 | jonnybradley | 2010-02-19 06:01:18 -0800 (Fri, 19 Feb 2010) | 1 line [ENH] Initial implementation of a toolbar for jQuery.sheet - needs polish (and icons etc) ---------------------------------------------- r25391 | jonnybradley | 2010-02-19 05:53:21 -0800 (Fri, 19 Feb 2010) | 1 line [FIX] sheet fixes for saving feedback ---------------------------------------------- r25390 | jonnybradley | 2010-02-19 05:40:48 -0800 (Fri, 19 Feb 2010) | 1 line [FIX] Use the proper test for document.getElementById in the cursed getElementById() function... will fail for IE3 (but we're not supporting that any more are we!) ---------------------------------------------- r25389 | changi67 | 2010-02-19 05:02:17 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] French translation ---------------------------------------------- r25388 | changi67 | 2010-02-19 05:01:52 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] Add translation on pagehistory ---------------------------------------------- r25387 | sylvieg | 2010-02-19 04:42:10 -0800 (Fri, 19 Feb 2010) | 1 line [FIX]title: no reason to open in tikihelp frame. It is not an help ---------------------------------------------- r25386 | changi67 | 2010-02-19 04:22:10 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] Enable translation on submit button ---------------------------------------------- r25385 | changi67 | 2010-02-19 04:20:40 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] UTF-8 encoding for htmlentities ---------------------------------------------- r25384 | nkoth | 2010-02-18 18:48:52 -0800 (Thu, 18 Feb 2010) | 1 line [ENH] Allow filtering of categories shown by list of categoryId and parentId (not just specifying the root which already can be done) ---------------------------------------------- r25383 | nkoth | 2010-02-18 16:48:00 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] More feature checking logic corrections ---------------------------------------------- r25382 | nkoth | 2010-02-18 16:41:31 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Feature check (should be either case), and correct typo in perm check ---------------------------------------------- r25381 | nkoth | 2010-02-18 16:40:49 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Allow for testing for either case when checking for features (this is needed sometimes) ---------------------------------------------- r25380 | nkoth | 2010-02-18 16:15:46 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] two "passwords match" was appearing if ajax is on. Anyway, later on when ajax is always on, the duplication should be removed... Looks like the "Ajax" one is better (it tells you if it match or not as you type)... ---------------------------------------------- r25379 | nkoth | 2010-02-18 15:28:33 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] no harm setting security setting (even if empty string), may elim notice. ---------------------------------------------- r25378 | nkoth | 2010-02-18 15:25:08 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Implement TLS security for sending out mail via SMTP (was simply not working before) ---------------------------------------------- r25377 | jonnybradley | 2010-02-18 15:16:02 -0800 (Thu, 18 Feb 2010) | 2 lines [ENH] Some more enhancements to jQuery.sheet for tiki Warn about lost edits, better feedback about saving and [FIX] bug that limited saved sheets to 9 rows or columns ---------------------------------------------- r25375 | sylvieg | 2010-02-18 15:10:12 -0800 (Thu, 18 Feb 2010) | 1 line [FIX]fgal: the fgals list was not populated when moving ---------------------------------------------- r25374 | jonnybradley | 2010-02-18 14:39:27 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Static function not defined as static (strict) ---------------------------------------------- r25373 | nkoth | 2010-02-18 14:27:23 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Missing setting of param [ENH] add mailer error message for admin ---------------------------------------------- r25372 | pkdille | 2010-02-18 13:10:55 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] wiki authors + copyright: un-duplicate some code and move the wiki authors code out of tiki-show_page ---------------------------------------------- r25371 | lphuberdeau | 2010-02-18 12:24:29 -0800 (Thu, 18 Feb 2010) | 1 line [NEW]?\194?\160Adding function to input static strings ---------------------------------------------- r25370 | lphuberdeau | 2010-02-18 12:17:52 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] Add uncalculated elements to the loop ---------------------------------------------- r25369 | sylvieg | 2010-02-18 12:05:41 -0800 (Thu, 18 Feb 2010) | 1 line [FIX]calendar: fix ical export when jscalendar is not on ---------------------------------------------- r25368 | lphuberdeau | 2010-02-18 11:48:38 -0800 (Thu, 18 Feb 2010) | 1 line [NEW] Adding rating-sum, identical to rating-average ---------------------------------------------- r25367 | pascalstjean | 2010-02-18 11:31:05 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] - removed SAVE button. Replaced SAVE and EXIT to act as default SAVE. The goal is to keep the Save workflow similar to Articles and Wiki Pages. ---------------------------------------------- r25366 | pascalstjean | 2010-02-18 11:29:18 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] - Added Default value to published Date variable & assign current Date if not set. ---------------------------------------------- r25365 | pascalstjean | 2010-02-18 11:27:52 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] - changed convert_sortmode call to convertSortMode ---------------------------------------------- r25364 | pascalstjean | 2010-02-18 11:12:46 -0800 (Thu, 18 Feb 2010) | 1 line [NEW] - Added Ability to choose published date for Blog post ---------------------------------------------- r25362 | sylvieg | 2010-02-18 11:00:25 -0800 (Thu, 18 Feb 2010) | 1 line [MOD]fgal: option to search in the content of the files of the current fgal: redirect on the tiki-searchxx ---------------------------------------------- r25361 | pascalstjean | 2010-02-18 10:45:48 -0800 (Thu, 18 Feb 2010) | 1 line [NEW] - Added UI to choose published date for Blog post ---------------------------------------------- r25359 | lphuberdeau | 2010-02-18 10:27:29 -0800 (Thu, 18 Feb 2010) | 1 line [FIX]?\194?\160Must also verify the parent feature ---------------------------------------------- r25358 | lphuberdeau | 2010-02-18 10:27:07 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Parse error introduced earlier ---------------------------------------------- r25357 | lphuberdeau | 2010-02-18 10:22:13 -0800 (Thu, 18 Feb 2010) | 1 line [MOD]?\194?\160Connect recalculation of ratings to voting or page load, as configured ---------------------------------------------- r25356 | lphuberdeau | 2010-02-18 10:21:31 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Confusion when voting multiple comments ---------------------------------------------- r25355 | lphuberdeau | 2010-02-18 10:20:52 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Wrong type sent to the plugin ---------------------------------------------- r25354 | Jyhem | 2010-02-18 10:10:49 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Provide blogTitle for module last_blog_posts when last_blog_posts is called for no perticular blog ---------------------------------------------- r25353 | sylvieg | 2010-02-18 09:26:52 -0800 (Thu, 18 Feb 2010) | 1 line [MOD]users: acn import default_group too ---------------------------------------------- r25352 | lphuberdeau | 2010-02-18 09:23:23 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Wrong quotes used, variable not expanded ---------------------------------------------- r25351 | changi67 | 2010-02-18 09:12:18 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] Some french traduction ---------------------------------------------- r25350 | lphuberdeau | 2010-02-18 08:54:12 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] Convert rating wiki plugin to ratinglib ---------------------------------------------- r25349 | sylvieg | 2010-02-18 08:27:24 -0800 (Thu, 18 Feb 2010) | 1 line [FIX]TRACKER: to have the email bodies refreshed ---------------------------------------------- r25348 | pkdille | 2010-02-18 08:24:17 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] tiki-show_page: no changes indenting only ---------------------------------------------- r25347 | lphuberdeau | 2010-02-18 08:18:52 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Confusing error message ---------------------------------------------- r25346 | lphuberdeau | 2010-02-18 08:01:46 -0800 (Thu, 18 Feb 2010) | 1 line [NEW] Allow to generate auth tokens from tell a friend page to provide privileged access. ---------------------------------------------- r25345 | sept_7 | 2010-02-18 07:00:14 -0800 (Thu, 18 Feb 2010) | 2 lines [FIX] avoid infinite redirection loop in installer ---------------------------------------------- r25344 | pkdille | 2010-02-18 06:34:31 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] wiki page: the categbar div should only be in the html code if not empty ---------------------------------------------- r25343 | sylvieg | 2010-02-18 05:19:44 -0800 (Thu, 18 Feb 2010) | 1 line [FIX]history: Do not change the history version if no history is kept (otherwise people think they are losing history ---------------------------------------------- r25342 | chealer | 2010-02-18 01:36:25 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Notice: Undefined index: u_info ---------------------------------------------- r25341 | chealer | 2010-02-18 01:26:58 -0800 (Thu, 18 Feb 2010) | 3 lines [SEC] move persistent login cookies from tiki_preferences to new table tiki_user_login_cookies Intertiki changes untested userslib: remove unused functions get_user_hash() and get_user_by_hash() ---------------------------------------------- r25337 | changi67 | 2010-02-18 00:16:56 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] Adding svn:keywords ---------------------------------------------- r25336 | chealer | 2010-02-17 21:03:21 -0800 (Wed, 17 Feb 2010) | 1 line Installer: better confine disabling of error reporting to .sql files ---------------------------------------------- r25335 | chealer | 2010-02-17 20:56:48 -0800 (Wed, 17 Feb 2010) | 1 line [KIL] more: DB abstraction ---------------------------------------------- r25334 | lindonb | 2010-02-17 19:13:32 -0800 (Wed, 17 Feb 2010) | 1 line [FIX] Fix various small bugs in pluginimg: use classes to display border well in all themes, fix border display problems with certain parameter settings, ensure button functions properly when thumb isn't set. ---------------------------------------------- r25333 | nkoth | 2010-02-17 18:41:13 -0800 (Wed, 17 Feb 2010) | 1 line [ENH] get article links and title when getting more info from actionlog results ---------------------------------------------- r25332 | nkoth | 2010-02-17 18:30:29 -0800 (Wed, 17 Feb 2010) | 1 line [FIX] broken URL ---------------------------------------------- r25331 | nkoth | 2010-02-17 18:23:43 -0800 (Wed, 17 Feb 2010) | 1 line [NEW] All display of "who viewed my stuff" on user information page (part 2/2) ---------------------------------------------- r25330 | nkoth | 2010-02-17 17:50:00 -0800 (Wed, 17 Feb 2010) | 1 line [NEW] All display of "who viewed my stuff" on user information page (part 1) ---------------------------------------------- r25329 | nkoth | 2010-02-17 15:00:27 -0800 (Wed, 17 Feb 2010) | 2 lines [FIX] Reload after deleting menu item to prevent white screen (better ideas on how to fix this are welcome) ---------------------------------------------- r25328 | sylvieg | 2010-02-17 14:53:28 -0800 (Wed, 17 Feb 2010) | 1 line [MOD]TRACKER: possibility to have a different template for each email ---------------------------------------------- r25327 | luciash | 2010-02-17 14:14:45 -0800 (Wed, 17 Feb 2010) | 1 line [FIX] advanced search help: xhtml typos and p cannot contain div ---------------------------------------------- r25326 | luciash | 2010-02-17 14:07:12 -0800 (Wed, 17 Feb 2010) | 1 line typo - html parsing error ---------------------------------------------- r25325 | lphuberdeau | 2010-02-17 13:55:51 -0800 (Wed, 17 Feb 2010) | 1 line [NEW] Admin panel to configure rating calculations ---------------------------------------------- r25323 | sylvieg | 2010-02-17 11:00:22 -0800 (Wed, 17 Feb 2010) | 5 lines parse correctly long lines of *****. Ex: *************************** * xxx ************************** ---------------------------------------------- r25322 | sylvieg | 2010-02-17 10:58:25 -0800 (Wed, 17 Feb 2010) | 1 line [FIX]blog: add a | for visibilty ---------------------------------------------- r25321 | sylvieg | 2010-02-17 10:57:54 -0800 (Wed, 17 Feb 2010) | 1 line [FIX] html valid ---------------------------------------------- r25320 | sylvieg | 2010-02-17 10:52:37 -0800 (Wed, 17 Feb 2010) | 1 line [MOD]fgal: possibility to limit a search on a fgal ---------------------------------------------- r25319 | nkoth | 2010-02-17 09:20:46 -0800 (Wed, 17 Feb 2010) | 1 line [FIX] related to [ENH] Add ability to filter files returned by specific creator user , fixing the wrong order of varas being bound to query ---------------------------------------------- r25318 | sylvieg | 2010-02-17 09:18:34 -0800 (Wed, 17 Feb 2010) | 1 line [MOD]fgal: display the mime types that have no search handler ---------------------------------------------- r25317 | nkoth | 2010-02-17 08:50:38 -0800 (Wed, 17 Feb 2010) | 1 line [ENH] Add ability to filter files returned by specific creator user ---------------------------------------------- r25315 | nkoth | 2010-02-17 08:41:59 -0800 (Wed, 17 Feb 2010) | 1 line [FIX][ENH] Add ability to filter files returned by specific creator user (previous commit), but still not perfect yet ---------------------------------------------- r25312 | sylvieg | 2010-02-17 08:02:17 -0800 (Wed, 17 Feb 2010) | 1 line [FIX]broadcast: group broadcasting was only sending to the maxRecords first users od a group ---------------------------------------------- r25307 | sylvieg | 2010-02-17 04:45:53 -0800 (Wed, 17 Feb 2010) | 1 line [MOD]snarf: plugin parameter to allow cache for a period of time + global cache option ---------------------------------------------- r25306 | sylvieg | 2010-02-17 03:43:20 -0800 (Wed, 17 Feb 2010) | 1 line [FIX]users: password are not required when modifying a user+html ---------------------------------------------- r25303 | chealer | 2010-02-17 01:38:04 -0800 (Wed, 17 Feb 2010) | 1 line OpenID: avoid two consecutive slashes in URL when returning from provider in webserver root ---------------------------------------------- r25300 | chealer | 2010-02-17 00:10:20 -0800 (Wed, 17 Feb 2010) | 2 lines [FIX] OpenID on machines running httpd as several users. thanks Marc Laporte [FIX] OpenID on Microsoft Windows (not verified) ---------------------------------------------- r25299 | changi67 | 2010-02-16 23:40:29 -0800 (Tue, 16 Feb 2010) | 1 line [MOD]: add copyright and id to lang files ---------------------------------------------- r25296 | chealer | 2010-02-16 20:57:05 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] error message on OpenID authentication failure (r15187 regression) ---------------------------------------------- r25295 | ricks99 | 2010-02-16 18:47:57 -0800 (Tue, 16 Feb 2010) | 1 line [ENH]Re-wrote (hopefully improving) the advanced search help. Text now includes better explanations, examples, and parallel structure. **PLS** review the explanation of the *, <, and > terms -- I'm not sure I fully understand what they do. ---------------------------------------------- r25294 | nkoth | 2010-02-16 17:46:16 -0800 (Tue, 16 Feb 2010) | 1 line [ENH] Show user's language like "English (en)" instead of just en ---------------------------------------------- r25293 | ricks99 | 2010-02-16 17:36:39 -0800 (Tue, 16 Feb 2010) | 1 line [ENH]150px was not wide enough to show "very weak" -- was causing line break in UI. Now all pw security prompts fit on a single line. ---------------------------------------------- r25292 | nkoth | 2010-02-16 16:26:55 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Set file type correctly to mime type (not integer image type) ---------------------------------------------- r25289 | jonnybradley | 2010-02-16 16:09:18 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Make room for jQuery.sheet control-bar ---------------------------------------------- r25288 | jonnybradley | 2010-02-16 15:38:49 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Better jQuery.sheet resize ---------------------------------------------- r25287 | nkoth | 2010-02-16 14:42:43 -0800 (Tue, 16 Feb 2010) | 1 line [NEW] Show large full size image (stored in file gallery) for users in addition to small avatar ---------------------------------------------- r25285 | xavidp | 2010-02-16 12:57:22 -0800 (Tue, 16 Feb 2010) | 1 line [FIX]Hoping to fix my partial former commit r24833 with this other one. I was attempting to apply a patch suggested by someone in preacrios.org (using 3.x) which seemed to work there, but it seems that they didn't report about everywhere where those two lines had to be added. If this doesn't solve your concerns, pkdille, (& quality team), please rollback. ---------------------------------------------- r25283 | lphuberdeau | 2010-02-16 12:38:23 -0800 (Tue, 16 Feb 2010) | 1 line [NEW] Function to calculate score aggregates ---------------------------------------------- r25282 | nkoth | 2010-02-16 11:54:06 -0800 (Tue, 16 Feb 2010) | 1 line [NEW] Add ability to have a large full size image (stored in file gallery) for users in addition to small avatar ---------------------------------------------- r25281 | sylvieg | 2010-02-16 11:05:57 -0800 (Tue, 16 Feb 2010) | 1 line [FIX]forum: avoid this variable may not be empty: $_POST["thread_sort_mode"] + rollback 25266 that is not the right fix ---------------------------------------------- r25280 | lphuberdeau | 2010-02-16 11:04:14 -0800 (Tue, 16 Feb 2010) | 1 line [NEW] Adding very simple library to manage attributes on any object (to be used by upcoming features) ---------------------------------------------- r25279 | jonnybradley | 2010-02-16 10:55:38 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Handle saving calculations properly in spreadsheets ---------------------------------------------- r25278 | jonnybradley | 2010-02-16 10:27:10 -0800 (Tue, 16 Feb 2010) | 1 line [MOD] Rename TikiSheet to Spreadsheets (user visible instances only) ---------------------------------------------- r25277 | lphuberdeau | 2010-02-16 10:09:40 -0800 (Tue, 16 Feb 2010) | 1 line [NEW] All new, cleaner, rating library, unconnected until second half is added ---------------------------------------------- r25276 | lphuberdeau | 2010-02-16 10:08:04 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Eliminate notice and do not depend on PHP 5.3 to report errors ---------------------------------------------- r25275 | jonnybradley | 2010-02-16 09:58:10 -0800 (Tue, 16 Feb 2010) | 1 line [KIL] Remove last bit of screencasts ---------------------------------------------- r25274 | jonnybradley | 2010-02-16 09:56:06 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Remove reference to global $prefs in upgrade_20091123_upgrade_categperm_2_tiki() ---------------------------------------------- r25273 | jonnybradley | 2010-02-16 09:43:05 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Make user avatars multi-tiki aware ---------------------------------------------- r25272 | jonnybradley | 2010-02-16 09:41:28 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Make minify functions multi-tiki aware ---------------------------------------------- r25271 | jonnybradley | 2010-02-16 09:40:19 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Repair installer for multi-tiki - half of it was always using db/local.php regardless of 'multi' setting ---------------------------------------------- r25269 | jonnybradley | 2010-02-16 09:27:08 -0800 (Tue, 16 Feb 2010) | 1 line [MOD] Categ perms warning wording ---------------------------------------------- r25268 | jonnybradley | 2010-02-16 09:24:10 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Missing globals for upgrade_20100118_image_plugins_kill_tiki() ---------------------------------------------- r25267 | jonnybradley | 2010-02-16 09:20:52 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Disable display_errors during install as errors are reported in the post-update page ---------------------------------------------- r25266 | sylvieg | 2010-02-16 08:55:47 -0800 (Tue, 16 Feb 2010) | 1 line [FIX]forum: avoid this variable may not be empty: $_POST["thread_sort_mode"] ---------------------------------------------- r25265 | alain_desilets | 2010-02-16 08:10:19 -0800 (Tue, 16 Feb 2010) | 1 line [ENH] User admin. Segregated errror messages from feedback messages. Feedback is printed discreetly at the top of the page, while error messages are printed more prominently on an error screen. ---------------------------------------------- r25263 | changi67 | 2010-02-16 07:52:44 -0800 (Tue, 16 Feb 2010) | 1 line [MOD] header change : copyright + Id ---------------------------------------------- r25261 | lphuberdeau | 2010-02-16 07:04:33 -0800 (Tue, 16 Feb 2010) | 1 line [ENH] Turns out repeated calls to info functions are expensive due to the large amount of calls to tra(), adding this return value cache cuts down the global call count from 1800 to 300 on the default home page (~20% execution time) ---------------------------------------------- r25260 | lphuberdeau | 2010-02-16 06:45:47 -0800 (Tue, 16 Feb 2010) | 1 line [FIX]?\194?\160Generated cookie names for votes caused tiki to be slower ever single vote made, changing the default filter on cookies to a more efficient filter ---------------------------------------------- r25250 | chealer | 2010-02-16 01:03:55 -0800 (Tue, 16 Feb 2010) | 1 line rename 200902026_admin_menu_tiki to 20090226_admin_menu_tiki ---------------------------------------------- r25249 | chealer | 2010-02-16 00:57:47 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] standalone PHP schema scripts not recorded as installed (r25204 regression) ---------------------------------------------- r25246 | chealer | 2010-02-15 23:26:37 -0800 (Mon, 15 Feb 2010) | 1 line [FIX] Installer: toggling display of failed queries (r24794 regression) ---------------------------------------------- r25245 | chealer | 2010-02-15 22:35:54 -0800 (Mon, 15 Feb 2010) | 7 lines [FIX] Admin users from bad merge in r23669 Password choice input: [ENH] Password fields behavior [FIX] Register: Caps lock detection [FIX] Register: graphical password strength display [FIX] Admin users: entered password cleared when navigating [ENH] Register: Add "Passwords match" from Admin users ---------------------------------------------- r25243 | chealer | 2010-02-15 20:53:58 -0800 (Mon, 15 Feb 2010) | 1 line [FIX] Registration with passcode: typo "sytem" ---------------------------------------------- r25241 | jonnybradley | 2010-02-15 11:28:34 -0800 (Mon, 15 Feb 2010) | 1 line [CSS] Remove last (?) vestiges of shadowbox ---------------------------------------------- r25240 | jonnybradley | 2010-02-15 11:26:12 -0800 (Mon, 15 Feb 2010) | 1 line [MOD] Show busy-loading spinner (if feature_ajax) while edit sheet is preparing, as it can be quite slow. ---------------------------------------------- r25239 | jonnybradley | 2010-02-15 11:23:12 -0800 (Mon, 15 Feb 2010) | 1 line [MOD] Refactoring of ajax loading code and removal of some !importants from the CSS that stopped it working (also sync with layout-reference.css) ---------------------------------------------- r25238 | jonnybradley | 2010-02-15 11:15:41 -0800 (Mon, 15 Feb 2010) | 2 lines [FIX] Move feedback call from Tiki_Profile_Object into Tiki_Profile and display in an alert after profile is loaded. Needs (lots) more testing and polish. ---------------------------------------------- r25237 | lphuberdeau | 2010-02-15 11:00:45 -0800 (Mon, 15 Feb 2010) | 1 line [ENH] Make rating options configurable on wiki and article ---------------------------------------------- r25236 | sylvieg | 2010-02-15 10:30:07 -0800 (Mon, 15 Feb 2010) | 1 line [FIX]tracker: revote on star field ---------------------------------------------- r25235 | lphuberdeau | 2010-02-15 10:08:14 -0800 (Mon, 15 Feb 2010) | 1 line [NEW] Deploying rating to wiki ---------------------------------------------- r25234 | lphuberdeau | 2010-02-15 09:56:23 -0800 (Mon, 15 Feb 2010) | 1 line [NEW] Adding user ratings to articles ---------------------------------------------- r25233 | lphuberdeau | 2010-02-15 09:35:42 -0800 (Mon, 15 Feb 2010) | 1 line [MOD] Move most logic to a plugin to ease deployment ---------------------------------------------- r25232 | lphuberdeau | 2010-02-15 08:25:39 -0800 (Mon, 15 Feb 2010) | 1 line [FIX] Remove validation on trackers as the allowed values are not known in that function ---------------------------------------------- r25231 | lphuberdeau | 2010-02-15 08:19:13 -0800 (Mon, 15 Feb 2010) | 1 line [MOD]?\194?\160Moving user already voted check inside register_user_vote and adding validation for the value voted to prevent someone from voting 1000000 (I tried, it worked) ---------------------------------------------- r25230 | lphuberdeau | 2010-02-15 08:17:29 -0800 (Mon, 15 Feb 2010) | 1 line [FIX] Parse error ---------------------------------------------- r25228 | sylvieg | 2010-02-15 07:51:17 -0800 (Mon, 15 Feb 2010) | 1 line [MOD]backup: optional scp ---------------------------------------------- r25227 | jonnybradley | 2010-02-15 07:18:53 -0800 (Mon, 15 Feb 2010) | 1 line [MOD] Tiny typo ---------------------------------------------- r25226 | jonnybradley | 2010-02-15 07:18:16 -0800 (Mon, 15 Feb 2010) | 1 line [FIX] Export sheet edeit button didn't know about jQuery.sheet ---------------------------------------------- r25225 | lphuberdeau | 2010-02-15 07:12:45 -0800 (Mon, 15 Feb 2010) | 1 line [FIX]?\194?\160Comment rating and various other ratings would not store the user votes long term ---------------------------------------------- r25224 | lphuberdeau | 2010-02-15 06:49:35 -0800 (Mon, 15 Feb 2010) | 1 line [MOD] Allow to specify default rating coming from a feed ---------------------------------------------- r25223 | sylvieg | 2010-02-15 05:46:44 -0800 (Mon, 15 Feb 2010) | 1 line [FIX]calendar: not to have delete... in pagination ---------------------------------------------- r25222 | sylvieg | 2010-02-15 05:36:20 -0800 (Mon, 15 Feb 2010) | 1 line [FIX]calendar: sql error with find ---------------------------------------------- r25221 | lindonb | 2010-02-14 16:41:10 -0800 (Sun, 14 Feb 2010) | 1 line [FIX] Smarty variable calendarViewMode not assigned, causing unnecessary date range to be shown in month view (February 2010 - February 2010). ---------------------------------------------- r25220 | sylvieg | 2010-02-14 15:31:41 -0800 (Sun, 14 Feb 2010) | 1 line [FIX]htaccess: the comments are not depending on rewrite ---------------------------------------------- r25217 | luciash | 2010-02-14 14:53:17 -0800 (Sun, 14 Feb 2010) | 1 line [FIX] better fix for 24380: user messages: prefer user preferences max messages to display pagination ---------------------------------------------- r25216 | sylvieg | 2010-02-14 14:29:39 -0800 (Sun, 14 Feb 2010) | 1 line [FIX]comments: do not show moderation title if nothing to do ---------------------------------------------- r25215 | pkdille | 2010-02-14 13:36:34 -0800 (Sun, 14 Feb 2010) | 1 line [MOD] workspaces: remove the menu items in menu 42. When workspaces will be back, this items have to be added again ---------------------------------------------- r25214 | sylvieg | 2010-02-14 13:25:38 -0800 (Sun, 14 Feb 2010) | 1 line [FIX]find: a class for the 2 categs find (for those who do not want to find on categ ---------------------------------------------- r25212 | lindonb | 2010-02-14 12:58:17 -0800 (Sun, 14 Feb 2010) | 1 line [FIX] Add missing options for button parameter. Delete last ctype_digit, which causes false returns even when parameters are properly set - also unnecessary with filters. ---------------------------------------------- r25209 | changi67 | 2010-02-14 12:26:45 -0800 (Sun, 14 Feb 2010) | 1 line [MOD] Some french trad ---------------------------------------------- r25208 | changi67 | 2010-02-14 12:09:50 -0800 (Sun, 14 Feb 2010) | 1 line [MOD] remove profile in menu ---------------------------------------------- r25206 | sylvieg | 2010-02-14 11:44:36 -0800 (Sun, 14 Feb 2010) | 1 line [FIX]grouplist: must keep the order ---------------------------------------------- r25205 | sylvieg | 2010-02-14 11:18:30 -0800 (Sun, 14 Feb 2010) | 1 line [FIX]groups: limit the including groups to the first level ---------------------------------------------- r25204 | sylvieg | 2010-02-14 10:53:00 -0800 (Sun, 14 Feb 2010) | 1 line [FIX]installer: do not record the script name in tiki-schema if error occured. Like this the script will be run again at the next upgrade ---------------------------------------------- r25203 | changi67 | 2010-02-14 10:50:15 -0800 (Sun, 14 Feb 2010) | 1 line [MOD] get svnrev on every system (not only english one) ---------------------------------------------- r25201 | sylvieg | 2010-02-14 05:52:12 -0800 (Sun, 14 Feb 2010) | 1 line typo-ths lindon ---------------------------------------------- r25200 | sylvieg | 2010-02-13 15:54:45 -0800 (Sat, 13 Feb 2010) | 1 line [FIX]directory: try to mimic the rest - when you are in a specific object - show it in the title ---------------------------------------------- r25199 | sylvieg | 2010-02-13 15:44:40 -0800 (Sat, 13 Feb 2010) | 1 line [fix]directory: kill the br - replace bold with semantic hx ---------------------------------------------- r25198 | sylvieg | 2010-02-13 14:49:54 -0800 (Sat, 13 Feb 2010) | 1 line [FIX]key: use as much as possible - group can be long (todo: use id) ---------------------------------------------- r25197 | pkdille | 2010-02-13 14:45:59 -0800 (Sat, 13 Feb 2010) | 1 line [FIX] svn properties: last cleanup of the svn properties. ---------------------------------------------- r25194 | chealer | 2010-02-13 14:07:33 -0800 (Sat, 13 Feb 2010) | 1 line [MOD][SEC] Remove Standard Remember method for persistent login and use Simple instead. IP address and User agent are no more checked ---------------------------------------------- r25186 | sylvieg | 2010-02-13 13:03:38 -0800 (Sat, 13 Feb 2010) | 1 line [FIX]profile: do not use httprequest but directly get the page when the datachannel is local (domain=tiki://local) ---------------------------------------------- r25185 | lindonb | 2010-02-13 13:00:56 -0800 (Sat, 13 Feb 2010) | 1 line [FIX] Allow &scale and &preview url parameters to work together and &thumbnail and &preview to work with dimension parameters. ---------------------------------------------- r25184 | rlpowell | 2010-02-13 12:33:38 -0800 (Sat, 13 Feb 2010) | 6 lines Avoid duplicates. -This line, and those below, will be ignored-- M tiki-setup_base.php ---------------------------------------------- r25181 | pkdille | 2010-02-13 11:40:13 -0800 (Sat, 13 Feb 2010) | 1 line [MOD] svn properties: some text files had binary files mime-types ---------------------------------------------- r25179 | pascalstjean | 2010-02-13 10:26:07 -0800 (Sat, 13 Feb 2010) | 1 line [FIX] added check to see if Category feature is on before making a CategLib call. ---------------------------------------------- r25178 | lindonb | 2010-02-13 09:53:47 -0800 (Sat, 13 Feb 2010) | 1 line [FIX] Use famfam color enlarge button icon so that it shows when darkroom theme is used. ---------------------------------------------- r25176 | lindonb | 2010-02-13 09:01:43 -0800 (Sat, 13 Feb 2010) | 1 line [FIX] Need width anytime desc parameter is set. ---------------------------------------------- r25173 | chibaguy | 2010-02-12 22:59:13 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Rules in metrics.css such as for .pagetitle were affecting other pages, so are commented out until the correct scope of this stylesheet is set. ---------------------------------------------- r25172 | chibaguy | 2010-02-12 22:52:45 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Moved metrics.css from styles directory to css so it isn't listed as a theme. ---------------------------------------------- r25171 | ricks99 | 2010-02-12 15:40:32 -0800 (Fri, 12 Feb 2010) | 1 line [FIX]Addressed multiple xhtml validation errors. All pages of the installer now validate properly. ---------------------------------------------- r25170 | jonnybradley | 2010-02-12 15:04:11 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Warning on foreach ---------------------------------------------- r25169 | jonnybradley | 2010-02-12 14:51:15 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Move stubborn bit of javascript from template to php ({jq} block was breaking the whole page, but not for any understandable reason) ---------------------------------------------- r25168 | jonnybradley | 2010-02-12 14:23:11 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Missing (but unusable) param missing from plugin_enabled() call. ---------------------------------------------- r25167 | chealer | 2010-02-12 13:45:08 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] HTML for add events link (r23755 regression) ---------------------------------------------- r25166 | sylvieg | 2010-02-12 13:37:15 -0800 (Fri, 12 Feb 2010) | 1 line [FIX]calendar: fix calendar name in tiki_objects ---------------------------------------------- r25163 | jonnybradley | 2010-02-12 13:01:11 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Move jscalendar JS into doc.onready (fixes JS error on tiki-calendar.php and probably others) ---------------------------------------------- r25160 | jonnybradley | 2010-02-12 12:50:20 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Move tikitabs onload JS to doc.onready (code in lib/setup/cookies.php committed accidentally in r25157) ---------------------------------------------- r25159 | jonnybradley | 2010-02-12 12:34:09 -0800 (Fri, 12 Feb 2010) | 1 line [MOD] Refactor all body tags to use {html_body_attributes} function. ---------------------------------------------- r25158 | jonnybradley | 2010-02-12 12:30:47 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Add return false to onclicks ---------------------------------------------- r25157 | jonnybradley | 2010-02-12 12:27:58 -0800 (Fri, 12 Feb 2010) | 1 line [MOD] New Smarty function to build the attributes for all body tags. Deployment/refactoring to come next... ---------------------------------------------- r25155 | sylvieg | 2010-02-12 11:13:36 -0800 (Fri, 12 Feb 2010) | 1 line [FIX]installer: fix reference on calendar (so its categorization) + some more trace ---------------------------------------------- r25154 | jonnybradley | 2010-02-12 10:10:06 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Change JS to use document.onready block - should fix some of the spurious JS errors occuring after removing old show/hide functions (which were still being called by this). ---------------------------------------------- r25153 | nkoth | 2010-02-12 08:09:27 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Rollback (and add comment) of r25052 (which was the attempt to do access check deployment all around). ---------------------------------------------- r25152 | sylvieg | 2010-02-12 07:48:50 -0800 (Fri, 12 Feb 2010) | 1 line [MOD]profiler: can also get some syntax error of the profiler ---------------------------------------------- r25151 | alain_desilets | 2010-02-12 07:43:37 -0800 (Fri, 12 Feb 2010) | 1 line [REF] Cleaning up UpdatePagesTest (more to come). ---------------------------------------------- r25147 | pkdille | 2010-02-12 07:21:39 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] page-bar: when no buttons are visible, the page_bar div has not to be included in the code ---------------------------------------------- r25146 | pkdille | 2010-02-12 07:19:27 -0800 (Fri, 12 Feb 2010) | 1 line [MOD] page-bar: remove some useless code ---------------------------------------------- r25144 | jonnybradley | 2010-02-12 06:54:06 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Open folder icons breaking on AJAX responses - tried lots of clever things but only checking the filename didn't start with an 'o' worked. ---------------------------------------------- r25142 | sylvieg | 2010-02-12 06:42:05 -0800 (Fri, 12 Feb 2010) | 1 line [MOD]datachannel: option debug to show some feedback ---------------------------------------------- r25138 | jonnybradley | 2010-02-12 05:47:16 -0800 (Fri, 12 Feb 2010) | 2 lines [KIL] Remove some dead code forom tiki-js.js (setSomeElement, replaceSome, replaceImgSrc, flip_multi, setopacity, setfoldericonstate) Have grep'ed extensively on all file types and these fn's are not found (except some in changelog.txt) - but if anyone knows or spots otherwise yell or rollack! ---------------------------------------------- r25137 | jonnybradley | 2010-02-12 05:28:29 -0800 (Fri, 12 Feb 2010) | 1 line [KIL] Remove tiki-js.js functions overridden in tiki-jquery.js (show, hide, flip and switchCheckboxes) ---------------------------------------------- r25136 | jonnybradley | 2010-02-12 05:15:10 -0800 (Fri, 12 Feb 2010) | 1 line [INDENT] No code changes ---------------------------------------------- r25134 | jonnybradley | 2010-02-12 04:33:18 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Override dates wasn't entirely overriding the dates ---------------------------------------------- r25133 | jonnybradley | 2010-02-12 04:32:22 -0800 (Fri, 12 Feb 2010) | 1 line [MOD] Helpful description ---------------------------------------------- r25132 | jonnybradley | 2010-02-12 04:31:11 -0800 (Fri, 12 Feb 2010) | 1 line [MOD] Pref dependency ---------------------------------------------- r25131 | alain_desilets | 2010-02-12 04:19:09 -0800 (Fri, 12 Feb 2010) | 1 line [REF] Cleaning up UpdatePagesTest ---------------------------------------------- r25127 | sept_7 | 2010-02-12 03:10:12 -0800 (Fri, 12 Feb 2010) | 3 lines [FIX] fix some permission checks on File Galleries mainly in get_files, use specific perms on object in addition to global perms... ---------------------------------------------- r25122 | pkdille | 2010-02-12 01:54:37 -0800 (Fri, 12 Feb 2010) | 1 line [MOD] wiki editdate styling: put a top border as a separation between the wiki page and this informations ---------------------------------------------- r25121 | pkdille | 2010-02-12 01:47:18 -0800 (Fri, 12 Feb 2010) | 1 line [MOD] wiki editdate styling: give a smaller size to this text in order to see a difference with the wiki page ---------------------------------------------- r25120 | nkoth | 2010-02-11 21:35:59 -0800 (Thu, 11 Feb 2010) | 2 lines [ENH] Activate category search filter for find under file galleries ---------------------------------------------- r25119 | nkoth | 2010-02-11 21:31:49 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Parameters passed out of proper sequence to query causing filter to not work properly ---------------------------------------------- r25118 | nkoth | 2010-02-11 19:34:53 -0800 (Thu, 11 Feb 2010) | 1 line [ENH] Allow category filtering in Find in file galleries ---------------------------------------------- r25117 | nkoth | 2010-02-11 17:27:32 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Just some cleanup and prevention of js errors due to undefined elements ---------------------------------------------- r25116 | nkoth | 2010-02-11 16:06:28 -0800 (Thu, 11 Feb 2010) | 1 line [DOC] add comment ---------------------------------------------- r25115 | jonnybradley | 2010-02-11 16:04:59 -0800 (Thu, 11 Feb 2010) | 1 line [ENH] New saveSheet method for sheets using JSON - mostly working now. ---------------------------------------------- r25114 | nkoth | 2010-02-11 15:53:25 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] More perm checking fixing to incorporate either logic ---------------------------------------------- r25113 | nkoth | 2010-02-11 15:46:06 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Show "Read more..." text only if tiki_p_read_article is y ---------------------------------------------- r25112 | nkoth | 2010-02-11 15:34:32 -0800 (Thu, 11 Feb 2010) | 1 line [ENH] Add ability to check for any one of a list of permissions (either one will suffice) ---------------------------------------------- r25111 | luciash | 2010-02-11 15:29:40 -0800 (Thu, 11 Feb 2010) | 1 line & > & ---------------------------------------------- r25110 | luciash | 2010-02-11 15:25:48 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] mediaplayer plugin: the additional optional params are correctly passed to the FlashVars now ---------------------------------------------- r25109 | nkoth | 2010-02-11 15:15:37 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Permissions checking via access->check_permission checks for all of the perms, so the checks before that check for multiple ones did not make sense. With the admin perms, they automatically inherit those under the same perm section and need not be specified again. ---------------------------------------------- r25108 | luciash | 2010-02-11 15:01:58 -0800 (Thu, 11 Feb 2010) | 1 line oops, transparent is a string of course ---------------------------------------------- r25107 | alain_desilets | 2010-02-11 14:56:10 -0800 (Thu, 11 Feb 2010) | 1 line [ENH] Fixing unit tests for UpdatePages.php. ---------------------------------------------- r25106 | luciash | 2010-02-11 14:56:06 -0800 (Thu, 11 Feb 2010) | 1 line [ENH] mediaplayer plugin: make some params dropdown options in plugin helper ---------------------------------------------- r25104 | nkoth | 2010-02-11 14:50:52 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] perm typo ---------------------------------------------- r25103 | nkoth | 2010-02-11 13:39:16 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Proper handling of showing of toolbar in comment/forum post editor depending on whether wiki syntax is accepted ---------------------------------------------- r25101 | luciash | 2010-02-11 12:54:25 -0800 (Thu, 11 Feb 2010) | 1 line [ENH] mediaplayer plugin: fullscreen and wmode params ---------------------------------------------- r25100 | lphuberdeau | 2010-02-11 12:52:20 -0800 (Thu, 11 Feb 2010) | 1 line [NEW] Allow to select default categories for new articles ---------------------------------------------- r25099 | nkoth | 2010-02-11 12:14:09 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Do not show comments area if specific page is set to not allow comments ---------------------------------------------- r25098 | lphuberdeau | 2010-02-11 12:13:44 -0800 (Thu, 11 Feb 2010) | 1 line [NEW] Allow to delay publication ---------------------------------------------- r25097 | jonnybradley | 2010-02-11 11:20:58 -0800 (Thu, 11 Feb 2010) | 2 lines [ENH] Tiki-sheet can now parse wiki syntax in cells. More to come (has produced more problems saving sheets with jQuery.sheet - saveSheet() needs rewiting... next) ---------------------------------------------- r25096 | lphuberdeau | 2010-02-11 11:20:49 -0800 (Thu, 11 Feb 2010) | 1 line [ROLLBACK]?\194?\160Apparently, it only pushed it back. ---------------------------------------------- r25095 | lphuberdeau | 2010-02-11 11:18:05 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Smarty parse error (unknown cause, but this fixes it) ---------------------------------------------- r25094 | nkoth | 2010-02-11 11:06:05 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] When switching back to single selector from multiple selector when only one selected, to forget multiple selector settings otherwise it gets in the way ---------------------------------------------- r25093 | nkoth | 2010-02-11 11:00:35 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] previous commit (this should only show in the main search area, not on the top bar search...) ---------------------------------------------- r25092 | nkoth | 2010-02-11 10:58:19 -0800 (Thu, 11 Feb 2010) | 1 line [ENH] Allow category filter in searches ---------------------------------------------- r25090 | lphuberdeau | 2010-02-11 10:35:15 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Enclose article content in ~np~ as it is all HTML. Make the pagination of article content optional as it breaks the wiki syntax. ---------------------------------------------- r25089 | nkoth | 2010-02-11 10:27:30 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] missing parameter ---------------------------------------------- r25088 | nkoth | 2010-02-11 10:23:50 -0800 (Thu, 11 Feb 2010) | 2 lines [ENH] Allow category filter in searches ---------------------------------------------- r25087 | lphuberdeau | 2010-02-11 10:15:02 -0800 (Thu, 11 Feb 2010) | 1 line [NEW] Allow to pull RSS feeds into tiki articles ---------------------------------------------- r25086 | lphuberdeau | 2010-02-11 09:55:34 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] I have nothing against new words, but this one causes a parse error. ---------------------------------------------- r25084 | jonnybradley | 2010-02-11 09:19:58 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] {jq notonready=true} for "normal" JS (makes language select dropdown work again) ---------------------------------------------- r25082 | changi67 | 2010-02-11 09:07:03 -0800 (Thu, 11 Feb 2010) | 1 line [MOD] Header: Copyright + Id ---------------------------------------------- r25075 | jonnybradley | 2010-02-11 07:44:35 -0800 (Thu, 11 Feb 2010) | 1 line [KIL] Unused smarty function. No references found and no real commits since 2004 ---------------------------------------------- r25074 | lphuberdeau | 2010-02-11 07:35:36 -0800 (Thu, 11 Feb 2010) | 1 line [MOD] Rewriting external feed library to use Zend_Feed_Reader rather than an assorted set of regex. Should add support for more formats, resolve multiple issues and speed up feed display (feeds used to be parsed every single time they were displayed and sorted manually) ---------------------------------------------- r25071 | jonnybradley | 2010-02-11 07:05:31 -0800 (Thu, 11 Feb 2010) | 1 line [KIL] Removing unused partial copy off PEAR::Date in lib/Date again (initially done in r8895 by sept_7 in 2007?) ---------------------------------------------- r25069 | jonnybradley | 2010-02-11 06:56:44 -0800 (Thu, 11 Feb 2010) | 1 line [CSS] More monochromatic-ness ---------------------------------------------- r25068 | jonnybradley | 2010-02-11 06:51:53 -0800 (Thu, 11 Feb 2010) | 2 lines [FIX] Add overrideDates param to articles plugin so you can list the date range you actually want, whether the 'article type' says so or not. Also various other small fixes (including don't default to only 3 items) and some code reformatting. ---------------------------------------------- r25067 | sylvieg | 2010-02-11 06:33:34 -0800 (Thu, 11 Feb 2010) | 1 line rollback 25033 to a better fix ---------------------------------------------- r25066 | jonnybradley | 2010-02-11 06:30:13 -0800 (Thu, 11 Feb 2010) | 1 line [MOD] Add $override_dates param to list_articles. This allows you to ignore the "show before publish" and "show after expiry" date settings on the article type (in other words find only the date range you were looking for). ---------------------------------------------- r25065 | pkdille | 2010-02-11 05:44:58 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] remove false Id informations in changelog.txt ---------------------------------------------- r25064 | jonnybradley | 2010-02-11 05:40:44 -0800 (Thu, 11 Feb 2010) | 1 line [ENH] Object perms management page gets it's own menu item ---------------------------------------------- r25063 | jonnybradley | 2010-02-11 05:36:39 -0800 (Thu, 11 Feb 2010) | 1 line [MOD] Move menu options (items) list into same table as the form and 'menu preview' for better layout (especially with long menus like 42) ---------------------------------------------- r25059 | jonnybradley | 2010-02-11 05:18:37 -0800 (Thu, 11 Feb 2010) | 1 line [MOD] Slightly more sensible error messages ---------------------------------------------- r25057 | chibaguy | 2010-02-11 05:00:38 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] IE7 width rule for wysiwyg toolbar container (toolbar right end was cut off in narrow themes). Thanks to coaboa for pointing out the problem. ---------------------------------------------- r25056 | sylvieg | 2010-02-11 04:46:53 -0800 (Thu, 11 Feb 2010) | 1 line [FIX]tracker: fix free group selection ---------------------------------------------- r25055 | chibaguy | 2010-02-11 04:42:46 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] IE6 width rule for wysiwyg toolbar container (toolbar right end was cut off in narrow themes). Thanks to coaboa for pointing out the problem. ---------------------------------------------- r25054 | chibaguy | 2010-02-11 04:34:27 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Min-width for wysiwyg toolbar container (toolbar right end was cut off in narrow themes). Thanks to coaboa for pointing out the problem. ---------------------------------------------- r25052 | changi67 | 2010-02-11 02:55:52 -0800 (Thu, 11 Feb 2010) | 1 line [MOD] access check: deploy some accesslib check functions ---------------------------------------------- r25050 | pkdille | 2010-02-11 01:15:26 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] svn property keywords removed from changelog file ---------------------------------------------- r25043 | chealer | 2010-02-10 22:13:04 -0800 (Wed, 10 Feb 2010) | 1 line [SEC] Server-side persistent login cookie deletion (r23616 regression) ---------------------------------------------- r25041 | chealer | 2010-02-10 22:08:51 -0800 (Wed, 10 Feb 2010) | 1 line [FIX] Persistent login cookie path (r7443 regression) ---------------------------------------------- r25040 | chealer | 2010-02-10 22:08:37 -0800 (Wed, 10 Feb 2010) | 1 line [FIX] Default cookie path outside tikiroot if Tiki not in domain root ---------------------------------------------- r25039 | chealer | 2010-02-10 20:53:35 -0800 (Wed, 10 Feb 2010) | 1 line improve some code, hoping to protect others from brain damage ---------------------------------------------- r25038 | nkoth | 2010-02-10 18:44:14 -0800 (Wed, 10 Feb 2010) | 1 line [FIX] If comment title equals page name, it should simply not show since this is the auto-created when the comment is created with no title ---------------------------------------------- r25037 | nkoth | 2010-02-10 17:48:08 -0800 (Wed, 10 Feb 2010) | 1 line [FIX] Titles of comments titled "Untitled" should simply not be shown ---------------------------------------------- r25036 | nkoth | 2010-02-10 17:42:31 -0800 (Wed, 10 Feb 2010) | 1 line [FIX] Do not show comments title box check was wrong ---------------------------------------------- r25035 | nkoth | 2010-02-10 16:51:31 -0800 (Wed, 10 Feb 2010) | 1 line [ENH] Activate showing of date range filter when finding articles ---------------------------------------------- r25034 | nkoth | 2010-02-10 16:48:58 -0800 (Wed, 10 Feb 2010) | 1 line [ENH] Allow filtering of Find results by published date for articles ---------------------------------------------- r25033 | sylvieg | 2010-02-10 14:48:46 -0800 (Wed, 10 Feb 2010) | 1 line [FIX]date: temporary fix - recent changes in date did not accept anymore the trick date ='--' for a non defined date - need to find another trick - meanwhile - avoid blank screen - more to come ---------------------------------------------- r25032 | pkdille | 2010-02-10 14:20:37 -0800 (Wed, 10 Feb 2010) | 1 line [MOD] svn props: test on one file to fix the svn:keywords property ---------------------------------------------- r25031 | nkoth | 2010-02-10 13:13:28 -0800 (Wed, 10 Feb 2010) | 1 line [ENH] Allow for finding within date range in find.tpl ---------------------------------------------- r25030 | sylvieg | 2010-02-10 13:12:57 -0800 (Wed, 10 Feb 2010) | 1 line [FIX]profile: if a category with the same name at the same level exists, repalce the categ ---------------------------------------------- r25029 | sylvieg | 2010-02-10 12:56:20 -0800 (Wed, 10 Feb 2010) | 1 line [FIX]profile: getData does nor return an array ---------------------------------------------- r25028 | ricks99 | 2010-02-10 11:56:44 -0800 (Wed, 10 Feb 2010) | 1 line [FIX]fixed xhtml validation errors ---------------------------------------------- r25023 | sylvieg | 2010-02-10 09:44:14 -0800 (Wed, 10 Feb 2010) | 1 line [MOD]tracker fields: checkbox for global delete ---------------------------------------------- r25022 | jonnybradley | 2010-02-10 07:22:45 -0800 (Wed, 10 Feb 2010) | 1 line [FIX] Take 2 for fix $install_type notice but keeping change admin password form after clean install (thanks chealer) ---------------------------------------------- r25020 | sylvieg | 2010-02-10 04:21:19 -0800 (Wed, 10 Feb 2010) | 1 line missing to 25019 ---------------------------------------------- r25019 | sylvieg | 2010-02-10 04:03:22 -0800 (Wed, 10 Feb 2010) | 1 line [NEW]grouplist: plugin to list the groups including a group and link to the home page ---------------------------------------------- r25018 | chealer | 2010-02-09 21:55:33 -0800 (Tue, 09 Feb 2010) | 2 lines [FIX] HTML special chars escaping jonnyb: might want to check this ---------------------------------------------- r25016 | nkoth | 2010-02-09 20:34:57 -0800 (Tue, 09 Feb 2010) | 2 lines [ENH] Activate selection of multiple categories when finding for articles and wiki pages ---------------------------------------------- r25015 | nkoth | 2010-02-09 20:32:38 -0800 (Tue, 09 Feb 2010) | 2 lines [ENH] Allow for multiple selection of categories when finding for articles and wiki pages ---------------------------------------------- r25014 | chealer | 2010-02-09 19:00:21 -0800 (Tue, 09 Feb 2010) | 2 lines [FIX] No prompt for admin password change after install (r24878 regression) reported by Alain D?\195?\169silets ---------------------------------------------- r25013 | Jyhem | 2010-02-09 17:32:04 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] Ooops, I should not have removed this in r24963 ---------------------------------------------- r25012 | sylvieg | 2010-02-09 15:01:46 -0800 (Tue, 09 Feb 2010) | 1 line [MOD]group: show id ---------------------------------------------- r25011 | nkoth | 2010-02-09 14:42:13 -0800 (Tue, 09 Feb 2010) | 1 line [ENH] continued from last commit: Need ability to change all selectors when tree checkboxes are used for purposes of finding, for e.g. ---------------------------------------------- r25009 | nkoth | 2010-02-09 14:06:36 -0800 (Tue, 09 Feb 2010) | 1 line [ENH] Move the code for generating the category tree into the lib, so it can be used elsewhere other than in categorize_list.php (for find.tpl for example - coming soon). ---------------------------------------------- r25008 | sylvieg | 2010-02-09 13:57:49 -0800 (Tue, 09 Feb 2010) | 1 line [MOD]More: unify the more link with a class more ---------------------------------------------- r25007 | changi67 | 2010-02-09 13:39:24 -0800 (Tue, 09 Feb 2010) | 1 line [MOD] access check: deploy some accesslib check functions; array is faster :) thx pkdille ---------------------------------------------- r25004 | pkdille | 2010-02-09 13:22:36 -0800 (Tue, 09 Feb 2010) | 1 line [MOD] access check: deploy some accesslib check functions to some files. ---------------------------------------------- r25002 | jonnybradley | 2010-02-09 11:25:57 -0800 (Tue, 09 Feb 2010) | 2 lines [FIX] Move strlen function back to 2nd arg of enigmatic "for" loop (partial rollback of r22634 which caused an endless loop here) N.B. Also needs back-porting to 4.x ---------------------------------------------- r25001 | jonnybradley | 2010-02-09 10:59:39 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] Move closing </a> tags to end of links ---------------------------------------------- r25000 | jonnybradley | 2010-02-09 10:58:55 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] More JS headerlib tidying (plus some svn props) ---------------------------------------------- r24999 | sylvieg | 2010-02-09 10:00:46 -0800 (Tue, 09 Feb 2010) | 1 line missing include ---------------------------------------------- r24998 | lphuberdeau | 2010-02-09 08:35:24 -0800 (Tue, 09 Feb 2010) | 1 line [MOD]?\194?\160Allow to remove preferences from the perspective by dragging out ---------------------------------------------- r24997 | sylvieg | 2010-02-09 08:32:17 -0800 (Tue, 09 Feb 2010) | 1 line [FIX]blog: make no sense to put the actions in the class bloginfo ---------------------------------------------- r24996 | jonnybradley | 2010-02-09 08:01:33 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] Correct logic for $show_heading ---------------------------------------------- r24995 | sylvieg | 2010-02-09 07:52:18 -0800 (Tue, 09 Feb 2010) | 1 line [FIX]wrong class ---------------------------------------------- r24994 | nkoth | 2010-02-09 07:30:47 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] Show expiry date of article on read_article if selected in the type to do so ---------------------------------------------- r24993 | nkoth | 2010-02-09 07:19:05 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] category tree and list not showing ---------------------------------------------- r24992 | lphuberdeau | 2010-02-09 06:00:01 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] Value not returned, thus unused ---------------------------------------------- r24991 | lphuberdeau | 2010-02-09 05:33:40 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] Uncenter everything, including that file everywhere had a bad side-effect ---------------------------------------------- r24989 | jonnybradley | 2010-02-09 04:25:14 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] Replace unknown var $image in _load_data() and ignore E_NOTICE in display() if no buffer already. ---------------------------------------------- r24988 | jonnybradley | 2010-02-09 03:17:54 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] Only show one comments button if javascript disabled ---------------------------------------------- r24987 | sept_7 | 2010-02-09 02:05:26 -0800 (Tue, 09 Feb 2010) | 2 lines [FIX] fix change in API for characters encoding settings ---------------------------------------------- r24986 | sept_7 | 2010-02-09 01:01:55 -0800 (Tue, 09 Feb 2010) | 9 lines [FIX] fix Sylvie pb with commit 24697 : PHP (5.3.1) ERROR (E_WARNING): File: lib/smarty_tiki/block.jq.php Line: 35 Type: Missing argument 3 for smarty_block_jq(), called in /var/www/html/tiki/lib/wiki-plugins/wikiplugin_trackerfilter.php on line 176 and defined Use headerlib->add_js instead of smarty_block_jq that calls headerlib->add_js ---------------------------------------------- r24985 | chealer | 2010-02-08 22:35:17 -0800 (Mon, 08 Feb 2010) | 2 lines [FIX] HTML special chars escaping [FIX] no pages in blogs ---------------------------------------------- r24983 | chealer | 2010-02-08 22:32:25 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] HTML entities converted to their characters in edit field ---------------------------------------------- r24982 | chealer | 2010-02-08 21:47:59 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] get_db_preferences(): comparison of 0 with strings in preferences ---------------------------------------------- r24981 | luciash | 2010-02-08 16:58:30 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] general admin: php error reporting dropdown select needs all values numeric otherwise its options are not selected and saved properly ---------------------------------------------- r24980 | sylvieg | 2010-02-08 16:08:32 -0800 (Mon, 08 Feb 2010) | 1 line [FIX]split: to have the colsize sync with param ---------------------------------------------- r24979 | sylvieg | 2010-02-08 14:12:31 -0800 (Mon, 08 Feb 2010) | 1 line [FIX]split: do not put 2 times %% in the width ---------------------------------------------- r24976 | sylvieg | 2010-02-08 12:02:19 -0800 (Mon, 08 Feb 2010) | 1 line [FIX]calendar: show always admin calendars (otherwise hard to find how to create a second calendar ---------------------------------------------- r24975 | jonnybradley | 2010-02-08 11:59:09 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] Mend comments button (r24794 casualty). Not sure why this was done by JS document.write in the first place - seems to work for me as a "normal" button. ---------------------------------------------- r24974 | sylvieg | 2010-02-08 11:45:17 -0800 (Mon, 08 Feb 2010) | 1 line [FIX]calendar: at least show an empty calendar table when no calendar has been created ---------------------------------------------- r24973 | jonnybradley | 2010-02-08 11:45:05 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] _childcontainer show/hide JS fixes ---------------------------------------------- r24971 | jonnybradley | 2010-02-08 11:27:03 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] ereg_replace is deprecated - hope this is correct (tested at least twice!) ---------------------------------------------- r24970 | lphuberdeau | 2010-02-08 11:21:14 -0800 (Mon, 08 Feb 2010) | 1 line [MOD]?\194?\160Allow to specify callbacks when adding items to cart ---------------------------------------------- r24969 | jonnybradley | 2010-02-08 10:50:48 -0800 (Mon, 08 Feb 2010) | 1 line [ENH] New mode for wikiplugin_bloglist: Not "simple list" as before but full blog posts. Also add container class param. ---------------------------------------------- r24968 | jonnybradley | 2010-02-08 10:38:59 -0800 (Mon, 08 Feb 2010) | 1 line [ENH] Expose container class as a param (and add some filters) ---------------------------------------------- r24967 | lphuberdeau | 2010-02-08 10:37:22 -0800 (Mon, 08 Feb 2010) | 1 line [ENH] Fix security script to read check_permission, check_feature and new permission checks (ie ->view) ---------------------------------------------- r24963 | Jyhem | 2010-02-08 09:38:50 -0800 (Mon, 08 Feb 2010) | 1 line [ENH] Manage the blog 'mark as private' option and privilege the use of bloglib function list_blog_posts over tikilib duplicate function ---------------------------------------------- r24962 | jonnybradley | 2010-02-08 09:18:23 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] Move JS into {jq} block and KIL redundant single line JS file. ---------------------------------------------- r24961 | jonnybradley | 2010-02-08 08:27:45 -0800 (Mon, 08 Feb 2010) | 2 lines [FIX] Semicolons at end of query breaks ADODB getOne() Also removed stray inclusion of tiki-setup_base.php (broke other things) ---------------------------------------------- r24960 | lphuberdeau | 2010-02-08 08:23:42 -0800 (Mon, 08 Feb 2010) | 1 line [ENH]?\194?\160When a plugin is disabled, show dynamic preferences for admin and add disabled/missing plugin reporting when called from outside the parser ---------------------------------------------- r24959 | sylvieg | 2010-02-08 08:17:34 -0800 (Mon, 08 Feb 2010) | 1 line [NEW]user: option to create group when importing users ---------------------------------------------- r24958 | lphuberdeau | 2010-02-08 07:55:37 -0800 (Mon, 08 Feb 2010) | 1 line [ENH] Removing dead code. Plugin match will never provide a plugin that does not execute, so the condition was never used. ---------------------------------------------- r24957 | lphuberdeau | 2010-02-08 07:50:49 -0800 (Mon, 08 Feb 2010) | 1 line [MOD]?\194?\160Adding wiki plugin output mode and smarty plugin to execute wiki plugins attempting to avoid full execution when possible ---------------------------------------------- r24956 | sylvieg | 2010-02-08 07:47:38 -0800 (Mon, 08 Feb 2010) | 1 line [FIX]import user: missing in commit 24604 ---------------------------------------------- r24955 | jonnybradley | 2010-02-08 07:43:39 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] Show expiry date if article type says so ---------------------------------------------- r24953 | jonnybradley | 2010-02-08 07:09:56 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] Missing pref ---------------------------------------------- r24952 | jonnybradley | 2010-02-08 07:09:40 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] Articles list headings out of sync ---------------------------------------------- r24951 | jonnybradley | 2010-02-08 06:59:47 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] Don't display "Read more" if showing "fullbody" (from articles plugin) ---------------------------------------------- r24950 | jonnybradley | 2010-02-08 06:28:24 -0800 (Mon, 08 Feb 2010) | 1 line [MOD] Comment ---------------------------------------------- r24949 | jonnybradley | 2010-02-08 06:10:51 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] Change "st" param on add_feedback call to "3" (for info) ---------------------------------------------- r24948 | luciash | 2010-02-08 06:04:51 -0800 (Mon, 08 Feb 2010) | 1 line [ENH] .htaccess: Do not use ETags by default - gives grade A in YSlow for Configure entity tags ---------------------------------------------- r24947 | changi67 | 2010-02-08 05:48:45 -0800 (Mon, 08 Feb 2010) | 1 line [MOD] access check: deploy some accesslib check functions. + Replace split by explode where no pattern is needed ---------------------------------------------- r24946 | jonnybradley | 2010-02-08 05:28:07 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] Small improvements and fix to testMail ---------------------------------------------- r24943 | changi67 | 2010-02-08 02:49:49 -0800 (Mon, 08 Feb 2010) | 1 line [MOD] access check: deploy some accesslib check functions. ---------------------------------------------- r24938 | chealer | 2010-02-07 20:40:24 -0800 (Sun, 07 Feb 2010) | 2 lines [FIX] Top users generally empty (r21284 regression) thanks gerbert ---------------------------------------------- r24937 | chealer | 2010-02-07 20:38:36 -0800 (Sun, 07 Feb 2010) | 1 line [FIX] Admin Modules (r24932 regression) ---------------------------------------------- r24936 | luciash | 2010-02-07 20:04:28 -0800 (Sun, 07 Feb 2010) | 1 line [ENH] wikiplugin trackerlist: better/more info/descriptions for the plugin helper ---------------------------------------------- r24935 | luciash | 2010-02-07 19:16:59 -0800 (Sun, 07 Feb 2010) | 1 line [FIX] wikiplugin trackerlist: typo caused sort_mode=lastModif_desc to return "Incorrect param" error ---------------------------------------------- r24934 | sept_7 | 2010-02-07 16:13:58 -0800 (Sun, 07 Feb 2010) | 2 lines [TYPO] correction of typo ---------------------------------------------- r24932 | sept_7 | 2010-02-07 16:08:42 -0800 (Sun, 07 Feb 2010) | 2 lines [ENH]?\194?\160use access lib function for feature and permission checks ---------------------------------------------- r24929 | nkoth | 2010-02-07 13:50:40 -0800 (Sun, 07 Feb 2010) | 1 line [ENH] Add type filter to articles rss feed ---------------------------------------------- r24925 | sylvieg | 2010-02-07 13:24:44 -0800 (Sun, 07 Feb 2010) | 1 line [FIX]tracker: fix the link for star/rating: trackerlist can be on other than a wiki page ---------------------------------------------- r24924 | sylvieg | 2010-02-07 12:24:50 -0800 (Sun, 07 Feb 2010) | 1 line [FIX]tracker: keep all the url params except those used by the vote when replacing the voting(ex: keep itemId ---------------------------------------------- r24922 | sylvieg | 2010-02-07 11:59:48 -0800 (Sun, 07 Feb 2010) | 1 line [FIX]tracker: the first main field is probably the best: TODO: a setting in a tracker that gives the syntax of the item name (ex: / ) ---------------------------------------------- r24921 | jonnybradley | 2010-02-07 11:45:44 -0800 (Sun, 07 Feb 2010) | 1 line [FIX] Use headerlib for tiki-sheet JS (broken when JS moved to end of page) ---------------------------------------------- r24919 | jonnybradley | 2010-02-07 11:32:13 -0800 (Sun, 07 Feb 2010) | 2 lines [FIX] Correct problems with disappearing file galleries caused by 20090811_filegals_container_tiki.sql when running on MySQL 4.1 (wish3000). ---------------------------------------------- r24918 | chealer | 2010-02-07 11:01:24 -0800 (Sun, 07 Feb 2010) | 2 lines [FIX] calls to removed cast() (r24484 regression). oops thanks Pascal Kustner ---------------------------------------------- r24916 | jonnybradley | 2010-02-07 10:33:12 -0800 (Sun, 07 Feb 2010) | 1 line [ENH] Pagination for version list on page history (switchable in case you need to compare version on a "page" boundary). ---------------------------------------------- r24915 | jonnybradley | 2010-02-07 09:25:26 -0800 (Sun, 07 Feb 2010) | 1 line [FIX] Multiple notices in lib/diff ---------------------------------------------- r24914 | jonnybradley | 2010-02-07 08:53:24 -0800 (Sun, 07 Feb 2010) | 2 lines [MOD] Remove !important from textarea, option, select, & body.wikitext definition - otherwise every other background-color definition on any textarea, option or select, including in theme options will also need !important added to it. No visual change that i can find. ---------------------------------------------- r24913 | jonnybradley | 2010-02-07 08:49:56 -0800 (Sun, 07 Feb 2010) | 1 line [FIX] Page source fixed (plus use textarea to show source and other fixes) ---------------------------------------------- r24912 | jonnybradley | 2010-02-07 08:47:32 -0800 (Sun, 07 Feb 2010) | 1 line [MOD] Use conventional English on buttons ---------------------------------------------- r24906 | pkdille | 2010-02-06 22:54:28 -0800 (Sat, 06 Feb 2010) | 1 line [MOD] accesslib: all admin panels are reachable through tiki-admin.php. The name of the panels is enough to build the url. Also some minor cleanups ---------------------------------------------- r24905 | lindonb | 2010-02-06 22:31:00 -0800 (Sat, 06 Feb 2010) | 1 line [FIX] Don't add height and width when rel=box (seemed to mess up display). Add a default width if not included in stylebox input. Other tidying. ---------------------------------------------- r24902 | lindonb | 2010-02-06 12:56:02 -0800 (Sat, 06 Feb 2010) | 1 line [FIX] No functionaty changed. Only category objects now go through category code and other clean up. ---------------------------------------------- r24901 | lindonb | 2010-02-06 11:49:24 -0800 (Sat, 06 Feb 2010) | 1 line [FIX] Integrate new randomGalleryId parameter so that all other parameters work with it. ---------------------------------------------- r24899 | lindonb | 2010-02-06 09:00:13 -0800 (Sat, 06 Feb 2010) | 1 line [FIX] Correct filters added in commit 24669 and updated some plugin info descriptions. ---------------------------------------------- r24897 | jonnybradley | 2010-02-05 14:09:35 -0800 (Fri, 05 Feb 2010) | 7 lines [ENH] Page history (mini-revamp part 2): Single navigation when diff is of adjacent versions Comparison radio buttons disabled when not relevant Simplified diff_style menu (plus "advanced" mode button) Clear diff when switching to session mode Removed distracting numbers from navigation ...and various other minor fixes and layout improvements ---------------------------------------------- r24896 | jonnybradley | 2010-02-05 13:55:09 -0800 (Fri, 05 Feb 2010) | 1 line [MOD] Add show_numbers param to pagination controls (default "y") ---------------------------------------------- r24894 | sylvieg | 2010-02-05 11:10:05 -0800 (Fri, 05 Feb 2010) | 1 line [NEW]wiki: new perm tiki_p_wiki_view_ref to be able to see a page in modules and rss (without the data) convenient for a site with only one page visible. (more modules to come) ---------------------------------------------- r24893 | lphuberdeau | 2010-02-05 11:02:55 -0800 (Fri, 05 Feb 2010) | 1 line [FIX] After a second look, the root of all evil was the great idea to retrieve all posts in a forum to obtain the last one. Please stop. ---------------------------------------------- r24892 | jonnybradley | 2010-02-05 10:35:23 -0800 (Fri, 05 Feb 2010) | 1 line [FIX] Plugin edit message ---------------------------------------------- r24891 | sylvieg | 2010-02-05 10:33:09 -0800 (Fri, 05 Feb 2010) | 1 line [FIX]fix 24885 - thx pkdille ---------------------------------------------- r24890 | jonnybradley | 2010-02-05 09:46:44 -0800 (Fri, 05 Feb 2010) | 1 line [ENH] Optionally show article id in list ---------------------------------------------- r24889 | jonnybradley | 2010-02-05 09:36:08 -0800 (Fri, 05 Feb 2010) | 1 line [FIX] Admin article types help button fix ---------------------------------------------- r24888 | jonnybradley | 2010-02-05 09:24:55 -0800 (Fri, 05 Feb 2010) | 1 line [MOD] Add $container_class to output of articles and bloglist plugins (.wikiplugin_articles or .wikiplugin_bloglist respectively) for custom CSS targeting. ---------------------------------------------- r24887 | lphuberdeau | 2010-02-05 09:23:58 -0800 (Fri, 05 Feb 2010) | 1 line [FIX]?\194?\160The call to list_forums() adds a signigicant memory overhead (+95M on test install) and COP overhead (30% on test install) for not much value added. Replacing with direct query to avoid it. list_forums() requires love/rework. The slowdown is caused by slow queries in a loop (many of them). ---------------------------------------------- r24886 | jonnybradley | 2010-02-05 09:09:42 -0800 (Fri, 05 Feb 2010) | 1 line [ENH] Add date range params to bloglist plugin ---------------------------------------------- r24885 | sylvieg | 2010-02-05 09:00:57 -0800 (Fri, 05 Feb 2010) | 1 line [FIX]error: say at least page not found - when redirect on search. Put the error in remarksbox ---------------------------------------------- r24884 | jonnybradley | 2010-02-05 08:04:59 -0800 (Fri, 05 Feb 2010) | 1 line [SVN] Add *.js to ignores ---------------------------------------------- r24883 | jonnybradley | 2010-02-05 08:01:43 -0800 (Fri, 05 Feb 2010) | 1 line [FIX] jQ for theme & option menus now uses name attribute to find them (id's changed after lesser magic). ---------------------------------------------- r24882 | alain_desilets | 2010-02-05 07:59:17 -0800 (Fri, 05 Feb 2010) | 1 line [MOD][i18n] Added an outline of the automatic bilingual sentence alignment algorithm in BilingualAligner. Doesn't do anything really. Just to provide guidance to Akshi Gupta, a student who is working on finishing this. ---------------------------------------------- r24881 | jonnybradley | 2010-02-05 07:58:34 -0800 (Fri, 05 Feb 2010) | 1 line [MOD] Don't bind event to show/hide the _childcontainer div if it doesn't exist. ---------------------------------------------- r24880 | sept_7 | 2010-02-05 07:51:54 -0800 (Fri, 05 Feb 2010) | 2 lines [ENH] Small layout enhancement for Prefernces search ---------------------------------------------- r24879 | sept_7 | 2010-02-05 07:34:31 -0800 (Fri, 05 Feb 2010) | 2 lines [EHN] use $access->check_feature instead of open coding it.. ---------------------------------------------- r24878 | jonnybradley | 2010-02-05 07:32:36 -0800 (Fri, 05 Feb 2010) | 1 line [FIX] Various notice and warning fixes for the installer ---------------------------------------------- r24877 | sept_7 | 2010-02-05 07:29:31 -0800 (Fri, 05 Feb 2010) | 3 lines [EHN] allow a 'keywords' field in the definition of prefs to be able to find prefs more easily... ---------------------------------------------- r24876 | jonnybradley | 2010-02-05 05:57:16 -0800 (Fri, 05 Feb 2010) | 2 lines [FIX] Fix date format for plugins (datepicker) as parsing formats set in prefs is too brittle (depends on locale, browser etc). Remove unused parseDateString() and JS/PHP date format info. ---------------------------------------------- r24875 | jonnybradley | 2010-02-05 05:54:00 -0800 (Fri, 05 Feb 2010) | 1 line [MOD] Move jQuery input setup to after element is attached to parent ---------------------------------------------- r24874 | luciash | 2010-02-05 05:50:37 -0800 (Fri, 05 Feb 2010) | 1 line [MOD] CSS: move the input_submit_container in the general layout.css + added to reference file ---------------------------------------------- r24873 | jonnybradley | 2010-02-05 04:32:58 -0800 (Fri, 05 Feb 2010) | 1 line [FIX] Split is deprecated ---------------------------------------------- r24871 | jonnybradley | 2010-02-05 04:24:20 -0800 (Fri, 05 Feb 2010) | 1 line [MOD] Update Zend framework to latest stable (1.10) ---------------------------------------------- r24870 | jonnybradley | 2010-02-05 03:42:53 -0800 (Fri, 05 Feb 2010) | 1 line [FIX] $key not defined - hopefully $k is the right one? ---------------------------------------------- r24869 | sept_7 | 2010-02-05 02:41:59 -0800 (Fri, 05 Feb 2010) | 3 lines [MERGE] merging of experimental/tiki-log-merge to trunk The aim of this is to unify tikilogs adn tikiactionlog, so now all logs are recorded via tikiactions logs... ---------------------------------------------- r24868 | sept_7 | 2010-02-05 02:32:20 -0800 (Fri, 05 Feb 2010) | 3 lines [FIX] fic change-passwd {jq} function should not be declared in the onready part... So add notonready=true in {jq} ---------------------------------------------- r24867 | sept_7 | 2010-02-05 02:22:35 -0800 (Fri, 05 Feb 2010) | 2 lines [FIX] installer : don't use {jq} in the installer for now ---------------------------------------------- r24865 | sept_7 | 2010-02-05 00:17:13 -0800 (Fri, 05 Feb 2010) | 2 lines [FIX] tiki-upload_file : show the result of the upload ---------------------------------------------- r24863 | ricks99 | 2010-02-04 17:59:34 -0800 (Thu, 04 Feb 2010) | 1 line [FIX]Click ratio should be presented as a percentage -- not a decimal value. ---------------------------------------------- r24862 | luciash | 2010-02-04 16:37:25 -0800 (Thu, 04 Feb 2010) | 1 line [ENH] tracker wikiplugin: no need to have submit buttons in another table row and cell and allow easy centering or aligning right for the buttons using the .input_submit_container ---------------------------------------------- r24861 | luciash | 2010-02-04 15:25:11 -0800 (Thu, 04 Feb 2010) | 1 line [ENH] tracker wikiplugin: added class for submit button to allow better styling ---------------------------------------------- r24860 | luciash | 2010-02-04 15:15:28 -0800 (Thu, 04 Feb 2010) | 1 line [ENH] trackerprefill wikiplugin: added class for submit button to allow better styling ---------------------------------------------- r24859 | luciash | 2010-02-04 15:13:36 -0800 (Thu, 04 Feb 2010) | 1 line [ENH] trackerfilter wikiplugin: added class for submit button to allow better styling ---------------------------------------------- r24857 | ricks99 | 2010-02-04 13:52:14 -0800 (Thu, 04 Feb 2010) | 4 lines [ENH]For bug #2780. Added two new parameters to the COUNTDOWN plugin: * show=dhms Specify what information to show (days, hours, minutes, seconds). Default = dhms * since=y|n Specify if the time since an elapse should be shown. Default = y I did *not* address the "locate time" issue identified in the bug. ---------------------------------------------- r24856 | jonnybradley | 2010-02-04 12:27:37 -0800 (Thu, 04 Feb 2010) | 1 line [ENH] Add date range for articles plugin. Also flag to show body of article as well as the header. ---------------------------------------------- r24855 | jonnybradley | 2010-02-04 12:14:19 -0800 (Thu, 04 Feb 2010) | 1 line [INDENT] No other changes ---------------------------------------------- r24854 | jonnybradley | 2010-02-04 11:48:58 -0800 (Thu, 04 Feb 2010) | 1 line [CSS] Rule for datepicker needed to appear infront of plugin edit dialog (and some tidying) ---------------------------------------------- r24853 | jonnybradley | 2010-02-04 11:46:17 -0800 (Thu, 04 Feb 2010) | 2 lines [ENH] New jQuery.tiki wrapper for jQuery UI datepicker. New filter type 'date' for plugin params to automatically use datepicker (time and datetime TODO) & expose date format prefs to JavaScript. ---------------------------------------------- r24852 | jonnybradley | 2010-02-04 11:38:20 -0800 (Thu, 04 Feb 2010) | 1 line [MOD] New function parseDateString() - usage to come... ---------------------------------------------- r24851 | jonnybradley | 2010-02-04 11:36:45 -0800 (Thu, 04 Feb 2010) | 1 line [FIX] Change article type fn chgArtType() used in Edit Article now counts unset properties as "n" (plus some missing var declarations and indentation) ---------------------------------------------- r24850 | jonnybradley | 2010-02-04 11:26:06 -0800 (Thu, 04 Feb 2010) | 1 line [MOD] Downgrade auto_save remarksbox to info (less scary) ---------------------------------------------- r24849 | jonnybradley | 2010-02-04 11:24:53 -0800 (Thu, 04 Feb 2010) | 1 line [FIX] Non-jQuery JavaScript needs to execute before document.ready (sometimes). Also indentation. ---------------------------------------------- r24848 | jonnybradley | 2010-02-04 11:22:39 -0800 (Thu, 04 Feb 2010) | 1 line [FIX] Fix regexp to allow {jq} parameters (e.g. notonready=true) ---------------------------------------------- r24846 | sept_7 | 2010-02-04 07:46:20 -0800 (Thu, 04 Feb 2010) | 2 lines [FIX] Oops debug message removal :( ---------------------------------------------- r24845 | sept_7 | 2010-02-04 07:05:54 -0800 (Thu, 04 Feb 2010) | 14 lines [FIX] Fix ajax script evaluation and refine {jq} tags Please test as {jq} is very special at what it interprets, it is supposed to be like {literal} but not always... Jhonny if you have some tips please share We also have a modification in how script are handled in xajaxResponse as the script evaluate the script in it own context so function declared in xajaxResponse->script() are not available in the page :( So we now use xajaResponse->includeScript() and we provide a js script in temp/public... [FIX] tiki-upload_file.php and filegallery slideshow, profiles are also fixed. If you found some pages not working please report ---------------------------------------------- r24844 | changi67 | 2010-02-04 03:42:28 -0800 (Thu, 04 Feb 2010) | 1 line [MOD] Run get_strings groupwrite nosections lang=fr ---------------------------------------------- r24842 | changi67 | 2010-02-04 03:24:17 -0800 (Thu, 04 Feb 2010) | 1 line [FIX] XHTML validation: duplicate definition of class attribute ---------------------------------------------- r24838 | changi67 | 2010-02-04 02:21:22 -0800 (Thu, 04 Feb 2010) | 1 line [MOD] XHTML Validation ---------------------------------------------- r24835 | xavidp | 2010-02-04 00:50:07 -0800 (Thu, 04 Feb 2010) | 1 line [MOD]Username to be included in QUOTE. Fix applied as reported long ago in wish2089. Thanks people at precarios-www ---------------------------------------------- r24832 | xavidp | 2010-02-04 00:32:40 -0800 (Thu, 04 Feb 2010) | 1 line [MOD]Add heading and body of new articles in notification emails. Thanks Pablo from precarios.org to suggest this hack (I never understood why that content was not in the notification message for articles). ---------------------------------------------- r24831 | chibaguy | 2010-02-04 00:26:07 -0800 (Thu, 04 Feb 2010) | 1 line [FIX] cssmenus dependency should be indicated for topbar menu id, since the menu can use either a CSS menu or PHPL menu. Actually "or" should printed between these on the Look and Feel page, but how to do the logic for that in lib/prefs/feature.php? ---------------------------------------------- r24830 | chibaguy | 2010-02-03 23:54:45 -0800 (Wed, 03 Feb 2010) | 1 line [ENH] Admin's Edit-perspective link shouldn't be outside the module box. ---------------------------------------------- r24827 | xavidp | 2010-02-03 15:18:11 -0800 (Wed, 03 Feb 2010) | 1 line [MOD]Add clearer color (greyish) + italics to the description field by default in all themes, as well as to character count. It can be overridable in a theme by theme basis, which imho is better than the default black and not italics as default (and no css class for description) before this commit. Thanks Ricks99 for tips and feedback. ---------------------------------------------- r24826 | sylvieg | 2010-02-03 15:17:57 -0800 (Wed, 03 Feb 2010) | 1 line [FIX]TRACKERITEMFIELD: be able to handle case as TRACKERITEMFIELD(itemId={{itemId}}, fieldId=1) when there is no itemId in the url ---------------------------------------------- r24825 | sylvieg | 2010-02-03 14:39:17 -0800 (Wed, 03 Feb 2010) | 1 line oops 24824 to be able also to default to empty {{itemId|}} ---------------------------------------------- r24824 | sylvieg | 2010-02-03 14:20:29 -0800 (Wed, 03 Feb 2010) | 1 line [FIX]parsing: to be able to default the argument variables to 0 or empty(ex:{{itemId|}} or {{itemId|0}} ---------------------------------------------- r24823 | lphuberdeau | 2010-02-03 13:30:46 -0800 (Wed, 03 Feb 2010) | 1 line [ROLLBACK] r24794 - breaks the entire profile installer. Thank you for easy to spot commit message. ---------------------------------------------- r24822 | sylvieg | 2010-02-03 12:07:48 -0800 (Wed, 03 Feb 2010) | 1 line [FIX]tracker: missing status for item link with displayfields ---------------------------------------------- r24820 | jonnybradley | 2010-02-03 11:42:20 -0800 (Wed, 03 Feb 2010) | 1 line [MOD] Move jQuery JS setup from header_jquery.tpl to lib/setup/js_detect.php (and KIL header_jquery.tpl) ---------------------------------------------- r24819 | alain_desilets | 2010-02-03 11:26:30 -0800 (Wed, 03 Feb 2010) | 1 line - When loading modules, if there were some preference errors and if the current user is part of the Admins group, then display error messages in the right colum. ---------------------------------------------- r24818 | lphuberdeau | 2010-02-03 10:28:47 -0800 (Wed, 03 Feb 2010) | 1 line [NEW] Cart ---------------------------------------------- r24817 | sylvieg | 2010-02-03 10:16:26 -0800 (Wed, 03 Feb 2010) | 1 line [FIX]forum: parse description + some link fixes ---------------------------------------------- r24816 | jonnybradley | 2010-02-03 10:06:07 -0800 (Wed, 03 Feb 2010) | 1 line [MOD] Lighter background for article and blog titles and tiny graphic fixes ---------------------------------------------- r24815 | jonnybradley | 2010-02-03 09:35:43 -0800 (Wed, 03 Feb 2010) | 1 line [FIX] Handle param['time'] passed in as in integer (as in tiki-edit_article.tpl) ---------------------------------------------- r24814 | jonnybradley | 2010-02-03 09:33:10 -0800 (Wed, 03 Feb 2010) | 1 line [FIX] Warning when no data ---------------------------------------------- r24813 | sylvieg | 2010-02-03 07:14:14 -0800 (Wed, 03 Feb 2010) | 1 line [MOD]forum: wiki parse the description. If somebody wants a setting, tell me ---------------------------------------------- r24812 | sept_7 | 2010-02-03 05:32:14 -0800 (Wed, 03 Feb 2010) | 2 lines [FIX] keep the same convention in path as the one fir $tikipath '\\' -> '/' ---------------------------------------------- r24811 | jonnybradley | 2010-02-03 04:34:28 -0800 (Wed, 03 Feb 2010) | 1 line [FIX] Correct trextarea resizing for WYSIWYG mode. Good in Safari/Chrome, Ok in Fx, IE not tested yet ---------------------------------------------- r24810 | jonnybradley | 2010-02-03 04:31:17 -0800 (Wed, 03 Feb 2010) | 1 line [MOD] JavaScript document object shouldn't be in quotes ---------------------------------------------- r24809 | sept_7 | 2010-02-03 02:35:26 -0800 (Wed, 03 Feb 2010) | 2 lines [UPDATE] Update JSMin.php to a newer version ---------------------------------------------- r24808 | sept_7 | 2010-02-03 02:23:01 -0800 (Wed, 03 Feb 2010) | 2 lines [FIX] correct importation of import url() in CSS minifying ---------------------------------------------- r24807 | chealer | 2010-02-02 17:04:57 -0800 (Tue, 02 Feb 2010) | 1 line [FIX] upgrade from 4 inserting pre-existing tiki_sefurl_regex_out value (completes r23635) ---------------------------------------------- r24806 | luciash | 2010-02-02 15:26:35 -0800 (Tue, 02 Feb 2010) | 1 line oops, accidental removal... sorry sylvie ---------------------------------------------- r24805 | luciash | 2010-02-02 14:59:36 -0800 (Tue, 02 Feb 2010) | 1 line [FIX] file galleries: php notices borked image file intended to display ---------------------------------------------- r24804 | luciash | 2010-02-02 14:44:43 -0800 (Tue, 02 Feb 2010) | 1 line [FIX] installer: global needed in tiki-setup_base.php for upgrades via installer (thx sylvie) ---------------------------------------------- r24802 | sylvieg | 2010-02-02 13:06:56 -0800 (Tue, 02 Feb 2010) | 1 line [NEW]trackerlist: option showrss ---------------------------------------------- r24801 | jonnybradley | 2010-02-02 11:27:16 -0800 (Tue, 02 Feb 2010) | 1 line [FIX] Dont include jQuery JS where this executes now output_js() happens in tiki.tpl at the end of the page. ---------------------------------------------- r24800 | jonnybradley | 2010-02-02 11:26:45 -0800 (Tue, 02 Feb 2010) | 2 lines [FIX] Dont include jQuery JS where this executes now output_js() happens in tiki.tpl at the end of the page. Also change keyup to keypress to eliminate spurious warnings. ---------------------------------------------- r24799 | sylvieg | 2010-02-02 11:09:58 -0800 (Tue, 02 Feb 2010) | 1 line missing to 24687 ---------------------------------------------- r24798 | sylvieg | 2010-02-02 10:30:20 -0800 (Tue, 02 Feb 2010) | 1 line [MOD] better string ---------------------------------------------- r24797 | sylvieg | 2010-02-02 10:29:19 -0800 (Tue, 02 Feb 2010) | 1 line [MOD]search: compact language search part ---------------------------------------------- r24796 | sylvieg | 2010-02-02 09:29:40 -0800 (Tue, 02 Feb 2010) | 1 line [NEW]img: new param randomGalleryId to be able to pick a random file in a fgal ---------------------------------------------- r24794 | sept_7 | 2010-02-02 07:36:46 -0800 (Tue, 02 Feb 2010) | 3 lines [ENH] try to put javascript inside {jq} bloc to put them at the end of the page Please test to see if something breaks... ---------------------------------------------- r24793 | sept_7 | 2010-02-02 06:45:10 -0800 (Tue, 02 Feb 2010) | 2 lines [FIX/ENH] put JS script and JS files at the end of the page ---------------------------------------------- r24792 | sylvieg | 2010-02-02 06:07:28 -0800 (Tue, 02 Feb 2010) | 1 line missing commit to 24687 ---------------------------------------------- r24790 | eromneg | 2010-02-02 04:03:37 -0800 (Tue, 02 Feb 2010) | 1 line [MOD]remove the strtolower function so that phplayer menu links can have Title tags with capitals and the behaviour is the same as with css menus ---------------------------------------------- r24789 | sept_7 | 2010-02-02 00:57:54 -0800 (Tue, 02 Feb 2010) | 2 lines [FIX] unserialize expect a string so ttest for string before trying unserialize ---------------------------------------------- r24788 | sylvieg | 2010-02-01 14:45:00 -0800 (Mon, 01 Feb 2010) | 1 line [FIX]split: to have the headers working in {SPLIT(first=col)}\!header{SPLIT} ---------------------------------------------- r24787 | jonnybradley | 2010-02-01 14:42:13 -0800 (Mon, 01 Feb 2010) | 1 line [FIX] Workaround for jQ.sheet's reluctance to add cells to an empty (new) spreadsheet. ---------------------------------------------- r24786 | sylvieg | 2010-02-01 14:15:52 -0800 (Mon, 01 Feb 2010) | 1 line [FIX]split: incorrect filter colsize can be 10|10% ---------------------------------------------- r24785 | jonnybradley | 2010-02-01 13:44:40 -0800 (Mon, 01 Feb 2010) | 1 line [ENH] More pagination controls for page history versions (now on preview and source views, as well as diffs) ---------------------------------------------- r24784 | sylvieg | 2010-02-01 13:04:25 -0800 (Mon, 01 Feb 2010) | 1 line missing table ---------------------------------------------- r24783 | sylvieg | 2010-02-01 12:46:56 -0800 (Mon, 01 Feb 2010) | 1 line [NEW]blog: 2 params to top_visited_blogs: showlastpost + sort_mode (todo merge the other blog module) ---------------------------------------------- r24778 | chealer | 2010-01-31 20:00:33 -0800 (Sun, 31 Jan 2010) | 4 lines [FIX] case where Calendar filter is not set and feature_default_calendars is used. oops [FIX] Don't display if none of the requested calendars can be viewed [ENH/FIX] Restore support for filtering with multiple calendars, now working (hopefully) Calendar module: "calendarId" becomes "calIds". just say if you were using it, I'll make the conversion ---------------------------------------------- r24777 | chealer | 2010-01-31 19:51:19 -0800 (Sun, 31 Jan 2010) | 2 lines [FIX] Last modified events: Calendar filter ignored (spello "calendarid") Thanks Pascal St-Jean ---------------------------------------------- r24775 | jonnybradley | 2010-01-31 12:40:36 -0800 (Sun, 31 Jan 2010) | 1 line [ENH] View page history by edit "session" (i.e. edits by the same author within 30 minutes, hardcoded for now) ---------------------------------------------- r24774 | lindonb | 2010-01-31 11:54:32 -0800 (Sun, 31 Jan 2010) | 3 lines [ENH] Added group watch/unwatch to category and descendants using new functions in categlib and altering tiki-object watch page [MOD] Changed user watch (tikilib) and group watch (categlib) functions to never add the Top category to watch tables, since Top is not a real category (not in the tiki-categories table). [FIX] Fixed various bugs in first commit and cleaned out double quotes ---------------------------------------------- r24773 | sept_7 | 2010-01-31 11:51:00 -0800 (Sun, 31 Jan 2010) | 2 lines [ENH] Move all JS files scripts to the end of the page... ---------------------------------------------- r24772 | chealer | 2010-01-31 11:47:34 -0800 (Sun, 31 Jan 2010) | 6 lines [FIX] Plugin DIV using width parameter (r24669 regression) Broken for "{DIV(width="48%",float="right")}RIGHT{DIV}{DIV(width="48%",float="left")}LEFT{DIV}" Cf http://sourceforge.net/mailarchive/forum.php?thread_name=AD9009DD1B046F4ABBB3E3541D9323FE061CB0B42E%40NRCCENMB3.nrc.ca&forum_name=tikiwiki-devel lphuberdeau: might want to check this Thanks Alain D?\195?\169silets ---------------------------------------------- r24770 | xavidp | 2010-01-31 11:12:36 -0800 (Sun, 31 Jan 2010) | 1 line While customized string translation seems broken at tiki 4.2 (from proposals), a few strings are added directly through svn ---------------------------------------------- r24769 | sept_7 | 2010-01-31 10:02:57 -0800 (Sun, 31 Jan 2010) | 3 lines [ENH] load JS files in tiki-setup.php with add_jsfile to reduce the number of requests ---------------------------------------------- r24768 | jonnybradley | 2010-01-31 09:23:15 -0800 (Sun, 31 Jan 2010) | 1 line [MOD] Add plugin name to commit message ---------------------------------------------- r24766 | jonnybradley | 2010-01-31 07:24:51 -0800 (Sun, 31 Jan 2010) | 1 line [FIX] Rollback r24628 - userlinks are cached unserialized as they are strings already. Cachlib fixed not to return serialized results in previous commit. ---------------------------------------------- r24765 | jonnybradley | 2010-01-31 07:22:59 -0800 (Sun, 31 Jan 2010) | 1 line [FIX] CacheLibFileSystem::getCached() incorrectly returning serialized result (which will be done by getSerialized() if necessary) ---------------------------------------------- r24763 | chealer | 2010-01-30 19:38:53 -0800 (Sat, 30 Jan 2010) | 2 lines [FIX] Plugin events, Upcoming events module: all events shown if all requested calendars can't be viewed [FIX] upcoming_events(): behavior diverging from specification ---------------------------------------------- r24762 | ricks99 | 2010-01-30 18:29:45 -0800 (Sat, 30 Jan 2010) | 1 line [FIX]Fixing an xhtml validation error. A block-level element (<div>) cannot be inside and inline element (<span>). Changed the <span id='toc'> to a <div>. The content from {maketoc} now validates properly. ---------------------------------------------- r24761 | sylvieg | 2010-01-30 14:30:33 -0800 (Sat, 30 Jan 2010) | 1 line [FIX]notice when running sqlupgrade ---------------------------------------------- r24760 | chealer | 2010-01-30 13:26:06 -0800 (Sat, 30 Jan 2010) | 3 lines [FIX] HTML special chars escaping [FIX] colons inside tr blocks [FIX] translation: duplicate form value source_page ---------------------------------------------- r24759 | jonnybradley | 2010-01-30 11:14:25 -0800 (Sat, 30 Jan 2010) | 1 line [ENH] Improvements for translationUIRevamp layout. Display message and diff type menu properly & add ability to view separate version diffs. Some other small fixes. ---------------------------------------------- r24758 | jonnybradley | 2010-01-30 09:58:32 -0800 (Sat, 30 Jan 2010) | 1 line [ENH] Pagination controls for page history versions ---------------------------------------------- r24757 | jonnybradley | 2010-01-30 09:46:33 -0800 (Sat, 30 Jan 2010) | 2 lines [ENH] New zero_based_offset param for pagination controls (defaults to "y"). No change on existing behaviour expected, implementation to come. ---------------------------------------------- Version 4.1 <http://tikiwiki.org/ReleaseNotes41> ------------------ ---------------------------------------------- r23896 | pkdille | 2009-12-15 22:19:25 +0100 (mar., 15 déc. 2009) | 1 line [FIX] get_strings: fix the regexp when there are some backticks in sql insert ---------------------------------------------- r23892 | jonnybradley | 2009-12-15 18:39:26 +0100 (mar., 15 déc. 2009) | 1 line [MOD] Slight change to filegals/max_upload_size.php for reuse elsewhere (coming later) ---------------------------------------------- r23882 | marclaporte | 2009-12-14 21:00:22 +0100 (lun., 14 déc. 2009) | 1 line [FIX] Clearer description of Language inclusion threshold ---------------------------------------------- r23881 | marclaporte | 2009-12-14 20:59:29 +0100 (lun., 14 déc. 2009) | 1 line [MOD] change __Language inclusion threshold__ to a more sensible default of 3 languages. ---------------------------------------------- r23879 | jonnybradley | 2009-12-14 19:13:36 +0100 (lun., 14 déc. 2009) | 1 line [SVN] Ignore tracker_* (r23813 in trunk) ---------------------------------------------- r23878 | jonnybradley | 2009-12-14 19:10:58 +0100 (lun., 14 déc. 2009) | 1 line [ENH] Width param for remarksbox ---------------------------------------------- r23875 | luciash | 2009-12-14 16:59:32 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tiki-friends.php: some PHP notices (Use of undefined constant DB_FETCHMODE_ASSOC) ---------------------------------------------- r23874 | luciash | 2009-12-14 16:44:11 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tiki-admin.php?page=general: PHP notice (Only variables should be passed by reference) ---------------------------------------------- r23873 | luciash | 2009-12-14 16:33:36 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tiki-user_preferences.php: some PHP notices ---------------------------------------------- r23872 | luciash | 2009-12-14 16:05:06 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tiki-view_tracker.php: PHP notice: Undefined index: showLastComment ---------------------------------------------- r23871 | luciash | 2009-12-14 16:00:54 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tiki-view_tracker.php: PHP notice: Undefined index: writerCanModify ---------------------------------------------- r23868 | luciash | 2009-12-14 15:12:38 +0100 (lun., 14 déc. 2009) | 1 line [FIX] ajax: better 'fullscreen' overlay look for /home/luci/Development/tikibranch4/styles/layout/design.cssajaxLoading ---------------------------------------------- r23865 | luciash | 2009-12-14 14:37:20 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tiki-listpages.php: PHP notice constructor already defined for class TikiAjax ---------------------------------------------- r23864 | luciash | 2009-12-14 14:16:03 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tiki-lastchanges.php: PHP notice ---------------------------------------------- r23863 | luciash | 2009-12-14 14:01:36 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tikinewt theme: vertical-align: middle for rbox-title text in spans ---------------------------------------------- r23862 | luciash | 2009-12-14 13:52:26 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tikinewt theme: rbox-title border color should be the same as rbox-data border ---------------------------------------------- r23861 | luciash | 2009-12-14 13:40:56 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tikinewt theme: nicer alignment and spacing for admin panels legend icons and spans ---------------------------------------------- r23860 | lindonb | 2009-12-14 06:06:56 +0100 (lun., 14 déc. 2009) | 1 line [FIX] Refining pattern to keep | inside of links from being interpreted as column separators. ---------------------------------------------- r23859 | lindonb | 2009-12-14 05:25:55 +0100 (lun., 14 déc. 2009) | 1 line [FIX] Port trunk version (as of revision 23858) to 4x to avoid merging issues with moving to 4.1. ---------------------------------------------- r23857 | luciash | 2009-12-14 01:26:08 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tikinewt theme: better alignment of tabs with the tab content ---------------------------------------------- r23851 | chibaguy | 2009-12-13 09:46:39 +0100 (dim., 13 déc. 2009) | 1 line [FIX] The parentheses around ))HomePage(( were displaying, but anyway there's no need for the word to be camelcase or uppercase. ---------------------------------------------- r23850 | lindonb | 2009-12-13 03:53:41 +0100 (dim., 13 déc. 2009) | 1 line [FIX] Update mime icons from img/icn/*.gif to use pics/icons/mime/*. png ---------------------------------------------- r23848 | ohertel | 2009-12-13 00:57:59 +0100 (dim., 13 déc. 2009) | 1 line [fix] changed umlauts (&entity;) back to utf-8 encoded characters ---------------------------------------------- r23846 | Jyhem | 2009-12-12 23:28:26 +0100 (sam., 12 déc. 2009) | 1 line [FIX] fix 23804 changed some references to body.fullscreen into body.tiki_fullscreen in error. fixed ---------------------------------------------- r23844 | sylvieg | 2009-12-12 20:52:34 +0100 (sam., 12 déc. 2009) | 1 line [FIX]de: a lot of synta errors ---------------------------------------------- r23843 | jonnybradley | 2009-12-12 20:13:39 +0100 (sam., 12 déc. 2009) | 1 line [FIX] Move admin message inside table structure and smarty logic (why is it admin only?) ---------------------------------------------- r23842 | jonnybradley | 2009-12-12 19:59:10 +0100 (sam., 12 déc. 2009) | 1 line [MOD] Indentation ---------------------------------------------- r23841 | lindonb | 2009-12-12 19:31:46 +0100 (sam., 12 déc. 2009) | 1 line [FIX] Fix regression from commit 21293. Fix keeps | inside of links from being interpreted as column separators. ---------------------------------------------- r23840 | jonnybradley | 2009-12-12 19:26:53 +0100 (sam., 12 déc. 2009) | 1 line [FIX] Unexpected global needed (thanks marc) ---------------------------------------------- r23836 | chibaguy | 2009-12-12 04:31:14 +0100 (sam., 12 déc. 2009) | 2 lines [ENH] Adjustments in floated divs for content columns (see http://themes.tikiwiki.org/Floated box demo). Also some *.reference.css updating. ---------------------------------------------- r23833 | Jyhem | 2009-12-11 18:34:59 +0100 (ven., 11 déc. 2009) | 1 line [FIX] Commit 23804 caused class name conflict with the CSS files of jscalendar. So we keep class names prefixed with 'tiki_' ---------------------------------------------- r23824 | jonnybradley | 2009-12-11 13:10:28 +0100 (ven., 11 déc. 2009) | 1 line [FIX] Only prepend # to anchors in wikipage links if anchor is set. ---------------------------------------------- r23820 | chibaguy | 2009-12-11 06:32:42 +0100 (ven., 11 déc. 2009) | 1 line [FIX] Log-in button wasn't monochrome. Thanks to Eric Kelner for reporting. ---------------------------------------------- r23814 | marclaporte | 2009-12-10 21:49:00 +0100 (jeu., 10 déc. 2009) | 1 line [KIL] Remove some leftovers of tiki-categpermissions.php Thanks to rg for reporting on IRC ---------------------------------------------- r23812 | sylvieg | 2009-12-10 20:07:02 +0100 (jeu., 10 déc. 2009) | 1 line [MOD]menu: put the default menu icon path in a pref ---------------------------------------------- r23805 | sylvieg | 2009-12-10 18:39:50 +0100 (jeu., 10 déc. 2009) | 1 line [FIX]CATEGORY: fix id=1+2 broken with the filtering ---------------------------------------------- r23804 | Jyhem | 2009-12-10 18:28:02 +0100 (jeu., 10 déc. 2009) | 1 line [ENH] Reorganize body class for logic and versatility ---------------------------------------------- r23799 | jonnybradley | 2009-12-10 17:38:57 +0100 (jeu., 10 déc. 2009) | 1 line [FIX] Rollback r23408 - call to parse_data() not superflous after all. Added comment (thanks marclaporte) ---------------------------------------------- r23798 | sylvieg | 2009-12-10 17:27:41 +0100 (jeu., 10 déc. 2009) | 1 line [FIX]rss: use title and desc from admin panel ---------------------------------------------- r23789 | sylvieg | 2009-12-10 11:00:19 +0100 (jeu., 10 déc. 2009) | 1 line [FIX]section: typo that was overwritting the global section ---------------------------------------------- r23788 | alenaernst | 2009-12-10 09:27:52 +0100 (jeu., 10 déc. 2009) | 1 line Translation of all expressions in file 'untranslated.php' and added to language.php. Umlauts fixed ---------------------------------------------- r23787 | ricks99 | 2009-12-10 00:42:36 +0100 (jeu., 10 déc. 2009) | 1 line [FIX] improperly placed {/if} caused invalid XHTML. ---------------------------------------------- r23785 | sylvieg | 2009-12-10 00:12:17 +0100 (jeu., 10 déc. 2009) | 1 line [FIX]oops wrong backport ---------------------------------------------- r23781 | sylvieg | 2009-12-09 22:03:26 +0100 (mer., 09 déc. 2009) | 1 line [FIX]modules: to have section=blogs working (do a table only if separator is in param string) ---------------------------------------------- r23778 | jonnybradley | 2009-12-09 20:30:27 +0100 (mer., 09 déc. 2009) | 1 line [FIX] Reset database connection wasn't resetting ---------------------------------------------- r23776 | sylvieg | 2009-12-09 19:26:52 +0100 (mer., 09 déc. 2009) | 1 line [FIX]module: missing param notitle ---------------------------------------------- r23774 | jonnybradley | 2009-12-09 17:54:14 +0100 (mer., 09 déc. 2009) | 1 line [MOD] Use suppress_icons in switch to wysiwyg mode ---------------------------------------------- r23773 | jonnybradley | 2009-12-09 17:49:37 +0100 (mer., 09 déc. 2009) | 1 line [FIX] Don't show external link icons in newsletters ---------------------------------------------- r23772 | jonnybradley | 2009-12-09 17:47:08 +0100 (mer., 09 déc. 2009) | 2 lines [MOD] 'suppress_icons' option for parse_data() to allow hiding of edit section, plugins and external link icons Implementation to come. ---------------------------------------------- r23770 | jonnybradley | 2009-12-09 17:10:21 +0100 (mer., 09 déc. 2009) | 1 line [SVN] svn:keyword Id fixes ---------------------------------------------- r23766 | jonnybradley | 2009-12-09 15:59:28 +0100 (mer., 09 déc. 2009) | 1 line [FIX] Don't leave a blank line between chunks of exported data ---------------------------------------------- r23765 | jonnybradley | 2009-12-09 15:58:39 +0100 (mer., 09 déc. 2009) | 1 line [FIX] {foreach} doesn't seem to create a new line after it (causing tracker config error if used) ---------------------------------------------- r23764 | jonnybradley | 2009-12-09 15:57:49 +0100 (mer., 09 déc. 2009) | 1 line [MOD] Return with an error if there's a problem inserting a new item. ---------------------------------------------- r23757 | xavidp | 2009-12-08 20:33:36 +0100 (mar., 08 déc. 2009) | 1 line [ENH]A few strings added related to module calendar ---------------------------------------------- r23756 | xavidp | 2009-12-08 20:29:53 +0100 (mar., 08 déc. 2009) | 1 line [FIX]Make the display of navigation buttons fit in one line when inside the calendar module ---------------------------------------------- r23755 | xavidp | 2009-12-08 19:47:46 +0100 (mar., 08 déc. 2009) | 1 line [ENH]Link to add new events shown from module calendar and upcoming events, if user has the appropiate perm (forgot to include in previous commits; but already in proposed) ---------------------------------------------- r23754 | xavidp | 2009-12-08 19:32:24 +0100 (mar., 08 déc. 2009) | 1 line [bp/r23734 & r23743][FIX]Backport from sept_7 to avoid issues with module calendar and ajax, as well as improving navigation. Still WSOD when no calendar is created yet and somebody attemps to assign the calendar module ---------------------------------------------- r23752 | jonnybradley | 2009-12-08 19:00:00 +0100 (mar., 08 déc. 2009) | 1 line [FIX] Make dynamic list options reference global as some browsers eval() (e.g. Safari/Chrome) doesn't inherit the function's scope. ---------------------------------------------- r23751 | jonnybradley | 2009-12-08 18:58:12 +0100 (mar., 08 déc. 2009) | 1 line [FIX] Empty auto_query_args (& correct svn:keyword) ---------------------------------------------- r23750 | jonnybradley | 2009-12-08 18:15:04 +0100 (mar., 08 déc. 2009) | 1 line [FIX] Dynamic tracker items JS error fix for empty nodes ---------------------------------------------- r23746 | luciash | 2009-12-08 16:22:01 +0100 (mar., 08 déc. 2009) | 1 line [bp/r23745][FIX] czech language: use proper utf-8 characters instead of html entities ---------------------------------------------- r23735 | jonnybradley | 2009-12-08 14:37:05 +0100 (mar., 08 déc. 2009) | 1 line [FIX] Quite a few missing globals ---------------------------------------------- r23733 | sylvieg | 2009-12-08 14:05:07 +0100 (mar., 08 déc. 2009) | 1 line [FIX]banner: preselect the saved time ---------------------------------------------- r23726 | ricks99 | 2009-12-08 00:05:07 +0100 (mar., 08 déc. 2009) | 1 line [FIX]proper xhtml validation requires a space: <.. /> not <../> ---------------------------------------------- r23724 | sylvieg | 2009-12-07 23:16:30 +0100 (lun., 07 déc. 2009) | 1 line [FIX]tracker: only admin can change the userId - other must be ignored ---------------------------------------------- r23722 | nkoth | 2009-12-07 21:59:49 +0100 (lun., 07 déc. 2009) | 1 line [FIX] list of categories not respecting perms ---------------------------------------------- r23719 | xavidp | 2009-12-07 17:32:20 +0100 (lun., 07 déc. 2009) | 1 line [MOD]Added the 2 letters for the days of the week. Thanks chibaguy and luciash for the tips and feedback on this issue! (forgot to thank in the previous commit) ---------------------------------------------- r23716 | xavidp | 2009-12-07 17:24:27 +0100 (lun., 07 déc. 2009) | 1 line [ENH]Allow 2 letters as abreviated names from days of the week in the module calendar, since in some languages, more than one letter is needd. By default 2 letters shown from now onwards, and overridable at language.php level. In addition, button to add new events shown in module calendar and upcoming_events for users with the appropriate perm. ---------------------------------------------- r23710 | nkoth | 2009-12-07 03:19:43 +0100 (lun., 07 déc. 2009) | 1 line [FIX] Not staying in SSL mode not working because unchecked checkboxes are not sent ---------------------------------------------- r23709 | nkoth | 2009-12-07 03:01:14 +0100 (lun., 07 déc. 2009) | 1 line [FIX] Show Stay in SSL mode even if not currently in SSL if SSL is set to required ---------------------------------------------- r23708 | nkoth | 2009-12-07 02:21:28 +0100 (lun., 07 déc. 2009) | 1 line [FIX] If user comes from a non-https URL and logs in with SSL, there is a possibility that he will be redirected to non-SSL, e.g. in the case where SSL is required ---------------------------------------------- r23707 | nkoth | 2009-12-07 01:34:40 +0100 (lun., 07 déc. 2009) | 1 line [FIX] login box in site header not working with force https login setting ---------------------------------------------- r23706 | nkoth | 2009-12-07 00:25:26 +0100 (lun., 07 déc. 2009) | 1 line [FIX] on registration the preventing of antibot from appearing again on filling in user tracker info was not working before ---------------------------------------------- r23701 | sylvieg | 2009-12-06 23:27:19 +0100 (dim., 06 déc. 2009) | 1 line [FIX]tracker: mandatory category drop down field must display an empty line to be sure the user saves without checking a categ ---------------------------------------------- r23699 | sylvieg | 2009-12-06 17:42:11 +0100 (dim., 06 déc. 2009) | 1 line [FIX]search: too many back quotes when searching on tracker ---------------------------------------------- r23694 | marclaporte | 2009-12-05 17:01:50 +0100 (sam., 05 déc. 2009) | 1 line [MOD] Add this new setting to i18n admin panel, where people look when configuring multilingual site. ---------------------------------------------- r23693 | sylvieg | 2009-12-05 16:01:36 +0100 (sam., 05 déc. 2009) | 1 line [MOD]listpages: new option Display by default only pages in current language - a lot of people do not see that the filter is preselected ---------------------------------------------- r23690 | sylvieg | 2009-12-05 14:22:59 +0100 (sam., 05 déc. 2009) | 1 line [MOD]remarksbox: new type error that can not be closed ---------------------------------------------- r23685 | nkoth | 2009-12-05 03:27:11 +0100 (sam., 05 déc. 2009) | 1 line [FIX] Scroll to comments area after comments posting. Also, show proper feedback message if comment is not to appear immediately but is to be moderated so it looks ok. ---------------------------------------------- r23684 | nkoth | 2009-12-05 03:14:42 +0100 (sam., 05 déc. 2009) | 1 line [FIX] show anonymous provided name in the preview of comment ---------------------------------------------- r23683 | nkoth | 2009-12-05 02:37:47 +0100 (sam., 05 déc. 2009) | 1 line [FIX] Make sure on clicking on comments link that it scrolls down to the comments area ---------------------------------------------- r23681 | nkoth | 2009-12-05 02:15:38 +0100 (sam., 05 déc. 2009) | 1 line [FIX] Allow access to individual RSS feeds even if main Blog RSS feature is unchecked so long as individual blog RSS is enabled ---------------------------------------------- r23680 | sylvieg | 2009-12-05 00:36:10 +0100 (sam., 05 déc. 2009) | 1 line [FIX]tracker: get item link working both the same with view_tracker and TRACKER + fix the categ perm check ---------------------------------------------- r23679 | nkoth | 2009-12-04 23:24:38 +0100 (ven., 04 déc. 2009) | 1 line the first and second time, we should not trust the absence of javascript_enabled cookie yet, as it could be a redirection and the js will not get a chance to run yet, so we wait until the third run, assuming that js is on before then. Absence of cookies in general is not a good test when redirected ---------------------------------------------- r23677 | sylvieg | 2009-12-04 22:18:13 +0100 (ven., 04 déc. 2009) | 1 line [FIX]coelesce: check top_bar prefs ---------------------------------------------- r23672 | xavidp | 2009-12-04 18:03:08 +0100 (ven., 04 déc. 2009) | 1 line [FIX]Contribution moved back to the main tab and mandatory_note and mandatory_star classes and info added when and where needed ---------------------------------------------- r23671 | sylvieg | 2009-12-04 17:36:34 +0100 (ven., 04 déc. 2009) | 1 line [FIX]css: more meaningful error message ---------------------------------------------- r23670 | xavidp | 2009-12-04 17:22:47 +0100 (ven., 04 déc. 2009) | 1 line [MOD]Mandatory-related information inside a remarksbox and with mandatory_note or _star asociated to it ---------------------------------------------- r23668 | xavidp | 2009-12-04 17:05:38 +0100 (ven., 04 déc. 2009) | 1 line [FIX]Mandatory note class added inside warning remarksbox for mandatory texts ---------------------------------------------- r23661 | sylvieg | 2009-12-04 14:37:58 +0100 (ven., 04 déc. 2009) | 1 line [FIX]newsletter: admin perm gives all perms ---------------------------------------------- r23660 | xavidp | 2009-12-04 14:04:52 +0100 (ven., 04 déc. 2009) | 1 line [FIX]Adding of fixing missing mandatory_note class to the related text ---------------------------------------------- r23659 | xavidp | 2009-12-04 13:53:09 +0100 (ven., 04 déc. 2009) | 1 line [FIX]Added missing mandatory_note class for wikiplugin_tracker to all themes through design.css ---------------------------------------------- r23657 | xavidp | 2009-12-04 13:20:22 +0100 (ven., 04 déc. 2009) | 1 line [MOD]added missing .mandatory_star class ---------------------------------------------- r23656 | jonnybradley | 2009-12-04 12:27:18 +0100 (ven., 04 déc. 2009) | 1 line [SQL] Column to allow different wiki syntax for each filegal (implementation to come) ---------------------------------------------- r23655 | jonnybradley | 2009-12-04 11:20:44 +0100 (ven., 04 déc. 2009) | 4 lines [MOD] More small fixes to admin users. Tab renamed as there is no export function. Don't show link to group admin if only tiki_p_admin_users. Better help icon/tip. ---------------------------------------------- r23654 | jonnybradley | 2009-12-04 11:02:14 +0100 (ven., 04 déc. 2009) | 4 lines [ENH] Changes to the change password section of admin users (to be refactored and implemented in register and change password soon). Corrected the order of pass1, genpass and pass2 so pass1 and pass2 are adjacent. Added "passwords match" notice and icon. Now copies changes to the generated password field to both pass inputs. ---------------------------------------------- r23653 | Jyhem | 2009-12-04 10:38:10 +0100 (ven., 04 déc. 2009) | 1 line [ENH] Better consistency in translating 'report', like in 3.x ---------------------------------------------- r23651 | campbe13 | 2009-12-03 23:38:43 +0100 (jeu., 03 déc. 2009) | 1 line [FIX] if email validation selected add check for non blank email ---------------------------------------------- r23649 | sylvieg | 2009-12-03 21:22:08 +0100 (jeu., 03 déc. 2009) | 1 line missing feature ---------------------------------------------- r23647 | sylvieg | 2009-12-03 18:50:39 +0100 (jeu., 03 déc. 2009) | 1 line [FIX]Argument 1 passed to TikiDb::setErrorHandler() must implement interface TikiDb_ErrorHandler ---------------------------------------------- r23645 | sylvieg | 2009-12-03 18:33:33 +0100 (jeu., 03 déc. 2009) | 1 line [FIX]CATEGORY: appropriate filter for sort + error message is sort is incorrect ---------------------------------------------- r23643 | jonnybradley | 2009-12-03 11:28:35 +0100 (jeu., 03 déc. 2009) | 1 line [FIX] More WYSIWYCA approach to user admin ---------------------------------------------- r23641 | alain_desilets | 2009-12-03 03:14:26 +0100 (jeu., 03 déc. 2009) | 1 line - Translated pop up messages for the new watch icons. ---------------------------------------------- r23636 | sylvieg | 2009-12-02 21:54:06 +0100 (mer., 02 déc. 2009) | 1 line backport also sefurl - partiel 23363 ---------------------------------------------- r23632 | sylvieg | 2009-12-02 19:20:22 +0100 (mer., 02 déc. 2009) | 1 line oops - forgot the global ---------------------------------------------- r23630 | sylvieg | 2009-12-02 18:21:16 +0100 (mer., 02 déc. 2009) | 1 line [FIX]language: browser langauge must be limited to available language(ex: en_uk can be the browser language and not selected) ---------------------------------------------- r23624 | sylvieg | 2009-12-02 16:03:18 +0100 (mer., 02 déc. 2009) | 1 line [FIX]xml import: if page already exists: cumulate on history + error if structure already exists ---------------------------------------------- r23618 | jonnybradley | 2009-12-02 14:00:54 +0100 (mer., 02 déc. 2009) | 2 lines [FIX] Use logout function in userlib instead of including tiki-loghout.php - suspected of causing the installer to loop back to the start on some configurations. Also keep track of install_type and send to change password form if a 'scratch' (i.e. clean) install. ---------------------------------------------- r23617 | sylvieg | 2009-12-02 13:59:15 +0100 (mer., 02 déc. 2009) | 1 line [FIX]tracker: a little bit more about page selector ---------------------------------------------- r23616 | jonnybradley | 2009-12-02 13:56:08 +0100 (mer., 02 déc. 2009) | 1 line [MOD] Refactoring of logout code (use in installer to come next) ---------------------------------------------- r23615 | sylvieg | 2009-12-02 13:52:37 +0100 (mer., 02 déc. 2009) | 1 line [bp/r 23357][MOD]CATEGORY: 3 params showname, showdescription, showtype ---------------------------------------------- r23613 | sylvieg | 2009-12-02 13:20:56 +0100 (mer., 02 déc. 2009) | 1 line [FIX]modules: to avoid db error params can not be NULL. http_build_query can return NULL or empty strind depending on system: TODO: fix why params column can not accept NULL ---------------------------------------------- r23611 | jonnybradley | 2009-12-02 12:19:52 +0100 (mer., 02 déc. 2009) | 1 line [FIX] Only display edit buttons for users you can actually edit ---------------------------------------------- r23605 | sylvieg | 2009-12-02 00:41:38 +0100 (mer., 02 déc. 2009) | 1 line [FIX]rollback : rollbacj 23603 - too much contreversial ---------------------------------------------- r23604 | sylvieg | 2009-12-01 23:57:36 +0100 (mar., 01 déc. 2009) | 1 line [FIX]tracker: some more configuration for page selector field ---------------------------------------------- r23603 | alain_desilets | 2009-12-01 22:54:51 +0100 (mar., 01 déc. 2009) | 1 line - Modified watch icon and popup message. ---------------------------------------------- r23602 | jonnybradley | 2009-12-01 20:53:49 +0100 (mar., 01 déc. 2009) | 1 line [FIX] Stop "Generate Password" button causing postback. ---------------------------------------------- r23593 | sylvieg | 2009-12-01 15:47:30 +0100 (mar., 01 déc. 2009) | 1 line [FIX]tracker: fix export when sort field is not the default one for a tracker ---------------------------------------------- r23592 | ricks99 | 2009-12-01 04:59:44 +0100 (mar., 01 déc. 2009) | 1 line [ENH] working on the webhelp feature, in progress. Updating to use standard Tiki icons. Will now correctly generate content for the content.html page (based on browser title, site title, and site subtitle. ---------------------------------------------- r23591 | chibaguy | 2009-12-01 04:37:10 +0100 (mar., 01 déc. 2009) | 1 line [FIX] Floated divs for content columns (see http://themes.tikiwiki.org/Floated box demo) need !important to override general wikitext .box no float. ---------------------------------------------- r23590 | ricks99 | 2009-12-01 03:19:21 +0100 (mar., 01 déc. 2009) | 1 line [FIX]column name should be DOMAIN not WORDS ---------------------------------------------- r23587 | alain_desilets | 2009-11-30 22:36:42 +0100 (lun., 30 nov. 2009) | 1 line - Updated translated strings after changes to clarify group inclusion UI. ---------------------------------------------- r23584 | sylvieg | 2009-11-30 19:17:24 +0100 (lun., 30 nov. 2009) | 1 line [FIX]comment: malformed object ---------------------------------------------- r23581 | chibaguy | 2009-11-28 16:05:30 +0100 (sam., 28 nov. 2009) | 1 line [FIX] Topbar pref filter missing since site header template reorganizing. ---------------------------------------------- r23580 | chibaguy | 2009-11-28 16:03:06 +0100 (sam., 28 nov. 2009) | 1 line [FIX] Strasa's site header login pref filter was missing, so no response to L&F Login Bar checkbox. Thanks to luci for noticing. ---------------------------------------------- r23578 | sylvieg | 2009-11-28 15:54:06 +0100 (sam., 28 nov. 2009) | 1 line [FIX]actionlog: tmpDir by default has not / ---------------------------------------------- r23576 | sylvieg | 2009-11-28 15:31:12 +0100 (sam., 28 nov. 2009) | 1 line [FIX]contribution: a little message when no contribition have been defined ---------------------------------------------- r23575 | sylvieg | 2009-11-28 14:56:31 +0100 (sam., 28 nov. 2009) | 1 line [FIX]wiki: userpage are editable by admin ---------------------------------------------- r23570 | sylvieg | 2009-11-27 20:50:35 +0100 (ven., 27 nov. 2009) | 1 line [FIX]actionlog: see all the visible galleries not only the public one ---------------------------------------------- r23557 | sylvieg | 2009-11-27 14:26:08 +0100 (ven., 27 nov. 2009) | 1 line [FIX]tracker: item link when editing an item ---------------------------------------------- r23534 | sylvieg | 2009-11-26 17:24:46 +0100 (jeu., 26 nov. 2009) | 1 line [FIX]notif: smarty syntax error - perhaps explaining the attachment?attId=0 ---------------------------------------------- r23523 | alain_desilets | 2009-11-26 08:55:02 +0100 (jeu., 26 nov. 2009) | 1 line - Improved clarity of the group inclusion part of the group admin dialog. ---------------------------------------------- r23521 | sylvieg | 2009-11-26 01:08:33 +0100 (jeu., 26 nov. 2009) | 1 line [FIX]wiki: do the antiwikiwords only when wikiwords is enabled - allow to have page like ((a)),((b)) ---------------------------------------------- r23520 | sylvieg | 2009-11-26 00:48:26 +0100 (jeu., 26 nov. 2009) | 1 line sorry missed up with my 5 tiki4 ---------------------------------------------- r23517 | jonnybradley | 2009-11-25 21:30:22 +0100 (mer., 25 nov. 2009) | 2 lines [FIX] upgrade_categperm_2 installer script was failing when run from shell. Removed reliance on installer/tiki-installer.php. ---------------------------------------------- r23516 | jonnybradley | 2009-11-25 21:09:14 +0100 (mer., 25 nov. 2009) | 1 line [FIX] Missing bracket typo (corrected already in trunk) ---------------------------------------------- r23514 | sylvieg | 2009-11-25 20:27:51 +0100 (mer., 25 nov. 2009) | 1 line [FIX]registration: clean the code: users_users.hash is the encoded real password, users_users.valid is the send random password, users_uusers.waiting is the reason (user or admin) why the account is disabled + fix enable in admin->users 'sedn email' on if not direct registration ---------------------------------------------- r23513 | jonnybradley | 2009-11-25 20:25:46 +0100 (mer., 25 nov. 2009) | 3 lines [NEW] Minor feature (wiki_comments_allow_per_page) implementation (commit 3 of 3). Preserves previous behaviour by default, when enabled allows default to On or Off for new pages and those without 'comments_enabled' set. ---------------------------------------------- r23512 | jonnybradley | 2009-11-25 20:20:05 +0100 (mer., 25 nov. 2009) | 3 lines [NEW] Minor feature (wiki_comments_allow_per_page) to allow control of comments for each wiki page. Prefs admin only - implementation coming next. ---------------------------------------------- r23511 | jonnybradley | 2009-11-25 20:15:39 +0100 (mer., 25 nov. 2009) | 1 line [SQL] New column for tiki_pages (comments_enabled) for per page comment control (wiki_comments_allow_per_page - code to come) ---------------------------------------------- r23509 | jonnybradley | 2009-11-25 16:16:41 +0100 (mer., 25 nov. 2009) | 1 line [FIX] Correct logic on caching the right icons for theme options ---------------------------------------------- r23508 | jonnybradley | 2009-11-25 16:15:56 +0100 (mer., 25 nov. 2009) | 1 line [FIX] If user has been subscribed but not validated don't just blow up on an SQL error, but update code and 'subscribed' timestamp for that user, then resend the validation mail. ---------------------------------------------- r23507 | jonnybradley | 2009-11-25 15:16:25 +0100 (mer., 25 nov. 2009) | 1 line [SQL] A couple of SQL scripts that might be handy after upgrading to Tiki 4.x. Adding them here for safe-keeping - one day it would be nice to offer upgraders some additional (and heavily warned about) optional processes after the automatic update has happened. ---------------------------------------------- r23506 | jonnybradley | 2009-11-25 15:12:47 +0100 (mer., 25 nov. 2009) | 1 line [FIX] Move duplicate file gallery button into section where filegal has been set (galleryId > 0) so it appears. ---------------------------------------------- r23505 | jonnybradley | 2009-11-25 15:09:01 +0100 (mer., 25 nov. 2009) | 2 lines [FIX] Use new simple param for {textarea} to stop irrelevant warnings. Also set $auto_query_args (to none) ---------------------------------------------- r23504 | jonnybradley | 2009-11-25 15:07:20 +0100 (mer., 25 nov. 2009) | 1 line [ENH] New 'simple' param for {textarea}. Switches off wysiwyg, auto_save, lost edit warning etc (e.g. for contact form) ---------------------------------------------- r23503 | jonnybradley | 2009-11-25 14:45:35 +0100 (mer., 25 nov. 2009) | 4 lines [FIX] Part 2 of upgrade_categperm script. This one assigns tiki_p_modify_object_categories wherever a group had general "edit" perms (modify_tracker_items, edit, edit_article, blog_post etc, but a smaller list than in part 1). It also adds the collection of view perms (as seen in part 1) wherever tiki_p_search_categorized was, and then renames the description ("Obsolete tw>=4 ...") ---------------------------------------------- r23502 | jonnybradley | 2009-11-25 14:35:17 +0100 (mer., 25 nov. 2009) | 1 line [CSS] Better colours for headings in My Tiki page ---------------------------------------------- r23501 | chibaguy | 2009-11-25 05:46:47 +0100 (mer., 25 nov. 2009) | 1 line [FIX] Better styling for when logo, etc. isn't positioned left. ---------------------------------------------- r23500 | chibaguy | 2009-11-25 04:59:38 +0100 (mer., 25 nov. 2009) | 1 line [FIX] Removed em {vertical-align: middle}, which was causing italic text to be below baseline. Thanks to lindon bringing this up. ---------------------------------------------- r23499 | pascalstjean | 2009-11-25 01:37:27 +0100 (mer., 25 nov. 2009) | 1 line [ENH] moved the Anti-Bot from the Top of the Contact Us to the bottom just above the Send button. This is the typical position for an Anti-Bot feature in most common web applications today ---------------------------------------------- r23498 | pascalstjean | 2009-11-25 01:33:26 +0100 (mer., 25 nov. 2009) | 1 line [MOD] added logic to verify that the FROM field is filled before sending an anonymous message. Also added code to make sure FROM, SUBJECT and BODY do not get erased if a field is missing or wrong Anti-Bot code is inserted ---------------------------------------------- r23497 | pascalstjean | 2009-11-25 01:25:52 +0100 (mer., 25 nov. 2009) | 1 line [NEW] Added FROM Field for anonymous users inside the Contact Us Feature. Previously there was no way for the reciever to reply to a message unless that person left contact information inside the Body ---------------------------------------------- r23496 | sylvieg | 2009-11-25 00:44:51 +0100 (mer., 25 nov. 2009) | 1 line [FIX]wiki: protected word must not to be empty- allow to have ((xx|aa))((yy)) on the same line ---------------------------------------------- r23495 | pkdille | 2009-11-24 22:52:08 +0100 (mar., 24 nov. 2009) | 1 line [bp/23493][MOD] lesser magic: restoring all prefs for wiki 3d (morcego) ---------------------------------------------- r23488 | Jyhem | 2009-11-24 18:34:52 +0100 (mar., 24 nov. 2009) | 1 line [ENH] more meaningful section names for use in CSS styles (complements #23484) ---------------------------------------------- r23484 | Jyhem | 2009-11-24 16:55:40 +0100 (mar., 24 nov. 2009) | 1 line [ENH] more meaningful section names for use in CSS styles ---------------------------------------------- Version 4.0 <http://tikiwiki.org/ReleaseNotes40> ------------------ ---------------------------------------------- r23325 | chealer | 2009-11-15 21:30:57 -0500 (Sun, 15 Nov 2009) | 1 line [SEC] remove Javascript alert() leftover debug message when one of the new passwords is empty. found by Jonny Bradley ---------------------------------------------- r23321 | jonnybradley | 2009-11-15 20:48:14 -0500 (Sun, 15 Nov 2009) | 1 line [FIX] Rollback r23309 ---------------------------------------------- r23317 | nkoth | 2009-11-15 20:11:05 -0500 (Sun, 15 Nov 2009) | 2 lines [FIX] add warning that category permissions will not be upgraded to version 4 ---------------------------------------------- r23315 | marclaporte | 2009-11-15 19:27:13 -0500 (Sun, 15 Nov 2009) | 1 line [FIX] Adding navigation on this very important page ---------------------------------------------- r23314 | nkoth | 2009-11-15 19:19:41 -0500 (Sun, 15 Nov 2009) | 2 lines [FIX] more prevention if possible IE js errors and make sure textarea is defined ---------------------------------------------- r23313 | nkoth | 2009-11-15 19:12:51 -0500 (Sun, 15 Nov 2009) | 2 lines [FIX] textarea is needed here ---------------------------------------------- r23312 | sylvieg | 2009-11-15 18:59:17 -0500 (Sun, 15 Nov 2009) | 1 line comment admin validation as it is buggy and blocking release ---------------------------------------------- r23311 | nkoth | 2009-11-15 18:51:23 -0500 (Sun, 15 Nov 2009) | 2 lines [FIX] prevent possible js error in IE due to undefined textarea.selectionStart/End ---------------------------------------------- r23310 | sylvieg | 2009-11-15 18:34:06 -0500 (Sun, 15 Nov 2009) | 1 line discover tiki_p_modify_object_categories ---------------------------------------------- r23309 | nkoth | 2009-11-15 17:43:52 -0500 (Sun, 15 Nov 2009) | 2 lines [FIX] workaround problem in Fx3.5 where insertion of plugins from plugin helper end up inserting at end of text ---------------------------------------------- r23308 | nkoth | 2009-11-15 17:36:57 -0500 (Sun, 15 Nov 2009) | 2 lines [FIX] jquery autocomplete user selector should in the case of admin user (where it's possible to change it from the autofill) be autofilled by default with the admin user ---------------------------------------------- r23307 | chealer | 2009-11-15 17:24:17 -0500 (Sun, 15 Nov 2009) | 1 line [FIX] treetable: use htmlspecialchars() instead of htmlentities(), which assumes ISO-8859-1-encoded strings (breaks French accented characters) ---------------------------------------------- r23306 | chealer | 2009-11-15 17:22:30 -0500 (Sun, 15 Nov 2009) | 2 lines [FIX] French object permissions: "Droit d'accès" rendering as "Droit d\'accès" Smarty tr block embedded in another Smarty tag causing French translation with single quote to create issues inside single-quoted treetable parameter ---------------------------------------------- r23305 | jonnybradley | 2009-11-15 17:20:49 -0500 (Sun, 15 Nov 2009) | 1 line [FIX] Fix toolbars insterAt() bug if autocomplete was off ---------------------------------------------- r23304 | sylvieg | 2009-11-15 16:42:18 -0500 (Sun, 15 Nov 2009) | 1 line syntax: please check your smarty syntax - it is the 3th this week with the same error ---------------------------------------------- r23302 | chealer | 2009-11-15 15:51:45 -0500 (Sun, 15 Nov 2009) | 2 lines [FIX] HTML special chars escaping [FIX] colons inside tr blocks ---------------------------------------------- r23301 | marclaporte | 2009-11-15 14:08:47 -0500 (Sun, 15 Nov 2009) | 1 line [FIX] Broken link. While I was there: Better English and clearer message. ---------------------------------------------- r23299 | sylvieg | 2009-11-14 18:22:48 -0500 (Sat, 14 Nov 2009) | 1 line [FIX]sql error ---------------------------------------------- r23298 | sylvieg | 2009-11-14 18:15:18 -0500 (Sat, 14 Nov 2009) | 1 line [MOD]categ: add a view icon as it is not obvious that the view id on the name link ---------------------------------------------- r23297 | jonnybradley | 2009-11-14 18:10:59 -0500 (Sat, 14 Nov 2009) | 2 lines [FIX] Add checks for Kaltura account settings (prevents WSoD on Kaltura pages) [KIL] Remove obsolete Kaltura API 2 library files ---------------------------------------------- r23294 | luciash | 2009-11-14 12:22:16 -0500 (Sat, 14 Nov 2009) | 1 line [FIX] darkroom theme: .warning .rbox-title color ---------------------------------------------- r23291 | sylvieg | 2009-11-14 09:13:06 -0500 (Sat, 14 Nov 2009) | 1 line [FIX]language: more fixes for 23285 ---------------------------------------------- r23289 | sylvieg | 2009-11-14 08:55:49 -0500 (Sat, 14 Nov 2009) | 1 line [FIX]perms: perms to download a file were not checked if the param page was not set + check also you can view the page + some nicer error messages ---------------------------------------------- r23266 | chealer | 2009-11-13 16:37:15 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] hotfix "A Friendly Warning" going to Admin Profiles for the first time. should be properly fixed later ---------------------------------------------- r23263 | jonnybradley | 2009-11-13 15:59:22 -0500 (Fri, 13 Nov 2009) | 3 lines [FIX] Perms checking for search results - use id1, not pageName so now works for blogs etc too. Also check the other possible perms (object & global). Last one nkoth, promise! ;) ---------------------------------------------- r23262 | chealer | 2009-11-13 15:47:32 -0500 (Fri, 13 Nov 2009) | 1 line [SEC] Change category module: honor tiki_p_modify_object_categories. reported by Marc Laporte ---------------------------------------------- r23258 | jonnybradley | 2009-11-13 15:13:48 -0500 (Fri, 13 Nov 2009) | 4 lines [FIX] New perms checking for (mysql) search results. Unfinished but better than what was there. Ok on wiki pages - filegals & files todo, amongst others. Previous code commented out for reference. ---------------------------------------------- r23255 | sylvieg | 2009-11-13 14:20:03 -0500 (Fri, 13 Nov 2009) | 1 line [FIX]categ: comment as obsolete the old categ perms ---------------------------------------------- r23254 | sylvieg | 2009-11-13 14:08:09 -0500 (Fri, 13 Nov 2009) | 1 line [FIX]categ perm: some people found intrusive that an edit_categorized was able to remove a wiki page-> the perm will have to be added manually ---------------------------------------------- r23251 | chealer | 2009-11-13 13:12:08 -0500 (Fri, 13 Nov 2009) | 1 line allow spaces in user module names and rename Application_Menu to Application Menu ---------------------------------------------- r23250 | pascalstjean | 2009-11-13 13:08:00 -0500 (Fri, 13 Nov 2009) | 1 line [NEW] added Javascript_Enabled checker before allowing a user to run profiles. ---------------------------------------------- r23248 | marclaporte | 2009-11-13 12:53:03 -0500 (Fri, 13 Nov 2009) | 1 line [KIL] delete old unreferences files. They look like one-time use. Any useful script should be in doc/devtools/ ---------------------------------------------- r23246 | pascalstjean | 2009-11-13 12:36:16 -0500 (Fri, 13 Nov 2009) | 1 line [NEW] added friendly warning to users depending on the connection state of profile repositories. ---------------------------------------------- r23245 | pascalstjean | 2009-11-13 12:34:51 -0500 (Fri, 13 Nov 2009) | 1 line [NEW] Added logic to verify which Profile Repositories are connecting and generate a Smarty state variables (all, some, none) ---------------------------------------------- r23243 | jonnybradley | 2009-11-13 12:28:26 -0500 (Fri, 13 Nov 2009) | 2 lines [KIL] Removing redundant tiki_p_view_categorized and tiki_p_edit_categorized refs. ---------------------------------------------- r23241 | Jyhem | 2009-11-13 12:20:47 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] These are not navbars or buttons so they need to be styled with another class called categbar so we can later have different looks ---------------------------------------------- r23238 | nkoth | 2009-11-13 11:42:10 -0500 (Fri, 13 Nov 2009) | 2 lines [FIX] Quick fix to prevent cursor from ending up at the end of textarea after insertion of tags in Fx3.5 due to "selection forgetting problem. ---------------------------------------------- r23237 | chibaguy | 2009-11-13 11:28:14 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Corrected illogical language. ---------------------------------------------- r23230 | nkoth | 2009-11-13 09:57:10 -0500 (Fri, 13 Nov 2009) | 2 lines [FIX] The problem where selection/cursor position is lost when toolbar popup/dialogs are used leading to tag added at end of textarea in Fx3.5 ---------------------------------------------- r23227 | chibaguy | 2009-11-13 04:20:38 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Specifying .rbox warning background color and link color is sufficient to ensure contrast. No need for link background color also, which causes a problem when theme specifies link and div background colors. ---------------------------------------------- r23226 | chibaguy | 2009-11-13 04:13:15 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Warning box link color property removed (conflicted with new bg color in design.css). ---------------------------------------------- r23224 | marclaporte | 2009-11-13 02:43:03 -0500 (Fri, 13 Nov 2009) | 1 line [KIL] feature_profile_tester preference has been removed as it's now always available in advanced tab in admin-profiles ---------------------------------------------- r23223 | jonnybradley | 2009-11-13 02:15:06 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Remove spare spanner on comments toolbar ---------------------------------------------- r23222 | nkoth | 2009-11-13 02:12:41 -0500 (Fri, 13 Nov 2009) | 2 lines [FIX] allow way to show forum thread configuration bar for different number of posts threshold ---------------------------------------------- r23221 | pascalstjean | 2009-11-13 02:12:31 -0500 (Fri, 13 Nov 2009) | 1 line [MOD] chanced string (install profile) to (apply profile) ---------------------------------------------- r23220 | chibaguy | 2009-11-13 02:06:10 -0500 (Fri, 13 Nov 2009) | 1 line [FIX][NEW] Higher-contrast suckerfish arrow for topbar menu. ---------------------------------------------- r23218 | pascalstjean | 2009-11-13 02:02:38 -0500 (Fri, 13 Nov 2009) | 1 line [MOD] Made Profile Tester Feature always on under the Profiles Admin (Advanced Tab) ---------------------------------------------- r23217 | lindonb | 2009-11-13 01:59:44 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Update syntax on help block on image browse page. ---------------------------------------------- r23216 | chealer | 2009-11-13 01:50:50 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] HTML special chars escaping ---------------------------------------------- r23215 | pascalstjean | 2009-11-13 01:46:43 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Allow Custom blog header function to properly work. Defaults to blog-header TPL if custom header is turned off ---------------------------------------------- r23213 | marclaporte | 2009-11-13 01:24:22 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Use the .htaccess that was on profiles.tikiwiki.org ---------------------------------------------- r23212 | chealer | 2009-11-13 01:12:04 -0500 (Fri, 13 Nov 2009) | 1 line generalize "RSS" to "Feed" ---------------------------------------------- r23211 | marclaporte | 2009-11-13 01:08:11 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Move profiles entry in _htaccess so make it work ---------------------------------------------- r23210 | chealer | 2009-11-13 00:58:59 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] last_visitors ---------------------------------------------- r23209 | chealer | 2009-11-13 00:57:40 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] one of these bugs which can only slip at these hours ---------------------------------------------- r23207 | jonnybradley | 2009-11-13 00:40:27 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Make categories in categorizator wrap to tab width ---------------------------------------------- r23206 | nkoth | 2009-11-13 00:35:18 -0500 (Fri, 13 Nov 2009) | 2 lines [FIX] Wish 2762: Allow brackets to work in parameters of plugins specified in short form, common e.g. the img plugin ---------------------------------------------- r23205 | pascalstjean | 2009-11-13 00:30:12 -0500 (Fri, 13 Nov 2009) | 1 line [MOD] Make sure Blog Post title properly appears for Strasa Theme ---------------------------------------------- r23204 | pascalstjean | 2009-11-13 00:25:52 -0500 (Fri, 13 Nov 2009) | 1 line [MOD] Made Blog Post Titles link to individual blog post in Strasa Theme ---------------------------------------------- r23203 | pascalstjean | 2009-11-13 00:24:24 -0500 (Fri, 13 Nov 2009) | 1 line [MOD] make sure Blog Post Title properly appears ---------------------------------------------- r23202 | pascalstjean | 2009-11-13 00:08:00 -0500 (Fri, 13 Nov 2009) | 1 line [MOD] Made sure that the option to enter a Title for a Blog Post properly appears ---------------------------------------------- r23201 | marclaporte | 2009-11-13 00:05:54 -0500 (Fri, 13 Nov 2009) | 1 line [KIL] Remove __send blog post by email__ because 1- it duplicates tell a friend, 2- it's not optional and 3- There is no antispam protection ---------------------------------------------- r23200 | jonnybradley | 2009-11-12 23:58:29 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Warn about no email on user watch page ---------------------------------------------- r23199 | pascalstjean | 2009-11-12 23:41:29 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] removed use title from Edit Blog. This feature is being removed globally. ---------------------------------------------- r23198 | pascalstjean | 2009-11-12 23:20:30 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Removed from Strasa theme. Redundant feature and caused multiple TPL bugs ---------------------------------------------- r23197 | pascalstjean | 2009-11-12 23:14:07 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Removed option from Blog posts. Redundant feature and caused multiple TPL bugs ---------------------------------------------- r23196 | jonnybradley | 2009-11-12 23:07:13 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Don't set user watch of user has no email ---------------------------------------------- r23195 | chealer | 2009-11-12 22:10:41 -0500 (Thu, 12 Nov 2009) | 2 lines [ENH] Change since_last_visit module to new module style (modules-doc). since_last_visit is now called "Since last visit (simple)" ---------------------------------------------- r23194 | jonnybradley | 2009-11-12 21:59:04 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Rename mnu_application_menu to 'Application_Menu' to be (more) in line with new modules style. ---------------------------------------------- r23193 | chealer | 2009-11-12 21:50:55 -0500 (Thu, 12 Nov 2009) | 1 line [KIL] calendar [old] module (too buggy, still using {php} Smarty tags). feel free to complain if you were using it ---------------------------------------------- r23192 | chealer | 2009-11-12 21:44:05 -0500 (Thu, 12 Nov 2009) | 1 line [ENH] Change since_last_visit_new module to new module style (modules-doc). ---------------------------------------------- r23190 | chealer | 2009-11-12 21:35:16 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] blog: HTML special chars escaping (mostly ports of fixes to Strasa) ---------------------------------------------- r23189 | jonnybradley | 2009-11-12 21:34:22 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Admin Feed icons and (improved) Kaltura logos ---------------------------------------------- r23188 | chealer | 2009-11-12 21:26:33 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] HTML ---------------------------------------------- r23187 | nkoth | 2009-11-12 21:22:55 -0500 (Thu, 12 Nov 2009) | 2 lines [ENH] Set jquery enabled tracker user selector in the hope of solving nasty perf/slow script problem going to edit tab on dev.tw.o ---------------------------------------------- r23186 | lindonb | 2009-11-12 21:15:58 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Updated syntax help in "additional info" that appears after user uploads a file to file gallery. ---------------------------------------------- r23185 | pascalstjean | 2009-11-12 21:15:33 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] removed Blog Level Comments for Strasa Custom TPL ---------------------------------------------- r23184 | chealer | 2009-11-12 21:12:55 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] typo breaking HTML validity ---------------------------------------------- r23183 | pascalstjean | 2009-11-12 21:12:12 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Removed Blog Level Comments ---------------------------------------------- r23182 | chealer | 2009-11-12 21:09:45 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] XHTML validity ---------------------------------------------- r23181 | jonnybradley | 2009-11-12 20:36:38 -0500 (Thu, 12 Nov 2009) | 1 line [KIL] Unmaintained mod-events removed ---------------------------------------------- r23180 | pascalstjean | 2009-11-12 20:21:23 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Added tabs to Profile Admin page in order to seperate installation section from advanced features. ---------------------------------------------- r23179 | jonnybradley | 2009-11-12 20:19:34 -0500 (Thu, 12 Nov 2009) | 2 lines [ENH] Change last_visitors module to new module style (modules-doc). (despite the fact the data isn't being collected properly - see wish2623) ---------------------------------------------- r23178 | jonnybradley | 2009-11-12 19:58:54 -0500 (Thu, 12 Nov 2009) | 1 line [ENH] Change usergroup_tracker module to new module style (modules-doc). ---------------------------------------------- r23177 | marclaporte | 2009-11-12 19:58:17 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] making PluginRealNameList experimental ---------------------------------------------- r23176 | jonnybradley | 2009-11-12 19:53:39 -0500 (Thu, 12 Nov 2009) | 1 line [ENH] Change tikitest module to new module style (modules-doc). ---------------------------------------------- r23175 | jonnybradley | 2009-11-12 19:39:52 -0500 (Thu, 12 Nov 2009) | 1 line [ENH] Change the four search modules to new module style (modules-doc). ---------------------------------------------- r23174 | marclaporte | 2009-11-12 19:08:43 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Restoring PluginRealNameList as discussed with Olaf on mailing list. I will tag as experimental and the goal is to merge with PluginUserList for Tiki5 ---------------------------------------------- r23173 | jonnybradley | 2009-11-12 19:06:27 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Fix simple mode button in AJAX and hide additional info properly ---------------------------------------------- r23172 | lindonb | 2009-11-12 18:58:39 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Update syntax in message showing user how to insert image. ---------------------------------------------- r23171 | jonnybradley | 2009-11-12 18:57:51 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] urlencode was wrong for url encoding - using htmlentities instead ---------------------------------------------- r23170 | jonnybradley | 2009-11-12 18:50:32 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] No need to include JS files again in AJAX response (was causing many errors) ---------------------------------------------- r23169 | marclaporte | 2009-11-12 18:46:31 -0500 (Thu, 12 Nov 2009) | 1 line [DOC] update security script documentation ---------------------------------------------- r23168 | marclaporte | 2009-11-12 18:24:43 -0500 (Thu, 12 Nov 2009) | 1 line [KIL] remove old secdb ---------------------------------------------- r23167 | marclaporte | 2009-11-12 18:10:33 -0500 (Thu, 12 Nov 2009) | 1 line [DOC] All Tiki code should refer to TikiWiki.org ---------------------------------------------- r23166 | chealer | 2009-11-12 18:09:34 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] login screen title, r23134 regression. thanks Marc Laporte ---------------------------------------------- r23165 | chealer | 2009-11-12 18:06:11 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] translate action_calendar's description ---------------------------------------------- r23163 | jonnybradley | 2009-11-12 17:58:44 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Better description ---------------------------------------------- r23162 | jonnybradley | 2009-11-12 17:49:57 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Don't warn about leaving modules admin page after previewing module. ---------------------------------------------- r23161 | nkoth | 2009-11-12 17:48:38 -0500 (Thu, 12 Nov 2009) | 2 lines [FIX] links that were just anchors e.g. #form was previously being rendered as ##form and not working (e.g. in attachment/forum reply buttons). ---------------------------------------------- r23160 | jonnybradley | 2009-11-12 17:47:56 -0500 (Thu, 12 Nov 2009) | 1 line [ENH] Change rsslist module to new module style (modules-doc). ---------------------------------------------- r23159 | jonnybradley | 2009-11-12 17:46:15 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] notices ---------------------------------------------- r23157 | marclaporte | 2009-11-12 17:28:29 -0500 (Thu, 12 Nov 2009) | 1 line [SEC] Adding extra skip for 3 plugins ---------------------------------------------- r23155 | sylvieg | 2009-11-12 17:06:41 -0500 (Thu, 12 Nov 2009) | 1 line [FIX]TRACKER: rewrite the user itrem only if one item per user ---------------------------------------------- r23154 | marclaporte | 2009-11-12 16:40:50 -0500 (Thu, 12 Nov 2009) | 1 line [KIL] no longer used now that we lock by adding db/lock ---------------------------------------------- r23153 | nkoth | 2009-11-12 16:22:11 -0500 (Thu, 12 Nov 2009) | 2 lines [FIX] better fix: to insert h1 etc (block elements) properly in the last line of textarea ---------------------------------------------- r23152 | jonnybradley | 2009-11-12 16:08:26 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Stop "strange" behaviour when adding a toolbar block element (e.g. center or headings) on the last character when editing. ---------------------------------------------- r23151 | nkoth | 2009-11-12 16:01:25 -0500 (Thu, 12 Nov 2009) | 2 lines [FIX] previous commit: need to set selection start as well if range is positive ---------------------------------------------- r23150 | nkoth | 2009-11-12 15:57:27 -0500 (Thu, 12 Nov 2009) | 2 lines [FIX] In IE after inserting stuff in quicktags, to position caret properly ---------------------------------------------- r23149 | chealer | 2009-11-12 15:31:13 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] mod-events: static calls to non-static $tikilib->make_time() ---------------------------------------------- r23148 | chealer | 2009-11-12 15:29:49 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] more copy-pasted descriptions ---------------------------------------------- r23147 | jonnybradley | 2009-11-12 15:24:49 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] insertAt for IE (so smilies etc go in the right place in the text area - just needed focus!) ---------------------------------------------- r23144 | chealer | 2009-11-12 15:02:35 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] a copy-pasted parameter description ---------------------------------------------- r23143 | jonnybradley | 2009-11-12 15:00:31 -0500 (Thu, 12 Nov 2009) | 3 lines [FIX] Testing for selectionStart was failing when == 0 (so fixed tests on a couple of others too) So plugin etc appears on empty pages ---------------------------------------------- r23142 | jonnybradley | 2009-11-12 14:41:56 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Switch editor tool fixed for IE (and still working in Safari & Fx 3.5) ---------------------------------------------- r23140 | jonnybradley | 2009-11-12 13:52:32 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] XHTML (_text not text) ---------------------------------------------- r23139 | jonnybradley | 2009-11-12 13:51:39 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] XHTML (<table> needs something in it) ---------------------------------------------- r23138 | jonnybradley | 2009-11-12 13:51:04 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] XHTML (duplicated id - probably not needed on hidden field but renamed for safety) ---------------------------------------------- r23137 | jonnybradley | 2009-11-12 13:50:26 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] XHTML (name not valid on div) ---------------------------------------------- r23136 | jonnybradley | 2009-11-12 13:49:59 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] XHTML (duplicated attributes) ---------------------------------------------- r23135 | jonnybradley | 2009-11-12 13:49:22 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Default to simple remembermethod (becasue it remembers you) ---------------------------------------------- r23134 | chealer | 2009-11-12 13:43:45 -0500 (Thu, 12 Nov 2009) | 3 lines [FIX] Login box: remove unused nonums and rows [FIX] login box: undefined do_not_show_login_box [FIX] logo: make module title the same as its name ---------------------------------------------- r23132 | chealer | 2009-11-12 13:14:38 -0500 (Thu, 12 Nov 2009) | 5 lines [ENH] Change action_calendar and calendar_new modules to new module style (modules-doc). [MOD] remove calIds (using it would break website) sylvie: you may want to look at this [ENH] calendar plugin: change viewlist and viewwithevents parameters to something making sense. reindent [FIX] static calls to non-static $tikilib->make_time() ---------------------------------------------- r23131 | marclaporte | 2009-11-12 13:13:29 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Bump version number for hopeful succession of img by image ---------------------------------------------- r23128 | jonnybradley | 2009-11-12 11:40:00 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Moved copyright and authors style to properties tab ---------------------------------------------- r23125 | jonnybradley | 2009-11-12 11:11:18 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Move old wiki_up "add image" control from tools tab to edit. ---------------------------------------------- r23121 | chealer | 2009-11-12 08:47:17 -0500 (Thu, 12 Nov 2009) | 3 lines [FIX] strike syntax ("--") would match HTML comment ends to HTML comment starts from invocations of plugins using Smarty, such as wikiplugin_calendar, when log_tpl is enabled, resulting in content between a comment and the next one being commented. This solution does not consider "-->" as a strike begin thanks Jonny ---------------------------------------------- r23120 | luciash | 2009-11-12 07:22:08 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Tabs wikiplugin: parse wiki syntax in tabs ---------------------------------------------- r23119 | marclaporte | 2009-11-12 07:16:32 -0500 (Thu, 12 Nov 2009) | 1 line [KIL] Dexter said: I've looked over this file again, and the reason its kept is that it could be used when there are lots of ajax functions, to keep things clean in the tiki-register.php. but currently it isn't used, so it is safe and ok to remove it. ---------------------------------------------- r23118 | luciash | 2009-11-12 05:31:57 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Smarty display block: better example in comment, fix groups ---------------------------------------------- r23117 | luciash | 2009-11-12 03:45:51 -0500 (Thu, 12 Nov 2009) | 1 line better wording, added include check + Id to svn:keywords ---------------------------------------------- r23116 | luciash | 2009-11-12 03:39:23 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Smarty display block: do not display default error message for friends if ///else/// is set ---------------------------------------------- r23115 | luciash | 2009-11-12 02:43:13 -0500 (Thu, 12 Nov 2009) | 1 line [ENH] Smarty display block: enhancements to make display block much more useful (especially to filter out displaying of Pretty Trackers items to groups or friends in trackerlist) ---------------------------------------------- r23114 | chibaguy | 2009-11-12 02:25:09 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Made previous change specific to admin pages. ---------------------------------------------- r23113 | chibaguy | 2009-11-12 01:59:10 -0500 (Thu, 12 Nov 2009) | 1 line [ENH] Bullets on list items look inappropriate and unnecessary, being outside of alternating background colors. ---------------------------------------------- r23112 | luciash | 2009-11-12 00:53:39 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] trackerlist: better error message when tiki_p_use_as_template perm not assigned (TODO: do not cache) ---------------------------------------------- r23111 | jonnybradley | 2009-11-12 00:29:51 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Add flip param to all modules (and remove from common_params on webmail_inbox) ---------------------------------------------- r23110 | jonnybradley | 2009-11-12 00:28:24 -0500 (Thu, 12 Nov 2009) | 1 line [ENH] Change login_box and logo modules to new module style (modules-doc). ---------------------------------------------- r23109 | jonnybradley | 2009-11-11 23:45:09 -0500 (Wed, 11 Nov 2009) | 1 line [ENH] Change webmail_inbox module to new module style (modules-doc). ---------------------------------------------- r23107 | chibaguy | 2009-11-11 22:02:32 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] CSS id to class change consistent with changes in r23106. ---------------------------------------------- r23106 | chealer | 2009-11-11 18:37:40 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] HTML validity/CSS ---------------------------------------------- r23105 | jonnybradley | 2009-11-11 18:17:21 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] Only escape html chars if not in (or switching to) wysiwyg mode. 2nd attempt at r23072 to allow html entities in wiki markup. ---------------------------------------------- r23104 | jonnybradley | 2009-11-11 17:59:42 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] Hide empty tabs on edit page ---------------------------------------------- r23103 | marclaporte | 2009-11-11 17:55:27 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] prevent directory browsing ---------------------------------------------- r23102 | marclaporte | 2009-11-11 17:30:20 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] make impossible to call directly ---------------------------------------------- r23101 | marclaporte | 2009-11-11 17:15:28 -0500 (Wed, 11 Nov 2009) | 1 line [KIL] Remove test files. If developers write interesting scripts, please add to doc/devtools/ ---------------------------------------------- r23100 | luciash | 2009-11-11 17:03:56 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] user messages: prefer user preferences max messages to display pagination (thanks to Shawn Adler for noticing) ---------------------------------------------- r23099 | marclaporte | 2009-11-11 17:01:57 -0500 (Wed, 11 Nov 2009) | 1 line [KIL] Remove useless file ---------------------------------------------- r23096 | marclaporte | 2009-11-11 16:42:52 -0500 (Wed, 11 Nov 2009) | 1 line [SEC] re-order code to have security check first. ---------------------------------------------- r23095 | marclaporte | 2009-11-11 16:38:09 -0500 (Wed, 11 Nov 2009) | 1 line [DOC] dev documentation no longer relevant (was fixed) ---------------------------------------------- r23094 | sylvieg | 2009-11-11 16:37:15 -0500 (Wed, 11 Nov 2009) | 1 line [FIX]tracker: userCanTakeOwnership was a little bit too invasive ---------------------------------------------- r23093 | marclaporte | 2009-11-11 16:27:57 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] profiles are applied, not installed (installing implies adding files). ---------------------------------------------- r23092 | jonnybradley | 2009-11-11 16:16:07 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] More on textarea selection ---------------------------------------------- r22965 | pkdille | 2009-11-07 23:37:51 +0100 (sam., 07 nov. 2009) | 1 line [FIX] database structure homogenization for a fresh 4.x installation and for a 3.x to 4.x upgraded tiki. ---------------------------------------------- r22964 | nyloth | 2009-11-07 23:17:23 +0100 (sam., 07 nov. 2009) | 1 line [FIX] release script: fix debug-packaging option for build_packages step ---------------------------------------------- r22962 | nyloth | 2009-11-07 23:11:11 +0100 (sam., 07 nov. 2009) | 1 line [FIX] release script: fix message when SecDB file is created. ---------------------------------------------- r22961 | nyloth | 2009-11-07 22:55:59 +0100 (sam., 07 nov. 2009) | 1 line [FIX] database connection error template: fix broken smarty syntax ---------------------------------------------- r22957 | nyloth | 2009-11-07 21:25:57 +0100 (sam., 07 nov. 2009) | 1 line [FIX] release script: fix displayed revision number after commit ---------------------------------------------- r22954 | nyloth | 2009-11-07 21:02:58 +0100 (sam., 07 nov. 2009) | 1 line [MOD] release script: adapt release script for 4.x ---------------------------------------------- r22953 | nyloth | 2009-11-07 20:51:34 +0100 (sam., 07 nov. 2009) | 1 line [MOD] release script: adapt release script to the new name of branches (e.g. 4.x instead of 4.0) ---------------------------------------------- r22952 | chibaguy | 2009-11-07 15:14:32 +0100 (sam., 07 nov. 2009) | 1 line [NEW] Fixed_width.css option for each theme. ---------------------------------------------- r22951 | chibaguy | 2009-11-07 11:52:34 +0100 (sam., 07 nov. 2009) | 1 line [FIX] Moved arrow down slightly in topbar suckerfish menu. ---------------------------------------------- r22950 | chibaguy | 2009-11-07 09:39:09 +0100 (sam., 07 nov. 2009) | 1 line [NEW] Left-column top and bottom graphics suited to flush-left position. ---------------------------------------------- r22949 | sylvieg | 2009-11-06 22:30:15 +0100 (ven., 06 nov. 2009) | 1 line [FIX]coelesce: fix display of >>> in admin->categories ---------------------------------------------- r22948 | chealer | 2009-11-06 22:09:05 +0100 (ven., 06 nov. 2009) | 4 lines [ENH] allow filtering profiles belonging to several categories [ENH] don't display category filter select multiple if categories aren't loaded [FIX] "Categories" instead of "Category" in column name displaying profile categories [FIX] colons inside tr blocks ---------------------------------------------- r22943 | pkdille | 2009-11-06 18:25:47 +0100 (ven., 06 nov. 2009) | 1 line [FIX] In wiki, as in other features (like forum), the error code when the user does not have the perms to view the page should be 401 instead of 403 in order to have the loginbox on error redirection working ---------------------------------------------- r22939 | alain_desilets | 2009-11-06 16:14:24 +0100 (ven., 06 nov. 2009) | 1 line - Started working on new side-by-side look for the translation interface. ---------------------------------------------- r22938 | chibaguy | 2009-11-06 14:37:47 +0100 (ven., 06 nov. 2009) | 1 line [FIX] Padding-right in #siteloginbar moved so that register link background (darker image) is flush right again. ---------------------------------------------- r22936 | chealer | 2009-11-06 02:29:31 +0100 (ven., 06 nov. 2009) | 2 lines [FIX] switching theme [or theme option] through switch theme module would do nothing for users with a custom theme [or theme option] if feature_userPreferences was disabled credits go to Nelson Koth for finding the actual issue and proposing this solution ---------------------------------------------- r22935 | jonnybradley | 2009-11-06 00:53:05 +0100 (ven., 06 nov. 2009) | 1 line [FIX] Switch Theme module now copes with theme control overrides (can't change them yet though - TODO) ---------------------------------------------- r22934 | luciash | 2009-11-06 00:37:07 +0100 (ven., 06 nov. 2009) | 1 line [bp/r22933][FIX] tracker wikiplugin: when admin preselect username from the user selector dropdown (for user option 1 = creator) when creating new item ---------------------------------------------- r22932 | jonnybradley | 2009-11-06 00:28:42 +0100 (ven., 06 nov. 2009) | 2 lines [FIX] Use lowest level theme only for nested theme controlled objects (i.e. object in section in category). Using $tikilib->get_style_path for tikidomain etc resolution. ---------------------------------------------- r22931 | jonnybradley | 2009-11-06 00:26:23 +0100 (ven., 06 nov. 2009) | 1 line [MOD] Theme control - show all controlled objects by default ---------------------------------------------- r22929 | chealer | 2009-11-06 00:07:14 +0100 (ven., 06 nov. 2009) | 2 lines [FIX] don't depend on feature_userPreferences, which isn't required after all ---------------------------------------------- r22927 | jonnybradley | 2009-11-05 23:44:04 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] Theme control for icons caching ---------------------------------------------- r22926 | jonnybradley | 2009-11-05 23:24:47 +0100 (jeu., 05 nov. 2009) | 5 lines [FIX] Theme control rationlisation (a little more extensive than planned, but it was in a bit of mess) Stopped theme options being mixed with site option (also for tikidomain) Refactored and deployed options to tc by object and section Fixed articles listing ---------------------------------------------- r22924 | jonnybradley | 2009-11-05 20:21:16 +0100 (jeu., 05 nov. 2009) | 3 lines [FIX] Smaller text for antibot form so all the numbers can be seen. Also textarea width for Strasa corrected. TODO Change it to use divs one day. ---------------------------------------------- r22923 | jonnybradley | 2009-11-05 20:01:00 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] Hide empty.css from switch theme module as it's not a real theme (and is ugly) ---------------------------------------------- r22922 | jonnybradley | 2009-11-05 20:00:11 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] Set option back to site default for reg users ---------------------------------------------- r22921 | jonnybradley | 2009-11-05 19:44:09 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] Switch theme for anonymous, and (hopefully) the mixing of options from one theme with the base of another both fixed. ---------------------------------------------- r22917 | pascalstjean | 2009-11-05 18:53:07 +0100 (jeu., 05 nov. 2009) | 1 line [MOD] Changed the links on the initial homepage to filter to the 4x version of the profiles ---------------------------------------------- r22915 | sylvieg | 2009-11-05 18:38:07 +0100 (jeu., 05 nov. 2009) | 1 line [FIX]fgal: can upload swf in podcast + error message id extension not accepted (instead of uploading the file witjout extension) ---------------------------------------------- r22914 | jonnybradley | 2009-11-05 18:26:43 +0100 (jeu., 05 nov. 2009) | 1 line [MOD] JSLint fixes for plugins JS, even though it's not being minified anymore. ---------------------------------------------- r22913 | jonnybradley | 2009-11-05 18:20:41 +0100 (jeu., 05 nov. 2009) | 2 lines [FIX] Correcting other jQuery object references (needs to be $jq, not just $ as we're still in compatibility mode, although $ will work mostly if mootools etc hasn't been added externally) ---------------------------------------------- r22912 | sylvieg | 2009-11-05 17:59:54 +0100 (jeu., 05 nov. 2009) | 1 line jq syntax ---------------------------------------------- r22910 | sylvieg | 2009-11-05 17:09:13 +0100 (jeu., 05 nov. 2009) | 1 line [FIX]newsletter: need to test feature before perm as perm is not loaded is pref not on ---------------------------------------------- r22909 | alain_desilets | 2009-11-05 16:56:57 +0100 (jeu., 05 nov. 2009) | 1 line - Bring a change made by Stéphane casset on Trunk, to enable smarter toggable buttons. ---------------------------------------------- r22908 | marclaporte | 2009-11-05 16:56:11 +0100 (jeu., 05 nov. 2009) | 1 line [MOD] Users are still expecting to find watch related features in main features admin panel, so adding (but keeping in community admin panel as well ---------------------------------------------- r22906 | sylvieg | 2009-11-05 15:59:23 +0100 (jeu., 05 nov. 2009) | 1 line [FIX]strasa: come back to a 180px width not to have a truncated left column + take away a white br in IE7 ---------------------------------------------- r22905 | marclaporte | 2009-11-05 15:48:35 +0100 (jeu., 05 nov. 2009) | 1 line [KIL] Remove doc that is made obsolete. secdb is always added the DB via installer. ---------------------------------------------- r22904 | marclaporte | 2009-11-05 15:31:44 +0100 (jeu., 05 nov. 2009) | 1 line [KIL] Remove doc that is made obsolete by chibaguy's enhancement ---------------------------------------------- r22903 | sylvieg | 2009-11-05 15:09:44 +0100 (jeu., 05 nov. 2009) | 1 line [MOD]strasa: lighter background + comment that shsow feature must eb on ---------------------------------------------- r22901 | chibaguy | 2009-11-05 07:57:13 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] Prevent text from overlapping when heading wraps to two lines. ---------------------------------------------- r22900 | chibaguy | 2009-11-05 06:41:37 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] div name updated for fixed width. ---------------------------------------------- r22899 | chibaguy | 2009-11-05 06:25:29 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] Added div#fixedwidth in tiki.tpl for Strasa Fixed and other "fixed-width" themes, so shadow layer doesn't need to be turned on for this purpose. Default setting is back to shadow layer off. (Change made after discussion with luci.) ---------------------------------------------- r22898 | chealer | 2009-11-05 03:19:20 +0100 (jeu., 05 nov. 2009) | 3 lines [FIX] upgrade_categperm loops were apparently doing nothing but output *not* tested ---------------------------------------------- r22897 | marclaporte | 2009-11-05 03:10:24 +0100 (jeu., 05 nov. 2009) | 1 line [NEW] New __connect__ admin panel, which restores __site register__ link (removed from admin panel in a previous version) and starts a new concept to help Tiki site admins connect with other members of the community. More details at http://dev.tikiwiki.org/Connect TODO: find another icon for RSS feed admin panel because this one is hijacked :-) ---------------------------------------------- r22896 | marclaporte | 2009-11-05 01:56:36 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] __Powered by__ in dynamic preferences: missing dependencies ---------------------------------------------- r22895 | marclaporte | 2009-11-05 01:49:26 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] move __Powered by__ to dynamic preferences ---------------------------------------------- r22894 | nkoth | 2009-11-05 01:35:24 +0100 (jeu., 05 nov. 2009) | 2 lines [ENH] different tooltip explanation for Reset to Global Perms button depending on whether object is a category or not ---------------------------------------------- r22893 | nkoth | 2009-11-05 01:18:31 +0100 (jeu., 05 nov. 2009) | 2 lines [ENH] Info message on perms displayed should be different if object is a category ---------------------------------------------- r22892 | nkoth | 2009-11-05 00:46:38 +0100 (jeu., 05 nov. 2009) | 2 lines [FIX] more query quote ---------------------------------------------- r22891 | marclaporte | 2009-11-05 00:39:12 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] better link to doc. ---------------------------------------------- r22890 | marclaporte | 2009-11-05 00:34:09 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] more logical place for security link. tiki-admin_security.php should be merged into tiki-admin.php?page=security ---------------------------------------------- r22889 | marclaporte | 2009-11-05 00:29:46 +0100 (jeu., 05 nov. 2009) | 1 line [MOD] update logo ---------------------------------------------- r22888 | nkoth | 2009-11-05 00:19:31 +0100 (jeu., 05 nov. 2009) | 2 lines [FIX] Missing line in last commit - now in ---------------------------------------------- r22887 | nkoth | 2009-11-05 00:18:24 +0100 (jeu., 05 nov. 2009) | 2 lines [FIX] Put back feature to limit banner views for user by cookie ---------------------------------------------- r22886 | marclaporte | 2009-11-05 00:09:00 +0100 (jeu., 05 nov. 2009) | 1 line [MOD] Move Shadow layer to own tab [see, I like tabs :-)] as now that the feature is by default on to work with fixed width css options. ---------------------------------------------- r22885 | marclaporte | 2009-11-04 23:36:49 +0100 (mer., 04 nov. 2009) | 1 line [FIX] fix width 990px instead of 1000px as per recommendation of slj institute ---------------------------------------------- r22884 | nkoth | 2009-11-04 23:33:07 +0100 (mer., 04 nov. 2009) | 2 lines [FIX] quote query ---------------------------------------------- r22883 | nkoth | 2009-11-04 23:25:29 +0100 (mer., 04 nov. 2009) | 2 lines [FIX] convert-sortmode from 3.x no longer exist as a function, change to convertSortMode ---------------------------------------------- r22881 | nkoth | 2009-11-04 23:07:24 +0100 (mer., 04 nov. 2009) | 2 lines [MOD] Change text label and explain more clearly what the "Remove" button means ---------------------------------------------- r22880 | nkoth | 2009-11-04 22:30:20 +0100 (mer., 04 nov. 2009) | 2 lines [FIX] need to reload profile sources after install as cache is cleared after install, otherwise cannot list ---------------------------------------------- r22879 | sylvieg | 2009-11-04 22:10:42 +0100 (mer., 04 nov. 2009) | 1 line lesser magic+ begin to deprecate clear passwords ---------------------------------------------- r22877 | sylvieg | 2009-11-04 21:12:48 +0100 (mer., 04 nov. 2009) | 1 line [MOD]FANCYTABLE: new param sortable to use the tablesorter from jquery ---------------------------------------------- r22876 | jonnybradley | 2009-11-04 20:26:12 +0100 (mer., 04 nov. 2009) | 1 line [FIX] auto_query_args for modules admin (to prevent chaos when editing user modules) ---------------------------------------------- r22875 | lphuberdeau | 2009-11-04 20:14:31 +0100 (mer., 04 nov. 2009) | 1 line [MOD] Make sure all JS files go through minification, except the dynamic one ---------------------------------------------- r22874 | jonnybradley | 2009-11-04 20:12:01 +0100 (mer., 04 nov. 2009) | 1 line [FIX] needToConfirm=false for user module create button ---------------------------------------------- r22873 | jonnybradley | 2009-11-04 19:57:37 +0100 (mer., 04 nov. 2009) | 2 lines [FIX] Don't clear out object perms on features not currrently being edited (by taking the object's current perms and set or remove each according to the request). Also fix page busy spinner not hiding (following conversion to foreach instead of for loop) ---------------------------------------------- r22871 | dexl_2000 | 2009-11-04 19:04:26 +0100 (mer., 04 nov. 2009) | 1 line [MOD] change variable pass1 back to pass ---------------------------------------------- r22870 | dexl_2000 | 2009-11-04 18:56:07 +0100 (mer., 04 nov. 2009) | 1 line [MOD] change variable pass to pass1 ---------------------------------------------- r22869 | dexl_2000 | 2009-11-04 17:26:39 +0100 (mer., 04 nov. 2009) | 1 line [MOD] removing a commented out line that wasn't useful ---------------------------------------------- r22868 | dexl_2000 | 2009-11-04 17:18:37 +0100 (mer., 04 nov. 2009) | 1 line [FIX] forgot the change return value to true on correct input. now its fixed in the js ---------------------------------------------- r22867 | jonnybradley | 2009-11-04 13:05:31 +0100 (mer., 04 nov. 2009) | 1 line [FIX] Don't show sitemenu if top_bar is switched off ---------------------------------------------- r22866 | jonnybradley | 2009-11-04 13:04:22 +0100 (mer., 04 nov. 2009) | 1 line [MOD] Cleaning dead code ---------------------------------------------- r22865 | jonnybradley | 2009-11-04 13:03:31 +0100 (mer., 04 nov. 2009) | 1 line [FIX] Don't show tooblars if $section is not set (like for Contact Us form) ---------------------------------------------- r22864 | jonnybradley | 2009-11-04 13:02:16 +0100 (mer., 04 nov. 2009) | 1 line [MOD] More help info on feature_use_minified_scripts ---------------------------------------------- r22856 | jonnybradley | 2009-11-04 00:58:08 +0100 (mer., 04 nov. 2009) | 1 line [MOD] Helpful description text ---------------------------------------------- r22855 | jonnybradley | 2009-11-04 00:57:12 +0100 (mer., 04 nov. 2009) | 5 lines [FIX] Several annoyances in dialog tools Button label for replace/submit/insert tidied up Handles plugins without closing tag Close button JS error fix ---------------------------------------------- r22854 | sylvieg | 2009-11-04 00:25:59 +0100 (mer., 04 nov. 2009) | 1 line missing prefs ---------------------------------------------- r22853 | marclaporte | 2009-11-04 00:18:00 +0100 (mer., 04 nov. 2009) | 1 line [MOD] Changing the first impressions after a fresh install. using Strasa-fixed. This is up for debate. What do you think? ---------------------------------------------- r22852 | dexl_2000 | 2009-11-03 23:59:21 +0100 (mar., 03 nov. 2009) | 1 line [MOD] adding instant password check on change-password page, just basic functions at the moment. Future addon can be returnning of user name via js on GO BACK button, and tiki submit limit. ---------------------------------------------- r22850 | marclaporte | 2009-11-03 22:19:16 +0100 (mar., 03 nov. 2009) | 1 line [FIX] Restore installer upgrade script for workspace helper. A new patch should be made to delete or modify any data or schema. ---------------------------------------------- r22849 | jonnybradley | 2009-11-03 21:07:05 +0100 (mar., 03 nov. 2009) | 2 lines [KIL] Remove experimental static minified JS files and references (also $Id property and (c) notice added) ---------------------------------------------- r22848 | jonnybradley | 2009-11-03 20:41:00 +0100 (mar., 03 nov. 2009) | 2 lines [bp / r22845] [FIX]Broken Kaltura upload link on clean install (and convertsqls) ---------------------------------------------- r22846 | sylvieg | 2009-11-03 20:09:19 +0100 (mar., 03 nov. 2009) | 1 line [NEW]TRACKERLIST: new param showpagination ---------------------------------------------- r22843 | dexl_2000 | 2009-11-03 19:36:47 +0100 (mar., 03 nov. 2009) | 1 line [MOD] accept only mysql databases in database selection on 4th installation process. ---------------------------------------------- r22842 | marclaporte | 2009-11-03 19:09:08 +0100 (mar., 03 nov. 2009) | 1 line [MOD] duplicating Dynamic Content checkbox to main feature admin panel, because people also tend to think it will be here. ---------------------------------------------- r22841 | marclaporte | 2009-11-03 18:59:21 +0100 (mar., 03 nov. 2009) | 1 line [MOD] Make searching in admin panels an option, off by default and experimental. We made great progress here and will continue for Tiki5. http://dev.tikiwiki.org/Dynamic+Preferences ---------------------------------------------- r22840 | dexl_2000 | 2009-11-03 18:57:27 +0100 (mar., 03 nov. 2009) | 1 line [MOD] removed the profile selection and wording on the 5th installation process. ---------------------------------------------- r22839 | sylvieg | 2009-11-03 18:43:12 +0100 (mar., 03 nov. 2009) | 1 line [FIX]admin group: pagination ---------------------------------------------- r22836 | sylvieg | 2009-11-03 18:12:53 +0100 (mar., 03 nov. 2009) | 1 line oops again - a php installer script is a php but a function ---------------------------------------------- r22835 | sylvieg | 2009-11-03 17:58:00 +0100 (mar., 03 nov. 2009) | 1 line oops- no need to check perms in installer ---------------------------------------------- r22834 | sylvieg | 2009-11-03 17:46:14 +0100 (mar., 03 nov. 2009) | 1 line moved ---------------------------------------------- r22833 | sylvieg | 2009-11-03 17:45:16 +0100 (mar., 03 nov. 2009) | 1 line [FIX] officially move the categ perm upgrade script to the installer ... better than nothing ---------------------------------------------- r22828 | sylvieg | 2009-11-03 17:03:52 +0100 (mar., 03 nov. 2009) | 1 line [bp/ r 22820][FIX]TRACKERFILTER: force to test on the upper value ---------------------------------------------- r22827 | jonnybradley | 2009-11-03 16:55:14 +0100 (mar., 03 nov. 2009) | 1 line [SVN] Ignore minified script cache ---------------------------------------------- r22824 | jonnybradley | 2009-11-03 16:46:49 +0100 (mar., 03 nov. 2009) | 1 line [SVN] Removing old mergeinfo props for cleaner merging in future (missed one) ---------------------------------------------- r22823 | jonnybradley | 2009-11-03 16:42:27 +0100 (mar., 03 nov. 2009) | 1 line [TEST] 3rd test commit after 2nd (1st proper automatic) merge ---------------------------------------------- r22821 | jonnybradley | 2009-11-03 16:23:19 +0100 (mar., 03 nov. 2009) | 1 line [SVN] Removing old mergeinfo props for cleaner merging in future ---------------------------------------------- r22819 | jonnybradley | 2009-11-03 15:24:52 +0100 (mar., 03 nov. 2009) | 1 line [TEST] 2nd test commit after 1st merge ---------------------------------------------- r22816 | marclaporte | 2009-11-03 07:10:48 +0100 (mar., 03 nov. 2009) | 1 line [TEST] test commit on 4x ---------------------------------------------- r22815 | marclaporte | 2009-11-03 06:58:13 +0100 (mar., 03 nov. 2009) | 1 line [BRANCH] Creation, trunk 0 to 22810 ---------------------------------------------- r22810 | chealer | 2009-11-03 05:37:13 +0100 (mar., 03 nov. 2009) | 2 lines presumably fix broken logic on universaleditbutton.org button display check ---------------------------------------------- r22809 | chealer | 2009-11-03 05:34:34 +0100 (mar., 03 nov. 2009) | 2 lines [FIX] undefined editable, galleryId, description notices ---------------------------------------------- r22808 | chealer | 2009-11-03 05:31:11 +0100 (mar., 03 nov. 2009) | 2 lines [FIX] assigning value by reference ---------------------------------------------- r22806 | nkoth | 2009-11-03 04:26:35 +0100 (mar., 03 nov. 2009) | 2 lines [FIX] query error with perspectives and clean up perspective deployment to calendar list ---------------------------------------------- r22805 | marclaporte | 2009-11-03 04:03:48 +0100 (mar., 03 nov. 2009) | 1 line [DOC] doc link ---------------------------------------------- r22804 | marclaporte | 2009-11-03 03:27:49 +0100 (mar., 03 nov. 2009) | 1 line [MOD] making the newly added minify feature be default off, until it's more vastly tested. Moving the other minify feature next to it, as a reminder than it may disappear in the future ---------------------------------------------- r22803 | marclaporte | 2009-11-03 01:59:12 +0100 (mar., 03 nov. 2009) | 1 line [KIL] Remove htaccess entries for removed features. ---------------------------------------------- r22802 | marclaporte | 2009-11-03 01:54:09 +0100 (mar., 03 nov. 2009) | 1 line [KIL] Remove Workspace-Helper related files, as explained at http://article.gmane.org/gmane.comp.cms.tiki.devel/14261 Hope it is completed and added to Tiki5 or Tiki4.1 Workspace withouth helper, are working fine ---------------------------------------------- r22801 | jonnybradley | 2009-11-02 23:49:00 +0100 (lun., 02 nov. 2009) | 2 lines [FIX] wikitext div should be clear:both aka .clearfix Tested on several themes and several browsers (but not all - please let me know of any problems) ---------------------------------------------- r22800 | jonnybradley | 2009-11-02 23:42:06 +0100 (lun., 02 nov. 2009) | 1 line [FIX] Missing var init ---------------------------------------------- r22799 | luciash | 2009-11-02 23:40:51 +0100 (lun., 02 nov. 2009) | 1 line [ENH] Wiki Plugin TRACKERLIST: allow to list items for specified user by request (&tr_user=foo in URL) ---------------------------------------------- r22798 | chealer | 2009-11-02 23:15:46 +0100 (lun., 02 nov. 2009) | 2 lines get rid of some code thanks to PHP 5 requirement ---------------------------------------------- r22797 | chealer | 2009-11-02 23:14:29 +0100 (lun., 02 nov. 2009) | 3 lines [FIX] feature_version_checks only controls whether version checks are done automatically hopefully fix version checks for good now ---------------------------------------------- r22796 | lphuberdeau | 2009-11-02 21:43:38 +0100 (lun., 02 nov. 2009) | 1 line [ENH] Mozilla upstream 409683. Do not send watch email to post author in forums ---------------------------------------------- r22795 | dexl_2000 | 2009-11-02 21:30:41 +0100 (lun., 02 nov. 2009) | 1 line [MOD] fixing and made the register.php work with ajax. ---------------------------------------------- r22794 | nkoth | 2009-11-02 19:40:25 +0100 (lun., 02 nov. 2009) | 2 lines [FIX] ? was being added at the end of the user login on tiki-change_password.php on new install/change password needed ---------------------------------------------- r22793 | lphuberdeau | 2009-11-02 18:42:01 +0100 (lun., 02 nov. 2009) | 1 line [NEW] Minify javascript on the fly and generate publicly available static file ---------------------------------------------- r22792 | chealer | 2009-11-02 18:13:29 +0100 (lun., 02 nov. 2009) | 3 lines remove moo blurbs which seemed to cause errors and seem useless I hope this doesn't break something ---------------------------------------------- r22791 | zchermit | 2009-11-02 17:27:19 +0100 (lun., 02 nov. 2009) | 1 line [FIX] Add {tr} tag for translation ---------------------------------------------- r22790 | sylvieg | 2009-11-02 17:05:39 +0100 (lun., 02 nov. 2009) | 1 line [MOD]breadcrumb: s/Recently/Last/ to have a name similar to all the other last modules ---------------------------------------------- r22789 | lphuberdeau | 2009-11-02 16:26:30 +0100 (lun., 02 nov. 2009) | 1 line [ENH] Mozilla upstream 390123. Allow to display site title after the page name to improve SEO. ---------------------------------------------- r22788 | chealer | 2009-11-02 16:15:18 +0100 (lun., 02 nov. 2009) | 2 lines [FIX] r22787 regression. oops, should have tested that one ---------------------------------------------- r22787 | chealer | 2009-11-02 16:07:09 +0100 (lun., 02 nov. 2009) | 2 lines [FIX] HTML validation ---------------------------------------------- r22786 | lphuberdeau | 2009-11-02 15:55:09 +0100 (lun., 02 nov. 2009) | 3 lines [MOD] Mozilla upstream. Allow to specify the PHP session cookie name. [FIX] if(SID) is always true as it evaluates to if('SID') ---------------------------------------------- r22785 | lphuberdeau | 2009-11-02 15:54:01 +0100 (lun., 02 nov. 2009) | 1 line [FIX] Warning. ---------------------------------------------- r22784 | lphuberdeau | 2009-11-02 14:14:49 +0100 (lun., 02 nov. 2009) | 1 line [ENH] Mozilla upstream 463963. Strip out bad characters from tags. ---------------------------------------------- r22783 | sylvieg | 2009-11-02 13:12:46 +0100 (lun., 02 nov. 2009) | 1 line [FIX]calendar: translate the date in language format ---------------------------------------------- r22782 | sylvieg | 2009-11-02 13:04:35 +0100 (lun., 02 nov. 2009) | 1 line include ---------------------------------------------- r22781 | chealer | 2009-11-01 18:54:00 +0100 (dim., 01 nov. 2009) | 3 lines [FIX] group_exists() caching prevented group removal and renaming Closes: #2837 ---------------------------------------------- r22780 | rischconsulting | 2009-11-01 18:43:17 +0100 (dim., 01 nov. 2009) | 3 lines [FIX] Attempt to fix bug 2839 by changing tob$ff.`type` = 'tracker $trackerId' to tob$ff.`type` = 'trackeritem'. The query appears to have two problems: 1. tiki_objects field 'type' is never in the form "tracker $trackerID" but is instead just "tracker" and 2. Searching only for trackers limits the search unnecessarily, especially because we are searching for trackeritem objects. If I missed something or broke it, please let me know - it appears to work. All other changes are auto trailing whitespace cleanup by my editor. ---------------------------------------------- r22779 | sylvieg | 2009-11-01 16:20:49 +0100 (dim., 01 nov. 2009) | 1 line [FIX]PLUGIN CALENDAR: do not show twice same event in list mode (remarcks: better to user {foreach} instead of {section} because {foreach} supports non consecutive elts) ---------------------------------------------- r22778 | sylvieg | 2009-11-01 16:08:48 +0100 (dim., 01 nov. 2009) | 1 line [FIX]calendar: priority default is 1 ---------------------------------------------- r22777 | luciash | 2009-10-31 21:08:48 +0100 (sam., 31 oct. 2009) | 1 line [ENH] Strasa: some more styling on wikitext heading levels ---------------------------------------------- r22776 | zchermit | 2009-10-31 13:29:03 +0100 (sam., 31 oct. 2009) | 1 line [MOD] Add some Russian translation ---------------------------------------------- r22775 | luciash | 2009-10-31 11:23:36 +0100 (sam., 31 oct. 2009) | 1 line [NEW] Strasa theme - fixed width option ---------------------------------------------- r22774 | alain_desilets | 2009-10-30 22:37:37 +0100 (ven., 30 oct. 2009) | 1 line - Trying to put some order into automated tests. ---------------------------------------------- r22773 | Stojanovim | 2009-10-30 22:23:41 +0100 (ven., 30 oct. 2009) | 1 line fixed some tests in MachineTranslation ---------------------------------------------- r22772 | alain_desilets | 2009-10-30 21:51:06 +0100 (ven., 30 oct. 2009) | 1 line - Trying to put some order into automated tests. ---------------------------------------------- r22771 | sylvieg | 2009-10-30 20:56:40 +0100 (ven., 30 oct. 2009) | 1 line [FIX] calendar plugin: fix title + option viewnavbar ---------------------------------------------- r22770 | alain_desilets | 2009-10-30 20:29:10 +0100 (ven., 30 oct. 2009) | 1 line - Deleted the AllTests.php file from lib/test/core, cause it's not needed anymore. phpunit is configured to automatilly look for test cases under current directory and lower. ---------------------------------------------- r22766 | sylvieg | 2009-10-30 17:05:30 +0100 (ven., 30 oct. 2009) | 1 line [FIX]self_link ---------------------------------------------- r22765 | sept_7 | 2009-10-30 16:53:31 +0100 (ven., 30 oct. 2009) | 2 lines [FIX] no php ending tag, Zend recommendation ---------------------------------------------- r22764 | sylvieg | 2009-10-30 16:49:42 +0100 (ven., 30 oct. 2009) | 1 line [FIX]no need to specify the url ---------------------------------------------- r22763 | sept_7 | 2009-10-30 16:20:52 +0100 (ven., 30 oct. 2009) | 2 lines [ENH] coding style : no ending tags, class definition, PHPCS ---------------------------------------------- r22762 | sept_7 | 2009-10-30 16:18:37 +0100 (ven., 30 oct. 2009) | 2 lines [ENH] coding style, avoid function in for loop statement, PHPCS ---------------------------------------------- r22761 | sept_7 | 2009-10-30 16:16:01 +0100 (ven., 30 oct. 2009) | 2 lines [ENH] coding style: avoid function in for loop statement, PHPCS ---------------------------------------------- r22759 | sept_7 | 2009-10-30 16:09:54 +0100 (ven., 30 oct. 2009) | 2 lines [ENH] coding style avoir function in for loop, PHPCS ---------------------------------------------- r22758 | sept_7 | 2009-10-30 16:02:53 +0100 (ven., 30 oct. 2009) | 2 lines [ENH] fix coding style error : no function in for loop statemement PHPCS ---------------------------------------------- r22757 | sylvieg | 2009-10-30 15:57:39 +0100 (ven., 30 oct. 2009) | 1 line [FIX]watch: merge the wiki user watch and wiki admin notif to the type 'wiki page' - important since now perms are checked ---------------------------------------------- r22756 | sept_7 | 2009-10-30 14:18:41 +0100 (ven., 30 oct. 2009) | 2 lines [FIX] coding style no function in for loop statements, PHPCS errors ---------------------------------------------- r22755 | sept_7 | 2009-10-30 14:15:51 +0100 (ven., 30 oct. 2009) | 2 lines [FIX] remove PHP ending tag, Zend recommendation ---------------------------------------------- r22754 | sept_7 | 2009-10-30 12:08:49 +0100 (ven., 30 oct. 2009) | 2 lines [ENH] allow folder icon to be styled... ---------------------------------------------- r22753 | sept_7 | 2009-10-30 12:06:57 +0100 (ven., 30 oct. 2009) | 2 lines [FIX] better code layout and coding style ---------------------------------------------- r22752 | sept_7 | 2009-10-30 12:05:30 +0100 (ven., 30 oct. 2009) | 2 lines [FIX] remove PHP ending Tags, Zend recommendation ---------------------------------------------- r22750 | chealer | 2009-10-30 02:08:37 +0100 (ven., 30 oct. 2009) | 2 lines [FIX] debugging leftover. oops ---------------------------------------------- r22749 | chealer | 2009-10-30 02:05:39 +0100 (ven., 30 oct. 2009) | 3 lines [FIX] Strange message "A new major release branch is available." mentioning current version as if it was new go a long way towards properly encapsulating TWVersion ---------------------------------------------- r22748 | chealer | 2009-10-30 02:03:01 +0100 (ven., 30 oct. 2009) | 2 lines [FIX] {$tiki_release} not always set ---------------------------------------------- r22746 | lphuberdeau | 2009-10-29 23:12:37 +0100 (jeu., 29 oct. 2009) | 1 line [FIX] Forgot to remove these exceptions that used to be required ---------------------------------------------- r22745 | lphuberdeau | 2009-10-29 23:10:43 +0100 (jeu., 29 oct. 2009) | 1 line [MOD] Making the admin-gets-all-rights check dynamic and valid everywhere rather than bind it at initialization for the current execution. Checking an other group's permissions will behave correctly even when logged as an admin. ---------------------------------------------- r22744 | sylvieg | 2009-10-29 22:33:22 +0100 (jeu., 29 oct. 2009) | 1 line [MOD]fgal: admin can watch fgal quota excceeded ---------------------------------------------- r22742 | alain_desilets | 2009-10-29 18:45:32 +0100 (jeu., 29 oct. 2009) | 1 line - Added a SentenceAlignments class. ---------------------------------------------- r22740 | chealer | 2009-10-29 17:45:49 +0100 (jeu., 29 oct. 2009) | 2 lines [FIX] feature_version_checks controls whether version checks are done automatically, not whether outdated version warning show ---------------------------------------------- r22739 | chealer | 2009-10-29 17:37:33 +0100 (jeu., 29 oct. 2009) | 2 lines [FIX] syntax error in feature_version_checks check ---------------------------------------------- r22738 | lphuberdeau | 2009-10-29 17:34:38 +0100 (jeu., 29 oct. 2009) | 1 line [FIX] Mark tests as incomplete again, AFAIK, they still don't have an implementation. Fix one test to match new implementation. ---------------------------------------------- r22737 | luciash | 2009-10-29 16:48:50 +0100 (jeu., 29 oct. 2009) | 1 line rollback of r22735 (it would need to be modified in all templates, not just this one + the icon is broken now - missing images... please send your icon request to tikiwiki-artwork mailing list so graphics designers can create nicely looking icon from your suggestion/idea matching the rest of the iconset) ---------------------------------------------- r22736 | jonnybradley | 2009-10-29 16:19:11 +0100 (jeu., 29 oct. 2009) | 1 line [FIX] Allow points in the rest of the world ---------------------------------------------- r22735 | alain_desilets | 2009-10-29 15:02:34 +0100 (jeu., 29 oct. 2009) | 1 line - Modified icons for toggling page watch. ---------------------------------------------- r22734 | jonnybradley | 2009-10-29 14:55:13 +0100 (jeu., 29 oct. 2009) | 1 line [FIX] Category for imported items (don't mix in the previous item's category) ---------------------------------------------- r22732 | jonnybradley | 2009-10-29 12:50:52 +0100 (jeu., 29 oct. 2009) | 1 line [CSS] Warning remarksbox title and link colours ---------------------------------------------- r22731 | chibaguy | 2009-10-29 09:11:03 +0100 (jeu., 29 oct. 2009) | 1 line [FIX] Language strings improved as on dev.tw.o/Pending text corrections . ---------------------------------------------- r22730 | chealer | 2009-10-29 07:16:44 +0100 (jeu., 29 oct. 2009) | 3 lines [FIX] adapt newVersionAvailable() to major.minor versioning scheme (and slightly simplify) not completely tested ---------------------------------------------- r22729 | chealer | 2009-10-29 06:56:42 +0100 (jeu., 29 oct. 2009) | 2 lines add some previous versions, just for consistency ---------------------------------------------- r22728 | sylvieg | 2009-10-29 00:23:08 +0100 (jeu., 29 oct. 2009) | 1 line [MOD]fgal quota: alllows to limit the volume that is uploaded globally to the fgals or locally to a fgal ---------------------------------------------- r22726 | nyloth | 2009-10-28 22:52:14 +0100 (mer., 28 oct. 2009) | 1 line [FIX] release script: Update the checkout before trying to get its last revision, in order to be sure to create the svn tag with the last commit from the release script (usually secdb changes). ---------------------------------------------- r22714 | sylvieg | 2009-10-28 21:38:22 +0100 (mer., 28 oct. 2009) | 1 line [FIX]fgal: show gal name in drop down ---------------------------------------------- r22706 | jonnybradley | 2009-10-28 18:13:04 +0100 (mer., 28 oct. 2009) | 3 lines [FIX] Remove incorrect use of Image class to get thumbnail size. TODO: make info a preference ---------------------------------------------- r22705 | jonnybradley | 2009-10-28 18:06:25 +0100 (mer., 28 oct. 2009) | 1 line [CSS] Improvements for toolbars. Moved "structural" definitions to layout and rationalised. ---------------------------------------------- r22704 | jonnybradley | 2009-10-28 17:55:21 +0100 (mer., 28 oct. 2009) | 2 lines [MOD] Tooltips for admin "anchor" buttons. Please correct/improve text where possible. TODO: Share with main admin page buttons somehow. ---------------------------------------------- r22703 | chealer | 2009-10-28 17:05:48 +0100 (mer., 28 oct. 2009) | 2 lines [FIX] HTML special chars encoding ---------------------------------------------- r22702 | chealer | 2009-10-28 17:05:11 +0100 (mer., 28 oct. 2009) | 3 lines [FIX] colons inside tr blocks [FIX] HTML special chars encoding ---------------------------------------------- r22701 | chealer | 2009-10-28 17:03:56 +0100 (mer., 28 oct. 2009) | 3 lines [FIX] home selector [FIX] HTML special chars encoding ---------------------------------------------- r22700 | chealer | 2009-10-28 17:01:52 +0100 (mer., 28 oct. 2009) | 2 lines [FIX] Forum admin: double colon after "Uploaded filenames must match regex" ---------------------------------------------- r22691 | chealer | 2009-10-28 16:34:58 +0100 (mer., 28 oct. 2009) | 2 lines translate "to" ---------------------------------------------- r22690 | jonnybradley | 2009-10-28 14:41:21 +0100 (mer., 28 oct. 2009) | 1 line [FIX] Righthand tools section needs to be output before the rest so they appear on the same line (for Firefox anyway) ---------------------------------------------- r22689 | jonnybradley | 2009-10-28 14:03:28 +0100 (mer., 28 oct. 2009) | 1 line [CSS] Remarksbox warning colour change (black was too scary) ---------------------------------------------- r22688 | jonnybradley | 2009-10-28 13:54:26 +0100 (mer., 28 oct. 2009) | 1 line [FIX] Errors and notices (trying to assign boolean from conditional doesn't work in Smarty). Also removed surplus "Active" column(s). Thanks chealer again. ---------------------------------------------- r22687 | jonnybradley | 2009-10-28 13:39:54 +0100 (mer., 28 oct. 2009) | 2 lines [FIX] Correct bad {self_link} syntax (thanks chealer) More to come... ---------------------------------------------- r22686 | chibaguy | 2009-10-28 04:12:59 +0100 (mer., 28 oct. 2009) | 1 line [ENH] Color rules put in design.css, and redundant rules (in both layout.css and design.css) avoided. ---------------------------------------------- r22685 | luciash | 2009-10-27 22:01:58 +0100 (mar., 27 oct. 2009) | 1 line [NEW] Tabs Wiki Plugin: allows to divide content and group it in the Tiki tabs ---------------------------------------------- r22684 | chealer | 2009-10-27 20:38:54 +0100 (mar., 27 oct. 2009) | 3 lines [FIX] HTML special chars escaping [FIX] somewhat generalize mailbox type (from "POP server" to "Server"), probably still wrong for local boxes ---------------------------------------------- r22683 | chealer | 2009-10-27 20:32:01 +0100 (mar., 27 oct. 2009) | 2 lines [FIX] typo in default port for IMAP on SSL 933 instead of 993, possibly known as "cannot connect to host : 110 : Connection timed out" ---------------------------------------------- r22682 | jonnybradley | 2009-10-27 20:14:22 +0100 (mar., 27 oct. 2009) | 1 line [FIX] Use filegal_manager param on gallery tree links if applicable ---------------------------------------------- r22681 | jonnybradley | 2009-10-27 20:10:32 +0100 (mar., 27 oct. 2009) | 1 line [MOD] Move long and lat text to below map and wrap in div.description (also hide overlay for Firefox) ---------------------------------------------- r22680 | sylvieg | 2009-10-27 20:07:16 +0100 (mar., 27 oct. 2009) | 1 line rollback 22655 ---------------------------------------------- r22679 | jonnybradley | 2009-10-27 19:42:44 +0100 (mar., 27 oct. 2009) | 1 line [FIX] Use selected text for body after warning about editing wrong plugin (user knows best) ---------------------------------------------- r22678 | sylvieg | 2009-10-27 19:13:11 +0100 (mar., 27 oct. 2009) | 1 line [MOD]bar: regroup all teh code in a smarty function ---------------------------------------------- r22677 | jonnybradley | 2009-10-27 17:35:09 +0100 (mar., 27 oct. 2009) | 1 line [SVN] Missing Id ---------------------------------------------- r22676 | jonnybradley | 2009-10-27 17:30:51 +0100 (mar., 27 oct. 2009) | 1 line [FIX] Propagate 'close' param (already in Smarty object) ---------------------------------------------- r22675 | lphuberdeau | 2009-10-27 17:27:42 +0100 (mar., 27 oct. 2009) | 1 line [FIX] Error caused by missing object reference (destructed too early). Forcing to hold reference ---------------------------------------------- r22673 | lphuberdeau | 2009-10-27 17:24:49 +0100 (mar., 27 oct. 2009) | 1 line [NEW] Memcache session support ---------------------------------------------- r22672 | jonnybradley | 2009-10-27 16:43:39 +0100 (mar., 27 oct. 2009) | 1 line [CSS] Some improvements on default styles for remarksboxes (rbox) ---------------------------------------------- r22671 | lphuberdeau | 2009-10-27 16:33:47 +0100 (mar., 27 oct. 2009) | 1 line [MOD] Convert the session database from a flag to a list of option (soon to add memcache) ---------------------------------------------- r22670 | jonnybradley | 2009-10-27 15:48:00 +0100 (mar., 27 oct. 2009) | 1 line [FIX] Show object category perms and remarksbox if object is in a category with specific perms set. ---------------------------------------------- r22669 | lphuberdeau | 2009-10-27 15:45:00 +0100 (mar., 27 oct. 2009) | 1 line [FIX] Move the invalidation to standard cache invalidate call ---------------------------------------------- r22668 | lphuberdeau | 2009-10-27 15:34:54 +0100 (mar., 27 oct. 2009) | 1 line [MOD] Invalidate on staging approval ---------------------------------------------- r22667 | lphuberdeau | 2009-10-27 15:31:53 +0100 (mar., 27 oct. 2009) | 1 line [MOD] Deploy memcache to wiki ---------------------------------------------- r22666 | lphuberdeau | 2009-10-27 15:12:49 +0100 (mar., 27 oct. 2009) | 1 line [FIX] Invalidate cache on new comment ---------------------------------------------- r22665 | lphuberdeau | 2009-10-27 14:54:47 +0100 (mar., 27 oct. 2009) | 1 line [MOD] Refactor memcache to make it less invasive ---------------------------------------------- r22662 | jonnybradley | 2009-10-27 13:32:09 +0100 (mar., 27 oct. 2009) | 1 line [FIX] Plugin aliasses need to validate the arguments for the base plugin, otherwise args with 'separator' set don't get converted into arrays (such as 'fields' in trackerlist). ---------------------------------------------- r22661 | redflo | 2009-10-27 12:50:58 +0100 (mar., 27 oct. 2009) | 2 lines ignore errors when utf8 is not build in. ---------------------------------------------- r22660 | sylvieg | 2009-10-26 23:15:30 +0100 (lun., 26 oct. 2009) | 1 line [FIX]lesser magic: no need to put the prefs toggle in php- thx pkdille ---------------------------------------------- r22659 | lphuberdeau | 2009-10-26 21:31:20 +0100 (lun., 26 oct. 2009) | 1 line [MOD] Enable memcache in forum thread view ---------------------------------------------- r22658 | lphuberdeau | 2009-10-26 20:59:18 +0100 (lun., 26 oct. 2009) | 1 line [NEW] Mozilla upstream. Base library for memcached and configuration options. ---------------------------------------------- r22657 | sylvieg | 2009-10-26 20:39:10 +0100 (lun., 26 oct. 2009) | 1 line [FIX]wiki notif: add watch wiki page at a user level + check perms ---------------------------------------------- r22656 | lphuberdeau | 2009-10-26 19:25:45 +0100 (lun., 26 oct. 2009) | 1 line [FIX] Preserve global rules when logged in as admin and use those rules when calculating permissions for a different user ---------------------------------------------- r22655 | zchermit | 2009-10-26 19:17:02 +0100 (lun., 26 oct. 2009) | 1 line [FIX] Move ":" outside {tr} tag. ---------------------------------------------- r22654 | lphuberdeau | 2009-10-26 18:39:45 +0100 (lun., 26 oct. 2009) | 1 line [MOD] Make sure replication is ignored in the installer phases (use master no matter what) ---------------------------------------------- r22653 | lphuberdeau | 2009-10-26 18:32:22 +0100 (lun., 26 oct. 2009) | 1 line [NEW] Mozilla upstream. Database replication support. ---------------------------------------------- r22652 | jonnybradley | 2009-10-26 18:29:58 +0100 (lun., 26 oct. 2009) | 1 line [FIX] gmap locator fixes - disambiguate set_default and default request params, remember return page and clear find input on click. ---------------------------------------------- r22651 | lphuberdeau | 2009-10-26 16:52:44 +0100 (lun., 26 oct. 2009) | 1 line [MOD] Mozilla upstream. Move IP address to a mail header instead of the message body. Most users are not aware of their IP address. ---------------------------------------------- r22650 | sylvieg | 2009-10-26 16:47:29 +0100 (lun., 26 oct. 2009) | 1 line [FIX]TRACKERLIST: itemId filter ---------------------------------------------- r22648 | sylvieg | 2009-10-26 15:30:31 +0100 (lun., 26 oct. 2009) | 1 line [FIX]broadcast: confirmation step with list of user before sending a broadcast + check tiki_p_messages perms + check allowMsgs preference ---------------------------------------------- r22647 | lphuberdeau | 2009-10-26 14:51:10 +0100 (lun., 26 oct. 2009) | 1 line [FIX] Prevent from crashing when screencast configuration is incomplete ---------------------------------------------- r22646 | luciash | 2009-10-26 14:31:30 +0100 (lun., 26 oct. 2009) | 1 line [FIX] img wiki plugin: no need to have title set in rel if desconly and title is already set as an attribute ---------------------------------------------- r22645 | luciash | 2009-10-26 13:59:00 +0100 (lun., 26 oct. 2009) | 1 line [ENH] Strasa theme: better difference between headings in wiki text, col2 menu visual enhancemennts ---------------------------------------------- r22644 | lindonb | 2009-10-25 20:29:32 +0100 (dim., 25 oct. 2009) | 1 line [FIX] Added clear to parameters. Code was written to handle a "clear" parameter, but it wasn't included in the parameters array. Also added edit plugin options. ---------------------------------------------- r22643 | pkdille | 2009-10-25 00:26:07 +0200 (dim., 25 oct. 2009) | 1 line [MOD] lesser magic deployment to forum admin template ---------------------------------------------- r22642 | chealer | 2009-10-24 23:26:13 +0200 (sam., 24 oct. 2009) | 6 lines [ENH] change translation module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] colons inside tr blocks [FIX] undefined show_translation_module notice show completeness even if 0% ---------------------------------------------- r22639 | sylvieg | 2009-10-24 20:29:28 +0200 (sam., 24 oct. 2009) | 1 line [MOD] lesser magic deployment (1 tab of fgal) ---------------------------------------------- r22638 | jonnybradley | 2009-10-24 20:18:02 +0200 (sam., 24 oct. 2009) | 1 line [FIX] Allow 'x' as the second part of stable branch names (e.g. branches/4.x) ---------------------------------------------- r22636 | jonnybradley | 2009-10-24 19:21:35 +0200 (sam., 24 oct. 2009) | 1 line [FIX] Only paste perms once (for safety - you can always copy again) ---------------------------------------------- r22635 | jonnybradley | 2009-10-24 19:14:22 +0200 (sam., 24 oct. 2009) | 2 lines [FIX] Fixed show disabled feature switch, no 2nd remove button on globals & few minor label changes [ENH] Basic copy/paste perms function ---------------------------------------------- r22634 | pkdille | 2009-10-24 19:01:41 +0200 (sam., 24 oct. 2009) | 1 line [MOD] better not to have functions in the second argument in a for loop ---------------------------------------------- r22633 | pkdille | 2009-10-24 18:32:33 +0200 (sam., 24 oct. 2009) | 1 line [MOD] removing functions in loops. Better fix than r22541. Thks Sylvie ---------------------------------------------- r22632 | jonnybradley | 2009-10-24 15:50:14 +0200 (sam., 24 oct. 2009) | 1 line [FIX] Prevent tiki_p_admin being removed from Admins ---------------------------------------------- r22631 | sylvieg | 2009-10-24 12:46:46 +0200 (sam., 24 oct. 2009) | 1 line [FIX]smarty: inclose with double quotes incase the translation has a quote ---------------------------------------------- r22629 | pkdille | 2009-10-24 06:43:18 +0200 (sam., 24 oct. 2009) | 1 line [MOD] lesser magic deployment to blog admin template. Btw, recovering a pref (feature_blog_mandatory_category) which was lost in r17625. Will be backported to proposed ---------------------------------------------- r22628 | chealer | 2009-10-23 23:01:43 +0200 (ven., 23 oct. 2009) | 2 lines [FIX] add a schema script for r22599. it seems there's a rule to keep database schemas identical. oops, thanks Sylvie ---------------------------------------------- r22624 | sylvieg | 2009-10-23 21:35:56 +0200 (ven., 23 oct. 2009) | 1 line [FIX]categ: do not assign a nul category to object without category (is_null(false) is false in php) ---------------------------------------------- r22623 | jonnybradley | 2009-10-23 21:06:22 +0200 (ven., 23 oct. 2009) | 2 lines [FIX] Show other features if using 'select features' when editing single object perms. This allows you to edit comment perms on a wiki page, for instance. ---------------------------------------------- r22622 | jonnybradley | 2009-10-23 20:51:50 +0200 (ven., 23 oct. 2009) | 1 line [SVN] Ignore .lastup and last.log ---------------------------------------------- r22621 | jonnybradley | 2009-10-23 20:43:51 +0200 (ven., 23 oct. 2009) | 1 line [FIX] Correctly position help dialog where it was left - added a link to the plugins help to make it more obvious, a couple of comments and plugins filter ---------------------------------------------- r22620 | jonnybradley | 2009-10-23 20:38:17 +0200 (ven., 23 oct. 2009) | 1 line [MOD] Extra $Id: removed ---------------------------------------------- r22619 | jonnybradley | 2009-10-23 20:37:15 +0200 (ven., 23 oct. 2009) | 1 line [FIX] Typo and missing var ---------------------------------------------- r22618 | luciash | 2009-10-23 18:56:35 +0200 (ven., 23 oct. 2009) | 1 line oops, forgot .wikitext class selector ---------------------------------------------- r22617 | luciash | 2009-10-23 18:51:13 +0200 (ven., 23 oct. 2009) | 1 line ul list in remarksbox... better like this ---------------------------------------------- r22616 | luciash | 2009-10-23 18:27:42 +0200 (ven., 23 oct. 2009) | 1 line [ENH] don't indent and display bullets for unordered lists in remark boxes when items have even or odd class ---------------------------------------------- r22615 | jonnybradley | 2009-10-23 18:18:38 +0200 (ven., 23 oct. 2009) | 2 lines [FIX] Filegal thumbnails now set size in html correctly. Also a couple of notices and globals fixed. ---------------------------------------------- r22613 | pkdille | 2009-10-23 17:32:09 +0200 (ven., 23 oct. 2009) | 1 line [FIX] wiki table of content: no bullets or style for the lists in the toc context ---------------------------------------------- r22612 | jonnybradley | 2009-10-23 16:51:12 +0200 (ven., 23 oct. 2009) | 1 line [FIX] Last update time fix (had a line feed char after the date int) ---------------------------------------------- r22610 | sylvieg | 2009-10-23 16:26:27 +0200 (ven., 23 oct. 2009) | 1 line [FIX]daily report: show also wiki file attachement ---------------------------------------------- r22609 | sylvieg | 2009-10-23 15:37:15 +0200 (ven., 23 oct. 2009) | 1 line [FIX]report: unused columnn needs a default ---------------------------------------------- r22608 | jonnybradley | 2009-10-23 14:50:14 +0200 (ven., 23 oct. 2009) | 1 line [FIX] Part 2 of newsletters textarea fixes. ---------------------------------------------- r22607 | jonnybradley | 2009-10-23 14:48:30 +0200 (ven., 23 oct. 2009) | 1 line [FIX] Tracker item text area needs to tell toolbars it's a tracker (so as not to show fullscreen button etc) ---------------------------------------------- r22606 | jonnybradley | 2009-10-23 14:46:51 +0200 (ven., 23 oct. 2009) | 1 line [FIX] Only wiki page edit counts changes to anything in the form as a saveable change. ---------------------------------------------- r22605 | jonnybradley | 2009-10-23 14:26:50 +0200 (ven., 23 oct. 2009) | 2 lines [FIX] Make it hard to remove all global perms because that would almost always be A Bad Thing TODO - Stop admin loosing tiki_p_admin as that's quite hard to fix ---------------------------------------------- r22604 | jonnybradley | 2009-10-23 14:14:37 +0200 (ven., 23 oct. 2009) | 1 line [MOD] JS Lint ---------------------------------------------- r22603 | jonnybradley | 2009-10-23 14:12:36 +0200 (ven., 23 oct. 2009) | 2 lines [FIX] Autosave missing changed events (doc.ready too early) ---------------------------------------------- r22602 | chibaguy | 2009-10-23 13:07:43 +0200 (ven., 23 oct. 2009) | 1 line [FIX] Padding was applied even when there's no logo image, causing position problems when there's only a site title. Logo padding, if needed, should be specified using L&F admin since logo size varies. ---------------------------------------------- r22601 | chibaguy | 2009-10-23 12:29:24 +0200 (ven., 23 oct. 2009) | 1 line [FIX] Implemented logo background style in tiki-site_header_options.tpl (was missing); made logo background style examples more clear on Look & Feel admin, and unified examples styles. ---------------------------------------------- r22600 | chealer | 2009-10-23 09:07:21 +0200 (ven., 23 oct. 2009) | 5 lines [ENH] change user_bookmarks module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] cache links not showing a few code readability improvements ---------------------------------------------- r22599 | chealer | 2009-10-23 08:59:51 +0200 (ven., 23 oct. 2009) | 2 lines bump tiki_user_bookmarks_url.name from varchar(30) to varchar(200) ---------------------------------------------- r22598 | chealer | 2009-10-23 08:46:09 +0200 (ven., 23 oct. 2009) | 2 lines "Add/Edit a bookmark" instead of "a URL" ---------------------------------------------- r22596 | chealer | 2009-10-23 08:38:15 +0200 (ven., 23 oct. 2009) | 2 lines [FIX] link to Google cache pointing to actual page (r1030 regression) ---------------------------------------------- r22595 | chealer | 2009-10-23 06:17:29 +0200 (ven., 23 oct. 2009) | 6 lines [ENH] change upcoming_events module to new module style (modules-doc). [SEC] proper check for personal calendar owner [MOD] limit by future event start date instead of end date [FIX] show parsed event descriptions [FIX] many undefined Smarty array indices ---------------------------------------------- r22594 | sylvieg | 2009-10-23 01:10:50 +0200 (ven., 23 oct. 2009) | 1 line [FIX]watch: send also a notif if attach file on a watch wiki page ---------------------------------------------- r22593 | chealer | 2009-10-23 00:31:45 +0200 (ven., 23 oct. 2009) | 3 lines [FIX] HTML special chars encoding [FIX] rename "RSS modules" to "External feeds" ---------------------------------------------- r22592 | chealer | 2009-10-23 00:11:57 +0200 (ven., 23 oct. 2009) | 4 lines [FIX] HTML special chars escaping [MOD] do not escape module parameter descriptions, to allow inserting HTML there. I hope nothing had to be escaped. [FIX] colons inside tr blocks ---------------------------------------------- r22591 | chealer | 2009-10-23 00:09:39 +0200 (ven., 23 oct. 2009) | 2 lines upcoming_events(): pseudo-document and add new $maxDaysStart argument to filter on the number of days to an event's start date ---------------------------------------------- r22590 | sylvieg | 2009-10-23 00:05:07 +0200 (ven., 23 oct. 2009) | 1 line to prove chealer it is ok ---------------------------------------------- r22589 | jonnybradley | 2009-10-22 23:44:08 +0200 (jeu., 22 oct. 2009) | 3 lines [FIX] Switch editor modes. Deployed {textarea} Smarty object. Needs more - part 2 tomorrow (confirm exit dialogs etc) ---------------------------------------------- r22588 | jonnybradley | 2009-10-22 23:39:38 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] Missing globals ---------------------------------------------- r22587 | jonnybradley | 2009-10-22 23:21:06 +0200 (jeu., 22 oct. 2009) | 2 lines [FIX] Stop the same author being listed multiple times on wiki pages. Made it optional as it's unclear to me whether the versions data is used elsewhere. ---------------------------------------------- r22586 | jonnybradley | 2009-10-22 23:15:52 +0200 (jeu., 22 oct. 2009) | 2 lines [FIX] Fix toolbar pickers when more than one toolbar per page and reduce data duplication Optimised colour data and fixed one missing getElementById (wiki link) ---------------------------------------------- r22585 | pkdille | 2009-10-22 22:37:50 +0200 (jeu., 22 oct. 2009) | 1 line [MOD] lesser magic deployment to search admin template ---------------------------------------------- r22584 | jonnybradley | 2009-10-22 22:36:24 +0200 (jeu., 22 oct. 2009) | 3 lines [FIX] Use the tiki-js.js "version" of getElementById() to find textareas, because sometimes the areaname is the name, and other times it's the id. Fixed dialog tool unplesantness in tracker plugins. TODO properly for 5.0. ---------------------------------------------- r22583 | chealer | 2009-10-22 22:23:07 +0200 (jeu., 22 oct. 2009) | 3 lines [FIX] fr: "Enregistrement non traduit" => "Enregistrer les chaînes non traduites" avoid more errors of the kind using a more complete sentence for "Record untranslated": "Record untranslated strings" ---------------------------------------------- r22582 | chealer | 2009-10-22 22:13:50 +0200 (jeu., 22 oct. 2009) | 2 lines upcoming_events(): also return parsed field for parsed description ---------------------------------------------- r22581 | sylvieg | 2009-10-22 19:13:18 +0200 (jeu., 22 oct. 2009) | 1 line rollback 22576 - showlinks is only for link to the item and must not interfer with other links ---------------------------------------------- r22580 | chealer | 2009-10-22 18:33:41 +0200 (jeu., 22 oct. 2009) | 2 lines [FIX] HTML validation on "No records to display" ---------------------------------------------- r22579 | marclaporte | 2009-10-22 18:12:13 +0200 (jeu., 22 oct. 2009) | 1 line [MOD] More plain English labels for tool help. ---------------------------------------------- r22578 | marclaporte | 2009-10-22 17:43:48 +0200 (jeu., 22 oct. 2009) | 1 line [MOD] Moving new features to distinct tab, so people can easily find and are eager to try out, while maintaining warning ---------------------------------------------- r22577 | chibaguy | 2009-10-22 16:42:35 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] Site header background colors, mostly for IE7. ---------------------------------------------- r22576 | sylvieg | 2009-10-22 16:42:10 +0200 (jeu., 22 oct. 2009) | 1 line [FIX]tracker: do not show link of a page selector if showlinks=n ---------------------------------------------- r22575 | jonnybradley | 2009-10-22 15:26:05 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] {img} doesn't need link set for filegal files ---------------------------------------------- r22572 | jonnybradley | 2009-10-22 14:36:28 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] Remove more dead overlib code ---------------------------------------------- r22568 | jonnybradley | 2009-10-22 14:13:16 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] Rollback of 22536 (thanks Luci for finding correct fix) ---------------------------------------------- r22567 | jonnybradley | 2009-10-22 13:15:29 +0200 (jeu., 22 oct. 2009) | 2 lines [FIX] Use new {img} syntax when markup inserted from filegal manager. Now defaults to using fileId instead of src, thumb=y and rel="box[g]" for colorbox. ---------------------------------------------- r22564 | chibaguy | 2009-10-22 10:34:28 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] Heading shouldn't contain entire form; revised heading to be consistent with other heading and easier to translate. ---------------------------------------------- r22563 | chealer | 2009-10-22 09:12:09 +0200 (jeu., 22 oct. 2009) | 2 lines [SEC] calendar item: hopefully defuck perms checking and personal calendars handling ---------------------------------------------- r22562 | chealer | 2009-10-22 07:46:25 +0200 (jeu., 22 oct. 2009) | 2 lines [FIX] "Categorie" => "Catégorie" ---------------------------------------------- r22560 | chealer | 2009-10-22 07:39:59 +0200 (jeu., 22 oct. 2009) | 2 lines [FIX] calls to userlink with pre-escaped username ---------------------------------------------- r22558 | chibaguy | 2009-10-22 07:09:51 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] Position:top on cssmenu dropdown was causing all dropdowns to display briefly on page load; replaced with margin-top. ---------------------------------------------- r22557 | marclaporte | 2009-10-22 06:48:38 +0200 (jeu., 22 oct. 2009) | 1 line [MOD] Move wiki page lists to dynamic preferences ---------------------------------------------- r22556 | chealer | 2009-10-22 06:46:02 +0200 (jeu., 22 oct. 2009) | 2 lines [FIX] Compilation (r22404 regression) ---------------------------------------------- r22555 | chealer | 2009-10-22 06:34:06 +0200 (jeu., 22 oct. 2009) | 2 lines [FIX] "Newletters" -> "Newsletters" ---------------------------------------------- r22553 | luciash | 2009-10-22 05:47:51 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] last blog posts module: XHTML - don't display empty ol/ul list with missing li tags when no records to display ---------------------------------------------- r22552 | luciash | 2009-10-22 04:12:05 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] file galleries: XHTML validity fixes (missing alt and s/onClick/onclick/) ---------------------------------------------- r22551 | luciash | 2009-10-22 03:59:09 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] file galleries: JS error because of the onload call adjustThumbnails() from the info icon when #thumbnails not loaded yet + XHTML was not valid (onload attr. can be only on body and frameset) ---------------------------------------------- r22550 | luciash | 2009-10-22 02:53:26 +0200 (jeu., 22 oct. 2009) | 1 line [MOD] tikilib: save going through one extra preg_replace cycle if 'feature_use_quoteplugin'] != 'y' ---------------------------------------------- r22549 | dexl_2000 | 2009-10-22 01:05:53 +0200 (jeu., 22 oct. 2009) | 1 line [MOD] modified statslib to accept start and end dates for best_overall_object_stats. ---------------------------------------------- r22547 | marclaporte | 2009-10-21 23:06:50 +0200 (mer., 21 oct. 2009) | 1 line [REM] Remove the feature to compile templates 1- It times out (we even tried to get it done via TRIM and it's very long) 2- It confuses users (as Alain on the mailing list recently) 3- It is useless because templates will be progressively compiled and put into cache as needed. If you have a good reason for us to keep, please share and I'll re-instate. ---------------------------------------------- r22546 | sylvieg | 2009-10-21 22:08:34 +0200 (mer., 21 oct. 2009) | 1 line [FIX]sefurl: need an urlencode to have space as + on safari ---------------------------------------------- r22544 | chealer | 2009-10-21 21:57:46 +0200 (mer., 21 oct. 2009) | 2 lines FIX] HTML special chars encoding ---------------------------------------------- r22543 | chealer | 2009-10-21 21:57:15 +0200 (mer., 21 oct. 2009) | 3 lines [FIX] colons inside tr blocks FIX] HTML special chars encoding ---------------------------------------------- r22542 | chealer | 2009-10-21 21:52:26 +0200 (mer., 21 oct. 2009) | 2 lines [FIX] declare date_format2() as static, which is at least coherent with date_format() and calls, although date_format() being static is strange ---------------------------------------------- r22540 | chealer | 2009-10-21 21:39:21 +0200 (mer., 21 oct. 2009) | 2 lines [FIX] static calls to tikilib->make_time() ---------------------------------------------- r22539 | chealer | 2009-10-21 21:37:13 +0200 (mer., 21 oct. 2009) | 2 lines translate "Translation of this page is incomplete." to the translator's site language instead of the source page's language. this has a least a chance of being right. the right thing would be to take the language of the translation being created, of course. ---------------------------------------------- r22538 | chealer | 2009-10-21 21:35:15 +0200 (mer., 21 oct. 2009) | 4 lines [FIX] encodage de "La traduction de cette page n'est pas terminée." [FIX] "Nécessite les informations utilisateurs pour être public" => "Nécessite que les informations de l'utilisateur soient publiques" [FIX] "Édit calendrier" => "Modifier le calendrier" ---------------------------------------------- r22536 | jonnybradley | 2009-10-21 20:49:04 +0200 (mer., 21 oct. 2009) | 3 lines [FIX] Implement IE specific CSS for colorbox only if using feature_iepngfix. Stops IE freezing on page load when colorbox (feature_shadowbox) enabled. ---------------------------------------------- r22534 | pkdille | 2009-10-21 20:46:56 +0200 (mer., 21 oct. 2009) | 1 line [MOD] admin pagelist: deploy title smarty plugin to this new template ---------------------------------------------- r22532 | sylvieg | 2009-10-21 19:59:40 +0200 (mer., 21 oct. 2009) | 1 line [FIX] at least 5 .php redefine $group -> give up the & - sorry for the multiple commits ---------------------------------------------- r22531 | sylvieg | 2009-10-21 19:56:19 +0200 (mer., 21 oct. 2009) | 1 line [FIX] at least 5 .php redefine $group -> give up the assign_by_ref - sorry for the multiple commits ---------------------------------------------- r22530 | sylvieg | 2009-10-21 19:44:46 +0200 (mer., 21 oct. 2009) | 1 line [FIX] rollback 22528 - default_group smarty var was overwritten by the use of the group var in a global level ---------------------------------------------- r22529 | jonnybradley | 2009-10-21 19:41:58 +0200 (mer., 21 oct. 2009) | 1 line [MOD] Move the remarksbox close icon code into remarksbox.tpl (etc) to lessen the document.ready load on slow browsers. Also allow CSS styling and use a new, more discreet, close icon (the red cross is used for delete in other places) ---------------------------------------------- r22528 | sylvieg | 2009-10-21 19:26:55 +0200 (mer., 21 oct. 2009) | 1 line [FIX] horrible patch - ['u_info']['group'] is sometimes a string and sometimes an array (see get_user_default_group - until finding where it is .... stick default_group in smarty ---------------------------------------------- r22526 | lphuberdeau | 2009-10-21 18:27:07 +0200 (mer., 21 oct. 2009) | 1 line [FIX] * really should not be in svn:ignore in the root folder ---------------------------------------------- r22525 | lphuberdeau | 2009-10-21 18:23:01 +0200 (mer., 21 oct. 2009) | 1 line [NEW] Page list feature for l10n dashboard (upstream from Mozilla) ---------------------------------------------- r22524 | lphuberdeau | 2009-10-21 18:19:40 +0200 (mer., 21 oct. 2009) | 1 line [FIX] Missing file due to svn property ignoring all files in base folder ---------------------------------------------- r22522 | jonnybradley | 2009-10-21 18:17:32 +0200 (mer., 21 oct. 2009) | 1 line [FIX] Restrict hiddenParents in insertAt() to fieldsets, as used by tabs (Safari/Chrome was confused by textareas in spans, as used by tracker plugin) ---------------------------------------------- r22521 | lphuberdeau | 2009-10-21 18:16:18 +0200 (mer., 21 oct. 2009) | 1 line [ENH] Use lesser magic to control plugin panel - free dependency listing ---------------------------------------------- r22519 | dexl_2000 | 2009-10-21 17:20:26 +0200 (mer., 21 oct. 2009) | 1 line [MOD] modified bannerlib with select_banner_id() function which replaces the get banner id codes from select_banner() function. ---------------------------------------------- r22518 | lphuberdeau | 2009-10-21 16:27:09 +0200 (mer., 21 oct. 2009) | 1 line [MOD] Add screencast options in admin panel and adjust field parameters ---------------------------------------------- r22517 | lphuberdeau | 2009-10-21 16:17:44 +0200 (mer., 21 oct. 2009) | 1 line [FIX] Convert to () and nest UI element init in document.ready event ---------------------------------------------- r22516 | jonnybradley | 2009-10-21 16:15:24 +0200 (mer., 21 oct. 2009) | 5 lines [FIX] Use iconv function if recode (recode_string) not found. Default to not re-encoding if that's not found either (instead of exporting the error message). Also check browser for whether to encode as ISO-8859-15 (non-Windows apps generally prefer UTF-8) Should be a parameter on tiki-calendar_params_ical.php (TODO for 4.1) ---------------------------------------------- r22515 | lphuberdeau | 2009-10-21 16:07:28 +0200 (mer., 21 oct. 2009) | 1 line [FIX] Ogg upload failing ---------------------------------------------- r22513 | lphuberdeau | 2009-10-21 15:48:29 +0200 (mer., 21 oct. 2009) | 1 line [FIX] insertAt to temporarily show the textarea when hidden to add content to it (prevents errors, at least in FF). Also rely a little more on jquery to deal with the browser compatibility. ---------------------------------------------- r22512 | jonnybradley | 2009-10-21 15:21:51 +0200 (mer., 21 oct. 2009) | 1 line [MOD] Link to object perms page from group admin ---------------------------------------------- r22511 | jonnybradley | 2009-10-21 14:40:27 +0200 (mer., 21 oct. 2009) | 1 line [FIX] feature_forum_parse only relavent in forums section (thanks chealer) ---------------------------------------------- r22510 | jonnybradley | 2009-10-21 14:27:33 +0200 (mer., 21 oct. 2009) | 6 lines [FIX][MOD][KIL] Object perms admin: Fixed lack of "remove" perms button. Removed JavaScript groups filter as it conflicted with the server-side "group selector" (tab 2). Rectified lack of warning confirmations on operations affecting multiple objects. Minor rearrangement of checkboxes and buttons for more consistant layout. ---------------------------------------------- r22509 | Jyhem | 2009-10-21 09:26:00 +0200 (mer., 21 oct. 2009) | 1 line [ENH] In trunk, negative values are not valid for parentId any more ---------------------------------------------- r22508 | chealer | 2009-10-21 06:27:18 +0200 (mer., 21 oct. 2009) | 4 lines [ENH] change months_links module to new module style (modules-doc). Name set to "Months links" due to lack of a better idea. [FIX] dependency on feature_blogs [FIX] static calls to Tikilib->make_time() ---------------------------------------------- r22507 | chealer | 2009-10-21 03:04:07 +0200 (mer., 21 oct. 2009) | 3 lines [ENH] change shoutbox module to new module style (modules-doc). [MOD] change default tooltip value back to 0 (disabled) to workaround buggy tooltip replace (works only if ($show_mouseover)) ---------------------------------------------- r22506 | chealer | 2009-10-21 03:02:02 +0200 (mer., 21 oct. 2009) | 2 lines [FIX] get_bad_words(): undefined DB_FETCHMODE_ASSOC notice, ADOdb default anyway ---------------------------------------------- r22503 | sylvieg | 2009-10-20 23:42:59 +0200 (mar., 20 oct. 2009) | 1 line [FIX]sefurl : for trackeritem ---------------------------------------------- r22502 | sylvieg | 2009-10-20 22:54:15 +0200 (mar., 20 oct. 2009) | 1 line [FIX]category: quit the type for tracker item + move tracker name in description if item has no description ---------------------------------------------- r22501 | lphuberdeau | 2009-10-20 22:51:42 +0200 (mar., 20 oct. 2009) | 1 line [NEW] Upstreaming screencast feature from Mozilla, UI issues remaining ---------------------------------------------- r22500 | sylvieg | 2009-10-20 22:38:13 +0200 (mar., 20 oct. 2009) | 1 line [FIX]category: put back filter on type + a tracker item has a type trackeritem not trackerItem ---------------------------------------------- r22498 | sylvieg | 2009-10-20 20:37:31 +0200 (mar., 20 oct. 2009) | 1 line [FIX]sefurl: some sefurl in browse categ ---------------------------------------------- r22497 | jonnybradley | 2009-10-20 20:29:41 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Missing literal tags ---------------------------------------------- r22496 | chealer | 2009-10-20 20:24:44 +0200 (mar., 20 oct. 2009) | 5 lines [FIX] HTML special chars encoding [ENH] change article_archives module to new module style (modules-doc). [FIX] several bugs [MOD] ignore showHeading, showDate, showImg, offset and rows parameters, which hardly make sense ---------------------------------------------- r22494 | sylvieg | 2009-10-20 20:12:04 +0200 (mar., 20 oct. 2009) | 1 line [MOD]faq: last validated faq questions ---------------------------------------------- r22493 | jonnybradley | 2009-10-20 20:11:54 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Colorbox includes now inside "jQuery operating not in compatilibity mode" section so needed to add test for feature_shadowbox to it. ---------------------------------------------- r22492 | jonnybradley | 2009-10-20 20:07:41 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Fix prefs test for reflection ---------------------------------------------- r22491 | jonnybradley | 2009-10-20 20:05:56 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Remove label "Images" from current: colorbox counter as they can be lots of things ---------------------------------------------- r22490 | jonnybradley | 2009-10-20 19:58:16 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Only include colorbox files if feature_shadowbox=y ---------------------------------------------- r22489 | jonnybradley | 2009-10-20 19:56:04 +0200 (mar., 20 oct. 2009) | 1 line [MOD] Swap feature_jquery_ui_theme (used) with feature_jquery_cycle (unused) and default feature_jquery_cycle=n ---------------------------------------------- r22488 | jonnybradley | 2009-10-20 19:25:28 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Make colorbox "current" label translatable (and move setting of it to tiki-jquery.js) ---------------------------------------------- r22487 | jonnybradley | 2009-10-20 19:17:20 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Don't output log_tpl comment before DOCTYPE (causes quirks mode) ---------------------------------------------- r22486 | nagendra016 | 2009-10-20 19:00:50 +0200 (mar., 20 oct. 2009) | 1 line Kaltura DB Upgrade, Removal of unwanted file ---------------------------------------------- r22484 | Jyhem | 2009-10-20 18:29:52 +0200 (mar., 20 oct. 2009) | 1 line [FIX] parentId=-1 needs to be allowed or only admin can create a new root file gallery ---------------------------------------------- r22483 | jonnybradley | 2009-10-20 17:55:00 +0200 (mar., 20 oct. 2009) | 2 lines [FIX] Don't append width & height to rel=box if they're not set. Also removed drop down menu on rel param (need to be able to use values others than "box") and moved description into the right place. ---------------------------------------------- r22482 | sylvieg | 2009-10-20 17:30:42 +0200 (mar., 20 oct. 2009) | 1 line [FIX]tracker: textarea max option now shows a box with the current number of characters and limits to this number + fix word count to limit to the word limit and not word limit+1 ---------------------------------------------- r22481 | alain_desilets | 2009-10-20 17:13:15 +0200 (mar., 20 oct. 2009) | 1 line In translation dialog, text field for entering name of the new translation has the focus by default (this makes data entry faster for the user); Fixed a bug in tiki-listpages_content.tpl; ---------------------------------------------- r22472 | jonnybradley | 2009-10-20 16:32:36 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Wrong function name - not sure if it's doing what it's supposed to, but it doesn't break anymore. ---------------------------------------------- r22471 | sylvieg | 2009-10-20 16:29:19 +0200 (mar., 20 oct. 2009) | 1 line [FIX]print: better fix than 22408- the collabarative bar is not needed in a print ---------------------------------------------- r22470 | jonnybradley | 2009-10-20 16:22:24 +0200 (mar., 20 oct. 2009) | 2 lines [FIX] Bigger user prefs value size (so it's now the same as tiki_prefs) Was preventing group selection being saved on object perms ---------------------------------------------- r22468 | sylvieg | 2009-10-20 16:15:07 +0200 (mar., 20 oct. 2009) | 1 line [FIX]help: a lot of features have only description set but no url - display also the popup + take away the alt that overlaps the popup in FF ---------------------------------------------- r22458 | jonnybradley | 2009-10-20 15:55:04 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Oops, wrong dir (sorry) ---------------------------------------------- r22453 | sylvieg | 2009-10-20 15:48:04 +0200 (mar., 20 oct. 2009) | 1 line [FIX]smarty: translation can contain ' ---------------------------------------------- r22451 | sylvieg | 2009-10-20 15:23:39 +0200 (mar., 20 oct. 2009) | 1 line [FIX]chart: incomplete remove ---------------------------------------------- r22450 | sylvieg | 2009-10-20 14:43:14 +0200 (mar., 20 oct. 2009) | 1 line merge 22448 ---------------------------------------------- r22449 | redflo | 2009-10-20 14:40:14 +0200 (mar., 20 oct. 2009) | 2 lines fiexed missing global. Still getting function not found at line 99 ---------------------------------------------- r22446 | eromneg | 2009-10-20 11:52:45 +0200 (mar., 20 oct. 2009) | 1 line [FIX] remove conditional colspan from line 4 to cure problem with IE8 in wysiwyg editor ---------------------------------------------- r22445 | marclaporte | 2009-10-20 08:28:53 +0200 (mar., 20 oct. 2009) | 1 line [FIX] clearer message ---------------------------------------------- r22443 | chealer | 2009-10-20 00:12:37 +0200 (mar., 20 oct. 2009) | 4 lines [ENH] merge article_by_rating in articles, also fixing several bugs loses precision about sort mode in title showHeading is now ignored, but was already broken, as in r22436 ---------------------------------------------- r22442 | chealer | 2009-10-19 23:45:54 +0200 (lun., 19 oct. 2009) | 2 lines Articles module: add support for 'Show rating selector' parameter ---------------------------------------------- r22441 | chealer | 2009-10-19 23:37:05 +0200 (lun., 19 oct. 2009) | 2 lines [FIX] upgrades for last_articles defining lang parameter. oops ---------------------------------------------- r22440 | sylvieg | 2009-10-19 23:23:52 +0200 (lun., 19 oct. 2009) | 1 line [NEW]userlink: to be able to change the link you go when clicking on a username to another link (ex: MyProfile?view=user) ---------------------------------------------- r22439 | pkdille | 2009-10-19 22:46:24 +0200 (lun., 19 oct. 2009) | 1 line [MOD] lesser magic deployment to category admin template ---------------------------------------------- r22438 | alain_desilets | 2009-10-19 22:44:40 +0200 (lun., 19 oct. 2009) | 1 line Added a feature to make "Translation in progress" notice optional; When translating a page, if only one langage left, it is selected by default; ---------------------------------------------- r22437 | sylvieg | 2009-10-19 22:29:45 +0200 (lun., 19 oct. 2009) | 1 line code formatting + use simple quotes ---------------------------------------------- r22436 | chealer | 2009-10-19 21:56:37 +0200 (lun., 19 oct. 2009) | 2 lines [ENH] merge last_articles in articles, also fixing several issues ---------------------------------------------- r22435 | alain_desilets | 2009-10-19 21:55:13 +0200 (lun., 19 oct. 2009) | 1 line Changed "Translation in progress" message; Alias search now can take language into account; Added a feature to make "Translation in progress" notice optional; Fixed a bug in tiki-listpages_content.tpl (page creation button was not appearing anymore); ---------------------------------------------- r22434 | chealer | 2009-10-19 21:51:47 +0200 (lun., 19 oct. 2009) | 2 lines [FIX] img parameter. oops ---------------------------------------------- r22432 | sylvieg | 2009-10-19 21:35:25 +0200 (lun., 19 oct. 2009) | 1 line [FIX]perms: forum posts in my tiki ---------------------------------------------- r22431 | chealer | 2009-10-19 21:33:44 +0200 (lun., 19 oct. 2009) | 2 lines [FIX] last_modif_tracker_items defining sort_mode, r21973 regression. oops ---------------------------------------------- r22430 | chealer | 2009-10-19 20:58:40 +0200 (lun., 19 oct. 2009) | 2 lines [FIX] getSqlJoin() with single $categId causes query errors, r20564 regression ---------------------------------------------- r22429 | nagendra016 | 2009-10-19 20:32:26 +0200 (lun., 19 oct. 2009) | 1 line [FIX] Typo in result page filter ---------------------------------------------- r22428 | chealer | 2009-10-19 20:28:32 +0200 (lun., 19 oct. 2009) | 3 lines [FIX] lang parameter. oops add support for absurl and img parameters ---------------------------------------------- r22426 | jonnybradley | 2009-10-19 19:59:13 +0200 (lun., 19 oct. 2009) | 1 line [MOD] Moving a few perms that were not feature related and on their own into the tiki (or user) perm "type" ---------------------------------------------- r22425 | jonnybradley | 2009-10-19 19:40:34 +0200 (lun., 19 oct. 2009) | 1 line [FIX] Remove some debugging code ---------------------------------------------- r22423 | sylvieg | 2009-10-19 18:11:12 +0200 (lun., 19 oct. 2009) | 1 line [FIX]db abstraction: commit 22412 now adds the backquote in the in function ---------------------------------------------- r22421 | sylvieg | 2009-10-19 17:38:24 +0200 (lun., 19 oct. 2009) | 1 line [FIX] wrong lib ---------------------------------------------- r22418 | nyloth | 2009-10-19 17:06:19 +0200 (lun., 19 oct. 2009) | 1 line [FIX] webmail and newsletters: fix the 'Sender' of emails when the sender_email pref has a syntax like 'Name <email@example.com>' instead of just an email - which was not supported when passed to PHP mail function as the '-f' additional param (through the return_path value). It was using 'Name@ServerDomain' as the Sender and was also sending an unwanted copy to email@example.com ---------------------------------------------- r22417 | sylvieg | 2009-10-19 16:57:35 +0200 (lun., 19 oct. 2009) | 1 line [FIX]sefurl: do not show title if there is a next to the url (fix the comment link in ARTICLES) ---------------------------------------------- r22416 | nyloth | 2009-10-19 15:18:06 +0200 (lun., 19 oct. 2009) | 1 line [FIX] wiki: make colors syntax working when used on multiple lines ---------------------------------------------- r22415 | sylvieg | 2009-10-19 14:51:53 +0200 (lun., 19 oct. 2009) | 1 line [FIX]wiki: not to have wiki_list_name_len,... feedback each time a pref is changed in the wiki panel ---------------------------------------------- r22414 | chealer | 2009-10-19 06:36:56 +0200 (lun., 19 oct. 2009) | 3 lines [ENH] change articles module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r22413 | chealer | 2009-10-19 06:27:34 +0200 (lun., 19 oct. 2009) | 2 lines [FIX] list_articles(): $topicName filter would filter articles in no topic in invert mode ---------------------------------------------- r22412 | chealer | 2009-10-19 06:23:02 +0200 (lun., 19 oct. 2009) | 2 lines in(): properly quote $field if given as table.field ---------------------------------------------- r22411 | chealer | 2009-10-19 06:20:03 +0200 (lun., 19 oct. 2009) | 2 lines [FIX] default sort order documentation was reversed. oops. ---------------------------------------------- r22409 | redflo | 2009-10-19 01:29:58 +0200 (lun., 19 oct. 2009) | 6 lines [FIX] Make Tiki search work again (wrong include path, missing utf-8 preg check) [FIX] Show Add Page to structures field [FIX] Stray Pear auth settings replaced with ldap settings ---------------------------------------------- r22408 | sylvieg | 2009-10-19 00:17:16 +0200 (lun., 19 oct. 2009) | 1 line [FIX]print: wysiwyg for author pref ---------------------------------------------- r22406 | sylvieg | 2009-10-18 22:49:45 +0200 (dim., 18 oct. 2009) | 1 line [FIX]another lastModif after 22289 ---------------------------------------------- r22405 | nagendra016 | 2009-10-18 22:04:53 +0200 (dim., 18 oct. 2009) | 1 line Upgrade to Kaltura v3 api ---------------------------------------------- r22404 | pkdille | 2009-10-18 15:15:00 +0200 (dim., 18 oct. 2009) | 1 line [MOD] forum importerlib: comment the functions and indent the code ---------------------------------------------- r22402 | pkdille | 2009-10-18 10:32:35 +0200 (dim., 18 oct. 2009) | 1 line [MOD] bloglib: no changes. Commenting the methods, some code cleaning and removing an old commented code ---------------------------------------------- r22401 | pkdille | 2009-10-17 07:28:39 +0200 (sam., 17 oct. 2009) | 1 line [MOD] lesser magic deployment to metatag admin template ---------------------------------------------- r22400 | pkdille | 2009-10-17 06:45:06 +0200 (sam., 17 oct. 2009) | 1 line [MOD] lesser magic: last pref in siteads admin template ---------------------------------------------- r22399 | luciash | 2009-10-17 00:48:13 +0200 (sam., 17 oct. 2009) | 1 line forgotten selector ---------------------------------------------- r22398 | luciash | 2009-10-17 00:46:47 +0200 (sam., 17 oct. 2009) | 1 line [ENH] ColorBox: fixes and enhancements - tested with wiki page links, inline, external, absolute, relative, images, slideshow, FileGals, ImageGals, ... ---------------------------------------------- r22397 | sylvieg | 2009-10-16 22:28:56 +0200 (ven., 16 oct. 2009) | 1 line [FIX]tracker: fix trackeritem working with category transition ---------------------------------------------- r22396 | chealer | 2009-10-16 22:23:11 +0200 (ven., 16 oct. 2009) | 4 lines [ENH] change article_topics module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] broken check to display module contents using randomly defined ix ---------------------------------------------- r22395 | chealer | 2009-10-16 22:07:13 +0200 (ven., 16 oct. 2009) | 3 lines [ENH] change top_articles module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r22393 | chealer | 2009-10-16 21:05:14 +0200 (ven., 16 oct. 2009) | 3 lines [FIX] HTML special chars encoding [FIX] colons inside tr blocks ---------------------------------------------- r22392 | chealer | 2009-10-16 21:02:08 +0200 (ven., 16 oct. 2009) | 3 lines [ENH] change last_submissions module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r22391 | jonnybradley | 2009-10-16 19:26:25 +0200 (ven., 16 oct. 2009) | 2 lines [FIX] More on colorbox - removing default for iframe as it conflict with photo being a default. Links for iframes will need "type=iframe" in the rel to work as an iframe. ---------------------------------------------- r22390 | jonnybradley | 2009-10-16 19:08:37 +0200 (ven., 16 oct. 2009) | 1 line [FIX] Function adjustThumbnails() was in the wrong file (my fault i think - apologies) ---------------------------------------------- r22389 | chealer | 2009-10-16 19:07:00 +0200 (ven., 16 oct. 2009) | 4 lines [FIX] [FIX] error_reporting overriding [FIX] undefined notice ---------------------------------------------- r22388 | sylvieg | 2009-10-16 19:05:05 +0200 (ven., 16 oct. 2009) | 1 line [FIX]forgotten for 22386 ---------------------------------------------- r22386 | sylvieg | 2009-10-16 19:01:16 +0200 (ven., 16 oct. 2009) | 1 line [FIX]tracker: fix categ perms checking on tracker items + jail list and stat on items (todo: distinguish perm view, view close... depending on item status) ---------------------------------------------- r22384 | luciash | 2009-10-16 16:52:31 +0200 (ven., 16 oct. 2009) | 2 lines [REM] ColorBox: commented out code causing problems and which was intended to detect and distinguish only "box[foo]" from the rel="shadowbox[foo];bar=..." attributes and be able to group by that for ColorBox "gallery" purposes [FIX] ColorBox: inline links and relative links (non-images) displayed properly now ---------------------------------------------- r22383 | jonnybradley | 2009-10-16 16:01:42 +0200 (ven., 16 oct. 2009) | 1 line [FIX] Set $cat_object_exists if $cat_objid is set (needed for filegal edit to show current cats, but possibly others?) ---------------------------------------------- r22382 | jonnybradley | 2009-10-16 15:37:45 +0200 (ven., 16 oct. 2009) | 1 line [FIX] auto_query_args for browse cats ---------------------------------------------- r22381 | jonnybradley | 2009-10-16 14:22:39 +0200 (ven., 16 oct. 2009) | 1 line [FIX] Alpha order for "move to" gallery list ---------------------------------------------- r22380 | sylvieg | 2009-10-16 14:12:49 +0200 (ven., 16 oct. 2009) | 1 line [FIX] big temporary patch in rewrite rules-> must be fixed by having something like forum12?aa=1 and not forum12&aa=1 ---------------------------------------------- r22379 | jonnybradley | 2009-10-16 13:26:20 +0200 (ven., 16 oct. 2009) | 1 line [FIX] Allow sefurl links to image gallery thumbnails (legacy) ---------------------------------------------- r22378 | eromneg | 2009-10-16 10:06:53 +0200 (ven., 16 oct. 2009) | 1 line [FIX] podcast directory reference re: bug report #2377 ---------------------------------------------- r22377 | chealer | 2009-10-16 03:05:39 +0200 (ven., 16 oct. 2009) | 2 lines [FIX] get_last_changes() cant could be too low. r20841 regression, oops ---------------------------------------------- r22376 | sylvieg | 2009-10-16 00:07:16 +0200 (ven., 16 oct. 2009) | 1 line [FIX]since_last_visit_new: sefurl ---------------------------------------------- r22375 | chealer | 2009-10-15 22:31:08 +0200 (jeu., 15 oct. 2009) | 2 lines changer la traduction pour "cookie" de "citation" à... "cookie" ---------------------------------------------- r22374 | chealer | 2009-10-15 22:26:47 +0200 (jeu., 15 oct. 2009) | 4 lines rename RSS modules to External Feeds and RSS feeds to Feeds to generalize while we're renaming menu links, also rename "Wiki Cache" to "External Pages Cache" change External Feeds Admin help link to Feeds User ---------------------------------------------- r22373 | chealer | 2009-10-15 22:22:44 +0200 (jeu., 15 oct. 2009) | 2 lines rename "Cache" to "External Pages Cache" ---------------------------------------------- r22372 | eromneg | 2009-10-15 21:51:42 +0200 (jeu., 15 oct. 2009) | 1 line [MOD]Allow the use of a new parameter (showpubl=>y/n) to show the publishDate - to be used as an alternative to showcreated=>y/n ---------------------------------------------- r22371 | chealer | 2009-10-15 19:40:40 +0200 (jeu., 15 oct. 2009) | 2 lines rename Cache / Wiki Cache to External Pages Cache ---------------------------------------------- r22370 | chealer | 2009-10-15 19:35:23 +0200 (jeu., 15 oct. 2009) | 2 lines [FIX] "Cache external pages" was renamed and moved to Admin textarea ---------------------------------------------- r22368 | sylvieg | 2009-10-15 19:09:00 +0200 (jeu., 15 oct. 2009) | 1 line [FIX]tracker: smarty syntax error ---------------------------------------------- r22367 | pkdille | 2009-10-15 18:18:56 +0200 (jeu., 15 oct. 2009) | 1 line [MOD] wiki parser unit tests: some more wiki syntax tests ---------------------------------------------- r22366 | sampaioprimo | 2009-10-15 15:49:32 +0200 (jeu., 15 oct. 2009) | 1 line adding tikiwiki root directory to the path of the mediawiki importer tests ---------------------------------------------- r22365 | sept_7 | 2009-10-15 14:03:56 +0200 (jeu., 15 oct. 2009) | 3 lines [CLN] avoid code duplication spotted by Pascal and Patrice testing infrastructure ! ;p please verify, but seems good ! ;p ---------------------------------------------- r22364 | pkdille | 2009-10-15 14:01:26 +0200 (jeu., 15 oct. 2009) | 1 line [MOD] wiki parser unit tests : test the non-parsing of "-- foo --" ---------------------------------------------- r22363 | pkdille | 2009-10-15 08:52:23 +0200 (jeu., 15 oct. 2009) | 1 line [MOD] No php closing tags (Zend rules) ---------------------------------------------- r22362 | pkdille | 2009-10-15 08:47:00 +0200 (jeu., 15 oct. 2009) | 1 line [MOD] dos2unix ---------------------------------------------- r22361 | luciash | 2009-10-15 04:28:49 +0200 (jeu., 15 oct. 2009) | 1 line [FIX] Look & Feel: was displayed as Look & Feel - iirc ampersands should be converted on-the-fly already in trunk ---------------------------------------------- r22360 | luciash | 2009-10-15 03:56:35 +0200 (jeu., 15 oct. 2009) | 1 line ran convertscripts ---------------------------------------------- r22359 | luciash | 2009-10-15 03:55:50 +0200 (jeu., 15 oct. 2009) | 1 line [DB][FIX] tiki.sql: backticked all camelCaseName occurences ---------------------------------------------- r22358 | marclaporte | 2009-10-15 03:30:05 +0200 (jeu., 15 oct. 2009) | 1 line [ENH] logtpl (which adds comments in generated HTML to make it easy to find what .tpl file generated the actual html): adding the preference to the admin programmers section (in addition to admin theme). Programmers will appreciate this too. For people that are still uneasy with the idea of adding a preference in more than one place -> Recommended reading: http://en.wikipedia.org/wiki/Intertwingularity http://www.shirky.com/writings/ontology_overrated.html ---------------------------------------------- r22357 | luciash | 2009-10-15 03:13:48 +0200 (jeu., 15 oct. 2009) | 1 line [DB][FIX] installer schemas: backticked all camelCaseName occurences ---------------------------------------------- r22356 | marclaporte | 2009-10-15 02:31:40 +0200 (jeu., 15 oct. 2009) | 1 line [FIX] fix pref name ---------------------------------------------- r22355 | marclaporte | 2009-10-15 02:18:18 +0200 (jeu., 15 oct. 2009) | 1 line [MOD] Yet, more refactoring of admin panel. 1- Moving Search, Category and Freetags to Main features. 2- Multilingual already has own admin panel. 3- And score and fullcreen go to other features. This is debatable, of course. ---------------------------------------------- r22354 | luciash | 2009-10-15 01:42:51 +0200 (jeu., 15 oct. 2009) | 1 line [DB][FIX] inst. schema 20091013 fix perms tiki: backticks + typo in filename ---------------------------------------------- r22352 | marclaporte | 2009-10-15 01:29:55 +0200 (jeu., 15 oct. 2009) | 1 line [MOD] Requirement to set Sender Email: Harmonize messages and add one. ---------------------------------------------- r22351 | sylvieg | 2009-10-15 01:17:18 +0200 (jeu., 15 oct. 2009) | 1 line [FIX]users: wysiwyg - the password change is only efffective for new user ---------------------------------------------- r22349 | pkdille | 2009-10-14 23:24:28 +0200 (mer., 14 oct. 2009) | 1 line [MOD] lesser magic deployment to articles admin template ---------------------------------------------- r22348 | chealer | 2009-10-14 22:52:24 +0200 (mer., 14 oct. 2009) | 2 lines [FIX] registered users have no permissions / fewer permissions than anonymous on new installs (r22101 regression) ---------------------------------------------- r22347 | chealer | 2009-10-14 22:46:44 +0200 (mer., 14 oct. 2009) | 2 lines [KIL] soft kill SQLite (broken convertscript, surely many other things) ---------------------------------------------- r22346 | chealer | 2009-10-14 22:24:24 +0200 (mer., 14 oct. 2009) | 4 lines [FIX] empty page before refresh on DB creation due to tableExists() misusage. Solution: get rid of temporary tableExists() cache, which should have a very small performance improvement anyway regression from r22198. sorry ---------------------------------------------- r22345 | chealer | 2009-10-14 21:47:32 +0200 (mer., 14 oct. 2009) | 2 lines [FIX] installer: Smarty $lang sometimes undefined ---------------------------------------------- r22344 | marclaporte | 2009-10-14 20:43:42 +0200 (mer., 14 oct. 2009) | 1 line [MOD] Remove remarksbox below comments, as the main tip is no longer necessary, now that we have good tools. The other tip is not worth the clutter IMHO. What we could do is add a preference and let the admin put site-specific instructions on how to make comments. Please voice your opinion. ---------------------------------------------- r22343 | jonnybradley | 2009-10-14 20:29:45 +0200 (mer., 14 oct. 2009) | 1 line [FIX] No switch editor in section edit mode ---------------------------------------------- r22342 | jonnybradley | 2009-10-14 20:29:04 +0200 (mer., 14 oct. 2009) | 1 line [FIX] Auto query arg for hdr (section edit) ---------------------------------------------- r22341 | jonnybradley | 2009-10-14 19:55:07 +0200 (mer., 14 oct. 2009) | 2 lines [MOD] Username autocompletes on login->switch user, admin users find and mail notifications admin. (also moved login su help icon and put some help text for the tooltip) ---------------------------------------------- r22340 | jonnybradley | 2009-10-14 19:26:04 +0200 (mer., 14 oct. 2009) | 3 lines [FIX] Wiki link tool: obey wikiplugin_alink pref, and prefil anchor with # (also improve with of tables dialog) ---------------------------------------------- r22339 | jonnybradley | 2009-10-14 19:11:32 +0200 (mer., 14 oct. 2009) | 2 lines [FIX] Admin toolbars now obeys feature_wysiwyg ---------------------------------------------- r22338 | jonnybradley | 2009-10-14 19:06:01 +0200 (mer., 14 oct. 2009) | 1 line [FIX] Table dialog tool: Spaces now as default cell text, and stretchy input fields. ---------------------------------------------- r22337 | marclaporte | 2009-10-14 19:03:22 +0200 (mer., 14 oct. 2009) | 1 line [FIX] Moving jQueryUI to main section as the future is now :-) ---------------------------------------------- r22336 | marclaporte | 2009-10-14 18:53:51 +0200 (mer., 14 oct. 2009) | 1 line [MOD] Moving edit plugin out of Experimental and activating by default. Sub-page editing, be it with section edit, edit plugin helper, etc. is strategic to make wiki editing easier/more intuitive. ---------------------------------------------- r22335 | marclaporte | 2009-10-14 18:50:10 +0200 (mer., 14 oct. 2009) | 1 line [MOD] reducing email field size, for smaller screens. ---------------------------------------------- r22334 | jonnybradley | 2009-10-14 18:36:38 +0200 (mer., 14 oct. 2009) | 1 line [FIX] Wiki link tool: obey feature_semantic pref. ---------------------------------------------- r22333 | jonnybradley | 2009-10-14 18:30:22 +0200 (mer., 14 oct. 2009) | 1 line [FIX] External link tool: Remove link type menu, and make nocache obey cachepages pref. ---------------------------------------------- r22330 | jonnybradley | 2009-10-14 17:58:11 +0200 (mer., 14 oct. 2009) | 1 line [KIL] Removing test file that shouldn't have been committed ---------------------------------------------- r22329 | jonnybradley | 2009-10-14 17:56:42 +0200 (mer., 14 oct. 2009) | 3 lines [MOD] Some commented out attempts to make dialog/plugin tools work properly with Firefox 3.5 on Windows to come back to later. Will remove before release (promise) ---------------------------------------------- r22328 | marclaporte | 2009-10-14 17:52:00 +0200 (mer., 14 oct. 2009) | 1 line [MOD] increase email field size, since we often put several emails here. ---------------------------------------------- r22327 | pkdille | 2009-10-14 17:34:42 +0200 (mer., 14 oct. 2009) | 1 line [MOD] wiki parser tests: adding some basic wiki syntax tests ---------------------------------------------- r22326 | sylvieg | 2009-10-14 16:05:17 +0200 (mer., 14 oct. 2009) | 1 line [FIX]another lastModif ---------------------------------------------- r22324 | sylvieg | 2009-10-14 14:39:17 +0200 (mer., 14 oct. 2009) | 1 line [FIX]coelesce: to avoid interference with the jquery-ui.css that can redefine the background without the color ---------------------------------------------- r22323 | bergmann | 2009-10-14 12:02:35 +0200 (mer., 14 oct. 2009) | 1 line [FIX] Add missing default value for find_wikis(). ---------------------------------------------- r22322 | bergmann | 2009-10-14 11:40:13 +0200 (mer., 14 oct. 2009) | 1 line [NEW] Add initial tests for TikiLib::parse_data(). ---------------------------------------------- r22321 | bergmann | 2009-10-14 11:20:14 +0200 (mer., 14 oct. 2009) | 1 line [FIX] Add missing include so that mocking TikiLib works correctly. ---------------------------------------------- r22320 | bergmann | 2009-10-14 11:19:34 +0200 (mer., 14 oct. 2009) | 1 line [FIX] Make TikiTestCase abstract. ---------------------------------------------- r22319 | bergmann | 2009-10-14 11:18:39 +0200 (mer., 14 oct. 2009) | 1 line [FIX] Add missing default value to update_page(). ---------------------------------------------- r22318 | chealer | 2009-10-14 10:25:02 +0200 (mer., 14 oct. 2009) | 2 lines I forgot comments in r22317. sorry ---------------------------------------------- r22317 | chealer | 2009-10-14 09:57:28 +0200 (mer., 14 oct. 2009) | 3 lines [FIX] $_SERVER["HTTPS"] is not always set [FIX] $cookie_name not set (r14048 cruft) ---------------------------------------------- r22316 | chealer | 2009-10-14 09:54:03 +0200 (mer., 14 oct. 2009) | 2 lines [FIX] "Non-static method TikiLib::list_languages() should not be called statically" (declare list_languages and format_language_list as static) ---------------------------------------------- r22315 | chealer | 2009-10-14 09:34:18 +0200 (mer., 14 oct. 2009) | 2 lines [FIX] httprequest(): Assigning the return value of new by reference is deprecated ---------------------------------------------- r22314 | chealer | 2009-10-14 08:08:11 +0200 (mer., 14 oct. 2009) | 3 lines remove SQLite information [ENH] keep selected DBMS as default if connection fails ---------------------------------------------- r22313 | chealer | 2009-10-14 06:36:48 +0200 (mer., 14 oct. 2009) | 4 lines [FIX] flip() and flip_multi() when called with a single argument, regression from r22058 presumably fix getHttpRequest() when called without third argument. untested jonnyb: you may want to check this ---------------------------------------------- r22312 | chealer | 2009-10-14 03:26:27 +0200 (mer., 14 oct. 2009) | 3 lines [FIX] ooooops [FIX] HTML special chars encoding ---------------------------------------------- r22310 | chealer | 2009-10-14 03:11:59 +0200 (mer., 14 oct. 2009) | 3 lines [FIX] Files galleries last modification date. oops. thanks Sylvie ---------------------------------------------- r22309 | luciash | 2009-10-14 00:53:49 +0200 (mer., 14 oct. 2009) | 1 line added icons with links to refresh Tiki cache and to set up the logo etc. calling it Quick Admin for now - it's just to help us devs now to allow quickly clear Tiki cache when we do testing with many svn ups locally and it can be removed/replaced/done better before release ---------------------------------------------- r22308 | sylvieg | 2009-10-14 00:09:43 +0200 (mer., 14 oct. 2009) | 1 line [FIX]tracker: get rid of the check about one item per user/ip to get the user item - because the IP check does not work necessarily - if 2 items - will give back one random one ---------------------------------------------- r22307 | jonnybradley | 2009-10-13 19:07:59 +0200 (mar., 13 oct. 2009) | 1 line [FIX] Table dialog tool now copes with links correctly ---------------------------------------------- r22306 | sylvieg | 2009-10-13 17:29:19 +0200 (mar., 13 oct. 2009) | 1 line [FIX]tracker: FILTER can works also on user and group ---------------------------------------------- r22305 | jonnybradley | 2009-10-13 17:21:27 +0200 (mar., 13 oct. 2009) | 1 line [FIX] Set body of plugin to selection it's if not a whole plugin tag (thanks luci) ---------------------------------------------- r22304 | sylvieg | 2009-10-13 17:18:21 +0200 (mar., 13 oct. 2009) | 1 line [FIX]tracker: do not show delete vote if not voted ---------------------------------------------- r22303 | sylvieg | 2009-10-13 17:08:08 +0200 (mar., 13 oct. 2009) | 1 line [FIX]tracker: do not show voting link if no perm ---------------------------------------------- r22302 | sylvieg | 2009-10-13 16:56:11 +0200 (mar., 13 oct. 2009) | 1 line [FIX]tracker: fix rate ---------------------------------------------- r22301 | jonnybradley | 2009-10-13 16:35:11 +0200 (mar., 13 oct. 2009) | 1 line [MOD] Row and column + buttons for table dialog ---------------------------------------------- r22300 | sylvieg | 2009-10-13 14:33:24 +0200 (mar., 13 oct. 2009) | 1 line [FIX] rollback partial 15091 tiki_p_use_as_template as nothing to do with the wiki template feature - it is depending on tracker and wiki ---------------------------------------------- r22299 | lphuberdeau | 2009-10-13 14:25:40 +0200 (mar., 13 oct. 2009) | 1 line [MOD] Replacing the realnamelist plugin with an argument on userlist ---------------------------------------------- r22298 | pkdille | 2009-10-13 13:51:19 +0200 (mar., 13 oct. 2009) | 1 line [FIX] french language translations: fix one string ---------------------------------------------- r22296 | sylvieg | 2009-10-13 13:35:45 +0200 (mar., 13 oct. 2009) | 1 line quotes ---------------------------------------------- r22295 | pkdille | 2009-10-13 12:59:52 +0200 (mar., 13 oct. 2009) | 1 line [MOD] get_strings: don't add php closing tag to language.php files (zend recommandation) ---------------------------------------------- r22294 | chealer | 2009-10-13 11:36:34 +0200 (mar., 13 oct. 2009) | 3 lines [FIX] HTML special chars encoding [FIX] multiline text rendering ---------------------------------------------- r22292 | chealer | 2009-10-13 11:34:42 +0200 (mar., 13 oct. 2009) | 4 lines [FIX] HTML special chars encoding [FIX] multiline text rendering [FIX] colons inside tr blocks ---------------------------------------------- r22291 | chealer | 2009-10-13 11:27:39 +0200 (mar., 13 oct. 2009) | 2 lines DB abstraction: fix list_quiz_stats() (quote identifier) ---------------------------------------------- r22289 | chealer | 2009-10-13 11:06:49 +0200 (mar., 13 oct. 2009) | 2 lines DB abstraction: partial fixes (identifier quoting) ---------------------------------------------- r22288 | chealer | 2009-10-13 10:08:42 +0200 (mar., 13 oct. 2009) | 2 lines DB abstraction: quote identifier ---------------------------------------------- r22286 | chealer | 2009-10-13 08:45:43 +0200 (mar., 13 oct. 2009) | 3 lines [FIX] wiki page overwrite from note [SEC] perm check ignoring object level ---------------------------------------------- r22285 | chealer | 2009-10-13 08:40:29 +0200 (mar., 13 oct. 2009) | 2 lines [FIX] DB abstraction: support sequences starting at 0 ---------------------------------------------- r22284 | chibaguy | 2009-10-13 08:28:55 +0200 (mar., 13 oct. 2009) | 1 line [FIX] Options' button selectors should be same as parent's. ---------------------------------------------- r22283 | chealer | 2009-10-13 07:26:39 +0200 (mar., 13 oct. 2009) | 2 lines [FIX] DB abstraction: cast for SUM(VARCHAR) on PostgreSQL ---------------------------------------------- r22282 | chealer | 2009-10-13 07:23:52 +0200 (mar., 13 oct. 2009) | 2 lines [FIX] remove stray apostrophe from r19624 ---------------------------------------------- r22281 | chibaguy | 2009-10-13 06:31:49 +0200 (mar., 13 oct. 2009) | 1 line [ENH] Added Superfish's Supersubs script for CSS menus (after talking with luci; overrides CSS width and widens menu dropdowns to accommodate longest item, to prevent overflow.) ---------------------------------------------- r22280 | jonnybradley | 2009-10-13 01:07:53 +0200 (mar., 13 oct. 2009) | 1 line [FIX] Usused param causing nasty red warnings removed (thanks luci) ---------------------------------------------- r22279 | jonnybradley | 2009-10-13 00:47:00 +0200 (mar., 13 oct. 2009) | 1 line [FIX] Table dialog tool autofill - part 1 ---------------------------------------------- r22278 | jonnybradley | 2009-10-12 23:22:42 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Make dialog tools autofill values if there's a selection (table still TODO) ---------------------------------------------- r22276 | jonnybradley | 2009-10-12 22:03:35 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Show better text on insert button if replacing ---------------------------------------------- r22274 | jonnybradley | 2009-10-12 21:22:10 +0200 (lun., 12 oct. 2009) | 3 lines [FIX] Plugin form fills values from textarea selection (again?) Also now replaces that text when inserted. ---------------------------------------------- r22273 | marclaporte | 2009-10-12 18:59:27 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Adding Code plugin in default toolbar, as it works well, looks good, and is fairly commonly used. Second choice was to use ~np~ ---------------------------------------------- r22272 | chibaguy | 2009-10-12 18:15:07 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Border inconsistency causing text movement in topbar css menu dropdowns. ---------------------------------------------- r22271 | marclaporte | 2009-10-12 18:13:59 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Hiding comment filter if number of comments is less than 10. Comment filtering with score, etc is very nifty if you are running Slashdot. For the vast majority of websites, the vast majority of pages/blog posts/etc. will only ever get a handful of comments. And for all these, the comment filter is visual pollution. TODO: add a preference or use the same one from pagination. ---------------------------------------------- r22270 | chibaguy | 2009-10-12 17:52:41 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Padding in topbar css menu dropdowns inconsistent between link and hover states. ---------------------------------------------- r22269 | chibaguy | 2009-10-12 17:37:27 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Left-align topbar menu subitems. ---------------------------------------------- r22268 | chibaguy | 2009-10-12 17:17:15 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Removed extra borders on topbar CSS menu dropdown items (on hover); thanks, luci. ---------------------------------------------- r22267 | marclaporte | 2009-10-12 17:01:43 +0200 (lun., 12 oct. 2009) | 1 line [FIX] WYSIWYCA in admin panel ---------------------------------------------- r22266 | luciash | 2009-10-12 16:49:58 +0200 (lun., 12 oct. 2009) | 1 line [ENH] user information page: don't show the form again if user message was sent ---------------------------------------------- r22265 | sylvieg | 2009-10-12 16:22:43 +0200 (lun., 12 oct. 2009) | 1 line quote ---------------------------------------------- r22264 | sylvieg | 2009-10-12 14:56:14 +0200 (lun., 12 oct. 2009) | 1 line quoting ---------------------------------------------- r22263 | marclaporte | 2009-10-12 14:45:28 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Clearer messages from profile system. ---------------------------------------------- r22261 | jonnybradley | 2009-10-12 14:06:35 +0200 (lun., 12 oct. 2009) | 1 line [FIX] autocomplete not to automatically select the first item any more (thanks Luci and Sylvie - if this is what you meant?) ---------------------------------------------- r22258 | chealer | 2009-10-12 11:21:58 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] DB abstraction: missing space, wrong case, missing identifier quotes ---------------------------------------------- r22257 | chealer | 2009-10-12 11:14:11 +0200 (lun., 12 oct. 2009) | 2 lines DB abstraction: refresh_index() missing identifier quotes ---------------------------------------------- r22256 | chealer | 2009-10-12 11:11:58 +0200 (lun., 12 oct. 2009) | 3 lines [FIX] DB abstraction: "ERROR: operator does not exist: character varying = integer" It seems PostgreSQL [now?] requires an cast to string ---------------------------------------------- r22255 | chealer | 2009-10-12 10:53:14 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] get_online_users(): wrong quotes ---------------------------------------------- r22254 | chealer | 2009-10-12 10:12:29 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] DB abstraction: "ERROR: column "a.archived" must appear in the GROUP BY clause or be used in an aggregate function" in get_forum_topics() ---------------------------------------------- r22253 | chealer | 2009-10-12 10:10:59 +0200 (lun., 12 oct. 2009) | 2 lines DB abstraction: ifNull() ---------------------------------------------- r22252 | chealer | 2009-10-12 09:38:33 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] DB abstraction: "ERROR: column "Type" does not exist" in is_object_locked() (caso) ---------------------------------------------- r22250 | chealer | 2009-10-12 09:24:17 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] DB abstraction: complete r9310 ([FIX] tikidblib: allow use of table.column for sort mode (at least for mysql).) ---------------------------------------------- r22249 | chibaguy | 2009-10-12 09:11:21 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Adjustment to work with div.halffloat. ---------------------------------------------- r22248 | chealer | 2009-10-12 08:40:52 +0200 (lun., 12 oct. 2009) | 3 lines [FIX] Db abstraction: list_contacts() "ERROR: column reference "contactId" is ambiguous" nyloth: may want to check this ---------------------------------------------- r22247 | chealer | 2009-10-12 08:37:46 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] DB abstraction: quote identifier ---------------------------------------------- r22246 | chibaguy | 2009-10-12 08:08:22 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Classes added for easy distributions across the page of two, three, or four modules or other divs in wikitext or custom code areas. Can facilitate columns in wiki pages, etc. ---------------------------------------------- r22244 | chealer | 2009-10-12 07:49:28 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] missing space between Messages and count ---------------------------------------------- r22243 | marclaporte | 2009-10-12 06:44:10 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Major moving around options in the features admin panel. These are very debatable choices, please react if a feature is tagged as experimental and you disagree (or similar). This will prompt a debate about what is takes for a feature to be considered as stable. ---------------------------------------------- r22242 | marclaporte | 2009-10-12 06:31:55 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Making new section just for comments in admin panel ---------------------------------------------- r22240 | marclaporte | 2009-10-12 05:51:51 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Remove rogue div ---------------------------------------------- r22239 | chealer | 2009-10-12 05:51:02 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] s/Note author when reading his mail/Notify sender when reading his mail/ ---------------------------------------------- r22238 | marclaporte | 2009-10-12 05:36:00 +0200 (lun., 12 oct. 2009) | 1 line [FIX] preference setting was moved to navigation panel ---------------------------------------------- r22237 | marclaporte | 2009-10-12 05:29:48 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Moving Communications Center to Experimental as it's a rarely used feature ---------------------------------------------- r22236 | marclaporte | 2009-10-12 05:27:27 +0200 (lun., 12 oct. 2009) | 1 line [FIX] No need for tabs with so few options ---------------------------------------------- r22235 | marclaporte | 2009-10-12 05:21:50 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Moving Action Calendar as a setting within Calendar Admin panel. ---------------------------------------------- r22234 | chealer | 2009-10-12 05:11:21 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] DB abstraction: profile installation query error ---------------------------------------------- r22233 | chealer | 2009-10-12 05:10:06 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] DB abstraction: get_event_watches() query error ---------------------------------------------- r22232 | marclaporte | 2009-10-12 05:02:54 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Use same label as on Kaltura site. ---------------------------------------------- r22230 | chealer | 2009-10-12 04:43:17 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] email always changed, even when...not changed ---------------------------------------------- r22229 | chealer | 2009-10-12 04:40:32 +0200 (lun., 12 oct. 2009) | 3 lines [FIX] colons inside tr blocks [FIX] display of multiline feedback ---------------------------------------------- r22228 | marclaporte | 2009-10-12 04:36:03 +0200 (lun., 12 oct. 2009) | 1 line [ENH] New section in admin panel for experimental/new features. Plus moving various features to different sections. ---------------------------------------------- r22227 | marclaporte | 2009-10-12 04:04:43 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Hide breadcrumb options if feature is off ---------------------------------------------- r22226 | marclaporte | 2009-10-12 00:59:38 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Move Pagination links to own tab ---------------------------------------------- r22225 | sylvieg | 2009-10-12 00:09:25 +0200 (lun., 12 oct. 2009) | 1 line [FIX]category: remove was not working with header ---------------------------------------------- r22224 | jonnybradley | 2009-10-11 21:12:15 +0200 (dim., 11 oct. 2009) | 1 line [MOD] autocomplete for search page name (new only, refactoring required) ---------------------------------------------- r22223 | jonnybradley | 2009-10-11 21:11:04 +0200 (dim., 11 oct. 2009) | 1 line [FIX] feature check ---------------------------------------------- r22222 | jonnybradley | 2009-10-11 20:52:57 +0200 (dim., 11 oct. 2009) | 1 line [MOD] Add username autocomplete to recipient fields in messu compose ---------------------------------------------- r22220 | jonnybradley | 2009-10-11 20:32:41 +0200 (dim., 11 oct. 2009) | 3 lines [KIL] Remove textarea pagename autocomplete, as it never worked 100% and was quite hacky. Use the wiki link dialog instead. ---------------------------------------------- r22219 | chealer | 2009-10-11 20:29:56 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] DB abstraction: getMissingTranslationBits(), getTranslations() ---------------------------------------------- r22218 | chealer | 2009-10-11 20:21:15 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] DB abstraction: remove_url() (user left unquoted) ---------------------------------------------- r22217 | jonnybradley | 2009-10-11 20:20:34 +0200 (dim., 11 oct. 2009) | 3 lines [MOD] Refactoring autocomplete code. Left the ones in tracker_item_field_input.tpl as i can't get them to work. Also one in {textarea} block that will probably be kil'ed ---------------------------------------------- r22216 | marclaporte | 2009-10-11 19:32:29 +0200 (dim., 11 oct. 2009) | 1 line [MOD] Moving find/search and replace admin option from wiki to textarea admin panel now that it's available for any edit box ---------------------------------------------- r22215 | jonnybradley | 2009-10-11 19:06:02 +0200 (dim., 11 oct. 2009) | 4 lines [ENH] Add autocomplete to user name fields. Implemented in wikiplugin_group only so far (just add 'filter' => 'username' to the param def). Perms TODO as for groups. ---------------------------------------------- r22214 | jonnybradley | 2009-10-11 18:43:45 +0200 (dim., 11 oct. 2009) | 4 lines [ENH] Add autocomplete to group name fields. Implemented in wikiplugin_group only so far (just add 'filter' => 'username' to the param def). Proper perms checking TODO but only works for validated users in the meantime. ---------------------------------------------- r22213 | jonnybradley | 2009-10-11 18:02:56 +0200 (dim., 11 oct. 2009) | 1 line [FIX] No need for rel to have type=img for colorbox (type= only needed if not an image) ---------------------------------------------- r22212 | jonnybradley | 2009-10-11 17:46:15 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] Add sefurl to img. Had the change order of regexp matches to pick up tumbnail etc before download. ---------------------------------------------- r22208 | lindonb | 2009-10-11 10:13:31 +0200 (dim., 11 oct. 2009) | 1 line [FIX] Skip old code if rel=box. Other cleanup of prior commit (broke mouseover). ---------------------------------------------- r22206 | chealer | 2009-10-11 09:18:27 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] DB abstraction (PostgreSQL): fix general settings (admin email, sender email, browser title, secure login) ---------------------------------------------- r22205 | chealer | 2009-10-11 09:14:21 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] get_user_all_pages() (DB abstraction, PostgreSQL) ---------------------------------------------- r22203 | chealer | 2009-10-11 09:08:26 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] fr: changer la traduction pour "Edit Comment" (commentaire sur la modification) de "Éditer le commentaire" à "Commentaire" (inspiré de MoinMoin) ---------------------------------------------- r22202 | lindonb | 2009-10-11 08:45:56 +0200 (dim., 11 oct. 2009) | 1 line [FIX] Use file and image gallery thumbnails when thumb=y. Replace thumb=shadowbox with rel=box. So now {img fileId=1 thumb=y rel=box} works. Added 'download' option for thumb parameter to show download dialog box for file gallery images. ---------------------------------------------- r22201 | chealer | 2009-10-11 08:03:10 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] DB error message display ---------------------------------------------- r22200 | luciash | 2009-10-11 07:33:12 +0200 (dim., 11 oct. 2009) | 1 line [FIX] ColorBox: support title attribute of links + simplified functions ---------------------------------------------- r22199 | chealer | 2009-10-11 06:37:06 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] typo "SQLLite" -> "SQLite" ---------------------------------------------- r22198 | chealer | 2009-10-11 06:00:13 +0200 (dim., 11 oct. 2009) | 3 lines [FIX] DB abstraction: fix has_tiki_db() and has_tiki_db_20() get rid of now unused process_sql_file() and list_tables() ---------------------------------------------- r22196 | chealer | 2009-10-11 05:33:55 +0200 (dim., 11 oct. 2009) | 2 lines runFile(): speed up and simplify ---------------------------------------------- r22195 | chealer | 2009-10-11 05:24:12 +0200 (dim., 11 oct. 2009) | 4 lines [FIX] DB abstraction: fix update query +class Installer extends TikiDb_Bridge [FIX] empty queries fail on PostgreSQL ---------------------------------------------- r22194 | chealer | 2009-10-11 05:15:32 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] ADOdb on PostgreSQL ---------------------------------------------- r22193 | luciash | 2009-10-11 04:40:38 +0200 (dim., 11 oct. 2009) | 1 line [FIX] ColorBox: support for inline content ---------------------------------------------- r22191 | chealer | 2009-10-11 03:58:27 +0200 (dim., 11 oct. 2009) | 3 lines [FIX] queryError() (fixes r20205) Closes: 2788 ( link_cache creates SQL error ) ---------------------------------------------- r22190 | chealer | 2009-10-11 03:05:00 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] "DROP TABLE IF EXISTS `tiki_calendar_recurrence`;" failure due to reference from tiki_calendar_items.recurrenceId (regression from r15918) ---------------------------------------------- r22189 | luciash | 2009-10-11 02:21:31 +0200 (dim., 11 oct. 2009) | 1 line [FIX] ColorBox: support any *box (colorbox|lightbox|shadowbox|box...) in rel attribute ---------------------------------------------- r22188 | jonnybradley | 2009-10-11 01:06:01 +0200 (dim., 11 oct. 2009) | 1 line [ENH] Page name autocomplete on plugin form (where filter=pagename) ---------------------------------------------- r22187 | jonnybradley | 2009-10-11 00:55:49 +0200 (dim., 11 oct. 2009) | 1 line [FIX] Missing filter ---------------------------------------------- r22186 | jonnybradley | 2009-10-10 23:20:00 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Don't give "not found" error if src set (may result in broken image if not found) ---------------------------------------------- r22185 | jonnybradley | 2009-10-10 23:17:10 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Missing icon (oops) ---------------------------------------------- r22184 | jonnybradley | 2009-10-10 22:10:29 +0200 (sam., 10 oct. 2009) | 4 lines [ENH] Wiki plugin edit form now jquery-ui'ified (if jq.ui available) Still optional, but at the moment comments can use plugins, so the lib is loaded for that it uses it even if feature_jquery_ui is off. Probably needs recifying. Oh, and testing on IE/Chrome - TODO ---------------------------------------------- r22183 | chealer | 2009-10-10 22:01:32 +0200 (sam., 10 oct. 2009) | 2 lines it seems user guide page was renamed ---------------------------------------------- r22182 | chealer | 2009-10-10 21:59:44 +0200 (sam., 10 oct. 2009) | 6 lines revert r22141 on mod-terminology.tpl [FIX] colon outsitde tr block [FIX] undefined terminology_profile_was_installed [FIX] unclosed p tag doc link should be English by default ---------------------------------------------- r22181 | jonnybradley | 2009-10-10 20:21:02 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Stop 'save last changes' dialogs on beforeunload when textarea not changed as the form is shared ---------------------------------------------- r22180 | jonnybradley | 2009-10-10 19:57:50 +0200 (sam., 10 oct. 2009) | 2 lines [ENH] Another dialog tool - wiki links ---------------------------------------------- r22179 | jonnybradley | 2009-10-10 19:34:17 +0200 (sam., 10 oct. 2009) | 1 line [MOD] Change the way dialog tools init button (etc) data to allow more customisation per tool ---------------------------------------------- r22178 | lphuberdeau | 2009-10-10 19:31:18 +0200 (sam., 10 oct. 2009) | 4 lines [FIX] I18N [FIX] Set-up category jail (not fully functional because hidden categories are not auto-assigned, but category jailing works where deployed for objects categorized in the workspace) [ENH] Set-up permissions view for the perspective to prevent non-members from seeing it. ---------------------------------------------- r22177 | ohertel | 2009-10-10 19:21:04 +0200 (sam., 10 oct. 2009) | 1 line updated translation, fixed umlauts, completed installer translation ---------------------------------------------- r22176 | marclaporte | 2009-10-10 19:06:54 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Add perspective and MultiDomain to the admin panel ---------------------------------------------- r22175 | jonnybradley | 2009-10-10 19:05:12 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Toolbar check for JS ---------------------------------------------- r22174 | marclaporte | 2009-10-10 18:57:25 +0200 (sam., 10 oct. 2009) | 1 line [MOD] IMG plugin: Most obvious/important questions should be at top ---------------------------------------------- r22173 | jonnybradley | 2009-10-10 18:43:44 +0200 (sam., 10 oct. 2009) | 1 line [ENH] Find and replace wiki edit tools ---------------------------------------------- r22172 | jonnybradley | 2009-10-10 18:42:34 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Oops, simpler/better test for moz/gecko browsers ---------------------------------------------- r22171 | jonnybradley | 2009-10-10 18:39:59 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Failed when selectionStart == 0 (i.e. at the beginning of the text) ---------------------------------------------- r22170 | marclaporte | 2009-10-10 18:39:25 +0200 (sam., 10 oct. 2009) | 1 line [FIX] typo ---------------------------------------------- r22168 | luciash | 2009-10-10 18:10:37 +0200 (sam., 10 oct. 2009) | 3 lines [FIX] darkroom theme: contrast fixes bg vs fg [MOD] don't limit odd and even classes only to tables [ADD] odd and even classes defaults to design.css ---------------------------------------------- r22166 | luciash | 2009-10-10 17:32:25 +0200 (sam., 10 oct. 2009) | 2 lines [MOD] user information screen revamp - code indentation, converted to tableless + use tabs when tabs on + other enhancements [FIX] some user information WYSIWYCA fixes ---------------------------------------------- r22165 | jonnybradley | 2009-10-10 17:18:22 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Partial rollback of r22161 - sub and sup should be there as ToolbarFckOnly tools ---------------------------------------------- r22164 | jonnybradley | 2009-10-10 17:11:01 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Add perm check (for feature_filegals_manager) on ToolbarFileGallery tool ---------------------------------------------- r22163 | chibaguy | 2009-10-10 16:52:32 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Same padding for button and button hover states to avoid movement during mouseover. ---------------------------------------------- r22162 | marclaporte | 2009-10-10 16:23:08 +0200 (sam., 10 oct. 2009) | 1 line [MOD] Turn off __Use File Galleries to store pictures__ on barebones installs, until it can be made simpler to use. For reference, see long discussions at http://thread.gmane.org/gmane.comp.cms.tiki.devel/12221 http://thread.gmane.org/gmane.comp.cms.tiki.cvs/46355/ ---------------------------------------------- r22161 | marclaporte | 2009-10-10 15:20:30 +0200 (sam., 10 oct. 2009) | 1 line [MOD] sub and sup shouldn't be in wiki syntax list since they are in plugins. Jonny: please confirm. Tks. ---------------------------------------------- r22160 | axold | 2009-10-10 14:08:18 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Solved a bug in tiki-manage-workspaces.tpl ---------------------------------------------- r22159 | axold | 2009-10-10 13:47:46 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Removed Workspaces Dev Tools ---------------------------------------------- r22158 | axold | 2009-10-10 13:45:33 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Fixed a bug in sql statement ---------------------------------------------- r22157 | chibaguy | 2009-10-10 13:42:41 +0200 (sam., 10 oct. 2009) | 1 line [MOD] Reduced clutter of structures icons and links: replaced table with divs, moved "home" icon to left (more logical, standard position), moved hierarchy number to structure icon link title (visible on hover). ---------------------------------------------- r22156 | chealer | 2009-10-10 12:07:25 +0200 (sam., 10 oct. 2009) | 2 lines [FIX] SMARTY_DIR was set to a relative path ---------------------------------------------- r22155 | chibaguy | 2009-10-10 08:56:12 +0200 (sam., 10 oct. 2009) | 2 lines [MOD] [MOD] Gray-scale versions of bright blue icons for better compatibility with various theme pallets. ---------------------------------------------- r22153 | chibaguy | 2009-10-10 04:47:13 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Toolbar picker (special characters) link color needs specifying to ensure good contrast (Darkroom had problem). ---------------------------------------------- r22152 | marclaporte | 2009-10-10 03:38:04 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Avoid unwanted message in admin panels ---------------------------------------------- r22151 | chealer | 2009-10-10 03:03:56 +0200 (sam., 10 oct. 2009) | 2 lines [FIX] hopefully last shot at identifier quoting here ---------------------------------------------- r22150 | chealer | 2009-10-10 03:02:42 +0200 (sam., 10 oct. 2009) | 2 lines simpler implementation for r22119 ([ADD] switch for postgres when $query_cond is empty because resulting "SELECT FROM ... WHERE 1 AND ..." didn't work) ---------------------------------------------- r22149 | alain_desilets | 2009-10-10 01:46:30 +0200 (sam., 10 oct. 2009) | 1 line - Do not insert preview when creating page based on a template. It confuses users because they clicked on something for creating a page, yet all they see on the screen is a read-only version of the page. They often don't realise that if they scroll down, they can get to an edit box for modifying the template. I have seen this many times when I taught workshops or gave demos on the terminology profile. ---------------------------------------------- r22148 | jonnybradley | 2009-10-10 01:40:09 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Width for table builder and title of dialogs ---------------------------------------------- r22147 | jonnybradley | 2009-10-10 01:24:42 +0200 (sam., 10 oct. 2009) | 4 lines [ENH] jQuery-ui dialog/accordion based wiki help Several layout changes and improvements (flush temp_cache for full enjoyment) Plugin help now a separate tpl (for future wysiwyg help) ---------------------------------------------- r22146 | jonnybradley | 2009-10-10 01:21:26 +0200 (sam., 10 oct. 2009) | 1 line [MOD] New default jquery-ui theme (smoothness recommended) ---------------------------------------------- r22145 | chealer | 2009-10-10 01:01:21 +0200 (sam., 10 oct. 2009) | 2 lines [FIX] more DB identifiers quoting ---------------------------------------------- r22144 | nkoth | 2009-10-09 23:51:47 +0200 (ven., 09 oct. 2009) | 2 lines [MOD] If Anonymous is not automatically included in other groups unless specified, in 4.0, then the showing/shading out of perms as "inherited from Anonymous" should not happen automatically as well (otherwise it's not possible to set them normally) ---------------------------------------------- r22143 | nkoth | 2009-10-09 23:44:38 +0200 (ven., 09 oct. 2009) | 2 lines [MOD] Refactoring the showing of inherited perms to be more correct (to be able to take account of all including situations) - in preparation for next commit ---------------------------------------------- r22142 | alain_desilets | 2009-10-09 22:58:42 +0200 (ven., 09 oct. 2009) | 1 line - Fixed a bug in tiki-all_languages, for when you follow an alias. ---------------------------------------------- r22140 | chealer | 2009-10-09 22:25:30 +0200 (ven., 09 oct. 2009) | 2 lines [FIX] groups_are_emulated notice ---------------------------------------------- r22139 | chealer | 2009-10-09 22:17:21 +0200 (ven., 09 oct. 2009) | 2 lines [FIX] quote contentId identifiers ---------------------------------------------- r22138 | jonnybradley | 2009-10-09 22:13:28 +0200 (ven., 09 oct. 2009) | 1 line [MOD] Move include_jquery_ui() into headerlib where it belongs ---------------------------------------------- r22137 | jonnybradley | 2009-10-09 22:05:20 +0200 (ven., 09 oct. 2009) | 3 lines [ENH] New toolbar dialog type tools. Second: table builder (v1) ---------------------------------------------- r22136 | chealer | 2009-10-09 22:04:34 +0200 (ven., 09 oct. 2009) | 3 lines [FIX] $modified['feature_perspective'] notice regression from r20241 lphuberdeau: might want to check that's what you meant ---------------------------------------------- r22135 | jonnybradley | 2009-10-09 20:41:51 +0200 (ven., 09 oct. 2009) | 3 lines [ENH] New toolbar dialog type tools. First one: external link ---------------------------------------------- r22134 | sylvieg | 2009-10-09 17:00:26 +0200 (ven., 09 oct. 2009) | 1 line [FIX]register: to have the module witht eh same behavior that tiki-register.php (ex: ask for groups) ---------------------------------------------- r22132 | sylvieg | 2009-10-09 15:30:46 +0200 (ven., 09 oct. 2009) | 1 line [FIX]comments: the sort was not always set ---------------------------------------------- r22131 | jonnybradley | 2009-10-09 14:43:27 +0200 (ven., 09 oct. 2009) | 3 lines [ENH] New features picker tab for object perms. Various other fixes and minor improvements. ---------------------------------------------- r22130 | jonnybradley | 2009-10-09 14:36:07 +0200 (ven., 09 oct. 2009) | 1 line [ENH] New param for treetable to allow HTML in column data ---------------------------------------------- r22129 | jonnybradley | 2009-10-09 14:35:27 +0200 (ven., 09 oct. 2009) | 1 line [NEW] New function to get all perm features ---------------------------------------------- r22128 | jonnybradley | 2009-10-09 14:34:47 +0200 (ven., 09 oct. 2009) | 1 line [FIX] Don't show big grey box of AJAX triggered by something other than loadComponent (e.g. autosave) ---------------------------------------------- r22127 | jonnybradley | 2009-10-09 14:33:58 +0200 (ven., 09 oct. 2009) | 1 line [FIX] Missing global ---------------------------------------------- r22126 | luciash | 2009-10-09 03:01:49 +0200 (ven., 09 oct. 2009) | 2 lines [MOD] semanticlib: adding backticks to camelCase names [FIX] PostgreSQL: editing wiki page now works ---------------------------------------------- r22125 | luciash | 2009-10-09 02:29:44 +0200 (ven., 09 oct. 2009) | 1 line [FIX] PostgreSQL: fix to avoid invalid input syntax for integer: "value" (sorry, the previous didn't work) ---------------------------------------------- r22124 | luciash | 2009-10-09 02:02:46 +0200 (ven., 09 oct. 2009) | 1 line [FIX] PostgreSQL: ERROR: LIMIT #,# syntax is not supported HINT: Use separate LIMIT and OFFSET clauses. ---------------------------------------------- r22123 | luciash | 2009-10-09 01:54:06 +0200 (ven., 09 oct. 2009) | 1 line [FIX] wikilib: add version to SELECT list to avoid DISTINCT error when using PostgreSQL ---------------------------------------------- r22122 | luciash | 2009-10-09 01:51:08 +0200 (ven., 09 oct. 2009) | 1 line [MOD] GlobalFactory: adding backticks to camelCase names ---------------------------------------------- r22120 | luciash | 2009-10-08 23:29:59 +0200 (jeu., 08 oct. 2009) | 1 line [FIX] ObjectFactory: adding backticks to camelCase names ---------------------------------------------- r22119 | luciash | 2009-10-08 23:22:45 +0200 (jeu., 08 oct. 2009) | 2 lines [FIX] PostgreSQL: invalid input syntax for integer: "value" [ADD] switch for postgres when $query_cond is empty because resulting "SELECT FROM ... WHERE 1 AND ..." didn't work ---------------------------------------------- r22118 | xavidp | 2009-10-08 22:52:22 +0200 (jeu., 08 oct. 2009) | 1 line [ENH]Cross link to tiki-manage-workspaces.php added from Admin > Workspaces interface. Still menu option needed in install and upgrade sql's, if this is the central script to manage the creation and edition of workspaces. Permissions related to workspaces are still missing (to my partial understanding of how this should work). ---------------------------------------------- r22117 | chealer | 2009-10-08 22:39:49 +0200 (jeu., 08 oct. 2009) | 2 lines [FIX] workspace query commented in r22024 now properly commented, assuming that was the intention ---------------------------------------------- r22116 | sylvieg | 2009-10-08 22:32:20 +0200 (jeu., 08 oct. 2009) | 1 line [MOD]registration: option to send admin validation email not necessary to sender_email ---------------------------------------------- r22115 | sylvieg | 2009-10-08 22:28:24 +0200 (jeu., 08 oct. 2009) | 1 line [FIX]rollback 22104 that gives a database error ---------------------------------------------- r22114 | jonnybradley | 2009-10-08 22:05:42 +0200 (jeu., 08 oct. 2009) | 1 line [FIX] Small change to the client-side group hiding code (but probably should be removed eventually) ---------------------------------------------- r22113 | xavidp | 2009-10-08 22:03:38 +0200 (jeu., 08 oct. 2009) | 1 line [FIX]Fixed wrong link to documentation page at dev.tw.o site ---------------------------------------------- r22112 | jonnybradley | 2009-10-08 21:51:47 +0200 (jeu., 08 oct. 2009) | 2 lines [ENH] Add 'select groups' tab to pick groups server-side TODO: Remove the previous client-side version? ---------------------------------------------- r22111 | jonnybradley | 2009-10-08 21:47:43 +0200 (jeu., 08 oct. 2009) | 1 line [ENH] New nested heirarchical mode for treetable used by defining _sortColumnDelimiter param ---------------------------------------------- r22110 | luciash | 2009-10-08 21:44:27 +0200 (jeu., 08 oct. 2009) | 1 line [FIX] PostgreSQL: support "pgsql" as case too because tiki-db-pdo.php and tiki-adodb-pdo.php are very inconsistent in this and when using PDO it didn't convert the MySQL specific backticks ---------------------------------------------- r22109 | jonnybradley | 2009-10-08 21:43:57 +0200 (jeu., 08 oct. 2009) | 1 line [FIX] Changing the checked state of a checkbox doesn't fire the change event, so fire it specifically ---------------------------------------------- r22108 | sylvieg | 2009-10-08 20:20:24 +0200 (jeu., 08 oct. 2009) | 1 line [FIX]TRACKER: trim the wiki page ---------------------------------------------- r22107 | nkoth | 2009-10-08 18:44:31 +0200 (jeu., 08 oct. 2009) | 2 lines [FIX] best lang suffix will have to depend on whether query string exists or not (it used to be always exist, but with SEFURL it can't be certain ---------------------------------------------- r22106 | nkoth | 2009-10-08 18:09:58 +0200 (jeu., 08 oct. 2009) | 2 lines [FIX] Wiki page links in menus should support best language ---------------------------------------------- r22105 | mangapower | 2009-10-08 17:34:37 +0200 (jeu., 08 oct. 2009) | 1 line [MOD] If a WS is active and a new wikipage is created, then this page will be stored in the WS ---------------------------------------------- r22104 | Jyhem | 2009-10-08 17:31:00 +0200 (jeu., 08 oct. 2009) | 1 line [MOD] Part of removal of hard coded inclusion of Anonymous group in Registered (see 22101) ---------------------------------------------- r22101 | jonnybradley | 2009-10-08 16:06:16 +0200 (jeu., 08 oct. 2009) | 7 lines [MOD] Remove hard coded inclusion of Anonymous group in Registered (again - see r21822 and r22098). Added schema script to preserve existing behaviour and changed tikilib and objectperms. Other files need fixing (modlib, wikiplugin_group, userslib, tiki-emulate_groups_switch and mod-func-groups_emulation - possibly others) Profiles that assumed this inclusion will also need amending. ---------------------------------------------- r22100 | jonnybradley | 2009-10-08 15:24:05 +0200 (jeu., 08 oct. 2009) | 3 lines [ENH] Added rudimentary colour pickers and new background colour icon. Also JS fixes for Firefox/AJAX ---------------------------------------------- r22099 | chealer | 2009-10-08 11:06:31 +0200 (jeu., 08 oct. 2009) | 2 lines upgrade_categperm.php: rename tiki_p_view_categories to tiki_p_view_category in global permissions ---------------------------------------------- r22098 | chealer | 2009-10-08 10:05:28 +0200 (jeu., 08 oct. 2009) | 4 lines [FIX] rollback r21822: [MOD] please refer to dev note 1.1 http://doc.tikiwiki.org/Tiki4#Anonymous_group_not_included_by_default_in_Registered_ This broke permissions on most sites upgraded. See discussion at http://sourceforge.net/mailarchive/forum.php?thread_name=4ACCFC4E.5000205%40gmail.com&forum_name=tikiwiki-devel ---------------------------------------------- r22097 | chealer | 2009-10-08 05:15:47 +0200 (jeu., 08 oct. 2009) | 3 lines [FIX] HTML special chars encoding remove template comment (assuming that's a leftover from copy-paste) ---------------------------------------------- r22096 | chealer | 2009-10-08 05:14:01 +0200 (jeu., 08 oct. 2009) | 4 lines [FIX] HTML special chars escaping [FIX] colons inside tr blocks [FIX] Directory categorization ---------------------------------------------- r22095 | sylvieg | 2009-10-08 00:44:33 +0200 (jeu., 08 oct. 2009) | 1 line [MOD]some style for the browse image in fgal ---------------------------------------------- r22094 | sylvieg | 2009-10-08 00:23:02 +0200 (jeu., 08 oct. 2009) | 1 line [FIX]notif fgal: missing smarty assign to have notification outsite tiki-upload_file ---------------------------------------------- r22092 | nagendra016 | 2009-10-07 21:11:54 +0200 (mer., 07 oct. 2009) | 1 line [UPG] Upgraded Kaltura PHP API ---------------------------------------------- r22091 | jonnybradley | 2009-10-07 20:57:56 +0200 (mer., 07 oct. 2009) | 1 line [FIX] Remove dependance on row indices for treetable values (should never have been like that in the first place - apologies) ---------------------------------------------- r22090 | sylvieg | 2009-10-07 20:11:47 +0200 (mer., 07 oct. 2009) | 1 line [MOD]cahge_category: displays category name ---------------------------------------------- r22089 | jonnybradley | 2009-10-07 19:08:26 +0200 (mer., 07 oct. 2009) | 2 lines [ENH] Restored the JS code to set up perms checkboxes to show group inheritance, now running asynchronously (so shouldn't lock up slower browsers) ---------------------------------------------- r22084 | lphuberdeau | 2009-10-07 16:14:44 +0200 (mer., 07 oct. 2009) | 1 line [FIX] RSS 'parser' could not parse all feeds, and probably still can't. ---------------------------------------------- r22083 | nyloth | 2009-10-07 16:10:54 +0200 (mer., 07 oct. 2009) | 1 line [FIX] coelesce: same font size for text inside PRE tags than wiki text around + better top margins for titles + remove native margins of PRE and P when inside a simplebox, since simplebox already has margins ---------------------------------------------- r22082 | nyloth | 2009-10-07 16:06:55 +0200 (mer., 07 oct. 2009) | 1 line [FIX] smarty highlight output filter: replace preg_match fallback with something more simple, because preg_match is usually limited to 100k (pcre.backtrack_limit) which is not enough with most search results pages + fix how col2 is handled + reindent file ---------------------------------------------- r22081 | sylvieg | 2009-10-07 15:02:44 +0200 (mer., 07 oct. 2009) | 1 line [MOD]change_category: 2 new params to be able to do a flip/flop with images to represent or not to be in the category ---------------------------------------------- r22080 | jonnybradley | 2009-10-07 14:40:05 +0200 (mer., 07 oct. 2009) | 3 lines [ENH] Added pref for section and plugin edit icons view/hide (defaults to 'n'). Also changed button icon as suggested. ---------------------------------------------- r22079 | jonnybradley | 2009-10-07 14:11:23 +0200 (mer., 07 oct. 2009) | 3 lines [MOD] Move JS in $headerlib to end of page. Included JS files still in the HEAD - TODO in 5.x? ---------------------------------------------- r22078 | jonnybradley | 2009-10-07 14:06:06 +0200 (mer., 07 oct. 2009) | 1 line [FIX] Confirm exit fix for AJAX mode edit ---------------------------------------------- r22077 | jonnybradley | 2009-10-07 13:34:42 +0200 (mer., 07 oct. 2009) | 4 lines [MOD] Added test for $minify_scripts_on_the_fly before using minified scripts for tiki-js.js, tiki-jquery.js and tiki-admin_toolbars.js Var isn't set anywhere yet so it disables this "feature" until we have a way of minifying automagically (and means we can find which JS files may be affected later) ---------------------------------------------- r22075 | jonnybradley | 2009-10-07 12:40:08 +0200 (mer., 07 oct. 2009) | 2 lines [FIX] Add content-type for javascript (also added svn keyword Id) ---------------------------------------------- r22073 | chealer | 2009-10-07 10:24:20 +0200 (mer., 07 oct. 2009) | 3 lines [FIX] HTML special chars encoding [ENH] translations syntax ---------------------------------------------- r22072 | chealer | 2009-10-07 09:49:57 +0200 (mer., 07 oct. 2009) | 3 lines [FIX] Closes: 1275 (User-Task-Module does not show the tasks) [ENH] change user_tasks module to new module style (modules-doc). ---------------------------------------------- r22071 | chealer | 2009-10-07 09:46:55 +0200 (mer., 07 oct. 2009) | 3 lines [FIX] [ENH] change user_tasks_public module to new module style (modules-doc). ---------------------------------------------- r22070 | chealer | 2009-10-07 09:36:12 +0200 (mer., 07 oct. 2009) | 3 lines [FIX] new_task(), update_task() and emty_trash() with PDO (string-indexed bindvars arrays, fetchRow returning 2 elements per DB field) thanks Sylvie Greverend ---------------------------------------------- r22069 | chealer | 2009-10-07 09:31:31 +0200 (mer., 07 oct. 2009) | 3 lines [FIX] undeclared constants notices on unquoted array indices [FIX] HTML special chars encoding ---------------------------------------------- r22068 | sylvieg | 2009-10-07 00:52:52 +0200 (mer., 07 oct. 2009) | 1 line [MOD]blog: why the title of a post does not go to the post. each other feature is working this this principle ---------------------------------------------- r22067 | sylvieg | 2009-10-07 00:29:59 +0200 (mer., 07 oct. 2009) | 1 line zend recommendation ---------------------------------------------- r22066 | rlpowell | 2009-10-07 00:14:38 +0200 (mer., 07 oct. 2009) | 2 lines A working test would be nice. ---------------------------------------------- r22065 | jonnybradley | 2009-10-06 23:12:58 +0200 (mar., 06 oct. 2009) | 2 lines [FIX] Default to using non-minified versions of tiki-js.js and tiki-jquery.js (for now) ---------------------------------------------- r22064 | jonnybradley | 2009-10-06 22:03:51 +0200 (mar., 06 oct. 2009) | 2 lines [FIX] error.tpl handling in loadComponent() Also fixed outdate ref to xajax requert var and a couple of other tiny fixes ---------------------------------------------- r22063 | jonnybradley | 2009-10-06 21:05:18 +0200 (mar., 06 oct. 2009) | 1 line [FIX] Mysterious JS error when called via AJAX - this fixes it but i'm not sure why ---------------------------------------------- r22062 | chealer | 2009-10-06 20:57:55 +0200 (mar., 06 oct. 2009) | 2 lines [FIX] no idea why this code should be called, but it shouldn't read smarty_setup.php ---------------------------------------------- r22061 | jonnybradley | 2009-10-06 20:50:09 +0200 (mar., 06 oct. 2009) | 1 line [FIX] No AJAX on help button ---------------------------------------------- r22060 | jonnybradley | 2009-10-06 20:43:55 +0200 (mar., 06 oct. 2009) | 1 line [FIX] Thinko ---------------------------------------------- r22059 | jonnybradley | 2009-10-06 19:57:45 +0200 (mar., 06 oct. 2009) | 1 line [MOD] Minified tiki-js.js - should be no functional change ---------------------------------------------- r22058 | jonnybradley | 2009-10-06 19:47:45 +0200 (mar., 06 oct. 2009) | 2 lines [MOD] JSLint-ifying of tiki-js.js (finally) ---------------------------------------------- r22057 | jonnybradley | 2009-10-06 19:43:59 +0200 (mar., 06 oct. 2009) | 1 line [FIX] Another small pre-JSlint fix (document.write evil, apologies for just moving it into tikilib ;) ---------------------------------------------- r22056 | jonnybradley | 2009-10-06 19:34:58 +0200 (mar., 06 oct. 2009) | 1 line [FIX] Tiny pre-JSlint fix (bad syntax apparently) ---------------------------------------------- r22054 | Jyhem | 2009-10-06 19:09:23 +0200 (mar., 06 oct. 2009) | 1 line [FIX] If banner feature is inactive, site ads should not be displayed. ---------------------------------------------- r22053 | jonnybradley | 2009-10-06 18:41:02 +0200 (mar., 06 oct. 2009) | 4 lines [FIX] Fixed polls JS to use jQuery, not moo (which lead to) Added $auto_query_args to polls admin and fix for tab when editing (which lead to) Adding Create poll button (and removing typo) ---------------------------------------------- r22052 | mangapower | 2009-10-06 18:27:58 +0200 (mar., 06 oct. 2009) | 1 line [MOD] Fixed a little issue in wslib.php ---------------------------------------------- r22051 | sylvieg | 2009-10-06 18:25:11 +0200 (mar., 06 oct. 2009) | 1 line [FIX]rss: fix double htmlspecialchars ---------------------------------------------- r22049 | pkdille | 2009-10-06 18:16:25 +0200 (mar., 06 oct. 2009) | 1 line [FIX] forum: fix the html structure when posting in the forum with an attached file (with coelesce) ---------------------------------------------- r22048 | jonnybradley | 2009-10-06 17:53:47 +0200 (mar., 06 oct. 2009) | 2 lines [MOD] Added minified version of tiki-jquery.js ---------------------------------------------- r22047 | jonnybradley | 2009-10-06 17:49:18 +0200 (mar., 06 oct. 2009) | 1 line [MOD] JSLint cleaning ---------------------------------------------- r22046 | jonnybradley | 2009-10-06 17:43:26 +0200 (mar., 06 oct. 2009) | 3 lines [FIX] Partial rollback of r21957 - positionBy = 'mouse' not working first time (needs a param?). Also added "return false" to convertOverlib func ---------------------------------------------- r22045 | mangapower | 2009-10-06 17:29:57 +0200 (mar., 06 oct. 2009) | 1 line [MOD] Added a new functionality to tiki-index.php: when a user activate a WS, the homepage will be the WS homepage. ---------------------------------------------- r22044 | sylvieg | 2009-10-06 16:12:00 +0200 (mar., 06 oct. 2009) | 1 line [FIX]fix wrong commit 22033 ---------------------------------------------- r22043 | jonnybradley | 2009-10-06 15:39:19 +0200 (mar., 06 oct. 2009) | 3 lines [MOD] Moved the toolbars admin JavaScript from PHP to JS include (and added minified version) Also added "new custom tool" button. ---------------------------------------------- r22042 | jonnybradley | 2009-10-06 15:31:24 +0200 (mar., 06 oct. 2009) | 2 lines [FIX] Stop toolbar row on toolbars admin from wrapping. ---------------------------------------------- r22041 | jonnybradley | 2009-10-06 15:30:55 +0200 (mar., 06 oct. 2009) | 3 lines [ENH] Fixed xajax JS callbacks to current version (0.5, not 0.2). Make ajaxLoading div appear in the middle of the element being "AJAX'ed" into, and partially dim that element while loading. ---------------------------------------------- r22040 | jonnybradley | 2009-10-06 15:27:17 +0200 (mar., 06 oct. 2009) | 3 lines [MOD] Change ajax_href to make the "jump to top of page" thing optional (and default to not doing it). Also, added a hint of documentation. ---------------------------------------------- r22036 | chibaguy | 2009-10-06 12:00:23 +0200 (mar., 06 oct. 2009) | 1 line [FIX] Keep left-column CSS menu inside the module. ---------------------------------------------- r22035 | chibaguy | 2009-10-06 10:10:48 +0200 (mar., 06 oct. 2009) | 1 line [NEW] Side-column hide|show icons. ---------------------------------------------- r22034 | chibaguy | 2009-10-06 10:00:53 +0200 (mar., 06 oct. 2009) | 1 line [MOD] More subtle column hide|show icons. ---------------------------------------------- r22033 | rlpowell | 2009-10-06 09:00:30 +0200 (mar., 06 oct. 2009) | 2 lines $perms isn't set up, at least for anon. ---------------------------------------------- r22032 | chealer | 2009-10-06 06:44:42 +0200 (mar., 06 oct. 2009) | 2 lines [ENH] change comm_received_objects module to new module style (modules-doc). ---------------------------------------------- r22031 | chibaguy | 2009-10-06 05:47:29 +0200 (mar., 06 oct. 2009) | 1 line [FIX] IE7-specific siteloginbar position solution; increased whitespace for module last blog post items (using existing classes). ---------------------------------------------- r22030 | chealer | 2009-10-06 05:29:04 +0200 (mar., 06 oct. 2009) | 2 lines [FIX] another notice ---------------------------------------------- r22029 | chealer | 2009-10-06 05:20:39 +0200 (mar., 06 oct. 2009) | 4 lines [ENH] change groups_emulation module to new module style (modules-doc). [FIX] HTML validation [FIX] notices ---------------------------------------------- r22028 | campbe13 | 2009-10-06 05:16:36 +0200 (mar., 06 oct. 2009) | 1 line [MOD] lesser magic deploy to directory admin ---------------------------------------------- r22027 | chibaguy | 2009-10-06 05:16:00 +0200 (mar., 06 oct. 2009) | 1 line [FIX] Rollback of changes to strasa.css (siteloginbar position) and mod-last_blog_posts.tpl (li class). ---------------------------------------------- r22026 | chealer | 2009-10-06 04:41:58 +0200 (mar., 06 oct. 2009) | 2 lines [FIX] HTML special chars encoding (somewhat) ---------------------------------------------- r22025 | marclaporte | 2009-10-06 02:45:48 +0200 (mar., 06 oct. 2009) | 1 line [MOD] Harmonize order of Kaltura admin icon (list=grid) ---------------------------------------------- r22024 | axold | 2009-10-06 01:46:31 +0200 (mar., 06 oct. 2009) | 1 line [MOD] Modified more things in ws ---------------------------------------------- r22022 | chealer | 2009-10-06 00:18:35 +0200 (mar., 06 oct. 2009) | 2 lines [ENH] change youtube module to new module style (modules-doc). ---------------------------------------------- r22020 | lphuberdeau | 2009-10-05 20:05:59 +0200 (lun., 05 oct. 2009) | 1 line [MOD] Reverse-domain when changing perspective ---------------------------------------------- r22019 | lphuberdeau | 2009-10-05 19:45:56 +0200 (lun., 05 oct. 2009) | 1 line [NEW] Allow to bind domain names to a specific perspective ---------------------------------------------- r22018 | zchermit | 2009-10-05 18:55:16 +0200 (lun., 05 oct. 2009) | 1 line [MOD] Some Russian translation ---------------------------------------------- r22017 | lphuberdeau | 2009-10-05 18:32:21 +0200 (lun., 05 oct. 2009) | 1 line [FIX] Applying filters ---------------------------------------------- r22016 | lphuberdeau | 2009-10-05 18:26:32 +0200 (lun., 05 oct. 2009) | 1 line [MOD] Adding standard property for hints ---------------------------------------------- r22014 | lphuberdeau | 2009-10-05 18:05:03 +0200 (lun., 05 oct. 2009) | 1 line [MOD] Adding textarea pref type ---------------------------------------------- r22012 | chibaguy | 2009-10-05 16:43:28 +0200 (lun., 05 oct. 2009) | 1 line [MOD] Keep highlight effect with normal button bourdary. ---------------------------------------------- r22009 | jonnybradley | 2009-10-05 15:26:19 +0200 (lun., 05 oct. 2009) | 1 line [FIX] Change to use a session cookie for wiki_plugin_edit_view (setCookie seems to default to one year expiry) ---------------------------------------------- r22007 | lphuberdeau | 2009-10-05 14:42:37 +0200 (lun., 05 oct. 2009) | 1 line [ENH] Display inherited permissions when there are no permissions specific to the object ---------------------------------------------- r22006 | lphuberdeau | 2009-10-05 14:24:18 +0200 (lun., 05 oct. 2009) | 1 line [NEW] Allow to copy permissions to child categories ---------------------------------------------- r22005 | mangapower | 2009-10-05 13:54:47 +0200 (lun., 05 oct. 2009) | 1 line [FIX] Solved bugs related to ws listing using cache and fixed remove_ws. Added a new perspective preference: wsHomepage. ASAP I will add the posibility to open a ws Homepage from tiki-index.php ---------------------------------------------- r22000 | chibaguy | 2009-10-05 10:46:43 +0200 (lun., 05 oct. 2009) | 1 line [FIX] Move CSS menu to the left so it doesn't extend outside the module. ---------------------------------------------- r21999 | chealer | 2009-10-05 10:35:45 +0200 (lun., 05 oct. 2009) | 3 lines [ENH] change minichat module to new module style (modules-doc). [FIX] allow overriding title ---------------------------------------------- r21998 | chealer | 2009-10-05 09:45:38 +0200 (lun., 05 oct. 2009) | 2 lines typo "prefered" -> "preferred" ---------------------------------------------- r21997 | chealer | 2009-10-05 09:43:24 +0200 (lun., 05 oct. 2009) | 6 lines [ENH] change terminology module to new module style (modules-doc). minor translation improvements [FIX] remove broken preference check [FIX] broken links (guessing which pages they're supposed to point to) [FIX] allow overriding title ---------------------------------------------- r21996 | chibaguy | 2009-10-05 09:13:58 +0200 (lun., 05 oct. 2009) | 1 line [FIX] Wrong style for inline links (such as shoutbox message delete/edit); rule isn't in other Strasa stylesheets. ---------------------------------------------- r21992 | chealer | 2009-10-05 08:36:37 +0200 (lun., 05 oct. 2009) | 3 lines [ENH] change last_modif_pages module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21991 | chealer | 2009-10-05 08:35:39 +0200 (lun., 05 oct. 2009) | 2 lines I assume "Anonymous" should be translated ---------------------------------------------- r21990 | chealer | 2009-10-05 08:14:34 +0200 (lun., 05 oct. 2009) | 6 lines [ENH] change last_actions module to new module style (modules-doc). get rid of SQL in favor of logslib call [FIX] HTML special chars encoding [FIX] quite a bit of stuff. still only expects wiki actions. [MOD] change default maxlen from 20 to 30 ---------------------------------------------- r21989 | chealer | 2009-10-05 04:12:30 +0200 (lun., 05 oct. 2009) | 4 lines [ENH] change wiki_last_comments module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] notices ---------------------------------------------- r21987 | ricks99 | 2009-10-05 01:51:31 +0200 (lun., 05 oct. 2009) | 1 line [ENH]add LABEL element for a11y ---------------------------------------------- r21986 | lindonb | 2009-10-05 01:17:36 +0200 (lun., 05 oct. 2009) | 1 line [FIX] When &thumb=1 is specified for image gallery image, strip off thumb string for link so link is to full image. ---------------------------------------------- r21985 | lindonb | 2009-10-05 00:29:33 +0200 (lun., 05 oct. 2009) | 1 line [FIX]Keep multiple images from cycling back through old code. Also allow multiple images for the src parameter. Titles still not showing up in ColorBox popup ---------------------------------------------- r21984 | chealer | 2009-10-04 23:14:09 +0200 (dim., 04 oct. 2009) | 2 lines forgotten comment ---------------------------------------------- r21983 | chealer | 2009-10-04 23:11:50 +0200 (dim., 04 oct. 2009) | 4 lines [ENH] change last_tracker_comments module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] index mo notice (typo) ---------------------------------------------- r21981 | pkdille | 2009-10-04 21:22:23 +0200 (dim., 04 oct. 2009) | 1 line [MOD] lesser magic deployment to module admin template ---------------------------------------------- r21980 | pkdille | 2009-10-04 20:56:31 +0200 (dim., 04 oct. 2009) | 1 line [MOD] lesser magic deployment to wysiwyg admin template ---------------------------------------------- r21979 | pkdille | 2009-10-04 20:28:15 +0200 (dim., 04 oct. 2009) | 1 line [MOD] lesser magic deployment to sefurlfaqs admin template ---------------------------------------------- r21978 | pkdille | 2009-10-04 20:10:58 +0200 (dim., 04 oct. 2009) | 1 line [MOD] lesser magic deployment to faqs admin template ---------------------------------------------- r21977 | pkdille | 2009-10-04 18:25:50 +0200 (dim., 04 oct. 2009) | 1 line [MOD] lesser magic deployment to polls admin template ---------------------------------------------- r21976 | pkdille | 2009-10-04 16:46:45 +0200 (dim., 04 oct. 2009) | 1 line [MOD] lesser magic deployment to webmail admin template ---------------------------------------------- r21975 | pkdille | 2009-10-04 15:58:32 +0200 (dim., 04 oct. 2009) | 1 line [MOD] lesser magic deployment to maps admin template ---------------------------------------------- r21974 | pkdille | 2009-10-04 13:26:07 +0200 (dim., 04 oct. 2009) | 1 line [MOD] admin include general: restore the option collapsing/expanding as it was before deploying lesser magic ---------------------------------------------- r21973 | chealer | 2009-10-04 10:52:24 +0200 (dim., 04 oct. 2009) | 3 lines [FIX] last_modif_tracker_items, broken in r21969. and avoid any breakage like this to happen again merging in last_tracker_items. Credits go to Sylvie ---------------------------------------------- r21972 | chealer | 2009-10-04 10:49:47 +0200 (dim., 04 oct. 2009) | 2 lines document sort_mode in more depth and set title to "Last Modified Items" if sort_mode=lastModif_desc ---------------------------------------------- r21969 | chealer | 2009-10-04 09:43:21 +0200 (dim., 04 oct. 2009) | 5 lines [ENH] change last_tracker_items module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] nonums notices improve and translate error messages ---------------------------------------------- r21968 | pkdille | 2009-10-03 22:24:55 +0200 (sam., 03 oct. 2009) | 1 line [MOD] lesser magic deployment to ads admin grid ---------------------------------------------- r21964 | sylvieg | 2009-10-03 13:30:25 +0200 (sam., 03 oct. 2009) | 1 line [MOD]TRACKER: {| gives the itemId in pretty tracker + set {} and {} always ---------------------------------------------- r21963 | pkdille | 2009-10-03 01:03:42 +0200 (sam., 03 oct. 2009) | 1 line [MOD] lesser magic deployment to copyright admin grid ---------------------------------------------- r21962 | pkdille | 2009-10-03 00:00:09 +0200 (sam., 03 oct. 2009) | 1 line [MOD] lesser magic deployment to messages admin grid ---------------------------------------------- r21959 | sylvieg | 2009-10-02 22:46:37 +0200 (ven., 02 oct. 2009) | 1 line [FIX]modules: at least sort a little -> todo sort with no case ---------------------------------------------- r21958 | chibaguy | 2009-10-02 19:57:44 +0200 (ven., 02 oct. 2009) | 1 line [FIX] Correct module-flip icon no-display|display in custom modules. ---------------------------------------------- r21957 | sylvieg | 2009-10-02 19:25:45 +0200 (ven., 02 oct. 2009) | 1 line [FIX]popup: to avoid to have the box at an absolute position - that can never work in the calendar as the day boxes have not fixed width - place relative to the cursor ---------------------------------------------- r21956 | jonnybradley | 2009-10-02 19:15:04 +0200 (ven., 02 oct. 2009) | 4 lines [FIX] Errors (Missing arguments for Multilingual_MachineTranslation_GoogleTranslateWrapper::__construct()) I guessed what they might be... Also fixed compile errors in GoogleTranslateWrapper (unescaped $s) while is was there. Seems to still work. ---------------------------------------------- r21955 | jonnybradley | 2009-10-02 18:55:51 +0200 (ven., 02 oct. 2009) | 3 lines [ENH] Autocomplete page names in wiki edit - type "((" to initiate. Only in Firefox as yet, more to come... ---------------------------------------------- r21954 | jonnybradley | 2009-10-02 18:48:13 +0200 (ven., 02 oct. 2009) | 1 line [MOD] New getCaretPos() function (not tested in IE as yet) ---------------------------------------------- r21953 | jonnybradley | 2009-10-02 18:42:06 +0200 (ven., 02 oct. 2009) | 3 lines [FIX] Show all group columns if number of groups has changed (thanks LP) Also make show/hide groups link look like a button. ---------------------------------------------- r21952 | jonnybradley | 2009-10-02 18:41:06 +0200 (ven., 02 oct. 2009) | 3 lines [ENH] Allow CSS class to be set on popup_links (also removed no jQuery warning as it's 'always on' and this is irrelevant if JS disabled) ---------------------------------------------- r21951 | jonnybradley | 2009-10-02 18:11:26 +0200 (ven., 02 oct. 2009) | 1 line [FIX] Stop the multi-tiki dirs being deleted when flushing caches ---------------------------------------------- r21949 | sylvieg | 2009-10-02 16:37:30 +0200 (ven., 02 oct. 2009) | 1 line [FIX]TRACKER: need also to keep autoincrement for a pertty tracker without fields param ---------------------------------------------- r21948 | robferguson | 2009-10-02 16:26:10 +0200 (ven., 02 oct. 2009) | 1 line [FIX] added space for blog posts in module and fixed siteloginbar position ---------------------------------------------- r21946 | jonnybradley | 2009-10-02 12:37:11 +0200 (ven., 02 oct. 2009) | 1 line [FIX] Missing quote typo (was making description textarea not appear) ---------------------------------------------- r21945 | chealer | 2009-10-02 06:29:00 +0200 (ven., 02 oct. 2009) | 5 lines [ENH] change last_category_objects module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] maxlen notices [MOD] Change module title to "Newest Category Items", fixing some poor cases. This is still far from ideal ---------------------------------------------- r21944 | chealer | 2009-10-02 06:22:43 +0200 (ven., 02 oct. 2009) | 2 lines somewhat document last_category_objects() ---------------------------------------------- r21943 | chealer | 2009-10-02 05:06:04 +0200 (ven., 02 oct. 2009) | 3 lines [ENH] change last_files module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21942 | chealer | 2009-10-02 05:03:04 +0200 (ven., 02 oct. 2009) | 3 lines [FIX] missing galleryId param declaration oops ---------------------------------------------- r21941 | jonnybradley | 2009-10-01 19:26:15 +0200 (jeu., 01 oct. 2009) | 3 lines [MOD] More refactoring (by LPH) and a small "fix" by me. More to come, but getting closer! ---------------------------------------------- r21940 | sylvieg | 2009-10-01 18:44:26 +0200 (jeu., 01 oct. 2009) | 1 line [FIX]TRACKERLIST: look only for the fields use in the pretty if fields param is not specified (can have side effect but only way to be fast with trackers with a lot of fields) ---------------------------------------------- r21939 | sylvieg | 2009-10-01 18:16:28 +0200 (jeu., 01 oct. 2009) | 1 line [FIX]calendar: stickup popup is generic not only for group calendars ---------------------------------------------- r21938 | jonnybradley | 2009-10-01 17:23:28 +0200 (jeu., 01 oct. 2009) | 3 lines [FIX] design.css - opaque wasn't opaque (filegal icon menus) updates to -ref files too ---------------------------------------------- r21937 | chibaguy | 2009-10-01 16:17:35 +0200 (jeu., 01 oct. 2009) | 1 line [FIX] Better appearance of list overflow in modules; update IE6 styles following superfish menu CSS changes. ---------------------------------------------- r21930 | pkdille | 2009-10-01 14:28:28 +0200 (jeu., 01 oct. 2009) | 1 line [FIX] view forum: don't show the "Move Selected Topics" (which moves a topic from one forum to another one) button if there's only one forum ---------------------------------------------- r21926 | sylvieg | 2009-10-01 13:57:54 +0200 (jeu., 01 oct. 2009) | 1 line [FIX]UI: cookie doamin and path must also be out of rememberme ---------------------------------------------- r21924 | chibaguy | 2009-10-01 09:03:32 +0200 (jeu., 01 oct. 2009) | 1 line [FIX] IE6 stylesheet wasn't updated for revamped site header method. Too-wide IE6 left-column CSS menu fixed but I can't check if the menus are working due to limits of my MultipleIEs IE6. ---------------------------------------------- r21923 | marclaporte | 2009-10-01 03:18:49 +0200 (jeu., 01 oct. 2009) | 1 line [FIX] If value is empty, do not put blank value. ---------------------------------------------- r21922 | marclaporte | 2009-10-01 02:33:16 +0200 (jeu., 01 oct. 2009) | 1 line [FIX] External link doesn't work ---------------------------------------------- r21921 | sylvieg | 2009-10-01 01:19:58 +0200 (jeu., 01 oct. 2009) | 1 line [FIX]UI: cookie name has nothing to do with remmber feature - it is the cookie prefix where is stored the login ---------------------------------------------- r21920 | axold | 2009-09-30 22:50:01 +0200 (mer., 30 sept. 2009) | 1 line [FIX] Fixed a bug in remove_ws function ---------------------------------------------- r21919 | lphuberdeau | 2009-09-30 22:41:56 +0200 (mer., 30 sept. 2009) | 1 line [MOD] Include restrictions to which permission can be modified in the permission applier ---------------------------------------------- r21918 | chealer | 2009-09-30 21:47:03 +0200 (mer., 30 sept. 2009) | 2 lines [FIX] HTML special chars encoding, using Smarty escape instead of regex_replace:"/\"/":"'" ---------------------------------------------- r21917 | jonnybradley | 2009-09-30 20:12:56 +0200 (mer., 30 sept. 2009) | 7 lines [MOD] Removed more redundant (hopefully) code. Moved all QuickPerms code together. Partially deployed new perms code (e.g. $displayedPermissions->getPermissionArray()) Renamed some vars to reduce confusion ($perms was used for 5 things) Added lots of TODO comments - more refactoring to come... ---------------------------------------------- r21916 | sylvieg | 2009-09-30 19:29:55 +0200 (mer., 30 sept. 2009) | 1 line [FIX]calendar: fix mysssql error: priority =0 is not the same than priority='0' ---------------------------------------------- r21913 | Jyhem | 2009-09-30 17:43:01 +0200 (mer., 30 sept. 2009) | 1 line [FIX] Recent unaligned titles did not improve page layout. Back to left-aligned titles ---------------------------------------------- r21912 | marclaporte | 2009-09-30 17:38:27 +0200 (mer., 30 sept. 2009) | 1 line [FIX] French grammar ---------------------------------------------- r21911 | sylvieg | 2009-09-30 17:02:41 +0200 (mer., 30 sept. 2009) | 1 line sql error ---------------------------------------------- r21910 | axold | 2009-09-30 16:44:13 +0200 (mer., 30 sept. 2009) | 1 line [MOD] I forgot to remove one var_dump in one tiki file. Now removed ---------------------------------------------- r21909 | axold | 2009-09-30 16:23:37 +0200 (mer., 30 sept. 2009) | 1 line [MOD] Fixed some ws perms in sql files ---------------------------------------------- r21907 | pkdille | 2009-09-30 15:29:06 +0200 (mer., 30 sept. 2009) | 1 line [FIX] forums quickjump: show only the quickjump dropdown if there are more than one forum available ---------------------------------------------- r21906 | jonnybradley | 2009-09-30 13:50:32 +0200 (mer., 30 sept. 2009) | 1 line [FIX] Quick fix for module in edit wiki page mode ---------------------------------------------- r21899 | sylvieg | 2009-09-30 00:08:04 +0200 (mer., 30 sept. 2009) | 1 line [MOD]tracker: new option user can take ownership for tracker with user field creator and where anonymous can create items and where only creator can modify their items: This allows a user to take ownership of an item create by anonymous and after to be the only one to be able to modify the item ---------------------------------------------- r21897 | lphuberdeau | 2009-09-29 22:02:18 +0200 (mar., 29 sept. 2009) | 1 line [ENH] Before redirecting to edit page for new page creation, verify if the page name is in the list of available pages ---------------------------------------------- r21896 | lphuberdeau | 2009-09-29 21:39:21 +0200 (mar., 29 sept. 2009) | 1 line [MOD] When the search term and page name are exact matches, and only one result is available, go to result directly ---------------------------------------------- r21895 | lphuberdeau | 2009-09-29 21:17:42 +0200 (mar., 29 sept. 2009) | 1 line [FIX] Patch 20090416_plugin_security_tiki was not propagated in tiki.sql ---------------------------------------------- r21894 | jonnybradley | 2009-09-29 20:47:16 +0200 (mar., 29 sept. 2009) | 1 line [FIX] Check for edit section pref too for wiki_plugin_edit_view icon ---------------------------------------------- r21893 | lphuberdeau | 2009-09-29 20:44:11 +0200 (mar., 29 sept. 2009) | 1 line [FIX] Additional condition required ---------------------------------------------- r21892 | lphuberdeau | 2009-09-29 20:42:36 +0200 (mar., 29 sept. 2009) | 1 line [FIX] elseif causing trouble there ---------------------------------------------- r21891 | lphuberdeau | 2009-09-29 20:39:37 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Refactoring some of the logic to clean up the code ---------------------------------------------- r21890 | sylvieg | 2009-09-29 20:15:37 +0200 (mar., 29 sept. 2009) | 1 line [FIX]xml export: some CR to have a easy to read wiki.xml ---------------------------------------------- r21889 | sylvieg | 2009-09-29 19:31:20 +0200 (mar., 29 sept. 2009) | 1 line [FIX]XML: more generic parsing on image + rename page.txt with the pagename ---------------------------------------------- r21888 | mangapower | 2009-09-29 18:17:27 +0200 (mar., 29 sept. 2009) | 1 line [FIX] Solved some minor bugs in wslib.php ---------------------------------------------- r21885 | mangapower | 2009-09-29 15:45:52 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Fixed categories and workspaces listing. ---------------------------------------------- r21881 | chibaguy | 2009-09-29 12:54:33 +0200 (mar., 29 sept. 2009) | 1 line [FIX] 100% width textarea causes it to go beyond right margin of parent in FF. ---------------------------------------------- r21880 | pkdille | 2009-09-29 10:54:41 +0200 (mar., 29 sept. 2009) | 1 line [FIX] tiki_full: give the same css structure when tiki_full template is used (file manager and wiki fullscreen edition textarea. This gives the same fonts in the wiki fullscreen textarea as in "normal" wiki editor screen ---------------------------------------------- r21879 | chibaguy | 2009-09-29 09:04:17 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Keep highlight-state button background color within button (already implemented in some themes). Add import design.css to empty.css. ---------------------------------------------- r21878 | chealer | 2009-09-29 08:18:11 +0200 (mar., 29 sept. 2009) | 4 lines [ENH] change last_modif_events module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] typo "modifed" -> "modified" ---------------------------------------------- r21876 | marclaporte | 2009-09-29 06:04:34 +0200 (mar., 29 sept. 2009) | 1 line [FIX] improve admin panel for navigation section ---------------------------------------------- r21875 | marclaporte | 2009-09-29 06:02:59 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Lesser magice feature_wiki_save_draft} ---------------------------------------------- r21873 | chealer | 2009-09-29 05:59:46 +0200 (mar., 29 sept. 2009) | 4 lines [ENH] change last_blog_posts module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] notices ---------------------------------------------- r21872 | marclaporte | 2009-09-29 05:45:15 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Move cache settings to new performance admin panel ---------------------------------------------- r21871 | marclaporte | 2009-09-29 05:40:14 +0200 (mar., 29 sept. 2009) | 1 line [MOD] moving options in admin panels. feature_wiki_1like_redirection and feature_redirect_on_error look suspiciously similar ---------------------------------------------- r21870 | marclaporte | 2009-09-29 05:33:58 +0200 (mar., 29 sept. 2009) | 1 line [FIx] Avoid various unwanted messages about activating or de-activating features. There are still some problems with tiki-admin.php?page=login, look, i18n and wiki ---------------------------------------------- r21869 | chealer | 2009-09-29 05:12:08 +0200 (mar., 29 sept. 2009) | 2 lines [FIX] username modifier: HTML special chars encoding ---------------------------------------------- r21868 | marclaporte | 2009-09-29 04:53:35 +0200 (mar., 29 sept. 2009) | 1 line [FIX] improve admin panel for Tiki messages ---------------------------------------------- r21866 | chealer | 2009-09-29 04:38:48 +0200 (mar., 29 sept. 2009) | 2 lines [FIX] typo "persmissions" -> "permissions" ---------------------------------------------- r21865 | marclaporte | 2009-09-29 04:20:31 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Move feature_contact near its suboptions. Once Ricks99 has solved lesser magic templates, we can move back to features admin panel (but for now, I don't want to clutter) ---------------------------------------------- r21864 | marclaporte | 2009-09-29 04:15:35 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Lesser magic ---------------------------------------------- r21863 | marclaporte | 2009-09-29 03:53:38 +0200 (mar., 29 sept. 2009) | 1 line [FIX] improve admin panel for Tiki friends ---------------------------------------------- r21862 | marclaporte | 2009-09-29 03:38:27 +0200 (mar., 29 sept. 2009) | 1 line [FIX] url_after_validation is only if users are self-registering ---------------------------------------------- r21861 | marclaporte | 2009-09-29 03:35:04 +0200 (mar., 29 sept. 2009) | 1 line [FIX] Cosmetic changes ---------------------------------------------- r21859 | marclaporte | 2009-09-29 03:21:40 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Move Separators to Look & Feel ---------------------------------------------- r21858 | marclaporte | 2009-09-29 03:16:56 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Admin panels: a new __server__ section ---------------------------------------------- r21857 | marclaporte | 2009-09-29 03:13:48 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Moving user-related settings/features to the Community admin panel ---------------------------------------------- r21856 | marclaporte | 2009-09-29 03:05:16 +0200 (mar., 29 sept. 2009) | 1 line [MOD] More admin panel re-org ---------------------------------------------- r21855 | marclaporte | 2009-09-29 02:41:06 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Lesser magic for feature_breadcrumbs. Ricks99: can you add the WYSIWYCA? ---------------------------------------------- r21854 | marclaporte | 2009-09-29 02:33:08 +0200 (mar., 29 sept. 2009) | 1 line [MOD] re-order admin panels. ---------------------------------------------- r21853 | marclaporte | 2009-09-29 02:32:24 +0200 (mar., 29 sept. 2009) | 1 line [FIX] typo for lesser magic ---------------------------------------------- r21852 | marclaporte | 2009-09-29 02:12:50 +0200 (mar., 29 sept. 2009) | 1 line [MOD] lesser magic: menu options ---------------------------------------------- r21851 | chealer | 2009-09-29 01:56:58 +0200 (mar., 29 sept. 2009) | 4 lines [ENH] change last_images module to new module style (modules-doc). [FIX] HTML special chars encoding merge mod-last_images_th in mod-last_images. I don't understand some of the imported code, don't blame me. ---------------------------------------------- r21850 | ricks99 | 2009-09-29 01:52:40 +0200 (mar., 29 sept. 2009) | 1 line [ENH]Use the RSS title (as specified on Admin:RSS page) as the title of the RSS feed. Use defaults if no Title is specified ---------------------------------------------- r21849 | marclaporte | 2009-09-29 01:42:46 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Move all stats settings to new stats section ---------------------------------------------- r21848 | ricks99 | 2009-09-29 01:36:47 +0200 (mar., 29 sept. 2009) | 1 line [FIX]proper xhtml validation syntax ---------------------------------------------- r21847 | marclaporte | 2009-09-29 01:36:39 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Moving some features to experimental ---------------------------------------------- r21846 | marclaporte | 2009-09-29 01:22:01 +0200 (mar., 29 sept. 2009) | 1 line [MOD] More admin panel re-organization ---------------------------------------------- r21845 | marclaporte | 2009-09-29 00:54:22 +0200 (mar., 29 sept. 2009) | 1 line [FIX] Moving security settings to new section. Remove previous code which was copy-pasted by error ---------------------------------------------- r21844 | marclaporte | 2009-09-29 00:49:44 +0200 (mar., 29 sept. 2009) | 1 line [MOD] re-organization of admin panel (work in progress) ---------------------------------------------- r21843 | marclaporte | 2009-09-29 00:36:36 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Moving community/user/group related things out of general admin panel towards community admin panel ---------------------------------------------- r21842 | marclaporte | 2009-09-29 00:25:41 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Moving settings to new navigation section ---------------------------------------------- r21841 | marclaporte | 2009-09-29 00:09:12 +0200 (mar., 29 sept. 2009) | 1 line [MOD] webservices and semantic are now optional, and off by default in bare-bones profile ---------------------------------------------- r21840 | marclaporte | 2009-09-28 23:40:50 +0200 (lun., 28 sept. 2009) | 1 line [MOD] Moving permission_denied_login_box to Navigation section ---------------------------------------------- r21839 | marclaporte | 2009-09-28 23:27:25 +0200 (lun., 28 sept. 2009) | 1 line [MOD] Add quicklinks to admin group and users from __community__ admin panel ---------------------------------------------- r21838 | marclaporte | 2009-09-28 23:15:59 +0200 (lun., 28 sept. 2009) | 1 line [MOD] New __navigation__ section in admin panels. Moving __Home page__ section there. ---------------------------------------------- r21837 | marclaporte | 2009-09-28 23:09:11 +0200 (lun., 28 sept. 2009) | 1 line [MOD] Move experimental features lower in admin panel ---------------------------------------------- r21836 | marclaporte | 2009-09-28 23:03:21 +0200 (lun., 28 sept. 2009) | 1 line [MOD] Lesser Magic: creating a new section __External links and images__ and moving preferences there. ---------------------------------------------- r21835 | luciash | 2009-09-28 22:45:36 +0200 (lun., 28 sept. 2009) | 1 line [FIX] wiki edit plugin show/hide icon: check if .wiki_edit_plugin eq 'y' ---------------------------------------------- r21834 | chealer | 2009-09-28 22:39:12 +0200 (lun., 28 sept. 2009) | 3 lines [ENH] change last_image_galleries module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21833 | marclaporte | 2009-09-28 22:26:44 +0200 (lun., 28 sept. 2009) | 1 line [FIX] alpha sort by default on PluginListPages ---------------------------------------------- r21832 | marclaporte | 2009-09-28 22:07:56 +0200 (lun., 28 sept. 2009) | 1 line [FIX] More lesser magic and moving things to more appropriate sections ---------------------------------------------- r21831 | lphuberdeau | 2009-09-28 20:07:17 +0200 (lun., 28 sept. 2009) | 1 line [ENH] Minimal descriptions help searching with more keywords ---------------------------------------------- r21830 | jonnybradley | 2009-09-28 19:54:17 +0200 (lun., 28 sept. 2009) | 2 lines [FIX] Removed on-doc-ready jQuery code showing group inheritance that was killing the page in several browsers - just too much work client-side. Needs to be replaced with something better rendered into the page - i am working on it... ---------------------------------------------- r21829 | jonnybradley | 2009-09-28 19:49:03 +0200 (lun., 28 sept. 2009) | 2 lines [MOD] Removed {literal} escaping & replaced it with {{ and }} {jq} un-escaping. Also removed wrapping function structure and replaced JS vars with literal string. ---------------------------------------------- r21828 | sylvieg | 2009-09-28 19:29:56 +0200 (lun., 28 sept. 2009) | 1 line [FIX]comment: topic can be very long ---------------------------------------------- r21827 | luciash | 2009-09-28 19:25:36 +0200 (lun., 28 sept. 2009) | 1 line [FIX] Colorbox: default layout for cboxTitle - longer title (caption) text shouldn't be overflowing under prev/next buttons and close button ---------------------------------------------- r21826 | jonnybradley | 2009-09-28 19:17:15 +0200 (lun., 28 sept. 2009) | 1 line [FIX] Use $jq not $ for jQuery object - also changed to use the default show/hide functions for animation (as set in admin/look/UI Effects) ---------------------------------------------- r21825 | lphuberdeau | 2009-09-28 18:39:23 +0200 (lun., 28 sept. 2009) | 1 line [FIX] Was this even PHP? ---------------------------------------------- r21824 | lphuberdeau | 2009-09-28 18:37:21 +0200 (lun., 28 sept. 2009) | 1 line [FIX] TEXT cannot have defaults... ---------------------------------------------- r21822 | dexl_2000 | 2009-09-28 18:22:56 +0200 (lun., 28 sept. 2009) | 1 line [MOD] please refer to dev note 1.1 http://doc.tikiwiki.org/Tiki4#Anonymous_group_not_included_by_default_in_Registered_ ---------------------------------------------- r21821 | lphuberdeau | 2009-09-28 18:19:17 +0200 (lun., 28 sept. 2009) | 1 line [MOD] Automatically hide/show related blocks (ending with _childcontainer) ---------------------------------------------- r21820 | marclaporte | 2009-09-28 18:07:52 +0200 (lun., 28 sept. 2009) | 1 line [DOC] Clarifying about Promotion of releae and reminder about next branch name ---------------------------------------------- r21818 | lphuberdeau | 2009-09-28 17:40:15 +0200 (lun., 28 sept. 2009) | 1 line [MOD] Add a preference rather than verify profile installation, which required network access each check ---------------------------------------------- r21816 | lphuberdeau | 2009-09-28 16:52:45 +0200 (lun., 28 sept. 2009) | 1 line [FIX] Remove dependency on MySQL >= 5.0 ---------------------------------------------- r21815 | jonnybradley | 2009-09-28 16:46:31 +0200 (lun., 28 sept. 2009) | 2 lines [FIX] Only open closed sections (and vice-versa) ---------------------------------------------- r21814 | sylvieg | 2009-09-28 16:44:17 +0200 (lun., 28 sept. 2009) | 1 line error - please mangapower verif the default ---------------------------------------------- r21813 | sylvieg | 2009-09-28 16:42:16 +0200 (lun., 28 sept. 2009) | 1 line syntax error ---------------------------------------------- r21812 | jonnybradley | 2009-09-28 16:36:43 +0200 (lun., 28 sept. 2009) | 1 line [ENH] Toggle sections button on treetable ---------------------------------------------- r21810 | jonnybradley | 2009-09-28 15:59:03 +0200 (lun., 28 sept. 2009) | 1 line [FIX] Make label be "for" the correct element ---------------------------------------------- r21808 | jonnybradley | 2009-09-28 13:51:35 +0200 (lun., 28 sept. 2009) | 1 line [FIX] Rollback of 21774 (which broke the tiki debug console, caused JS errors and problems with AJAX) ---------------------------------------------- r21807 | chealer | 2009-09-28 07:03:40 +0200 (lun., 28 sept. 2009) | 2 lines [FIX] undefined mode notices ---------------------------------------------- r21806 | luciash | 2009-09-28 06:06:10 +0200 (lun., 28 sept. 2009) | 1 line [FIX] Colorbox: backward compatibility support for Shadowbox rel attribute parameters like shadowbox[foo];title=blah blah;width=XXX;height=YYY; ---------------------------------------------- r21805 | mangapower | 2009-09-28 00:39:07 +0200 (lun., 28 sept. 2009) | 1 line [MOD] Listing in wslib.php uses cache. Still needs some more enhancements. ---------------------------------------------- r21804 | marclaporte | 2009-09-27 22:54:06 +0200 (dim., 27 sept. 2009) | 1 line [DEL] Removing unsupported database code ---------------------------------------------- r21803 | marclaporte | 2009-09-27 22:53:17 +0200 (dim., 27 sept. 2009) | 1 line [FIX] Short link ---------------------------------------------- r21802 | chealer | 2009-09-27 21:28:11 +0200 (dim., 27 sept. 2009) | 3 lines [ENH] change radnom_images module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21801 | luciash | 2009-09-27 21:19:20 +0200 (dim., 27 sept. 2009) | 1 line [KIL] AllTests.php: this file shouldn't be in Tiki root... please put it in tiki_tests/ an name it lowercase to avoid problems ( see http://dev.tikiwiki.org/DevTips#File_names_conventions_and_generalities ) ---------------------------------------------- r21800 | luciash | 2009-09-27 20:53:22 +0200 (dim., 27 sept. 2009) | 1 line [DEL] green.favicon.png: unused and unnecessary file ---------------------------------------------- r21799 | chealer | 2009-09-27 20:49:15 +0200 (dim., 27 sept. 2009) | 3 lines [ENH] change top_image_galleries module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21797 | chealer | 2009-09-27 20:31:01 +0200 (dim., 27 sept. 2009) | 3 lines [ENH] change user_image_galleries module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21796 | sylvieg | 2009-09-27 20:25:20 +0200 (dim., 27 sept. 2009) | 1 line restore deleted file in 21641 ---------------------------------------------- r21795 | niclone | 2009-09-27 17:49:55 +0200 (dim., 27 sept. 2009) | 2 lines [FIX] setup.sh: added optional parameters to the setup script, so that we can launch it without interaction (script asking parameters). usefull if for exemple setup.sh is launched from an another script. ---------------------------------------------- r21794 | sylvieg | 2009-09-27 16:54:49 +0200 (dim., 27 sept. 2009) | 1 line [FIX]wiki: when using a php conf mbstring.func_overload = 7, need to use only subtr fonction and no [] -> TODO: still buggy substr_replace does not work correclty with this setting and as the plugin parsing is not multibyte compliant: DO NOT USE mbstring.func_overload = 7 BUT 0 ---------------------------------------------- r21793 | rischconsulting | 2009-09-27 15:08:05 +0200 (dim., 27 sept. 2009) | 1 line [FIX] Another typo ---------------------------------------------- r21792 | chibaguy | 2009-09-27 12:07:02 +0200 (dim., 27 sept. 2009) | 1 line [MOD] lesser magic (test contribution - Babelfish feature seems to be broken already) ---------------------------------------------- r21791 | mangapower | 2009-09-27 10:19:37 +0200 (dim., 27 sept. 2009) | 1 line [MOD] wslib.php works by side with perspectiveslib.php and categlib.php. Now it's to cache ws, remove perspectives, and solved some bugs in wslib.php and categlib.php (thanks Filipus for the mail!) ;) ---------------------------------------------- r21790 | chealer | 2009-09-27 10:07:39 +0200 (dim., 27 sept. 2009) | 5 lines [ENH] change top_images module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] mod-top_images_th merge mod-top_images_th in mod-top_images ---------------------------------------------- r21789 | chealer | 2009-09-27 10:01:56 +0200 (dim., 27 sept. 2009) | 3 lines [FIX] rows has its own DB field, so must not be stored in params oops ---------------------------------------------- r21788 | chealer | 2009-09-27 08:44:32 +0200 (dim., 27 sept. 2009) | 2 lines [FIX] (kind of) mention that we're only looking for Imagick 0, since Imagick 2 support does not seem to happen too quickly ---------------------------------------------- r21787 | chealer | 2009-09-27 08:42:11 +0200 (dim., 27 sept. 2009) | 2 lines [FIX] compile failure (typo "Perns" -> "Perms") ---------------------------------------------- r21786 | marclaporte | 2009-09-27 08:10:46 +0200 (dim., 27 sept. 2009) | 1 line [MOD] Moving banning feature preference to a more logical place. ---------------------------------------------- r21784 | chealer | 2009-09-27 06:55:02 +0200 (dim., 27 sept. 2009) | 3 lines [ENH] change last_file_galleries module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21783 | chealer | 2009-09-27 06:53:26 +0200 (dim., 27 sept. 2009) | 2 lines temporarily revert 21748 (var_dump breaks stuff) ---------------------------------------------- r21781 | marclaporte | 2009-09-27 06:24:01 +0200 (dim., 27 sept. 2009) | 1 line [MOD] Multilingual freetags now with lesser magic ---------------------------------------------- r21779 | marclaporte | 2009-09-27 05:47:24 +0200 (dim., 27 sept. 2009) | 1 line [MOD] Move all date and time settings to the same section ---------------------------------------------- r21778 | chealer | 2009-09-27 05:39:04 +0200 (dim., 27 sept. 2009) | 3 lines [ENH] change last_created_quizzes module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21777 | chealer | 2009-09-27 05:37:43 +0200 (dim., 27 sept. 2009) | 2 lines [FIX] set default $module_rows for previewing old-style modules ---------------------------------------------- r21776 | marclaporte | 2009-09-27 05:20:48 +0200 (dim., 27 sept. 2009) | 1 line [ENH] New Security and Performance admin panels ---------------------------------------------- r21775 | marclaporte | 2009-09-27 05:09:39 +0200 (dim., 27 sept. 2009) | 1 line [MOD] Moving log_tpl to templates admin panel ---------------------------------------------- r21774 | rischconsulting | 2009-09-27 00:36:58 +0200 (dim., 27 sept. 2009) | 1 line [FIX] bug in debug console ---------------------------------------------- r21773 | chealer | 2009-09-26 23:43:00 +0200 (sam., 26 sept. 2009) | 3 lines [ENH] change last_modified_blogs module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21772 | pkdille | 2009-09-26 23:41:07 +0200 (sam., 26 sept. 2009) | 1 line [MOD] lesser magic: some more features in lesser-magic ---------------------------------------------- r21771 | chealer | 2009-09-26 23:39:53 +0200 (sam., 26 sept. 2009) | 2 lines [FIX] missing svn:keywords Id ---------------------------------------------- r21770 | lindonb | 2009-09-26 23:19:10 +0200 (sam., 26 sept. 2009) | 1 line [FIX]Getting the syntax right this time for help at bottom of browse page for image gallery images ---------------------------------------------- r21769 | marclaporte | 2009-09-26 23:16:20 +0200 (sam., 26 sept. 2009) | 1 line [FIX] fix broken page id ---------------------------------------------- r21768 | lindonb | 2009-09-26 23:06:35 +0200 (sam., 26 sept. 2009) | 1 line [FIX] Conform help text at bottom of browse page for images in an image gallery to changes in PluginImg ---------------------------------------------- r21767 | sylvieg | 2009-09-26 22:07:10 +0200 (sam., 26 sept. 2009) | 1 line [FIX]IMG: do not need to reparse the result ---------------------------------------------- r21766 | marclaporte | 2009-09-26 18:02:50 +0200 (sam., 26 sept. 2009) | 1 line [DOC] Adding more information about how to update your database ---------------------------------------------- r21765 | lindonb | 2009-09-26 17:41:32 +0200 (sam., 26 sept. 2009) | 1 line [FIX] Moved a couple of parameters for a more logical order for the edit plugin popup ---------------------------------------------- r21764 | lindonb | 2009-09-26 16:05:55 +0200 (sam., 26 sept. 2009) | 1 line [FIX} Added option descriptions and changed default thumbnail size to 84 to match PluginThumb ---------------------------------------------- r21759 | marclaporte | 2009-09-26 04:59:09 +0200 (sam., 26 sept. 2009) | 1 line [FIX] Remove reference to Oracle, since support is dropped ---------------------------------------------- r21758 | luciash | 2009-09-26 03:37:21 +0200 (sam., 26 sept. 2009) | 1 line [FIX] at least some czech text for fresh installs instead of _HOMEPAGE_CONTENT_ ---------------------------------------------- r21757 | obnoxxx | 2009-09-26 00:26:37 +0200 (sam., 26 sept. 2009) | 3 lines [FIX] INSTALL: fix word order ---------------------------------------------- r21756 | chealer | 2009-09-25 22:49:58 +0200 (ven., 25 sept. 2009) | 3 lines [ENH] change last_created_blogs module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21754 | chealer | 2009-09-25 22:26:38 +0200 (ven., 25 sept. 2009) | 3 lines [ENH] change last_created_faqs module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21753 | chealer | 2009-09-25 21:27:10 +0200 (ven., 25 sept. 2009) | 6 lines [ENH] change who_is_there module to new module style (modules-doc). [FIX] alt text when user can't receive messages. the image could still be improved merge online_users and logged_users in who_is_there, resolving the naming mess. this should cause very discreet changes [FIX] broken HTML with cluster=1 due to unmatched </div>-s WYSIWYCA: only link to user profile when it is public ---------------------------------------------- r21752 | chealer | 2009-09-25 21:16:45 +0200 (ven., 25 sept. 2009) | 2 lines document count_cluster_sessions() ---------------------------------------------- r21751 | chealer | 2009-09-25 21:05:36 +0200 (ven., 25 sept. 2009) | 2 lines [FIX] "notifer" -> "notifier" ---------------------------------------------- r21750 | lphuberdeau | 2009-09-25 20:41:19 +0200 (ven., 25 sept. 2009) | 1 line [FIX] Bug #1924 - force no space after opening -- for strikethrough ---------------------------------------------- r21749 | sylvieg | 2009-09-25 20:01:41 +0200 (ven., 25 sept. 2009) | 1 line [FIX]wiki: trim pageName because mysql does not distinguish varchars that differ on trailing space + can rename a page that has trailing space to a non trailing space pagename (http://dev.mysql.com/doc/refman/5.1/en/char.html) ---------------------------------------------- r21748 | mangapower | 2009-09-25 16:17:53 +0200 (ven., 25 sept. 2009) | 1 line [MOD] All listing function in categlib.php will show only common categories unless it's indicated to show workspaces. ---------------------------------------------- r21747 | sylvieg | 2009-09-25 14:49:21 +0200 (ven., 25 sept. 2009) | 1 line [FIX]TRACKERLIST: fix f_lastmodif ---------------------------------------------- r21746 | axold | 2009-09-25 14:26:07 +0200 (ven., 25 sept. 2009) | 1 line [MOD] Added todos in wslib specially created for Ben ---------------------------------------------- r21745 | jonnybradley | 2009-09-25 01:47:50 +0200 (ven., 25 sept. 2009) | 3 lines [NEW] Autocomplete page names in edit areas. Work in progress, disabled by default. ---------------------------------------------- r21744 | sylvieg | 2009-09-24 23:35:34 +0200 (jeu., 24 sept. 2009) | 1 line [FIX]tracker: fix lph optimisation - still breaks computed fields + items lsit... ---------------------------------------------- r21742 | luciash | 2009-09-24 21:28:34 +0200 (jeu., 24 sept. 2009) | 1 line [FIX] comments button links: added comzone to _auto_query_args (no need for $smarty.server.SCRIPT_NAME here) - thanks for the hint to sept_7 ---------------------------------------------- r21740 | jonnybradley | 2009-09-24 20:04:05 +0200 (jeu., 24 sept. 2009) | 4 lines [ENH] Plugin edit form select options. Only implemented in img so far. TODO: option descriptions (dynamic help). ---------------------------------------------- r21739 | jonnybradley | 2009-09-24 19:59:54 +0200 (jeu., 24 sept. 2009) | 1 line [MOD] Make plugin and section edit icons remember visibility ---------------------------------------------- r21736 | jonnybradley | 2009-09-24 18:43:32 +0200 (jeu., 24 sept. 2009) | 1 line [FIX] 2 missing div closing tags ---------------------------------------------- r21735 | jonnybradley | 2009-09-24 18:42:51 +0200 (jeu., 24 sept. 2009) | 1 line [FIX] XHTML close tag ---------------------------------------------- r21734 | jonnybradley | 2009-09-24 18:42:14 +0200 (jeu., 24 sept. 2009) | 1 line [FIX] Incorrect number of params for in_array ---------------------------------------------- r21733 | sylvieg | 2009-09-24 18:22:15 +0200 (jeu., 24 sept. 2009) | 1 line [MOD]TRACKERPREFILL: form instead link to give harder time to change the values of a value ---------------------------------------------- r21731 | sylvieg | 2009-09-24 16:32:14 +0200 (jeu., 24 sept. 2009) | 1 line [FIX]TRACKER: use a better method to identify the plugin - because people can use n TRACKERs on the same page on the same trackerId and with an empty fields + fix changing checkbox as the params fields is optional ---------------------------------------------- r21730 | jonnybradley | 2009-09-24 15:03:56 +0200 (jeu., 24 sept. 2009) | 1 line [KIL] Tidying up ---------------------------------------------- r21729 | axold | 2009-09-24 13:44:03 +0200 (jeu., 24 sept. 2009) | 1 line [MOD] I forgot to add the file ;) ---------------------------------------------- r21728 | axold | 2009-09-24 13:43:07 +0200 (jeu., 24 sept. 2009) | 1 line [MOD] Created test.pho for testing ws API, more minor changes in wslib ---------------------------------------------- r21727 | axold | 2009-09-24 13:30:38 +0200 (jeu., 24 sept. 2009) | 1 line [MOD] Minor changes in wslib, and added a new function in perspectivelib useful for ws ---------------------------------------------- r21724 | luciash | 2009-09-24 07:33:26 +0200 (jeu., 24 sept. 2009) | 1 line [FIX] comments: the comzone hide/show now works when JavaScript disabled (TODO: make it working with no JS for attachments button link too)... Note: still the button link generated through Smarty function.button.php is broken in trunk (shows ##comments instead of #comments) ---------------------------------------------- r21723 | axold | 2009-09-24 03:06:18 +0200 (jeu., 24 sept. 2009) | 1 line [MOD] Wslib now added a little bit support of perspectives. Working on it ---------------------------------------------- r21722 | axold | 2009-09-24 02:23:46 +0200 (jeu., 24 sept. 2009) | 1 line [MOD] Some re-writing of functions in wslib and more stuff ---------------------------------------------- r21721 | chealer | 2009-09-24 00:18:54 +0200 (jeu., 24 sept. 2009) | 3 lines [MOD] change default value for multiple from "n" to "y". As discussed with Marc, multiple=n can give counter-intuitive results ---------------------------------------------- r21720 | chealer | 2009-09-24 00:14:41 +0200 (jeu., 24 sept. 2009) | 2 lines support having PHP-only upgrade operations (no .sql file) using an upgrade_foo function ---------------------------------------------- r21719 | axold | 2009-09-23 23:46:56 +0200 (mer., 23 sept. 2009) | 1 line [MOD] Solved minor bugs in ws ---------------------------------------------- r21711 | jonnybradley | 2009-09-23 20:15:45 +0200 (mer., 23 sept. 2009) | 2 lines [ENH] Toolbars admin - keep lists of tools alpha sorted ---------------------------------------------- r21710 | luciash | 2009-09-23 19:41:54 +0200 (mer., 23 sept. 2009) | 1 line [FIX] smarty function.button.php: new param _escape: if set to 'y', will escape the apostrophes in onclick attribute - useful when rendering the button links using JS/jQuery in ('...') ---------------------------------------------- r21707 | luciash | 2009-09-23 19:26:48 +0200 (mer., 23 sept. 2009) | 1 line rollback of r21706 (sorry, it doesn't work without being renedered through JS then... must be done differently) ---------------------------------------------- r21706 | luciash | 2009-09-23 19:19:46 +0200 (mer., 23 sept. 2009) | 1 line [FIX] smarty function.button.php: escape apostrophes to allow render the button links using JS/jQuery in ('...') ---------------------------------------------- r21704 | jonnybradley | 2009-09-23 19:06:04 +0200 (mer., 23 sept. 2009) | 5 lines [ENH] Toolbars admin improvements Reset to global or default buttons now only visible if relevant View mode menu to switch between wiki and wysiwyg modes Removed tool list filters (that didn't work properly anyway) ---------------------------------------------- r21702 | jonnybradley | 2009-09-23 18:20:29 +0200 (mer., 23 sept. 2009) | 1 line [FIX] Missing global (needed for smiley parsing to html) ---------------------------------------------- r21701 | jonnybradley | 2009-09-23 18:19:11 +0200 (mer., 23 sept. 2009) | 4 lines [FIX] More toolbars improvements... Fixed pickers (special chars and smilies). Hide zoom and switch editor on most sections. ---------------------------------------------- r21696 | sept_7 | 2009-09-23 17:30:52 +0200 (mer., 23 sept. 2009) | 2 lines [FIX] fix insertTag and addTag... seems that there is too much array nesting in this... needs better fix but need input from LPH... ---------------------------------------------- r21692 | lphuberdeau | 2009-09-23 16:43:22 +0200 (mer., 23 sept. 2009) | 1 line [FIX] Important performance bottleneck on trackers with (many) fields. According to sylvie, this might affect calculated fields. ---------------------------------------------- r21691 | lphuberdeau | 2009-09-23 16:34:34 +0200 (mer., 23 sept. 2009) | 1 line [FIX] Partial revert, apparently, people put raw HTML in there :/ ---------------------------------------------- r21690 | lphuberdeau | 2009-09-23 15:52:35 +0200 (mer., 23 sept. 2009) | 1 line [MOD] Even more filters ---------------------------------------------- r21689 | lphuberdeau | 2009-09-23 15:47:46 +0200 (mer., 23 sept. 2009) | 1 line [MOD] Some additional filters ---------------------------------------------- r21688 | luciash | 2009-09-23 15:43:10 +0200 (mer., 23 sept. 2009) | 1 line [FIX] coelesce theme: span.button left and right padding (to override and hide the default .highlight color defs) ---------------------------------------------- r21679 | luciash | 2009-09-23 15:34:53 +0200 (mer., 23 sept. 2009) | 1 line [FIX] design.css: move button element out of definitions for button links (it is not wrapped element but rather a wrapper element itself like span.button), remove margin-right definition from "button" links causing 1px gap on the right side (was visible on highlighted "button" links) ---------------------------------------------- r21678 | jonnybradley | 2009-09-23 15:26:15 +0200 (mer., 23 sept. 2009) | 1 line [FIX] Make Ok button appear on Safari & Chrome ---------------------------------------------- r21677 | jonnybradley | 2009-09-23 15:23:17 +0200 (mer., 23 sept. 2009) | 1 line [KIL] Removed some FCK Editor plugins files that _appear_ to be unused ---------------------------------------------- r21676 | jonnybradley | 2009-09-23 15:19:07 +0200 (mer., 23 sept. 2009) | 1 line [FIX] Corrected styleimage and imalign conflict ---------------------------------------------- r21675 | jonnybradley | 2009-09-23 15:18:00 +0200 (mer., 23 sept. 2009) | 1 line [FIX] WYSIWYG improvements (removed safari height hack not needed in new FCK Editor version & better tracking of confirmExit) ---------------------------------------------- r21674 | jonnybradley | 2009-09-23 15:16:20 +0200 (mer., 23 sept. 2009) | 1 line [FIX] update_page() was ignoring wysiwyg/is_html data set in page when called from wiki plugin edit (resulting in page being edited in wrong editor). ---------------------------------------------- r21672 | luciash | 2009-09-23 15:02:36 +0200 (mer., 23 sept. 2009) | 1 line [FIX] design.css: button links - don't be span selector specific (to allow current themes override), deimportantification - actually, there's no need to set margin and padding to 0 here (now all the themes highlighted buttons look nicely aligned again), use nicer yellow highlight bg color instead of the "aqua" + always set foreground color when bg color is specified (just to be sure) ---------------------------------------------- r21667 | pkdille | 2009-09-23 14:00:54 +0200 (mer., 23 sept. 2009) | 1 line [FIX] freetags-most-popular: The wrapping of the tags was broken (all on one line) due to the effects of the html stripping (smarty strip plugin) ---------------------------------------------- r21666 | marclaporte | 2009-09-23 08:30:28 +0200 (mer., 23 sept. 2009) | 1 line [FIX] IMG plugin -> Add icon, and remove experimental note ---------------------------------------------- r21665 | marclaporte | 2009-09-23 08:15:21 +0200 (mer., 23 sept. 2009) | 1 line [MOD] Toolbar: 1 color-related tool is enough. The popup should offer foreground vs background. ---------------------------------------------- r21664 | marclaporte | 2009-09-23 08:06:43 +0200 (mer., 23 sept. 2009) | 1 line [MOD] Removing toolbar for colors in comments ---------------------------------------------- r21663 | marclaporte | 2009-09-23 04:30:13 +0200 (mer., 23 sept. 2009) | 1 line [FIX] Cleaner links in the installer. ---------------------------------------------- r21662 | marclaporte | 2009-09-23 04:21:56 +0200 (mer., 23 sept. 2009) | 1 line [MOD] UserPages are now off in bare-bones install, but have been added to Intranet and Community profile ---------------------------------------------- r21661 | sylvieg | 2009-09-23 00:28:23 +0200 (mer., 23 sept. 2009) | 1 line [MOD]stat: lasthour param ---------------------------------------------- r21660 | chealer | 2009-09-22 23:20:11 +0200 (mar., 22 sept. 2009) | 2 lines remove get_object_categories_perms() (unused, old permission model) ---------------------------------------------- r21659 | sylvieg | 2009-09-22 23:01:34 +0200 (mar., 22 sept. 2009) | 1 line [FIX]TRACKER: when pretty tracker, the checkboxes that are not useed in the pretty must be taken away otherwise their value is reset to n - careful may have sideeffect as some fields are depending on others ---------------------------------------------- r21657 | jonnybradley | 2009-09-22 20:21:26 +0200 (mar., 22 sept. 2009) | 1 line [FIX] No _urlencode on query function ---------------------------------------------- r21656 | jonnybradley | 2009-09-22 20:05:36 +0200 (mar., 22 sept. 2009) | 1 line [FIX] More toolbars admin improvements (reset working first time, other sections default to global, custom dialog css if no jquery ui pref) ---------------------------------------------- r21655 | jonnybradley | 2009-09-22 19:36:38 +0200 (mar., 22 sept. 2009) | 1 line [FIX] Unavailable tools shown semi-opaque ---------------------------------------------- r21654 | jonnybradley | 2009-09-22 19:26:29 +0200 (mar., 22 sept. 2009) | 2 lines [MOD] ClueTip colours for strasa/mono ---------------------------------------------- r21653 | jonnybradley | 2009-09-22 19:15:17 +0200 (mar., 22 sept. 2009) | 1 line [FIX] Restore code to apply theme option css to FCK Editor (wiped by me in r20677) ---------------------------------------------- r21652 | jonnybradley | 2009-09-22 18:55:12 +0200 (mar., 22 sept. 2009) | 2 lines [FIX] AJAX Auto save fixed (mostly) for WYSIWYG editor. Needs testing/fixing in IE(s) ---------------------------------------------- r21651 | jonnybradley | 2009-09-22 18:46:24 +0200 (mar., 22 sept. 2009) | 1 line [FIX] Full height background for FCKEditor in Firefox ---------------------------------------------- r21650 | jonnybradley | 2009-09-22 18:45:10 +0200 (mar., 22 sept. 2009) | 1 line [FIX] Install schema for workspaces ---------------------------------------------- r21648 | jonnybradley | 2009-09-22 14:31:43 +0200 (mar., 22 sept. 2009) | 1 line [FIX] Removing redundant CSS definitions (thanks Gary & Marc) ---------------------------------------------- r21647 | mangapower | 2009-09-21 19:42:28 +0200 (lun., 21 sept. 2009) | 1 line [MOD] Restored WS queries, once more... ---------------------------------------------- r21646 | mangapower | 2009-09-21 19:31:49 +0200 (lun., 21 sept. 2009) | 1 line [FIX] Solved little bug in wslib.php ---------------------------------------------- r21645 | lphuberdeau | 2009-09-21 19:19:00 +0200 (lun., 21 sept. 2009) | 1 line [ENH] Always display two first languages side by side ---------------------------------------------- r21644 | jonnybradley | 2009-09-21 19:11:04 +0200 (lun., 21 sept. 2009) | 4 lines [FIX] Keep proper track of which editor should be used in history (using is_html) when rolling back. Also moved code for appending the version number to the comment out of staging only section (and truncate if too long) as it seems helpful. ---------------------------------------------- r21643 | axold | 2009-09-21 19:04:07 +0200 (lun., 21 sept. 2009) | 1 line [MOD] Cleanning some duplicated code in tiki-manage-workspaces.php ---------------------------------------------- r21642 | lphuberdeau | 2009-09-21 18:57:52 +0200 (lun., 21 sept. 2009) | 1 line [MOD] Convert all multilingual options to lesser magic ---------------------------------------------- r21641 | mangapower | 2009-09-21 18:41:43 +0200 (lun., 21 sept. 2009) | 1 line Workspaces install queries restored and reusing rootCategId ---------------------------------------------- r21639 | Jyhem | 2009-09-21 18:20:46 +0200 (lun., 21 sept. 2009) | 1 line [FIX] Remove Tiki reference from user text and associated mass language corrections ---------------------------------------------- r21638 | axold | 2009-09-21 18:18:56 +0200 (lun., 21 sept. 2009) | 1 line [MOD] Improved tiki-manage-workspaces.php interface, and added some missing thins in sql ---------------------------------------------- r21637 | lphuberdeau | 2009-09-21 18:18:41 +0200 (lun., 21 sept. 2009) | 1 line [MOD] Adding option in the admin section for the inclusion threshold, and the dependencies that follow ---------------------------------------------- r21636 | lphuberdeau | 2009-09-21 17:37:56 +0200 (lun., 21 sept. 2009) | 1 line [NEW] Language inclusion threshold to prevent asking all users to specify languages when the site only supports a small number of languages ---------------------------------------------- r21634 | lphuberdeau | 2009-09-21 17:14:58 +0200 (lun., 21 sept. 2009) | 1 line [FIX] Default page listing with multilingual enabled displayed wrong filters ---------------------------------------------- r21633 | lphuberdeau | 2009-09-21 17:04:14 +0200 (lun., 21 sept. 2009) | 1 line [FIX] Comment not being posted on the right page anymore in all_languages ---------------------------------------------- r21631 | sylvieg | 2009-09-21 16:27:57 +0200 (lun., 21 sept. 2009) | 1 line [MOD]login: add detail about last login attempt in the unsuccessful attempt ---------------------------------------------- r21630 | Jyhem | 2009-09-21 16:21:57 +0200 (lun., 21 sept. 2009) | 1 line [FIX] Remove Tiki reference from user text ---------------------------------------------- r21627 | sylvieg | 2009-09-21 14:53:17 +0200 (lun., 21 sept. 2009) | 1 line [FIX]logo: missing update ---------------------------------------------- r21626 | Jyhem | 2009-09-21 14:37:55 +0200 (lun., 21 sept. 2009) | 1 line [FIX] Correct misleading text, plus mass correction of translations ---------------------------------------------- r21625 | ricks99 | 2009-09-21 13:48:54 +0200 (lun., 21 sept. 2009) | 1 line [ENH]added <LABEL> elements for a11y, use of <b> is deprecated for <strong> ---------------------------------------------- r21623 | changi67 | 2009-09-21 11:08:57 +0200 (lun., 21 sept. 2009) | 1 line [FIX] Rename tiki3.(gif|png) in tikisitelogo.(gif|png) and modify all linked file to remove the version number ---------------------------------------------- r21622 | sylvieg | 2009-09-21 01:04:40 +0200 (lun., 21 sept. 2009) | 1 line [FIX]menu: explain to the admin the commit 21578 ---------------------------------------------- r21620 | jonnybradley | 2009-09-20 20:25:24 +0200 (dim., 20 sept. 2009) | 1 line [FIX] Missing _tiki filename ending (otherwise it gets run on clean install) ---------------------------------------------- r21619 | jonnybradley | 2009-09-20 20:05:12 +0200 (dim., 20 sept. 2009) | 1 line [ENH] Added an icon (eye and pencil) to toggle visibility of plugin and section edit icons in pages ---------------------------------------------- r21617 | jonnybradley | 2009-09-20 18:50:17 +0200 (dim., 20 sept. 2009) | 1 line [FIX] Don't show wiki search/replace in wysiwyg mode ---------------------------------------------- r21616 | lindonb | 2009-09-20 18:16:41 +0200 (dim., 20 sept. 2009) | 1 line [FIX] Undo fatal error introduced with commit 21613 (doh!). ---------------------------------------------- r21615 | jonnybradley | 2009-09-20 17:53:46 +0200 (dim., 20 sept. 2009) | 2 lines [FIX] Changed (new) {img} 'thumb' mode to use {popup} (and thus jQuery ClueTip for mouseover). Implemented 'background' param and fixes for params with values. ---------------------------------------------- r21614 | marclaporte | 2009-09-20 17:35:24 +0200 (dim., 20 sept. 2009) | 1 line [FIX] Update link in release script. ---------------------------------------------- r21613 | lindonb | 2009-09-20 17:18:07 +0200 (dim., 20 sept. 2009) | 1 line [FIX] Small changes to help and info text. ---------------------------------------------- r21612 | lindonb | 2009-09-20 16:50:51 +0200 (dim., 20 sept. 2009) | 1 line [FIX] Allow both colspan and rowspan to be defined for a cell, not just one or the other. Also small changes to help and info text. ---------------------------------------------- r21611 | marclaporte | 2009-09-20 16:13:33 +0200 (dim., 20 sept. 2009) | 1 line [FIX] Update link in release script with respect to Social Contract, according to http://tikiwiki.org/Where ---------------------------------------------- r21610 | pkdille | 2009-09-20 07:47:52 +0200 (dim., 20 sept. 2009) | 1 line [MOD] admin general template: indent file ---------------------------------------------- r21609 | ricks99 | 2009-09-20 04:36:19 +0200 (dim., 20 sept. 2009) | 1 line [ENH}more admin ui revamp for l&f page. ---------------------------------------------- r21608 | ricks99 | 2009-09-19 21:25:16 +0200 (sam., 19 sept. 2009) | 1 line [ENH}admin ui revamp for l&f page. in progress ---------------------------------------------- r21607 | lindonb | 2009-09-19 18:58:26 +0200 (sam., 19 sept. 2009) | 1 line [ENH] Move IMGNEW plugin into IMG and delete IMGNEW. Mouseover still needs to be fixed (still uses overlib). Shadowbox now seems jerky in trunk and doesn't always size properly - not sure why. ---------------------------------------------- r21606 | marclaporte | 2009-09-19 18:47:35 +0200 (sam., 19 sept. 2009) | 1 line [UI] Admin tracker fields: adding some tooltips in table view mode. ---------------------------------------------- r21604 | marclaporte | 2009-09-19 18:15:32 +0200 (sam., 19 sept. 2009) | 1 line [UI] Re-order and harmonize admin tracker field editing interface ---------------------------------------------- r21603 | chibaguy | 2009-09-19 17:59:56 +0200 (sam., 19 sept. 2009) | 1 line [NEW] Part of reorganization of site header components as included files in wrappers; was left out of earlier commit. ---------------------------------------------- r21599 | marclaporte | 2009-09-19 15:49:03 +0200 (sam., 19 sept. 2009) | 1 line [UI] Fix some menu links ---------------------------------------------- r21598 | marclaporte | 2009-09-19 15:33:10 +0200 (sam., 19 sept. 2009) | 1 line [UI] The most common action for a menu is not to change the menu settings, but to edit the menu items. So change the most obvious link to be more intuitive (seen the error in training sessions) ---------------------------------------------- r21597 | chibaguy | 2009-09-19 15:06:39 +0200 (sam., 19 sept. 2009) | 1 line [FIX] Search submit button was floated out of place. ---------------------------------------------- r21596 | marclaporte | 2009-09-19 15:05:39 +0200 (sam., 19 sept. 2009) | 1 line [FIX] Fix typo which happened in migration to lesser magic ---------------------------------------------- r21595 | eromneg | 2009-09-19 13:46:56 +0200 (sam., 19 sept. 2009) | 1 line [FIX] roll back addition of module specific class to box title to allow unique formatting with css: not needed ---------------------------------------------- r21594 | chibaguy | 2009-09-19 13:17:51 +0200 (sam., 19 sept. 2009) | 1 line [ENH] CSS changes to match reorganization of site header components. ---------------------------------------------- r21593 | chibaguy | 2009-09-19 12:25:39 +0200 (sam., 19 sept. 2009) | 1 line [ENH] Coelesce can use default tiki-site_header_options.tpl if it has a custom tiki-site_header_login.tpl file, so the customization is more focussed. ---------------------------------------------- r21591 | jonnybradley | 2009-09-19 12:22:03 +0200 (sam., 19 sept. 2009) | 1 line [FIX] Fixed non-ajax "Call to undefined function ensurereferrer()" bug ---------------------------------------------- r21590 | eromneg | 2009-09-19 10:46:34 +0200 (sam., 19 sept. 2009) | 1 line [MOD] add module specific class to box title to allow unique formatting with css ---------------------------------------------- r21589 | marclaporte | 2009-09-19 08:53:53 +0200 (sam., 19 sept. 2009) | 1 line [MOD] Now that smileys are no longer so obstrusive in the UI (Thanks to Jonny Toolbars), it's ok to have on by default. ---------------------------------------------- r21588 | pkdille | 2009-09-19 07:53:25 +0200 (sam., 19 sept. 2009) | 1 line [MOD] lesser magic: some more features ---------------------------------------------- r21587 | marclaporte | 2009-09-19 07:43:41 +0200 (sam., 19 sept. 2009) | 1 line [FIX] Adding feature check and indenting one notch ---------------------------------------------- r21586 | pkdille | 2009-09-19 06:41:23 +0200 (sam., 19 sept. 2009) | 1 line [FIX] french language.php: fix (again) this string which was broken in r21571 and previously in r21540. Please take care before commiting. This simple missing comma breaks tiki ---------------------------------------------- r21584 | sylvieg | 2009-09-18 22:27:09 +0200 (ven., 18 sept. 2009) | 1 line [FIX]tracker: we can admin the fields of a tracker if you have a local tiki_p_admiN_trackers on this tracker ---------------------------------------------- r21582 | lphuberdeau | 2009-09-18 22:02:44 +0200 (ven., 18 sept. 2009) | 1 line [KIL] Galaxia ---------------------------------------------- r21581 | lphuberdeau | 2009-09-18 21:43:12 +0200 (ven., 18 sept. 2009) | 1 line [NEW] Adding guards on transitions ---------------------------------------------- r21580 | jonnybradley | 2009-09-18 20:49:40 +0200 (ven., 18 sept. 2009) | 1 line [MOD] Reverted shape_square_edit to famfamfam original, and added current image as new icon (wiki_plugin_edit.png) and changed link in tikilib for wiki plugin edit icons ---------------------------------------------- r21579 | jonnybradley | 2009-09-18 20:37:05 +0200 (ven., 18 sept. 2009) | 6 lines [FIX] Various toolbar fixes and improvements Icons for the FCKOnly tools (some could be removed when we know which FCK tools we end up with) Nicer separator image in admin (and support for variable with tools) Fixed pickers |& a few others Better default prefs (marginally) and some comments ---------------------------------------------- r21578 | sylvieg | 2009-09-18 20:10:32 +0200 (ven., 18 sept. 2009) | 1 line [FIX]menu: take away the option (()) when user do not have perm on the page (avoid to sync the menu options perm) ---------------------------------------------- r21576 | niclone | 2009-09-18 17:12:46 +0200 (ven., 18 sept. 2009) | 1 line [FIX] tiki-edit_css.php: ommited to remove debug code in my previous commit... ---------------------------------------------- r21575 | niclone | 2009-09-18 17:10:11 +0200 (ven., 18 sept. 2009) | 1 line [FIX] tiki-edit_css.php: set the same file permissions when copying a css file (intertiki case) ---------------------------------------------- r21568 | jonnybradley | 2009-09-18 14:44:12 +0200 (ven., 18 sept. 2009) | 2 lines [ENH] Toolbars now allow buttons on the right hand end ---------------------------------------------- r21567 | sylvieg | 2009-09-17 23:47:49 +0200 (jeu., 17 sept. 2009) | 1 line [MOD]user: button to be able to invalidate a user email even if the email is not due ---------------------------------------------- r21566 | alain_desilets | 2009-09-17 23:11:40 +0200 (jeu., 17 sept. 2009) | 1 line - Removed <b></b> from the "Find Term" string to be translated. ---------------------------------------------- r21565 | sylvieg | 2009-09-17 21:09:01 +0200 (jeu., 17 sept. 2009) | 1 line [FIX]tracker: button move all back ---------------------------------------------- r21563 | jonnybradley | 2009-09-17 19:50:51 +0200 (jeu., 17 sept. 2009) | 1 line [ENH] Custom tools on toolbars - now more functional(?) ---------------------------------------------- r21562 | jonnybradley | 2009-09-17 19:49:31 +0200 (jeu., 17 sept. 2009) | 1 line [FIX] Color not set on inputs ---------------------------------------------- r21561 | luciash | 2009-09-17 19:47:58 +0200 (jeu., 17 sept. 2009) | 1 line [MOD] layout.css: to have some basic elements nicely vertically aligned on one line by default (em, img.icon, label, legend and inputs) ---------------------------------------------- r21560 | luciash | 2009-09-17 19:29:29 +0200 (jeu., 17 sept. 2009) | 1 line [MOD] layout.css: un!importantification ---------------------------------------------- r21558 | luciash | 2009-09-17 18:18:20 +0200 (jeu., 17 sept. 2009) | 1 line [ENH] append close icon using jQuery to the remarks boxes instead of the "whole thing clicking" to fade it out ---------------------------------------------- r21557 | sylvieg | 2009-09-17 17:36:26 +0200 (jeu., 17 sept. 2009) | 1 line [FIX]tracker: when attachment on files, empty the value not to fill up the database ---------------------------------------------- r21556 | chibaguy | 2009-09-17 17:22:58 +0200 (jeu., 17 sept. 2009) | 1 line [FIX] CSS menu hover background was missing (thanks to luci for reminder). ---------------------------------------------- r21555 | chibaguy | 2009-09-17 16:01:51 +0200 (jeu., 17 sept. 2009) | 1 line [ENH] Display div#sitetitles only if site title or subtitle is input (so no div background, padding, margin, etc. are displayed if there is no title text.) ---------------------------------------------- r21553 | jonnybradley | 2009-09-17 15:49:15 +0200 (jeu., 17 sept. 2009) | 3 lines [FIX] Plugin tools with non-generic icons shouldn't have the label displayed. [NEW] Added button to reset to system default global toolbar. ---------------------------------------------- r21547 | sylvieg | 2009-09-16 23:58:04 +0200 (mer., 16 sept. 2009) | 1 line [FIX]tracker: complement to 21546 to have pretty tracker working ---------------------------------------------- r21546 | sylvieg | 2009-09-16 22:55:09 +0200 (mer., 16 sept. 2009) | 1 line [FIX]tracker: default value was overwritting an existing value ---------------------------------------------- r21545 | rlopezs | 2009-09-16 22:23:31 +0200 (mer., 16 sept. 2009) | 1 line Added some translations to Spanish ---------------------------------------------- r21544 | sylvieg | 2009-09-16 22:11:20 +0200 (mer., 16 sept. 2009) | 1 line [MOD]tracker: new param for text field: autocomplete- to do the auto complete on the field values ---------------------------------------------- r21542 | pkdille | 2009-09-16 21:15:27 +0200 (mer., 16 sept. 2009) | 1 line [FIX] french language.php: fix r21540 ---------------------------------------------- r21541 | jonnybradley | 2009-09-16 21:12:19 +0200 (mer., 16 sept. 2009) | 1 line [FIX] Corrected typo, indentation and moved a couple of things around. ---------------------------------------------- r21539 | jonnybradley | 2009-09-16 20:33:04 +0200 (mer., 16 sept. 2009) | 1 line [MOD] Added button to, and info about, the object permissions page to encourage use, discussion (and finishing) ---------------------------------------------- r21536 | sylvieg | 2009-09-16 19:30:59 +0200 (mer., 16 sept. 2009) | 1 line [FIX]TRACKERLIST: if param displayList is set in TRACKERFILTER - do not use the 'page' field feature ---------------------------------------------- r21534 | sylvieg | 2009-09-16 16:28:35 +0200 (mer., 16 sept. 2009) | 1 line [MOD]GROUPSTAT: to show the distribution of users on a set of groups ---------------------------------------------- r21531 | chibaguy | 2009-09-16 12:12:24 +0200 (mer., 16 sept. 2009) | 1 line [MOD][KIL] Coelesce has its own versions of wrapper files (tiki-site_header.tpl and tiki-top_bar.tpl); tiki-site_header_options.tpl is modified to contain theme-specific div#login_search; and former theme-specific tiki-site_header.tpl is no longer needed. ---------------------------------------------- r21530 | chibaguy | 2009-09-16 05:22:51 +0200 (mer., 16 sept. 2009) | 1 line [NEW] Copies of site header files for Coelesce. ---------------------------------------------- r21529 | chibaguy | 2009-09-16 05:13:02 +0200 (mer., 16 sept. 2009) | 1 line [MOD] Site header wrappers modified for Strasa. ---------------------------------------------- r21528 | chibaguy | 2009-09-16 05:08:06 +0200 (mer., 16 sept. 2009) | 1 line [NEW] Copies of site header wrappers for Strasa. ---------------------------------------------- r21527 | chibaguy | 2009-09-16 04:16:17 +0200 (mer., 16 sept. 2009) | 1 line [ENH][NEW] Reorganize site header components as included files in wrappers, to enable easy-maintenance theme-specific arrangements. ---------------------------------------------- r21526 | chibaguy | 2009-09-16 03:34:50 +0200 (mer., 16 sept. 2009) | 1 line [FIX] Switch PHP Layers and CSS menu priority. ---------------------------------------------- r21524 | sylvieg | 2009-09-16 00:53:51 +0200 (mer., 16 sept. 2009) | 1 line [FIX]mauil: better not to sign at all that to sign 'your Tikiwiki'.. ---------------------------------------------- r21523 | sylvieg | 2009-09-15 23:58:30 +0200 (mar., 15 sept. 2009) | 1 line [FIX]tracker: need also to test NULL for empty value ---------------------------------------------- r21522 | sylvieg | 2009-09-15 23:35:45 +0200 (mar., 15 sept. 2009) | 1 line [FIX]tracker: cleaner code - seems necessary for old mysql ---------------------------------------------- r21521 | pkdille | 2009-09-15 23:06:01 +0200 (mar., 15 sept. 2009) | 1 line [FIX] wrong help section. Thks Marc ---------------------------------------------- r21519 | jonnybradley | 2009-09-15 19:55:36 +0200 (mar., 15 sept. 2009) | 1 line [MOD] Added test for (global) tiki_p_view_category on browse categories (after discussions on IRC - thanks Sylvieg and Chealer) ---------------------------------------------- r21518 | sylvieg | 2009-09-15 19:52:39 +0200 (mar., 15 sept. 2009) | 1 line [FIX]categ: also change the perm in menu option ---------------------------------------------- r21517 | jonnybradley | 2009-09-15 19:44:41 +0200 (mar., 15 sept. 2009) | 1 line [FIX] Restore Category browse item on admin menu (for thise with tiki_p_view_category) ---------------------------------------------- r21516 | sylvieg | 2009-09-15 19:28:55 +0200 (mar., 15 sept. 2009) | 1 line [MOD]cat: more comments in the upgrade script + rename the tiki_p_view_categories (thx chealer) ---------------------------------------------- r21512 | jonnybradley | 2009-09-15 16:52:22 +0200 (mar., 15 sept. 2009) | 2 lines [FIX] Add admin as a toolbar section (for user modules) ---------------------------------------------- r21509 | jonnybradley | 2009-09-15 12:30:56 +0200 (mar., 15 sept. 2009) | 1 line [FIX] Finished removing version number from logo - this file was missed out (it's used for IE6) ---------------------------------------------- r21495 | pkdille | 2009-09-15 11:43:45 +0200 (mar., 15 sept. 2009) | 1 line [KIL] remove 2 unused features ---------------------------------------------- r21492 | pkdille | 2009-09-15 11:35:45 +0200 (mar., 15 sept. 2009) | 1 line [MOD] lesser magic: one more feature ---------------------------------------------- r21488 | ricks99 | 2009-09-14 16:57:57 +0200 (lun., 14 sept. 2009) | 1 line [new]correct filename (see #21445) ---------------------------------------------- r21482 | sylvieg | 2009-09-14 16:27:09 +0200 (lun., 14 sept. 2009) | 1 line [FIX]calendar: show add event even if no calendars are displayed ---------------------------------------------- r21479 | sylvieg | 2009-09-14 15:21:19 +0200 (lun., 14 sept. 2009) | 1 line [FIX]freetag: quote tag with space ---------------------------------------------- r21478 | sylvieg | 2009-09-14 15:20:30 +0200 (lun., 14 sept. 2009) | 1 line [FIX]tag: duplicated tag display + Label the list ---------------------------------------------- r21476 | Jyhem | 2009-09-14 15:19:23 +0200 (lun., 14 sept. 2009) | 1 line [FIX] Now the pop-ups in the calendar and active calendar modules do not extend outside of the page any more and everything can be read ---------------------------------------------- r21473 | sylvieg | 2009-09-14 14:32:41 +0200 (lun., 14 sept. 2009) | 1 line [FIX]browse tag: some sefurls ---------------------------------------------- r21470 | Jyhem | 2009-09-14 11:53:37 +0200 (lun., 14 sept. 2009) | 1 line [FIX] It seems that the day viewmode is not operational any more. It makes sense to link to a functional viewmode, like week ---------------------------------------------- r21451 | chibaguy | 2009-09-13 16:59:47 +0200 (dim., 13 sept. 2009) | 1 line [FIX] Wrong background image url. ---------------------------------------------- r21446 | ricks99 | 2009-09-13 16:04:25 +0200 (dim., 13 sept. 2009) | 1 line [new]db schema update for #21445 ---------------------------------------------- r21445 | ricks99 | 2009-09-13 16:03:25 +0200 (dim., 13 sept. 2009) | 1 line [ENH]show admin who (user) added a specific plugin. may help in determining if the plugin is safe (i.e, added by a trusted user) to approve. to do: how to determine location for non-wiki pages? listing as 'UNKNOWN' is not very helpful ---------------------------------------------- r21434 | pkdille | 2009-09-13 08:41:48 +0200 (dim., 13 sept. 2009) | 1 line [MOD] prefslib: taking care of the help links that are not on the site (usually doc.tw.o) eg. mobile or phplayers. ---------------------------------------------- r21433 | sylvieg | 2009-09-12 23:17:23 +0200 (sam., 12 sept. 2009) | 1 line [MOD]register: if a user did not validate his email and try to log-in - give him the possibility to resend the valiadtion email ---------------------------------------------- r21430 | jonnybradley | 2009-09-12 21:55:24 +0200 (sam., 12 sept. 2009) | 4 lines [MOD] Rewrite of {popup} Smarty function to use jQuery ClueTips properly. Now initialises on first mouseover (or onclick) which should make page rendering lighter. Most other references to overlib replaced in tpls. Tested in filegals, calendars ---------------------------------------------- r21429 | chibaguy | 2009-09-12 19:11:13 +0200 (sam., 12 sept. 2009) | 1 line [ENH] Improve CSS menus with better Superfish CSS consistency. ---------------------------------------------- r21428 | jonnybradley | 2009-09-12 19:07:37 +0200 (sam., 12 sept. 2009) | 1 line [MOD] Better text on group selector label ---------------------------------------------- r21425 | marclaporte | 2009-09-12 19:02:50 +0200 (sam., 12 sept. 2009) | 1 line [FIX] Adjustements for dynamic preferences ---------------------------------------------- r21424 | marclaporte | 2009-09-12 18:55:07 +0200 (sam., 12 sept. 2009) | 1 line [FIX] typos and adjustements for dynamic preferences ---------------------------------------------- r21421 | kerrnel22 | 2009-09-12 17:23:35 +0200 (sam., 12 sept. 2009) | 1 line [MOD] Template now uses smarty function to display user's real name instead of getting it fed from calling script...more efficient. ---------------------------------------------- r21420 | pkdille | 2009-09-12 10:01:29 +0200 (sam., 12 sept. 2009) | 1 line [MOD] lesser magic: some features in feature.php (change the name of two features to be "lesser magic" compliant ---------------------------------------------- r21419 | pkdille | 2009-09-12 08:24:58 +0200 (sam., 12 sept. 2009) | 1 line [MOD] lesser magic: some features in feature.php ---------------------------------------------- r21416 | pkdille | 2009-09-12 06:49:37 +0200 (sam., 12 sept. 2009) | 1 line [MOD] browse freetags: remove some unused code (mainly since pagination plugin deploying) ---------------------------------------------- r21415 | kerrnel22 | 2009-09-12 05:50:41 +0200 (sam., 12 sept. 2009) | 1 line [MOD] Tracker item display of who created/changed record now applies user_show_realname preference. ---------------------------------------------- r21414 | ricks99 | 2009-09-12 02:27:24 +0200 (sam., 12 sept. 2009) | 1 line [ENH]continuing improvements. allow single select of approve or clear. ui to match other admin tables ---------------------------------------------- r21413 | kerrnel22 | 2009-09-12 00:08:22 +0200 (sam., 12 sept. 2009) | 1 line [MOD] Tracker now lets you display user who created and/or last modified an item in the item view. Need to work on real name display for when real name is set to be displayed instead of userid. ---------------------------------------------- r21412 | sylvieg | 2009-09-11 23:29:47 +0200 (ven., 11 sept. 2009) | 1 line [FIX]TRACKERLIST: to be able to test an empty value ---------------------------------------------- r21410 | pkdille | 2009-09-11 21:57:29 +0200 (ven., 11 sept. 2009) | 1 line [FIX] tiki-stats: fix the button anchors ---------------------------------------------- r21409 | ricks99 | 2009-09-11 20:35:32 +0200 (ven., 11 sept. 2009) | 1 line [ENH]better layout of pending plugins. mutli-select individual plugins to clear or approve. more visible warning for approving plugins. review link to specific anchor to review the plugin. ---------------------------------------------- r21407 | sylvieg | 2009-09-11 19:32:29 +0200 (ven., 11 sept. 2009) | 1 line [FIX]parse: do not interpret as <ul> a line containing only * outside a list ---------------------------------------------- r21406 | jonnybradley | 2009-09-11 18:43:58 +0200 (ven., 11 sept. 2009) | 2 lines [MOD] Better selectors for overlib override. Still not the proper fix (replacing {popup}) but a bit more efficient in the meantime. ---------------------------------------------- r21403 | pkdille | 2009-09-11 16:12:10 +0200 (ven., 11 sept. 2009) | 1 line [FIX] javascript detextion: set one year lifetime for the javascript_enabled cookie in order to keep the right value when opening a new session (we can assume that this value should not change for the same pc/browser between two sessions) ---------------------------------------------- r21402 | sylvieg | 2009-09-11 15:57:27 +0200 (ven., 11 sept. 2009) | 1 line [MOD]blog: new param author ---------------------------------------------- r21401 | sylvieg | 2009-09-11 14:50:38 +0200 (ven., 11 sept. 2009) | 1 line [FIX}blog: wysiwyg: the blog name links to the blog not the post ---------------------------------------------- r21400 | sylvieg | 2009-09-11 14:21:25 +0200 (ven., 11 sept. 2009) | 1 line [FIX]some user realname fix ---------------------------------------------- r21380 | marclaporte | 2009-09-11 06:02:37 +0200 (ven., 11 sept. 2009) | 1 line [MOD] Mayan Calendars: deactivated on clean installs. ---------------------------------------------- r21379 | marclaporte | 2009-09-11 05:22:40 +0200 (ven., 11 sept. 2009) | 1 line [MOD] There is plenty of space on this page, so no need to truncate as much. ---------------------------------------------- r21378 | ricks99 | 2009-09-11 02:18:21 +0200 (ven., 11 sept. 2009) | 1 line [ENH]allow admin to approve *all* pending plugins at once ---------------------------------------------- r21377 | marclaporte | 2009-09-11 01:26:41 +0200 (ven., 11 sept. 2009) | 1 line [MOD] Prefix for userpages has been changed from __UserPage__XYZ to __User__:XYZ as this is what is used for Wikipedia, and old method made sense when WikiWords were the default (which is no longer the case). Site admins can still use any prefix, including old one. ---------------------------------------------- r21373 | sylvieg | 2009-09-11 00:10:54 +0200 (ven., 11 sept. 2009) | 1 line [FIX]TRACKERITEMFIELD: to have no value does not mean the field does not exist - can be only no TRACKER fills it ---------------------------------------------- r21338 | jonnybradley | 2009-09-10 18:28:02 +0200 (jeu., 10 sept. 2009) | 1 line [FIX] Restoring defs for treeTable and column switcher (lost in r 21167) ---------------------------------------------- r21337 | ricks99 | 2009-09-10 18:17:53 +0200 (jeu., 10 sept. 2009) | 1 line [ENH] adding LABELs to FORM elements. required for a11y compliance ---------------------------------------------- r21336 | ricks99 | 2009-09-10 17:37:26 +0200 (jeu., 10 sept. 2009) | 1 line [ENH}check for caps lock ---------------------------------------------- r21335 | jonnybradley | 2009-09-10 16:21:53 +0200 (jeu., 10 sept. 2009) | 2 lines [FIX] Temporary rollback of ClueTip upgrade (to 1.0.4) back to 1.0.3 Removed fix disabling tooltips. ---------------------------------------------- r21334 | sylvieg | 2009-09-10 16:10:26 +0200 (jeu., 10 sept. 2009) | 1 line [FIX]comments: why the comments_per_page of the articles was set with the comments_per_page of forum? - seems the code was duplicated - please test ---------------------------------------------- r21331 | pkdille | 2009-09-10 15:21:13 +0200 (jeu., 10 sept. 2009) | 1 line [FIX] admin newsletters: resetting nlId when saving a newsletter. This fixes the creation of a new newsletter immediately after saving a change of an existing one. ---------------------------------------------- r21328 | pkdille | 2009-09-10 14:34:13 +0200 (jeu., 10 sept. 2009) | 1 line [FIX] adminusers: "Email" option should not appear if wiki feature is not active. Also, changing the label ---------------------------------------------- r21327 | sylvieg | 2009-09-10 14:11:08 +0200 (jeu., 10 sept. 2009) | 1 line [FIX]freetags: some more double quotings for tags with space ---------------------------------------------- r21326 | sylvieg | 2009-09-10 00:58:00 +0200 (jeu., 10 sept. 2009) | 1 line [MOD]login: new param to redirect a user to a specific url when account validated successfully like to redirect him to tiki-view_tracker_item.php?view=+user ---------------------------------------------- r21324 | jonnybradley | 2009-09-09 21:23:07 +0200 (mer., 09 sept. 2009) | 1 line [FIX] Quick fix to restore button functionality on forms after recent ClueTip jQuery plugin update. Better fix coming soon. ---------------------------------------------- r21323 | chealer | 2009-09-09 20:59:52 +0200 (mer., 09 sept. 2009) | 4 lines [FIX] the FIX: HTML code was encoded for HTML special chars oops Thanks geoff@enmoreservices.com ---------------------------------------------- r21322 | chealer | 2009-09-09 20:57:05 +0200 (mer., 09 sept. 2009) | 3 lines [FIX] Put ":" inside tr blocks [FIX] HTML special chars encoding ---------------------------------------------- r21320 | jonnybradley | 2009-09-09 20:38:47 +0200 (mer., 09 sept. 2009) | 1 line [MOD] BOM removal (wasn't causing a problem but better safe than sorry) ---------------------------------------------- r21319 | jonnybradley | 2009-09-09 20:28:03 +0200 (mer., 09 sept. 2009) | 3 lines [FIX] Use language only (not culture) to filter page list on page autocomplete inputs. (was listing en-uk pages only, now shows all en pages) Possibly should happen on 'normal' page lists too, not just autocomplete? Maybe explains fr-cn and es-ca browsers not getting all the pages they expect? ---------------------------------------------- r21310 | sylvieg | 2009-09-09 17:04:04 +0200 (mer., 09 sept. 2009) | 1 line [MOD]tracker: be able to chose another filename by default when exporting ---------------------------------------------- r21309 | sylvieg | 2009-09-09 16:22:45 +0200 (mer., 09 sept. 2009) | 1 line [FIX]tracker: to be able to change email ---------------------------------------------- r21308 | sylvieg | 2009-09-09 16:16:02 +0200 (mer., 09 sept. 2009) | 1 line [FIX]structure: show structure navigation not only for the top page ---------------------------------------------- r21306 | sylvieg | 2009-09-09 15:19:12 +0200 (mer., 09 sept. 2009) | 1 line [FIX]YOUTUBE: just add the missing param declaration ---------------------------------------------- r21303 | chealer | 2009-09-09 04:00:42 +0200 (mer., 09 sept. 2009) | 4 lines [ENH] Do something when a parameter is declared as required. Prevent adding new module assignments missing required parameters. This is currently only used in 2 fingerfuls of places. Thanks luciash ---------------------------------------------- r21300 | chealer | 2009-09-08 19:39:37 +0200 (mar., 08 sept. 2009) | 2 lines [FIX] oops, regression from r21298 ---------------------------------------------- r21298 | chealer | 2009-09-08 19:17:52 +0200 (mar., 08 sept. 2009) | 3 lines [ENH] Do something with common_params. This fixes nonums showing on all new style modules which I had introduced in r21057. [FIX] rows prompted even for modules ignoring it. only fixed for new style modules. rows are still stored in their own DB field, but are nevertheless treated more or less like any common parameter. ---------------------------------------------- r21296 | sylvieg | 2009-09-08 17:56:47 +0200 (mar., 08 sept. 2009) | 1 line notice: please verif ---------------------------------------------- r21295 | sylvieg | 2009-09-08 17:48:27 +0200 (mar., 08 sept. 2009) | 1 line [FIX]user tracker: user/group tracker can be used even if user can not register ---------------------------------------------- r21294 | sylvieg | 2009-09-08 14:34:11 +0200 (mar., 08 sept. 2009) | 1 line smarty error ---------------------------------------------- r21293 | lindonb | 2009-09-08 05:59:43 +0200 (mar., 08 sept. 2009) | 1 line [ENH] Allow | as separator also so that it's easier to convert a regular table to a fancy table. Added ability to indicate colspan with forward slashes and rowspan with backslashes at the beginning of any table cell. ---------------------------------------------- r21290 | jonnybradley | 2009-09-08 01:23:26 +0200 (mar., 08 sept. 2009) | 2 lines [FIX] Invisible char (or something) at start of file (possibly a utf-8 error?). Was stopping admin/textarea working with AJAX... ---------------------------------------------- r21289 | jonnybradley | 2009-09-07 23:57:47 +0200 (lun., 07 sept. 2009) | 1 line [FIX] Notices and XHTML (mostly) ---------------------------------------------- r21287 | jonnybradley | 2009-09-07 21:33:45 +0200 (lun., 07 sept. 2009) | 1 line [FIX] Numerous XHTML fixes ---------------------------------------------- r21286 | jonnybradley | 2009-09-07 21:32:25 +0200 (lun., 07 sept. 2009) | 1 line [FIX] Was producing href="##" and an XHTML error ---------------------------------------------- r21285 | jonnybradley | 2009-09-07 20:10:07 +0200 (lun., 07 sept. 2009) | 2 lines [FIX] Removed autocomplete attribute from input (invalid XHTML and done by jquery.autocomplete.js) [MOD] Converted JS code to use {jq} ---------------------------------------------- r21284 | jonnybradley | 2009-09-07 19:40:45 +0200 (lun., 07 sept. 2009) | 1 line [FIX] Notices and XHTML ---------------------------------------------- r21283 | jonnybradley | 2009-09-07 18:54:24 +0200 (lun., 07 sept. 2009) | 1 line [MOD] {strip} all the cssmenu, not just occasional bits ---------------------------------------------- r21282 | jonnybradley | 2009-09-07 18:47:12 +0200 (lun., 07 sept. 2009) | 1 line [FIX] XHTML doesn't allow space before DOCTYPE ---------------------------------------------- r21281 | jonnybradley | 2009-09-07 18:45:35 +0200 (lun., 07 sept. 2009) | 3 lines [ENH] Added list filter to plugins list [FIX] Found (and removed) chibaguy's missing </em> tag ;) [MOD] Updated section_comments_parse label ---------------------------------------------- r21280 | jonnybradley | 2009-09-07 18:34:55 +0200 (lun., 07 sept. 2009) | 1 line [FIX] Remove empty <ul> tags for XHTML compliance (tried editing the tpl but couldn't find a cleaner way of doing it) ---------------------------------------------- r21279 | jonnybradley | 2009-09-07 18:31:54 +0200 (lun., 07 sept. 2009) | 1 line [FIX] jq_onready code wasn't being wrapped in $jq("document").ready for AJAX loadComponent() ---------------------------------------------- r21278 | jonnybradley | 2009-09-07 17:27:57 +0200 (lun., 07 sept. 2009) | 1 line [MOD] Indenting (as far as possible) ---------------------------------------------- r21277 | sylvieg | 2009-09-07 17:17:47 +0200 (lun., 07 sept. 2009) | 1 line [FIX]plugin: to be able to write a plugin param with a space between the name and = ---------------------------------------------- r21276 | sylvieg | 2009-09-07 16:39:14 +0200 (lun., 07 sept. 2009) | 1 line [FIX]xml import: put the button + a better handling if error ---------------------------------------------- r21275 | sylvieg | 2009-09-07 15:32:34 +0200 (lun., 07 sept. 2009) | 1 line [FIX]listpages: the param lang without value must be kept in the url to be able to paginate for any language ---------------------------------------------- r21271 | chibaguy | 2009-09-07 14:11:46 +0200 (lun., 07 sept. 2009) | 1 line [FIX] Missing </em> tag. ---------------------------------------------- r21270 | luciash | 2009-09-07 04:08:21 +0200 (lun., 07 sept. 2009) | 1 line oops, sorry, rolling back r21269 - wouldn't work like this ---------------------------------------------- r21269 | luciash | 2009-09-07 03:58:16 +0200 (lun., 07 sept. 2009) | 1 line Modules Admin dropdown: better to sort combined array ? ---------------------------------------------- r21267 | luciash | 2009-09-07 03:21:57 +0200 (lun., 07 sept. 2009) | 1 line [FIX] module Since last visit (new): correct (aka working) URL param to display wiki comments is &comzone=show ---------------------------------------------- r21266 | sylvieg | 2009-09-06 23:48:50 +0200 (dim., 06 sept. 2009) | 1 line [FIX]structure: fill up the structure_if column - nest step optimiastion + fix xml import when pages not existing + notice ---------------------------------------------- r21265 | sylvieg | 2009-09-06 16:12:20 +0200 (dim., 06 sept. 2009) | 1 line [FIX]FILES: save queries ---------------------------------------------- r21262 | chibaguy | 2009-09-05 18:16:54 +0200 (sam., 05 sept. 2009) | 1 line [NEW] Custom center column header enables site admins to add content at the top of the center column via Look and Feel admin. ---------------------------------------------- r21260 | lindonb | 2009-09-05 16:02:59 +0200 (sam., 05 sept. 2009) | 1 line [FIX] Delete debugging code that was left in. ---------------------------------------------- r21259 | sylvieg | 2009-09-05 14:03:52 +0200 (sam., 05 sept. 2009) | 1 line [FIX]freetag: quote freetag is space ---------------------------------------------- r21257 | lindonb | 2009-09-05 05:16:16 +0200 (sam., 05 sept. 2009) | 1 line [FIX] Slimmed down code and allowed for quick exit out of program if only old img parameters used. Mouseover still calls overlib - this needs to be updated. ---------------------------------------------- r21256 | jonnybradley | 2009-09-05 01:52:44 +0200 (sam., 05 sept. 2009) | 2 lines [DOC] Remark to hopfully help others not waste time (despite the fact that 'status' (as i've called it) seems to be labeled 'Active' and there are some weird auto_query_arg things going on.... is this "experimental"?) ---------------------------------------------- r21253 | sampaioprimo | 2009-09-04 20:10:38 +0200 (ven., 04 sept. 2009) | 2 lines Adding the XML namespace definition file instead of looking for it in the internet each time we run the Mediawiki importer ---------------------------------------------- r21246 | sylvieg | 2009-09-04 16:05:03 +0200 (ven., 04 sept. 2009) | 1 line [FIX]newsletter: remember wysiwyg to be able to reuse a newsletter ---------------------------------------------- r21245 | sylvieg | 2009-09-04 15:54:48 +0200 (ven., 04 sept. 2009) | 1 line [FIX]calendar import: open file even if not in tw root + avoid loop if file does not exist + put import button + create event only if date set ---------------------------------------------- r21234 | pkdille | 2009-09-03 16:04:06 +0200 (jeu., 03 sept. 2009) | 1 line [FIX] admin newsletters: give a more intuitive way to switch between admin_newsletters and admin_newsletters_subscriptions (it was very difficult to create a new newsletter instead of editing the current one) ---------------------------------------------- r21233 | sylvieg | 2009-09-03 14:36:50 +0200 (jeu., 03 sept. 2009) | 1 line [FIX]freetag: compound freetag must be quoted ---------------------------------------------- r21231 | kerrnel22 | 2009-09-03 14:03:18 +0200 (jeu., 03 sept. 2009) | 1 line [MOD] Added isValidIP function to tikilib to verify if an IP address is a valid one. Supports IPv4 only at the moment. Tracker now validates the IP address field and alerts if the IP is malformed. ---------------------------------------------- r21229 | jonnybradley | 2009-09-02 17:08:40 +0200 (mer., 02 sept. 2009) | 2 lines [FIX] Helptool not applicable for WYSIWYG editor (yet) ---------------------------------------------- r21228 | jonnybradley | 2009-09-02 17:00:52 +0200 (mer., 02 sept. 2009) | 1 line [FIX] javascript:void operator requires a param ---------------------------------------------- r21227 | sylvieg | 2009-09-02 16:22:03 +0200 (mer., 02 sept. 2009) | 1 line oops there is a tiki_p_admin_banners ---------------------------------------------- r21226 | sylvieg | 2009-09-02 16:11:17 +0200 (mer., 02 sept. 2009) | 1 line [FIX]banner: a user can list his own banners ---------------------------------------------- r21225 | pkdille | 2009-09-02 16:02:55 +0200 (mer., 02 sept. 2009) | 1 line [MOD] Add admin modules button in admin menus, and admin menus button in admin modules ---------------------------------------------- r21224 | jonnybradley | 2009-09-02 15:46:44 +0200 (mer., 02 sept. 2009) | 4 lines [FIX] mouseover plugin updated to use jQuery code. New options of effect, speed and class. CSS definitions moved to layout.css and design.css ---------------------------------------------- r21223 | sylvieg | 2009-09-02 15:35:21 +0200 (mer., 02 sept. 2009) | 1 line [FIX]blog: proposed tag must be quoted if compound word ---------------------------------------------- r21222 | sylvieg | 2009-09-02 15:02:11 +0200 (mer., 02 sept. 2009) | 1 line [FIX]freetag: horible temporary patch in old perm check to check the perm on the blog and not the blog post ... do not work with private blog ---------------------------------------------- r21221 | jonnybradley | 2009-09-02 14:48:34 +0200 (mer., 02 sept. 2009) | 1 line [FIX] PHP Warnings ---------------------------------------------- r21215 | kerrnel22 | 2009-09-02 11:25:50 +0200 (mer., 02 sept. 2009) | 1 line [FIX] If using mysql and socket method to connect, PDO will tend to ignore custom socket locations other than the php-distributed mysql library. Added socket_tiki setting in local.php to override the default. PDO connection will recognize this and use socket connect method istead of host method. If no socket_tiki is provided, defaults to hostname method. ---------------------------------------------- r21213 | pkdille | 2009-09-02 09:40:15 +0200 (mer., 02 sept. 2009) | 1 line [FIX] user admin: tiki_p_admin_users should be enough to create e new user with password and mail validation (this fixes the template file. The php code was already allowing this action) ---------------------------------------------- r21211 | sylvieg | 2009-09-02 00:42:13 +0200 (mer., 02 sept. 2009) | 1 line [FIX]magic is out ---------------------------------------------- r21209 | sylvieg | 2009-09-01 22:22:58 +0200 (mar., 01 sept. 2009) | 1 line [FIX]fgal: perms can not be checked globally because they can be redined ---------------------------------------------- r21207 | sylvieg | 2009-09-01 16:00:29 +0200 (mar., 01 sept. 2009) | 1 line [MOD]tracker: new field in_group that displays if a user is in a group or not or the date since he has been assigned ---------------------------------------------- r21206 | chibaguy | 2009-09-01 10:39:16 +0200 (mar., 01 sept. 2009) | 1 line [FIX] List item numbers now show, and things are aligned pretty well. But a lot of inline CSS - should be replaced with layout.css rules? ---------------------------------------------- r21205 | chibaguy | 2009-09-01 09:28:30 +0200 (mar., 01 sept. 2009) | 1 line [FIX] Prevent overlap of list items, and generally improve layout. ---------------------------------------------- r21203 | chealer | 2009-09-01 08:17:27 +0200 (mar., 01 sept. 2009) | 3 lines [ENH] change top_visited_faqs module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21202 | chealer | 2009-09-01 07:09:12 +0200 (mar., 01 sept. 2009) | 2 lines [FIX] id is defined by HTML ---------------------------------------------- r21201 | chibaguy | 2009-09-01 06:49:44 +0200 (mar., 01 sept. 2009) | 1 line [FIX] Enable CSS id to be specified for div. (This works, but please check code.) ---------------------------------------------- r21199 | chealer | 2009-09-01 06:25:24 +0200 (mar., 01 sept. 2009) | 2 lines [FIX] description. oops ---------------------------------------------- r21198 | chealer | 2009-09-01 06:23:06 +0200 (mar., 01 sept. 2009) | 3 lines [ENH] change top_visited_blogs module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21196 | chealer | 2009-09-01 05:55:41 +0200 (mar., 01 sept. 2009) | 4 lines [ENH] change top_quizzes module to new module style (modules-doc). [FIX] HTML special chars encoding assume $ranking doesn't need 2 assignments :S ---------------------------------------------- r21195 | chealer | 2009-09-01 05:29:15 +0200 (mar., 01 sept. 2009) | 2 lines [ENH] change top_pages module to new module style (modules-doc). ---------------------------------------------- r21194 | chealer | 2009-09-01 05:16:10 +0200 (mar., 01 sept. 2009) | 3 lines [ENH] change top_objects module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21192 | chealer | 2009-09-01 03:31:04 +0200 (mar., 01 sept. 2009) | 4 lines [ENH] change top_forum_posters module to new module style (modules-doc). [FIX] HTML special chars encoding TODO: fix layout ---------------------------------------------- r21191 | chealer | 2009-09-01 02:50:21 +0200 (mar., 01 sept. 2009) | 4 lines [ENH] change top_files module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] assume "modLastFile" is supposed to read "modTopFile" ---------------------------------------------- r21189 | chealer | 2009-08-31 22:56:53 +0200 (lun., 31 août 2009) | 4 lines [ENH] change top_file_galleries module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] layout ---------------------------------------------- r21188 | chealer | 2009-08-31 22:45:31 +0200 (lun., 31 août 2009) | 3 lines [FIX] get_files() WHERE clause had wrong bindvars order, breaking getFileGalleriesData() for non-admin users [DOC] document list_user_blogs() and count_sessions() ---------------------------------------------- r21186 | luciash | 2009-08-31 19:12:10 +0200 (lun., 31 août 2009) | 1 line [FIX] tikinewt.css: rbox-title look (better layout.css override - only what is necessary) ---------------------------------------------- r21185 | luciash | 2009-08-31 18:54:34 +0200 (lun., 31 août 2009) | 1 line [FIX] tikinewt.css: tab look in FF (layout.css override) ---------------------------------------------- r21184 | luciash | 2009-08-31 18:45:13 +0200 (lun., 31 août 2009) | 1 line [FIX] feb12.css: tab look in FF (layout.css override) ---------------------------------------------- r21183 | luciash | 2009-08-31 18:06:48 +0200 (lun., 31 août 2009) | 1 line [FIX] strasa.css: active tab look in FF (layout.css override) ---------------------------------------------- r21182 | sylvieg | 2009-08-31 17:54:09 +0200 (lun., 31 août 2009) | 1 line [FIX]tracker: option must not be translated otherwise TRACKER on an existed item will add translated values in the database ---------------------------------------------- r21179 | marclaporte | 2009-08-31 14:25:53 +0200 (lun., 31 août 2009) | 1 line [MOD] Duplicating __Wiki link format__ preference to i18n admin panel because it's a common issue. Dynamic Preferences is making this so much more efficient. ---------------------------------------------- r21174 | sylvieg | 2009-08-31 13:01:09 +0200 (lun., 31 août 2009) | 1 line cleaning ---------------------------------------------- r21169 | marclaporte | 2009-08-31 11:02:43 +0200 (lun., 31 août 2009) | 1 line [KIL] Remove all references to Tiki Magic as it's now superceded by http://dev.tikiwiki.org/Dynamic+Preferences ---------------------------------------------- r21167 | chibaguy | 2009-08-31 08:37:48 +0200 (lun., 31 août 2009) | 1 line [ENH] layout.css rules remain there if strictly for layout, or moved to [NEW] design.css, which provides common design properties. Theme stylesheets import both. ---------------------------------------------- r21166 | chealer | 2009-08-31 08:31:35 +0200 (lun., 31 août 2009) | 2 lines [FIX] list_blog_post_comments() check for admin_comment ---------------------------------------------- r21165 | chealer | 2009-08-31 08:12:28 +0200 (lun., 31 août 2009) | 3 lines [ENH] change top_active_blogs module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21163 | chealer | 2009-08-31 07:49:34 +0200 (lun., 31 août 2009) | 4 lines [ENH] change blog_last_comments module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] nodate notice ---------------------------------------------- r21162 | chealer | 2009-08-31 05:13:28 +0200 (lun., 31 août 2009) | 2 lines [ENH] change perspective module to new module style (modules-doc). ---------------------------------------------- r21161 | chealer | 2009-08-31 05:02:34 +0200 (lun., 31 août 2009) | 3 lines [ENH] change live_support module to new module style (modules-doc). unsure whether "global $access;" is clean, but including lslib doesn't fail from here this way :| ---------------------------------------------- r21160 | chealer | 2009-08-31 03:35:01 +0200 (lun., 31 août 2009) | 3 lines [ENH] change users_rank module to new module style (modules-doc). [FIX] check for feature_friends ---------------------------------------------- r21158 | chealer | 2009-08-30 22:34:11 +0200 (dim., 30 août 2009) | 3 lines [ENH] change freetags_current and freetag modules to new module style (modules-doc). freetag's UI name is now "Freetags editor", freetags_current's is "Wiki Freetags". freetags_current gets title "Freetags". open to improvements [FIX] HTML special chars encoding ---------------------------------------------- r21157 | chealer | 2009-08-30 21:57:23 +0200 (dim., 30 août 2009) | 4 lines [ENH] change freetags_prefered module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] typo "prefered". module technical name keeps the typo due to lack of module renaming infrastructure. ---------------------------------------------- r21156 | lindonb | 2009-08-30 21:29:24 +0200 (dim., 30 août 2009) | 1 line [ENH} Add Plugin IMGNEW. Possible successor to IMG, IMAGE, THUMB and PICTURE plugins ---------------------------------------------- r21153 | chealer | 2009-08-30 21:10:07 +0200 (dim., 30 août 2009) | 3 lines [ENH] change freetags_most_popular module to new module style (modules-doc). document "type" according to intention, although it has currently little effect [FIX] HTML special chars encoding ---------------------------------------------- r21151 | marclaporte | 2009-08-30 09:04:50 +0200 (dim., 30 août 2009) | 1 line [FIX] more precise in case people don't know. ---------------------------------------------- r21149 | chealer | 2009-08-30 07:08:26 +0200 (dim., 30 août 2009) | 2 lines [FIX] translate module titles. oops ---------------------------------------------- r21148 | chealer | 2009-08-30 07:03:09 +0200 (dim., 30 août 2009) | 3 lines [ENH] change freetags_morelikethis module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21147 | chealer | 2009-08-30 06:42:39 +0200 (dim., 30 août 2009) | 2 lines [FIX] get_similar(), thus mod-freetags_morelikethis ---------------------------------------------- r21146 | chealer | 2009-08-29 23:40:52 +0200 (sam., 29 août 2009) | 3 lines [ENH] change old_articles module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21144 | chealer | 2009-08-29 23:00:38 +0200 (sam., 29 août 2009) | 3 lines [ENH] change user_blogs module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21143 | chealer | 2009-08-29 22:33:46 +0200 (sam., 29 août 2009) | 3 lines [ENH] change user_pages module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21142 | chealer | 2009-08-29 22:09:30 +0200 (sam., 29 août 2009) | 2 lines [ENH] change whats_related module to new module style (modules-doc). ---------------------------------------------- r21141 | chealer | 2009-08-29 21:53:13 +0200 (sam., 29 août 2009) | 2 lines [ENH] change num_submissions module to new module style (modules-doc). ---------------------------------------------- r21140 | chealer | 2009-08-29 21:36:21 +0200 (sam., 29 août 2009) | 2 lines [ENH] change random_pages module to new module style (modules-doc). ---------------------------------------------- r21139 | chealer | 2009-08-29 21:27:05 +0200 (sam., 29 août 2009) | 2 lines [ENH] change messages_unread_messages module to new module style (modules-doc). ---------------------------------------------- r21138 | chealer | 2009-08-29 20:33:24 +0200 (sam., 29 août 2009) | 5 lines [ENH] change directory_top_sites module to new module style (modules-doc). [FIX] HTML special chars escaping [FIX] nonums notice [FIX] actually honor "Method to open directory links" ---------------------------------------------- r21137 | chealer | 2009-08-29 20:04:56 +0200 (sam., 29 août 2009) | 4 lines [ENH] change directory_last_sites module to new module style (modules-doc). [FIX] HTML special chars escaping [FIX] notice ---------------------------------------------- r21135 | marclaporte | 2009-08-29 18:08:53 +0200 (sam., 29 août 2009) | 1 line [ENH] Moving from thenews.css to layout.css to affect all styles (but can still be overriden). In the diff, changing color of characters that are different but added from red to blue. It could be something else to attract users attention but red conveys that this text has been deleted, when in fact, it's added. ---------------------------------------------- r21133 | marclaporte | 2009-08-29 16:59:26 +0200 (sam., 29 août 2009) | 1 line [FIX] Rollback 21123, as discussed on SVN list. Problem with script checking hundreds of images remains. http://dev.tikiwiki.org/wish2708 ---------------------------------------------- r21128 | jonnybradley | 2009-08-29 15:02:20 +0200 (sam., 29 août 2009) | 5 lines [FIX]? Recent changes to tabset broke tabs with feature_ajax enabled because the template in Smarty 'mid' was being parsed twice (so index i_tabset double what it should be). This fix uses the data already assigned to 'mid_data' (if set) instead of 'fetching' the template again. Seems to fix the tabs bug and work ok on all ajax situations i can think of so far, but there may well be exceptions where this will fail - please test and monitor. Also, it should more or less double the efficiency of most AJAX request... ---------------------------------------------- r21127 | jonnybradley | 2009-08-29 13:29:33 +0200 (sam., 29 août 2009) | 1 line [MOD] Self_links etc ---------------------------------------------- r21126 | jonnybradley | 2009-08-29 12:49:34 +0200 (sam., 29 août 2009) | 1 line [FIX] Check correct var ---------------------------------------------- r21125 | sylvieg | 2009-08-28 22:22:58 +0200 (ven., 28 août 2009) | 1 line Explicitly reset the group cache for the user even if seems to be reset somewhere.. ---------------------------------------------- r21124 | sylvieg | 2009-08-28 22:16:14 +0200 (ven., 28 août 2009) | 1 line global + notice ---------------------------------------------- r21123 | marclaporte | 2009-08-28 21:29:35 +0200 (ven., 28 août 2009) | 1 line [FIX] this script is quite slow and if used for all images, it's a lot of overhead. Better let designers specify the images. ---------------------------------------------- r21121 | marclaporte | 2009-08-28 19:52:56 +0200 (ven., 28 août 2009) | 1 line [FIX] Adding a few filters and completing plugin documentation ---------------------------------------------- r21120 | marclaporte | 2009-08-28 19:38:13 +0200 (ven., 28 août 2009) | 1 line [ENH] new window on links to doc.tikiwiki.org, minor tweaks of text. ---------------------------------------------- r21119 | marclaporte | 2009-08-28 19:32:30 +0200 (ven., 28 août 2009) | 1 line [FIX] Forgotten type for DIV plugin ---------------------------------------------- r21117 | marclaporte | 2009-08-28 19:10:24 +0200 (ven., 28 août 2009) | 1 line [ENH] Add a link to help for a common problem. ---------------------------------------------- r21116 | duebel | 2009-08-27 22:28:19 +0200 (jeu., 27 août 2009) | 3 lines [ENH] tiki-gmap_locator.tpl: Add geolocation search. Center map on search result. Maybe this is useful for someone. I needed that. ---------------------------------------------- r21111 | sylvieg | 2009-08-27 14:00:13 +0200 (jeu., 27 août 2009) | 1 line [FIX]group: need consecutive keys to be used as bindvars in a query ---------------------------------------------- r21110 | chealer | 2009-08-27 07:54:13 +0200 (jeu., 27 août 2009) | 2 lines [FIX] HTML special chars escaping ---------------------------------------------- r21109 | chealer | 2009-08-27 07:51:57 +0200 (jeu., 27 août 2009) | 3 lines [ENH] change directory_stats module to new module style (modules-doc). [FIX] Put ":" inside tr blocks ---------------------------------------------- r21108 | chealer | 2009-08-27 07:00:24 +0200 (jeu., 27 août 2009) | 7 lines [ENH] change online_users module to new module style (modules-doc). [MOD] Change title and name to "Who is online" to avoid conflict with mod-logged_users. logged_users is now called "Online users" and online_users is called "Who is online"... ideas welcome. [FIX] HTML special chars escaping [FIX] fallback to username if real name is undefined [FIX] alt text when user can't receive messages. the image could still be improved ---------------------------------------------- r21107 | chealer | 2009-08-27 06:20:21 +0200 (jeu., 27 août 2009) | 2 lines [FIX] stupid bug with empty output for 0 ---------------------------------------------- r21106 | chealer | 2009-08-27 05:01:32 +0200 (jeu., 27 août 2009) | 4 lines [ENH] change switch_theme module to new module style (modules-doc). [FIX] notice (assign_by_ref on value) [FIX] TPL: correct order for truncation and replacement ---------------------------------------------- r21105 | chealer | 2009-08-27 02:51:52 +0200 (jeu., 27 août 2009) | 2 lines [ENH] change quick_edit module to new module style (modules-doc). ---------------------------------------------- r21103 | sylvieg | 2009-08-26 22:13:09 +0200 (mer., 26 août 2009) | 1 line [FIX]listpage: show all the pages if any lang is chosen ---------------------------------------------- r21102 | rlopezs | 2009-08-26 21:04:31 +0200 (mer., 26 août 2009) | 1 line [MOD] added some {tr} tags. fix some typos too ---------------------------------------------- r21101 | sylvieg | 2009-08-26 20:45:44 +0200 (mer., 26 août 2009) | 1 line [FIX]modules: fix move more than twice - anchors were fooling the browser - strange ---------------------------------------------- r21100 | rlopezs | 2009-08-26 20:40:17 +0200 (mer., 26 août 2009) | 1 line [ENH] improved some text strings inside some workspaces files ---------------------------------------------- r21099 | jonnybradley | 2009-08-26 18:47:53 +0200 (mer., 26 août 2009) | 3 lines [FIX] Object perms weren't overriding global ones Thanks Chealer & Sylvie ---------------------------------------------- r21096 | sylvieg | 2009-08-26 17:40:35 +0200 (mer., 26 août 2009) | 1 line forgotten commit for 21095 ---------------------------------------------- r21095 | sylvieg | 2009-08-26 17:10:29 +0200 (mer., 26 août 2009) | 1 line rollback 20869: htmpurifier interfers in html pretty tracker page ---------------------------------------------- r21094 | sylvieg | 2009-08-26 16:17:51 +0200 (mer., 26 août 2009) | 1 line [MOD]group: group expiration period to unassign a user automaitcally after n days from a group (unassign is done at each login - perhaps needs more ---------------------------------------------- r21093 | sylvieg | 2009-08-26 14:51:16 +0200 (mer., 26 août 2009) | 1 line [FIX]sql: improper syntax ---------------------------------------------- r21092 | sylvieg | 2009-08-26 14:42:48 +0200 (mer., 26 août 2009) | 1 line notice: perms of not activated features are not set ---------------------------------------------- r21091 | sylvieg | 2009-08-26 14:12:54 +0200 (mer., 26 août 2009) | 1 line [FIX]freetag: enclose tag wiht space with + help button in module ---------------------------------------------- r21090 | chealer | 2009-08-26 08:38:36 +0200 (mer., 26 août 2009) | 3 lines [ENH] change forums_most_visited_forums module to new module style (modules-doc). [FIX] HTML special chars escaping ---------------------------------------------- r21089 | chealer | 2009-08-26 08:28:42 +0200 (mer., 26 août 2009) | 4 lines [ENH] change forums_most_read_topics module to new module style (modules-doc). [FIX] HTML special chars escaping TODO: forumId (waiting after #2695) ---------------------------------------------- r21088 | chealer | 2009-08-26 07:46:53 +0200 (mer., 26 août 2009) | 3 lines [ENH] change forums_most_commented_forums module to new module style (modules-doc). [FIX] HTML special chars escaping ---------------------------------------------- r21084 | jonnybradley | 2009-08-25 12:08:01 +0200 (mar., 25 août 2009) | 4 lines [FIX] Use minified version of colorbox lib if pref says so (and straightened up some indenting) Thanks Sylvie ---------------------------------------------- r21083 | chealer | 2009-08-25 10:19:27 +0200 (mar., 25 août 2009) | 3 lines [ENH] change forums_last_posts module to new module style (modules-doc). [FIX] HTML special chars escaping ---------------------------------------------- r21082 | chealer | 2009-08-25 08:57:58 +0200 (mar., 25 août 2009) | 4 lines [ENH] change menupage module to new module style (modules-doc). [FIX] module title [MOD] remove support for 1.9 parameter name "page", which was in conflict with the new page filter common parameter. people still using this need to rename to pagemenu ---------------------------------------------- r21080 | chealer | 2009-08-25 08:51:27 +0200 (mar., 25 août 2009) | 2 lines [MOD] rename "Page" common parameter to "Page filter" to disambiguate ---------------------------------------------- r21078 | chealer | 2009-08-25 08:00:45 +0200 (mar., 25 août 2009) | 2 lines [FIX] notices ---------------------------------------------- r21077 | chealer | 2009-08-25 08:00:05 +0200 (mar., 25 août 2009) | 2 lines [FIX] adapt for early modules-doc merge ---------------------------------------------- r21076 | chealer | 2009-08-25 06:50:24 +0200 (mar., 25 août 2009) | 3 lines [ENH] change forums_best_voted_topics module to new module style (modules-doc). [FIX] HTML special chars escaping ---------------------------------------------- r21075 | chealer | 2009-08-25 06:44:46 +0200 (mar., 25 août 2009) | 2 lines [FIX] we shouldn't put "..." in title unless it's too long, at least in theory ---------------------------------------------- r21073 | chealer | 2009-08-25 06:06:12 +0200 (mar., 25 août 2009) | 3 lines [ENH] change logged_users module to new module style (modules-doc). [FIX] grammar ---------------------------------------------- r21071 | chealer | 2009-08-25 03:47:16 +0200 (mar., 25 août 2009) | 3 lines [ENH] change file_galleries module to new module style (modules-doc). [FIX] capitalize module title ---------------------------------------------- r21070 | sylvieg | 2009-08-24 23:15:06 +0200 (lun., 24 août 2009) | 1 line first attempt to have an automatic script that converts old categ perms setting to new -> will go in installer when ok ---------------------------------------------- r21068 | jonnybradley | 2009-08-24 18:56:08 +0200 (lun., 24 août 2009) | 2 lines [FIX] Some XHTML errors (?) [MOD] Removed the word "features" from each features tab as it already says features at the top of the page (so it will fit on one line more often) ---------------------------------------------- r21067 | sylvieg | 2009-08-24 16:54:03 +0200 (lun., 24 août 2009) | 1 line [FIX]listpage: fix pagination (scared about the perfs about the new way to deal with the wysiwyg- need to fetch all the pages and after filter :-( ---------------------------------------------- r21066 | sylvieg | 2009-08-24 16:35:08 +0200 (lun., 24 août 2009) | 1 line [FIX]tracker: display the mediaplayer even in non list mode ---------------------------------------------- r21065 | jonnybradley | 2009-08-24 15:45:48 +0200 (lun., 24 août 2009) | 1 line [FIX] XHTML fixes ---------------------------------------------- r21064 | jonnybradley | 2009-08-24 15:04:27 +0200 (lun., 24 août 2009) | 6 lines [ENH] Some better notices and perms checking on global perms editing. Defaults to objectType=global if no params set on url Remarksbox if groups hidden for the first time "Back" button only shown if relevant Some notices fixed too ---------------------------------------------- r21062 | sylvieg | 2009-08-24 14:19:58 +0200 (lun., 24 août 2009) | 1 line [FIX]tracker: better fix to check mndatory category ---------------------------------------------- r21058 | chealer | 2009-08-24 07:32:35 +0200 (lun., 24 août 2009) | 3 lines [ENH] change featured_links module to new module style (modules-doc). [FIX] HTML special chars escaping ---------------------------------------------- r21057 | chealer | 2009-08-24 07:30:08 +0200 (lun., 24 août 2009) | 2 lines [MOD] add nonums to common parameters ---------------------------------------------- r21055 | chealer | 2009-08-24 05:44:58 +0200 (lun., 24 août 2009) | 10 lines [ENH] change change_category module to new module style (modules-doc). warn that the module is counter-intuitive and sometimes broken [FIX] invalid HTML [FIX] HTML special chars escaping [FIX] too many notices [SEC] well, implement security [ENH] use categlib instead of SQL [FIX] module title when id is not set [FIX] count ( < ) other bugs ---------------------------------------------- r21054 | chealer | 2009-08-24 05:31:31 +0200 (lun., 24 août 2009) | 4 lines [DOC] describe list_categs, get_category_path, remove_object_from_category. categorize_page and build_cache [NEW] remove_object_from_categories [ENH] support passing several categories to categorize_page ---------------------------------------------- r21053 | Jyhem | 2009-08-23 22:14:54 +0200 (dim., 23 août 2009) | 1 line [ENH] Capitalize title ---------------------------------------------- r21050 | sylvieg | 2009-08-23 00:52:34 +0200 (dim., 23 août 2009) | 1 line [FIX]STAT: hide the toggle ---------------------------------------------- r21049 | sylvieg | 2009-08-23 00:50:31 +0200 (dim., 23 août 2009) | 1 line [FIX]tab: to be able to have more then tabset in a page ---------------------------------------------- r21047 | rlopezs | 2009-08-22 19:18:56 +0200 (sam., 22 août 2009) | 1 line [ENH] your registration => su registro ---------------------------------------------- r21046 | Jyhem | 2009-08-22 18:14:44 +0200 (sam., 22 août 2009) | 1 line [ENH] Improve texts (thanks Marc) ---------------------------------------------- r21045 | sept_7 | 2009-08-22 18:00:46 +0200 (sam., 22 août 2009) | 5 lines [ENH] First try in putting HTMLPurifier at the output of TikiWiki The feature is in experimental, of by default of course. This should increase the security level of TikiWiki at the price of a small 10% overhead on complex pages, this could be fixed by more agressive caching. ---------------------------------------------- r21043 | jonnybradley | 2009-08-22 15:47:53 +0200 (sam., 22 août 2009) | 3 lines [ENH] Added column switching for groups (if more than 6 currently) on object perms page. Needs some polish (and fixing on Fx 3.5) (jquery libs to come) ---------------------------------------------- r21041 | sylvieg | 2009-08-22 14:13:51 +0200 (sam., 22 août 2009) | 1 line [FIX]log: test pref ---------------------------------------------- r21040 | rlopezs | 2009-08-22 12:21:11 +0200 (sam., 22 août 2009) | 1 line [MOD] more spanish translations ---------------------------------------------- r21039 | sylvieg | 2009-08-22 00:09:08 +0200 (sam., 22 août 2009) | 1 line [MOD]trackerstat: no reason not to show groupe statistics ---------------------------------------------- r21037 | sylvieg | 2009-08-21 23:34:18 +0200 (ven., 21 août 2009) | 1 line [FIX]minichat: to have more than one line in the chat window ---------------------------------------------- r21036 | sylvieg | 2009-08-21 23:28:13 +0200 (ven., 21 août 2009) | 1 line [FIX]minichat: show error if feature disabled ---------------------------------------------- r21035 | chealer | 2009-08-21 22:38:55 +0200 (ven., 21 août 2009) | 2 lines [FIX] oops, copy-pasted description ---------------------------------------------- r21034 | chealer | 2009-08-21 22:37:41 +0200 (ven., 21 août 2009) | 2 lines [FIX] oops, that name as default title thing didn't work properly ---------------------------------------------- r21033 | pkdille | 2009-08-21 20:55:32 +0200 (ven., 21 août 2009) | 1 line [MOD] lesser magic: 2 more features in faeture.php ---------------------------------------------- r21031 | Jyhem | 2009-08-21 20:52:05 +0200 (ven., 21 août 2009) | 1 line [FIX] Link syntax was invalid for text mails ---------------------------------------------- r21030 | sept_7 | 2009-08-21 19:50:45 +0200 (ven., 21 août 2009) | 2 lines [FIX] sybase is deprecated, that fix a notice in commentslib.php ;p ---------------------------------------------- r21027 | sylvieg | 2009-08-21 17:29:19 +0200 (ven., 21 août 2009) | 1 line no reason to duplicate the smarty function: the start and end can be set as params - the empty date is better implemented - the last smarty version has fixes ---------------------------------------------- r21026 | sylvieg | 2009-08-21 17:27:37 +0200 (ven., 21 août 2009) | 1 line [FIX]tracker: fix memo time when modifying + deduplicate code ---------------------------------------------- r21021 | rlopezs | 2009-08-21 16:13:19 +0200 (ven., 21 août 2009) | 1 line [MOD] more translations. I want a Spanish tiki ---------------------------------------------- r21020 | jonnybradley | 2009-08-21 16:07:46 +0200 (ven., 21 août 2009) | 1 line [FIX] Timezone set to 'Local" problem and abreviation from cookie not being recognised as valid. ---------------------------------------------- r21016 | chealer | 2009-08-21 03:02:25 +0200 (ven., 21 août 2009) | 3 lines [FIX] Fatal error: Call to undefined method UsersLib::wget_user_info() assume this is a thinko from one of these GNU zealots ---------------------------------------------- r21015 | rlopezs | 2009-08-21 00:33:16 +0200 (ven., 21 août 2009) | 1 line [MOD] more translations ---------------------------------------------- r21014 | sylvieg | 2009-08-21 00:28:52 +0200 (ven., 21 août 2009) | 1 line [FIX]tracker: missing info for TRACKER email param ---------------------------------------------- r21013 | sylvieg | 2009-08-21 00:11:04 +0200 (ven., 21 août 2009) | 1 line [FIX]tracker: check mandatory checkbox + check categ field in TRACKER ---------------------------------------------- r21008 | chibaguy | 2009-08-20 17:37:05 +0200 (jeu., 20 août 2009) | 1 line [FIX] W3C CSS2.1 validation errors fixed. ---------------------------------------------- r21007 | chibaguy | 2009-08-20 17:06:50 +0200 (jeu., 20 août 2009) | 1 line [FIX] Regressions from import-layout.css changes (span.button). ---------------------------------------------- r21006 | chibaguy | 2009-08-20 16:05:51 +0200 (jeu., 20 août 2009) | 1 line [FIX] Regressions from import-layout.css changes (suckerfish menus and forum posts). ---------------------------------------------- r21005 | chibaguy | 2009-08-20 15:41:25 +0200 (jeu., 20 août 2009) | 1 line [FIX] Regressions from import-layout.css changes (tables). ---------------------------------------------- r21004 | chibaguy | 2009-08-20 15:17:55 +0200 (jeu., 20 août 2009) | 1 line [FIX] Minor forum post improvements. ---------------------------------------------- r21003 | chibaguy | 2009-08-20 15:02:40 +0200 (jeu., 20 août 2009) | 1 line [FIX] Tab improvements. ---------------------------------------------- r21002 | rlopezs | 2009-08-20 14:49:20 +0200 (jeu., 20 août 2009) | 1 line [MOD] some translations. Please help, there is a bunch pending ---------------------------------------------- r21001 | chibaguy | 2009-08-20 13:55:34 +0200 (jeu., 20 août 2009) | 1 line [FIX] Regressions from import-layout.css changes (tabs). ---------------------------------------------- r21000 | axold | 2009-08-20 13:35:56 +0200 (jeu., 20 août 2009) | 1 line [MOD] Moved partially rootCategId to categlib.php. There should be some inconsistencies before we finish it. Don't worry about that ;) ---------------------------------------------- r20999 | chibaguy | 2009-08-20 13:21:07 +0200 (jeu., 20 août 2009) | 1 line [FIX] A couple more regressions from import-layout.css change (tabactive border color and 2px top border). ---------------------------------------------- r20997 | chibaguy | 2009-08-20 12:55:26 +0200 (jeu., 20 août 2009) | 1 line [FIX] A couple of regressions from import-layout.css change (tabactive no bottom border and no border on admin table td.form). ---------------------------------------------- r20996 | axold | 2009-08-20 12:07:53 +0200 (jeu., 20 août 2009) | 1 line [MOD] Added again the Workspaces menus in DB sqls ---------------------------------------------- r20993 | sept_7 | 2009-08-20 09:56:54 +0200 (jeu., 20 août 2009) | 2 lines [KIL] Hum cache files should NEVER be added to svn... ---------------------------------------------- r20992 | chibaguy | 2009-08-20 09:38:19 +0200 (jeu., 20 août 2009) | 1 line [FIX] Enable superfish dropshadow (thanks luci for figuring this out :-) ), other superfish and topbar improvements. ---------------------------------------------- r20991 | chibaguy | 2009-08-20 07:57:36 +0200 (jeu., 20 août 2009) | 1 line [FIX] Remove unwanted white space in topbar. ---------------------------------------------- r20990 | chibaguy | 2009-08-20 07:11:35 +0200 (jeu., 20 août 2009) | 1 line [NEW] Superfish arrows image was missing. ---------------------------------------------- r20989 | chibaguy | 2009-08-20 06:33:49 +0200 (jeu., 20 août 2009) | 1 line [ENH] Minor improvements in superfish menu (arrow image file for topbar menu, etc.) ---------------------------------------------- r20988 | chealer | 2009-08-20 00:42:27 +0200 (jeu., 20 août 2009) | 2 lines [ENH] change categories module to new module style (modules-doc) ---------------------------------------------- r20987 | chealer | 2009-08-20 00:15:12 +0200 (jeu., 20 août 2009) | 2 lines [MOD] module title defaults to module name (only for new "modules-doc" style modules) ---------------------------------------------- r20986 | sylvieg | 2009-08-20 00:05:34 +0200 (jeu., 20 août 2009) | 1 line [MOD]plugin: userpref to test the current user preference value ---------------------------------------------- r20985 | stojanovim | 2009-08-19 23:56:15 +0200 (mer., 19 août 2009) | 1 line Fixed some tests. Change order of execution as for some reason the db doesn't keep the profile info. Have to check why ... Some tests fail but that's the expected behaviour. ---------------------------------------------- r20984 | luciash | 2009-08-19 23:03:04 +0200 (mer., 19 août 2009) | 1 line [FIX] introducing the previously hidden superfish CSS menu dropshadows ---------------------------------------------- r20983 | chealer | 2009-08-19 22:47:30 +0200 (mer., 19 août 2009) | 2 lines [FIX] HTML special chars escaping on category names ---------------------------------------------- r20982 | chealer | 2009-08-19 22:28:41 +0200 (mer., 19 août 2009) | 2 lines [FIX] HTML special chars escaping on category and category object names ---------------------------------------------- r20980 | sylvieg | 2009-08-19 22:23:43 +0200 (mer., 19 août 2009) | 1 line [FIX]tracker: if empty value print a   onl;y if link on it ---------------------------------------------- r20977 | Jyhem | 2009-08-19 21:34:51 +0200 (mer., 19 août 2009) | 1 line [FIX] Incorrect language (thanks Marc) ---------------------------------------------- r20973 | stojanovim | 2009-08-19 20:54:05 +0200 (mer., 19 août 2009) | 1 line Moved acceptance tests from lib/core/test to lib/test. Fixed some tests, but not all, to be continued ... ---------------------------------------------- r20972 | stojanovim | 2009-08-19 16:44:22 +0200 (mer., 19 août 2009) | 1 line - removed acceptance tests from lib/core ---------------------------------------------- r20971 | chibaguy | 2009-08-19 10:16:42 +0200 (mer., 19 août 2009) | 1 line [FIX] Remove "3.0" from Tiki logo in theme thumbnails. ---------------------------------------------- r20970 | chealer | 2009-08-19 06:28:39 +0200 (mer., 19 août 2009) | 2 lines [ENH] change breadcrumb module to new module style (modules-doc) ---------------------------------------------- r20968 | chealer | 2009-08-19 05:29:51 +0200 (mer., 19 août 2009) | 2 lines [FIX] oops. defined() takes a constant's name, not its value. custom SMARTY_DIR was broken. ---------------------------------------------- r20967 | stojanovim | 2009-08-19 00:48:09 +0200 (mer., 19 août 2009) | 1 line Added some more wiki syntax to the regex. ---------------------------------------------- r20966 | stojanovim | 2009-08-19 00:47:22 +0200 (mer., 19 août 2009) | 1 line Translation Assistant wouldn't show up without this change. ---------------------------------------------- r20964 | axold | 2009-08-18 19:11:10 +0200 (mar., 18 août 2009) | 1 line [MOD] Modified more things in the template ---------------------------------------------- r20961 | axold | 2009-08-18 17:44:43 +0200 (mar., 18 août 2009) | 1 line [MOD] Improvements over tiki-manage-workspaces.tpl ---------------------------------------------- r20959 | sylvieg | 2009-08-18 17:15:35 +0200 (mar., 18 août 2009) | 1 line [FIX]wiki: effectively use the option feature_wiki_1like_redirection ---------------------------------------------- r20954 | jonnybradley | 2009-08-18 16:17:52 +0200 (mar., 18 août 2009) | 2 lines [FIX] Replacing Sylvie's fix from r20927 (apologies - a day of conflicts) ---------------------------------------------- r20953 | sylvieg | 2009-08-18 16:13:55 +0200 (mar., 18 août 2009) | 1 line [FIX]wiki: to have {FLASH} working in article body ---------------------------------------------- r20951 | jonnybradley | 2009-08-18 15:56:46 +0200 (mar., 18 août 2009) | 6 lines [MOD] Now object permissions page can admin "global" perms (formerly known as "group" perms - we now have new group perms such as tiki_p_group_add_member so we need to disambiguate, i think) Not yet connected to the groups admin page or anywhere else. Please test by going to: tiki-objectpermissions.php?objectType=global TODO next Show/hide group columns ---------------------------------------------- r20950 | jonnybradley | 2009-08-18 15:22:37 +0200 (mar., 18 août 2009) | 1 line [FIX] Some uninitialized ldap prefs ---------------------------------------------- r20945 | rlopezs | 2009-08-18 12:35:08 +0200 (mar., 18 août 2009) | 1 line [MOD] a few strings translated to Spanish. Someone in the Spanish forum needed them. ---------------------------------------------- r20942 | chealer | 2009-08-18 05:33:57 +0200 (mar., 18 août 2009) | 3 lines [FIX] SMARTY_DIR was set to a relative path by default Closes: 2589, smarty {debug} function gives PHP error "E_USER_WARNING" ---------------------------------------------- r20935 | chealer | 2009-08-18 02:57:39 +0200 (mar., 18 août 2009) | 2 lines [ENH] change google module to new module style (modules-doc) ---------------------------------------------- r20933 | chealer | 2009-08-18 02:45:17 +0200 (mar., 18 août 2009) | 2 lines [ENH] change adsense module to new module style (modules-doc) ---------------------------------------------- r20930 | sylvieg | 2009-08-17 22:40:26 +0200 (lun., 17 août 2009) | 1 line [FIX]wiki: avoid loop when accessing to a page named 'A B' when a page 'A+B' exists' ---------------------------------------------- r20929 | sylvieg | 2009-08-17 22:31:00 +0200 (lun., 17 août 2009) | 1 line [FIX]wiki: last changed pages back ---------------------------------------------- r20928 | sylvieg | 2009-08-17 22:26:57 +0200 (lun., 17 août 2009) | 1 line [FIX]wiki: Allow html was lost ---------------------------------------------- r20926 | sylvieg | 2009-08-17 21:14:36 +0200 (lun., 17 août 2009) | 1 line [FIX]perm: display perm name (otherwise duplicate with description ---------------------------------------------- r20924 | sylvieg | 2009-08-17 20:50:47 +0200 (lun., 17 août 2009) | 1 line [FIX]tracker: duplicated 'items found' div ---------------------------------------------- r20922 | chibaguy | 2009-08-17 16:51:29 +0200 (lun., 17 août 2009) | 1 line [ENH] Return to using icons for column show|hide (since now theme-specific icons are possible). Todo (by someone with JavaScript know-how): fix continuity of show|hide state after page refreshes (regression bug), and hopefully have separate images for each state similar to menu and module show|hide icons. ---------------------------------------------- r20921 | chibaguy | 2009-08-17 16:47:12 +0200 (lun., 17 août 2009) | 1 line [ENH] Return to using icons for column show|hide (since now theme-specific icons are possible. Also some syncing of layout-reference.css. ---------------------------------------------- r20919 | jonnybradley | 2009-08-17 16:43:58 +0200 (lun., 17 août 2009) | 2 lines [FIX] Increment id (and name) when more than one select all checkpox per page ---------------------------------------------- r20917 | chibaguy | 2009-08-17 15:22:43 +0200 (lun., 17 août 2009) | 1 line [EHN] Topbar custom code div color and background color that work better with the rest of the page. ---------------------------------------------- r20916 | axold | 2009-08-17 15:01:01 +0200 (lun., 17 août 2009) | 1 line [MOD] More little improvements ---------------------------------------------- r20912 | ricks99 | 2009-08-17 14:35:37 +0200 (lun., 17 août 2009) | 1 line [ENH]added support for TITLE attribute of IFRAME element (required for WCAG 1.0 Priority 1) ---------------------------------------------- r20911 | lphuberdeau | 2009-08-17 14:34:09 +0200 (lun., 17 août 2009) | 1 line [MOD] Deploying more filters ---------------------------------------------- r20910 | axold | 2009-08-17 14:04:49 +0200 (lun., 17 août 2009) | 1 line [MOD] Improvements over tiki-manage-workspaces.tpl again ---------------------------------------------- r20908 | mangapower | 2009-08-17 13:25:08 +0200 (lun., 17 août 2009) | 1 line [MOD] wslib don't delete items when uncategorizing them from ws ---------------------------------------------- r20907 | axold | 2009-08-17 12:36:23 +0200 (lun., 17 août 2009) | 1 line [MOD] Improved more the workspaces management ---------------------------------------------- r20906 | Jyhem | 2009-08-17 12:01:30 +0200 (lun., 17 août 2009) | 1 line [ENH] Handle the language files part of the Quicktags -> Toolbars renaming (thanks, JonnyB) ---------------------------------------------- r20905 | lphuberdeau | 2009-08-17 12:00:34 +0200 (lun., 17 août 2009) | 1 line [FIX] Sorry about destroying childhood dreams of even distribution of elements per result page, but this really isn't worth 73000 permission checks and 2000 queries, this will have to be designed, not hacked ---------------------------------------------- r20904 | kissaki | 2009-08-17 03:31:48 +0200 (lun., 17 août 2009) | 1 line [FIX] move class def back up. Did produce an error ---------------------------------------------- r20903 | kissaki | 2009-08-17 03:23:57 +0200 (lun., 17 août 2009) | 1 line [CODE] moved insert command from previous commit 20826 to a fitting position ---------------------------------------------- r20902 | kissaki | 2009-08-17 03:15:13 +0200 (lun., 17 août 2009) | 3 lines [KIL][CODE] removed oracle and sybase traces some more coding style pgsql does seem to install to pgsql (now)… ---------------------------------------------- r20901 | kissaki | 2009-08-17 02:22:39 +0200 (lun., 17 août 2009) | 1 line [code] coding style ---------------------------------------------- r20900 | kissaki | 2009-08-17 02:07:06 +0200 (lun., 17 août 2009) | 2 lines typos, code formatting and style guiding removed obsolete code and comments, plus: added comments ---------------------------------------------- r20898 | lphuberdeau | 2009-08-17 01:14:28 +0200 (lun., 17 août 2009) | 1 line [MOD] Deploy more lesser magic ---------------------------------------------- r20897 | chealer | 2009-08-16 23:11:23 +0200 (dim., 16 août 2009) | 2 lines [FIX] BACKLINKS: thinko for pages sort ---------------------------------------------- r20896 | marclaporte | 2009-08-16 23:07:09 +0200 (dim., 16 août 2009) | 1 line [ENH] Moving __Additional Features__ to dynamic preferences. ---------------------------------------------- r20895 | chealer | 2009-08-16 22:48:42 +0200 (dim., 16 août 2009) | 3 lines [FIX] 2 more cases where DB operating in strict SQL mode would fail to update a page due to version_minor. sorry and thanks again pkdille. ---------------------------------------------- r20894 | lphuberdeau | 2009-08-16 21:09:43 +0200 (dim., 16 août 2009) | 1 line [FIX] Removing %s ---------------------------------------------- r20893 | lphuberdeau | 2009-08-16 20:26:28 +0200 (dim., 16 août 2009) | 1 line [MOD] Deploying lesser magic for global features ---------------------------------------------- r20892 | chealer | 2009-08-16 20:08:15 +0200 (dim., 16 août 2009) | 2 lines [FIX] enforced password change prompted for the user name ---------------------------------------------- r20891 | jonnybradley | 2009-08-16 19:59:57 +0200 (dim., 16 août 2009) | 6 lines [ENH] More on object perms Group inheritance implemeneted on objectperm checkboxes. Link to group object (management) perms from admingroups. Removed redundant "view perms" tab. Other cosmetic changes... ---------------------------------------------- r20890 | chealer | 2009-08-16 19:59:30 +0200 (dim., 16 août 2009) | 2 lines [FIX] "Nécessite des caractères Alpha-numérique" -> "Exiger des caractères alphanumériques" ---------------------------------------------- r20889 | lphuberdeau | 2009-08-16 19:51:51 +0200 (dim., 16 août 2009) | 1 line [FIX] Extra divs not required when CSS can do the trick ---------------------------------------------- r20886 | marclaporte | 2009-08-16 17:46:21 +0200 (dim., 16 août 2009) | 1 line [ENH] Moving feature_categories preference setting to use dynamic preferences http://dev.tikiwiki.org/Dynamic+Preferences This is a great way you can help, yes YOU :-). This operation needs to be deployed hundreds of times. ---------------------------------------------- r20885 | lphuberdeau | 2009-08-16 17:22:31 +0200 (dim., 16 août 2009) | 1 line [ENH] Only handle permissions for enabled features (saves 10-15% on reasonably enabled profile, more on smaller sites) ---------------------------------------------- r20884 | marclaporte | 2009-08-16 16:39:11 +0200 (dim., 16 août 2009) | 1 line [MOD] Restoring side by side preferences ---------------------------------------------- r20883 | lphuberdeau | 2009-08-16 16:21:48 +0200 (dim., 16 août 2009) | 1 line [ENH] Adding a place for standard parameter filters and removing the last call to XSS filtering on every call (an other good speed improvement) ---------------------------------------------- r20882 | lphuberdeau | 2009-08-16 16:10:19 +0200 (dim., 16 août 2009) | 1 line [ENH] More performance improvements ---------------------------------------------- r20881 | marclaporte | 2009-08-16 15:56:13 +0200 (dim., 16 août 2009) | 1 line [ENH] Moving 8 major feature preference settings to use dynamic preferences http://dev.tikiwiki.org/Dynamic+Preferences ---------------------------------------------- r20880 | jonnybradley | 2009-08-16 15:53:23 +0200 (dim., 16 août 2009) | 1 line [ENH] General improvements in Toolbars - editing and deleting custom tools etc ---------------------------------------------- r20878 | lphuberdeau | 2009-08-16 15:11:39 +0200 (dim., 16 août 2009) | 1 line [MOD] Add feedback to dynamic preferences in admin panel ---------------------------------------------- r20877 | lphuberdeau | 2009-08-16 14:43:52 +0200 (dim., 16 août 2009) | 1 line [NEW] Adding dynamic preferences backend and preference search ---------------------------------------------- r20876 | marclaporte | 2009-08-16 14:28:05 +0200 (dim., 16 août 2009) | 1 line [ENH] Add missing icon to PluginCenter ---------------------------------------------- r20872 | Jyhem | 2009-08-16 13:29:35 +0200 (dim., 16 août 2009) | 1 line [FIX] Correct typo: missing space (thanks, Marc Laporte) ---------------------------------------------- r20871 | marclaporte | 2009-08-16 12:22:39 +0200 (dim., 16 août 2009) | 1 line [MOD] remove __Tiki 3.0__ as browsertitle by default on new installs. Let's avoid to show version numbers for security reasons and to avoid risk of forgetting to update a version number. ---------------------------------------------- r20870 | chibaguy | 2009-08-16 12:19:41 +0200 (dim., 16 août 2009) | 1 line [FIX] .flv files weren't playing in Opera and IE. Thanks to luci for the fix. ---------------------------------------------- r20869 | jonnybradley | 2009-08-16 12:15:26 +0200 (dim., 16 août 2009) | 3 lines [KIL] Removed feature_purifier (HTMLPurifier option) Only checked in two places (tikilib: creating or updating wiki pages in html) where it always should be purified surely..? ---------------------------------------------- r20868 | lphuberdeau | 2009-08-16 12:07:34 +0200 (dim., 16 août 2009) | 1 line [ENH] Remove 12 useless calls to the xss filter on every request and gain around 12% performance ---------------------------------------------- r20867 | marclaporte | 2009-08-16 11:53:16 +0200 (dim., 16 août 2009) | 1 line [FIX] fix to avoid having these features being turned off accidentally. ---------------------------------------------- r20866 | lphuberdeau | 2009-08-16 11:39:37 +0200 (dim., 16 août 2009) | 1 line [FIX] Probably all broken, alpha is unlikely to work with colon separated numbers ---------------------------------------------- r20865 | marclaporte | 2009-08-16 11:35:21 +0200 (dim., 16 août 2009) | 1 line [MOD] Changing from __install a profile__ to __apply a profile__ to better convey the message that a profile is more like a coat of paint on an installation, than an installation. ---------------------------------------------- r20864 | marclaporte | 2009-08-16 10:56:02 +0200 (dim., 16 août 2009) | 1 line [MOD] Changing toolbar defaults. sub & sup are less important than flash, html and help. This will still change as the toolbars feature evolves. ---------------------------------------------- r20863 | chibaguy | 2009-08-16 10:54:47 +0200 (dim., 16 août 2009) | 1 line [ENH] Switch table class from normal to normalnoborder, since content-layout columns don't usually have borders. ---------------------------------------------- r20860 | marclaporte | 2009-08-16 09:37:49 +0200 (dim., 16 août 2009) | 1 line [ENH] Adding filters on this plugin to improve performance and security as per http://dev.tikiwiki.org/FilteringBestPractices ---------------------------------------------- r20859 | marclaporte | 2009-08-16 09:30:34 +0200 (dim., 16 août 2009) | 1 line [ENH] Add icons for these plugins. ---------------------------------------------- r20858 | chealer | 2009-08-16 02:24:52 +0200 (dim., 16 août 2009) | 3 lines [FIX] comment was null for a page's latest version. also fix wrong bindvars introduced in last version, oops. hope this don't introduce any new regression ---------------------------------------------- r20857 | marclaporte | 2009-08-15 20:52:27 +0200 (sam., 15 août 2009) | 1 line [FIX] more generic error message. ---------------------------------------------- r20856 | lphuberdeau | 2009-08-15 20:41:58 +0200 (sam., 15 août 2009) | 1 line [ENH] Removing HTML built outside templates ---------------------------------------------- r20855 | marclaporte | 2009-08-15 20:13:22 +0200 (sam., 15 août 2009) | 1 line [FIX] Make the new database error message look more like the old one. The database error message should have been a template since day one to avoid proliferation of html in the code. Feel free to improve the design as this was just a quick fix ---------------------------------------------- r20854 | jonnybradley | 2009-08-15 20:11:25 +0200 (sam., 15 août 2009) | 1 line [ENH] Add jQuery UI Theme select (missed a file) ---------------------------------------------- r20853 | jonnybradley | 2009-08-15 20:10:48 +0200 (sam., 15 août 2009) | 2 lines [ENH] Add jQuery UI Theme select (soon to be used in dialogs etc) ---------------------------------------------- r20852 | lphuberdeau | 2009-08-15 19:55:24 +0200 (sam., 15 août 2009) | 1 line [MOD] Allow to limit the scope of data channels ---------------------------------------------- r20851 | lphuberdeau | 2009-08-15 18:59:10 +0200 (sam., 15 août 2009) | 1 line [MOD] Adding a way to make bold assumptions about the input and save 5% execution time when marking all permissions as global ---------------------------------------------- r20850 | lphuberdeau | 2009-08-15 18:34:34 +0200 (sam., 15 août 2009) | 1 line [ENH] Micro-improvements on functions called a few hundreds of times ---------------------------------------------- r20849 | lphuberdeau | 2009-08-15 17:52:27 +0200 (sam., 15 août 2009) | 1 line [MOD] Deploying filters on img to improve performance and add standardized separator handling to simplify filtering ---------------------------------------------- r20847 | lphuberdeau | 2009-08-15 12:14:00 +0200 (sam., 15 août 2009) | 1 line [FIX] Verify database connectivity correctly and sort out the error display ---------------------------------------------- r20846 | chibaguy | 2009-08-15 07:13:05 +0200 (sam., 15 août 2009) | 1 line [FIX] Added missing fieldset closing tag. ---------------------------------------------- r20845 | chibaguy | 2009-08-15 06:57:44 +0200 (sam., 15 août 2009) | 1 line [NEW] Custom HTML head content pref/textarea on Look and Feel admin page, to enable site admins to add CSS, JS, etc. to their HTML head section without template editing. ---------------------------------------------- r20843 | chealer | 2009-08-15 00:57:30 +0200 (sam., 15 août 2009) | 2 lines [FIX] various special HTML characters escaping fixes for wiki page names ---------------------------------------------- r20842 | chealer | 2009-08-15 00:39:34 +0200 (sam., 15 août 2009) | 2 lines [FIX] wiki_rename_page(): don't escape special characters before storing in DB ---------------------------------------------- r20841 | chealer | 2009-08-14 18:17:54 +0200 (ven., 14 août 2009) | 2 lines [ENH] add category/perspective filtering to get_last_changes() ---------------------------------------------- r20840 | chealer | 2009-08-14 17:06:10 +0200 (ven., 14 août 2009) | 2 lines [ENH] implement category/perspective filter on WANTEDPAGES plugin ---------------------------------------------- r20839 | axold | 2009-08-14 14:56:27 +0200 (ven., 14 août 2009) | 1 line [MOD] Improved more things in WS ---------------------------------------------- r20837 | luciash | 2009-08-14 12:11:21 +0200 (ven., 14 août 2009) | 1 line default jQuery setup for colorbox slideshow ---------------------------------------------- r20836 | luciash | 2009-08-14 12:05:14 +0200 (ven., 14 août 2009) | 1 line [FIX] file galleries: if slideshow_noclose is set, assign it to smarty ---------------------------------------------- r20835 | luciash | 2009-08-14 12:03:22 +0200 (ven., 14 août 2009) | 1 line [MOD] file galleries: use colorbox for slideshow (oops, seems my commit didn't work last time) ---------------------------------------------- r20833 | axold | 2009-08-14 10:57:21 +0200 (ven., 14 août 2009) | 1 line [MOD] Added the ws handler ---------------------------------------------- r20832 | jonnybradley | 2009-08-14 01:48:32 +0200 (ven., 14 août 2009) | 1 line [FIX] Tool editing: Fixed uninitialised array problem (array_merge with a null value results in null - nice) ---------------------------------------------- r20831 | nyloth | 2009-08-13 17:52:28 +0200 (jeu., 13 août 2009) | 1 line [MOD] filegals: call tikilib 'get_file_gallery' method directly when creating a new filegal to handle default values inside tikilib, not in each script ---------------------------------------------- r20830 | nyloth | 2009-08-13 17:48:41 +0200 (jeu., 13 août 2009) | 1 line [FIX] filegals: quickfix main gallery display by using default values from global admin config when a field has a null value in the DB for a gallery ---------------------------------------------- r20829 | jonnybradley | 2009-08-13 17:17:05 +0200 (jeu., 13 août 2009) | 3 lines [ENH] Adding tool editing for toolbars. 50% finished - custom tools saving and loading - needs tool type for non-inline ones ---------------------------------------------- r20828 | pkdille | 2009-08-13 16:40:59 +0200 (jeu., 13 août 2009) | 1 line [FIX] filegals: fix migration script from r20826 ---------------------------------------------- r20827 | jonnybradley | 2009-08-13 16:25:12 +0200 (jeu., 13 août 2009) | 3 lines [MOD] Adding tool editing for toolbars. Not finished - custom tools not saved or loaded yet ---------------------------------------------- r20826 | nyloth | 2009-08-13 16:06:28 +0200 (jeu., 13 août 2009) | 12 lines [MOD] File Galleries: Convert the root gallery (was gallery id '-1') of File Galleries from a fake gallery to a 'real' gallery in the database, in order to allow users to: - upload files directly into the root/main gallery, without having to create a subgallery first (this has mainly been done to reduce the steps needed to quickly upload an image in a wiki page - it should now be easier than the old wiki_up way) - change display properties of the root/main gallery The ID of the main gallery is stored in the pref 'fgal_root_id', because it will be '1' only on new installs. For the moment, the 'fgal_root_id' pref is used when calling functions from the filegallib and not hardcoded/forced inside those functions in order to be able to reuse those functions later for something else. To be more precise, the idea is to make it possible to store, for example, User Files inside the filegals table (in order to factorize code and merge both features). + Also factorize code of modules/mod-file_galleries.php and templates/tiki-list_file_gallery.tpl. Move a lot of code to filegallib in order to do so. ---------------------------------------------- r20824 | axold | 2009-08-13 14:20:46 +0200 (jeu., 13 août 2009) | 1 line [MOD] When you click enable ws, now it enables the ws container ---------------------------------------------- r20819 | jonnybradley | 2009-08-13 13:01:10 +0200 (jeu., 13 août 2009) | 1 line [FIX] Uninitialized var ---------------------------------------------- r20818 | mangapower | 2009-08-13 10:45:42 +0200 (jeu., 13 août 2009) | 1 line [MOD] Minor changes in wslib.php ---------------------------------------------- r20817 | axold | 2009-08-13 10:27:21 +0200 (jeu., 13 août 2009) | 1 line [MOD] Fixed some things in the integration of WS in trunk ---------------------------------------------- r20816 | mangapower | 2009-08-13 09:52:49 +0200 (jeu., 13 août 2009) | 1 line [MOD] Modified wslib.php: now it has it own ws list function, no need to call list_all_categories from categlib.php ---------------------------------------------- r20815 | pkdille | 2009-08-13 09:27:45 +0200 (jeu., 13 août 2009) | 1 line convertsqls.sh following r20790. Thks chealer ---------------------------------------------- r20814 | chealer | 2009-08-13 03:28:35 +0200 (jeu., 13 août 2009) | 2 lines [FIX] "Peut-être vous cherchez" -> "Peut-être cherchez-vous" ---------------------------------------------- r20813 | luciash | 2009-08-12 22:30:33 +0200 (mer., 12 août 2009) | 1 line fixed an extra closing div ---------------------------------------------- r20812 | jonnybradley | 2009-08-12 19:48:28 +0200 (mer., 12 août 2009) | 2 lines [ENH] Moved debugger console to a smarty function and fixed it up a bit. Enjoy! ---------------------------------------------- r20810 | chealer | 2009-08-12 18:36:34 +0200 (mer., 12 août 2009) | 3 lines [FIX] the FIX; r20710 broke page creation and edition for some DB configurations. Sorry and thanks to Pascal Kustner for reporting and debugging. ---------------------------------------------- r20809 | mangapower | 2009-08-12 16:52:19 +0200 (mer., 12 août 2009) | 1 line [MOD] Added rootCategId in tiki_categories and added WS perms ---------------------------------------------- r20808 | jonnybradley | 2009-08-12 16:44:46 +0200 (mer., 12 août 2009) | 4 lines [MOD] Add a way for headerlib to tell the calling code if it's already done it's output. If so it returns the <script> tag. Added a little filter box to the error display - i know we shouldn't have so many, but i thought a tool to help just see "your" ones might help... ---------------------------------------------- r20807 | jonnybradley | 2009-08-12 15:35:03 +0200 (mer., 12 août 2009) | 2 lines [FIX] Correct (if unused) param for a Smarty function ---------------------------------------------- r20806 | jonnybradley | 2009-08-12 13:17:46 +0200 (mer., 12 août 2009) | 1 line [SVN] Add Id keyword ---------------------------------------------- r20805 | jonnybradley | 2009-08-12 13:17:20 +0200 (mer., 12 août 2009) | 3 lines [MOD] Indenting (mainly) - couple of <br />s removed and one set of curly brackets added. No functional change - i have treble-checked and tested with every edit feature i can find, but please look out for any typo's. ---------------------------------------------- r20804 | jonnybradley | 2009-08-12 13:05:33 +0200 (mer., 12 août 2009) | 2 lines [FIX] Notices (remove unused params) ---------------------------------------------- r20803 | jonnybradley | 2009-08-12 13:03:25 +0200 (mer., 12 août 2009) | 3 lines [FIX] Use padding not margin in FCKEditor text area (prevents black border in Strasa for instance) ---------------------------------------------- r20802 | jonnybradley | 2009-08-12 12:58:29 +0200 (mer., 12 août 2009) | 4 lines [ENH] Add filegals image picker tool to WYSIWYG toolbar. Note: This seems to cause a javascript error from FCKEditor: 'Unknown toolbar item "tikiimage"' but it was doing this before - needs fixing (i have tried) ---------------------------------------------- r20801 | axold | 2009-08-12 12:55:56 +0200 (mer., 12 août 2009) | 1 line [MOD] Created a basic icon for WS, and some additions to others files ---------------------------------------------- r20800 | jonnybradley | 2009-08-12 12:19:48 +0200 (mer., 12 août 2009) | 1 line [ENH] Added filegals image picker tool ---------------------------------------------- r20799 | axold | 2009-08-12 11:52:34 +0200 (mer., 12 août 2009) | 1 line [MOD] Added the Workspaces menu in SQL for manage Workspaces ---------------------------------------------- r20798 | pkdille | 2009-08-12 11:21:08 +0200 (mer., 12 août 2009) | 1 line [MOD] admin forums : deploy tabset/tab to this template. BTW, move some select to smarty function html_options. ---------------------------------------------- r20797 | mangapower | 2009-08-12 10:47:20 +0200 (mer., 12 août 2009) | 1 line [ADD] Added WS GUI. With this the WS management via GUI is possible, but still need some modifications in order to use it ---------------------------------------------- r20796 | axold | 2009-08-12 10:35:06 +0200 (mer., 12 août 2009) | 1 line [NEW] Added the workspaces lib to the trunk. This library needs some modifications to work properly with the newest changes that tiki had in the last Tikifest ---------------------------------------------- r20795 | pkdille | 2009-08-11 21:47:49 +0200 (mar., 11 août 2009) | 1 line [MOD] quizzes: deploy tabset/tab to this templates ---------------------------------------------- r20794 | jonnybradley | 2009-08-11 20:42:28 +0200 (mar., 11 août 2009) | 3 lines [ENH] Added section_comments_parse pref and checkbox on textarea admin (meaning all sections apart from forums which retains it's old pref) ---------------------------------------------- r20792 | jonnybradley | 2009-08-11 19:29:34 +0200 (mar., 11 août 2009) | 2 lines [MOD] QuickTags to Toolbars: The big renaming ceremony! Note: Removed 'quicktags_over_textarea' pref behaviour. This was broken by the pref renaming - i'm sure this has been discussed and was agred to be an unnecessary overhead to maintain. Toolbars can now only be above the edit area as is consistant with convention. ---------------------------------------------- r20790 | pkdille | 2009-08-11 18:02:20 +0200 (mar., 11 août 2009) | 1 line [FIX] admin_quizzes: remove nVersion field which was unused and, as declared as NOT NULL, gave some problems during quizzes saving ---------------------------------------------- r20789 | jonnybradley | 2009-08-11 17:19:29 +0200 (mar., 11 août 2009) | 3 lines [FIX] Look and feel preview/drop down handler fixed Another shadowbox reference removed - commented out as a similar colorbox one will probably be required ---------------------------------------------- r20788 | pkdille | 2009-08-11 16:44:22 +0200 (mar., 11 août 2009) | 1 line [MOD] surveys: deploy tabset/tab to this templates ---------------------------------------------- r20787 | jonnybradley | 2009-08-11 16:03:31 +0200 (mar., 11 août 2009) | 3 lines [MOD] Removing lib/jquery so as to replace it with an external link to third_party/jquery Change properties on /lib to include the external ---------------------------------------------- r20786 | jonnybradley | 2009-08-11 15:54:11 +0200 (mar., 11 août 2009) | 2 lines [MOD] Removing lib/jquery so as to replace it with an external link to third_party/jquery Last one?!? ---------------------------------------------- r20785 | jonnybradley | 2009-08-11 15:51:18 +0200 (mar., 11 août 2009) | 2 lines [MOD] Removing lib/jquery so as to replace it with an external link to third_party/jquery Penultimate one, i hope! ---------------------------------------------- r20784 | jonnybradley | 2009-08-11 15:32:49 +0200 (mar., 11 août 2009) | 3 lines [MOD] Removing lib/jquery so as to replace it with an external link to third_party/jquery Last one? (unlikely) ---------------------------------------------- r20783 | jonnybradley | 2009-08-11 15:30:36 +0200 (mar., 11 août 2009) | 2 lines [MOD] Removing lib/jquery so as to replace it with an external link to third_party/jquery more... ---------------------------------------------- r20782 | jonnybradley | 2009-08-11 15:26:35 +0200 (mar., 11 août 2009) | 2 lines [MOD] take 94 - Removing lib/jquery so as to replace it with an external link to third_party/jquery Much like pulling teeth... ---------------------------------------------- r20781 | jonnybradley | 2009-08-11 15:14:09 +0200 (mar., 11 août 2009) | 2 lines [MOD] take 8 - Removing lib/jquery so as to replace it with an external link to third_party/jquery Try one by one... ---------------------------------------------- r20779 | jonnybradley | 2009-08-11 15:10:12 +0200 (mar., 11 août 2009) | 2 lines [MOD] take 6 - Removing lib/jquery so as to replace it with an external link to third_party/jquery Try one by one... ---------------------------------------------- r20778 | jonnybradley | 2009-08-11 15:09:28 +0200 (mar., 11 août 2009) | 2 lines [MOD] take 5 - Removing lib/jquery so as to replace it with an external link to third_party/jquery Try one by one... ---------------------------------------------- r20777 | jonnybradley | 2009-08-11 14:57:58 +0200 (mar., 11 août 2009) | 3 lines [MOD] Removing lib/jquery so as to replace it with an external link to third_party/jquery Might be bumpy for the next hour or so if SVN puts up (even more of) a fight... ---------------------------------------------- r20776 | sampaioprimo | 2009-08-11 14:31:04 +0200 (mar., 11 août 2009) | 2 lines [ENH] Tiki Importer: adding max_execution_time and apache's timeout to the list of relevant settings ---------------------------------------------- r20774 | sampaioprimo | 2009-08-11 12:05:33 +0200 (mar., 11 août 2009) | 2 lines [ENH] Tiki Importer: display error messages in a separate text area ---------------------------------------------- r20773 | chibaguy | 2009-08-11 10:09:43 +0200 (mar., 11 août 2009) | 1 line [ENH] Improved appearance and method for default HomePage on new install (admin view, en, ca, es) by replacing SPLIT with floated DIVs; DIV wikiplugin activated in default installation. ---------------------------------------------- r20772 | chibaguy | 2009-08-11 09:40:23 +0200 (mar., 11 août 2009) | 1 line [FIX} !important needed after selector moved up in file. ---------------------------------------------- r20771 | chibaguy | 2009-08-11 07:31:57 +0200 (mar., 11 août 2009) | 1 line [FIX]Position module- and menu-toggle icons absolutely to prevent module contents from moving during mouse hover. Give global percentage size to select in side columns in layout.css (since it nearly always needs to be specified) and remove from theme files. ---------------------------------------------- r20770 | jonnybradley | 2009-08-11 01:17:33 +0200 (mar., 11 août 2009) | 6 lines [ENH] Still called QuickTags, but many other improvements (more toolbars revamp) Split list of text and plugin tools on admin Fix textarea resize Fixed layout issues with pickers (smilies and special chars) Removed some redundant comments ---------------------------------------------- r20768 | jonnybradley | 2009-08-10 21:10:11 +0200 (lun., 10 août 2009) | 3 lines [FIX] Validate users (from the admin users list and email) Also fixed PDO not liking ? param placeholders without spaces around them (e.g. called from remove_user) ---------------------------------------------- r20767 | sampaioprimo | 2009-08-10 20:16:29 +0200 (lun., 10 août 2009) | 2 lines [FIX] Tests for the method downloadAttachment() don't depend on pre existent local files ---------------------------------------------- r20766 | sampaioprimo | 2009-08-10 19:35:39 +0200 (lun., 10 août 2009) | 2 lines [ENH] add default value for number of wiki page revisions to import on Tiki Importer ---------------------------------------------- r20764 | sampaioprimo | 2009-08-10 19:23:01 +0200 (lun., 10 août 2009) | 2 lines [FIX] right output when not able to import attachment on Tiki Importer ---------------------------------------------- r20763 | jonnybradley | 2009-08-10 19:09:19 +0200 (lun., 10 août 2009) | 1 line [FIX] Missed out part of the "off" state for admbox buttons in previous commit ---------------------------------------------- r20762 | jonnybradley | 2009-08-10 18:52:18 +0200 (lun., 10 août 2009) | 4 lines [FIX] Batch upload zip had gone bad. Updating pclzip lib (and moved to third_party) and changed references. Small fix for call to process_batch_file_upload() with no description. ---------------------------------------------- r20761 | jonnybradley | 2009-08-10 18:43:53 +0200 (lun., 10 août 2009) | 1 line [MOD] Add external ref to pclzip ---------------------------------------------- r20758 | jonnybradley | 2009-08-10 17:29:05 +0200 (lun., 10 août 2009) | 3 lines [MOD] Simplify and rationalize admin css. Mostly moved from layout.css to admin.css. ---------------------------------------------- r20757 | jonnybradley | 2009-08-10 17:23:20 +0200 (lun., 10 août 2009) | 1 line [FIX] Remove a couple of unused references to shadowbox ---------------------------------------------- r20756 | sampaioprimo | 2009-08-10 17:22:41 +0200 (lun., 10 août 2009) | 2 lines Changing Text_Wiki svn:externals URL to use Tiki third_party repository ---------------------------------------------- r20754 | chibaguy | 2009-08-10 15:12:40 +0200 (lun., 10 août 2009) | 1 line [FIX] Syncing layout-reference.css with layout.css. ---------------------------------------------- r20753 | chibaguy | 2009-08-10 13:55:00 +0200 (lun., 10 août 2009) | 1 line [ENH] Coelesce IE rule moved to its own file. ---------------------------------------------- r20752 | chibaguy | 2009-08-10 13:53:38 +0200 (lun., 10 août 2009) | 1 line [ENH] Move CSS for random image from inline to layout.css, to enable styling. ---------------------------------------------- r20750 | chibaguy | 2009-08-10 12:56:02 +0200 (lun., 10 août 2009) | 1 line [ENH] Redundant rules (vis-à-vis layout.css) removed. ---------------------------------------------- r20749 | chibaguy | 2009-08-10 12:37:36 +0200 (lun., 10 août 2009) | 1 line [FIX] Misplaced '!important' caused font color errors in Opera and validation errors. ---------------------------------------------- r20748 | sampaioprimo | 2009-08-10 12:35:50 +0200 (lun., 10 août 2009) | 2 lines Tiki Importer tests using Text_Wiki package distributed with Tiki ---------------------------------------------- r20746 | sampaioprimo | 2009-08-10 12:08:23 +0200 (lun., 10 août 2009) | 2 lines Fix some undefined variable warnings ---------------------------------------------- r20744 | chibaguy | 2009-08-10 11:54:35 +0200 (lun., 10 août 2009) | 1 line [MOD] Obsolete selectors removed. ---------------------------------------------- r20742 | chibaguy | 2009-08-10 09:47:11 +0200 (lun., 10 août 2009) | 1 line [ENH] Strasa theme modified to import layout.css (redundant rules removed, and IE6 rule moved to its own files). ---------------------------------------------- r20741 | chibaguy | 2009-08-10 07:03:09 +0200 (lun., 10 août 2009) | 1 line [FIX] Center icons in boxes on tiki-admin.php (missed in conversion to import layout.css). ---------------------------------------------- r20737 | sept_7 | 2009-08-09 17:20:17 +0200 (dim., 09 août 2009) | 2 lines [ENH] allow to deactivate the autoreload by adding a checkbox... ---------------------------------------------- r20735 | lphuberdeau | 2009-08-09 16:37:36 +0200 (dim., 09 août 2009) | 1 line [ENH] Adding more space in string length ---------------------------------------------- r20733 | sept_7 | 2009-08-09 16:32:29 +0200 (dim., 09 août 2009) | 3 lines [ENH] a Xavi special ! Add, well readd the wikiplugin CALENDAR to include calendars in a page... ---------------------------------------------- r20732 | chealer | 2009-08-09 16:23:28 +0200 (dim., 09 août 2009) | 2 lines [FIX] don't escape page names twice. oops ---------------------------------------------- r20731 | lphuberdeau | 2009-08-09 15:55:18 +0200 (dim., 09 août 2009) | 1 line [FIX] Data-channels did not preserve previous ones ---------------------------------------------- r20722 | chealer | 2009-08-09 13:45:12 +0200 (dim., 09 août 2009) | 2 lines [ENH] remove function get_random_pages($n), deprecated in favor of list_pages(0, $n, "random", '', '', true, true) ---------------------------------------------- r20721 | chealer | 2009-08-09 13:41:27 +0200 (dim., 09 août 2009) | 5 lines [MOD] implement category/perspective filtering in mod-random_pages collateral benefits: [FIX] number of pages can (randomly) be below the requested number [MOD] implements WYSIWYCA regression: much less performant ---------------------------------------------- r20720 | chealer | 2009-08-09 12:41:56 +0200 (dim., 09 août 2009) | 2 lines [MOD] implement category/perspective filtering in mod-top_pages ---------------------------------------------- r20719 | chealer | 2009-08-09 12:40:15 +0200 (dim., 09 août 2009) | 2 lines [ENH] reduce categ code, looks like I made things more complicated than they need to be ---------------------------------------------- r20718 | chealer | 2009-08-09 12:35:27 +0200 (dim., 09 août 2009) | 2 lines move get_jail() from categlib to tikilib ---------------------------------------------- r20716 | chealer | 2009-08-09 12:28:08 +0200 (dim., 09 août 2009) | 2 lines [FIX] wiki_ranking_top_pages() returned duplicate rows for pages belonging to multiple categories when passing an array with several entries as $categ ---------------------------------------------- r20712 | kissaki | 2009-08-08 20:29:59 +0200 (sam., 08 août 2009) | 3 lines rename convertscripts to fit version numbers and make them better readable remove oracle and sybase from conversation scripts, nobody is doing them right now made a php file with tikiversion so on version change not ever script has to be edited ---------------------------------------------- r20711 | chealer | 2009-08-08 20:26:33 +0200 (sam., 08 août 2009) | 2 lines ["FIX"] remove support for filtering minor edits, which has broken for a long time (see bug 2257) ---------------------------------------------- r20710 | chealer | 2009-08-08 20:22:39 +0200 (sam., 08 août 2009) | 3 lines [FIX] actually fix minor modifications (current page version isn't in tiki_history) introduces DB field tiki_pages.version_minor ---------------------------------------------- r20709 | chealer | 2009-08-08 20:17:47 +0200 (sam., 08 août 2009) | 2 lines [FIX] disable conversion to sybase ---------------------------------------------- r20708 | chealer | 2009-08-08 20:13:11 +0200 (sam., 08 août 2009) | 2 lines [FIX] disable conversion to oci8 (Oracle) ---------------------------------------------- r20706 | kissaki | 2009-08-08 19:59:17 +0200 (sam., 08 août 2009) | 2 lines pgsql conversation script – finally works ---------------------------------------------- r20705 | chealer | 2009-08-08 19:50:13 +0200 (sam., 08 août 2009) | 2 lines If not running from db/convertscripts/, explain the problem instead of failing everywhere ---------------------------------------------- r20703 | kissaki | 2009-08-08 18:37:12 +0200 (sam., 08 août 2009) | 1 line pgsql conversation ---------------------------------------------- r20702 | kissaki | 2009-08-08 17:22:00 +0200 (sam., 08 août 2009) | 1 line pgsql conversion script: more work. Getting closer ---------------------------------------------- r20697 | sept_7 | 2009-08-08 15:39:42 +0200 (sam., 08 août 2009) | 3 lines [EHN] better layout of the quickatgs^WToolbar admin page... please give some feedback if it is not ok. ---------------------------------------------- r20696 | kissaki | 2009-08-08 15:14:39 +0200 (sam., 08 août 2009) | 1 line work on pgsql conversion ---------------------------------------------- r20694 | sept_7 | 2009-08-08 14:31:39 +0200 (sam., 08 août 2009) | 4 lines [ENH] fix some displayed pb with add rows, add a Reset to Global to clear the toolbar and use the one defined in the global section... Marc should be happy :D ---------------------------------------------- r20692 | sept_7 | 2009-08-08 14:13:37 +0200 (sam., 08 août 2009) | 3 lines [EHN] Toolbar rework to generate the page in smarty and not in php+javascript, so the page now loads many times faster ;p ---------------------------------------------- r20691 | sept_7 | 2009-08-08 12:42:34 +0200 (sam., 08 août 2009) | 2 lines [KIL] delete this template as it is no more in use... ---------------------------------------------- r20690 | sept_7 | 2009-08-08 12:40:16 +0200 (sam., 08 août 2009) | 2 lines [MOD] delete specific smileys box/selector as we have the new ToolBar now ! ;p ---------------------------------------------- r20688 | sept_7 | 2009-08-08 12:02:15 +0200 (sam., 08 août 2009) | 2 lines [FIX] fix toolbars as jonny just left+ some notices ---------------------------------------------- r20687 | sylvieg | 2009-08-08 11:34:06 +0200 (sam., 08 août 2009) | 1 line [FIX]tracker: replace image only if field id non empty ---------------------------------------------- r20686 | lphuberdeau | 2009-08-08 11:15:48 +0200 (sam., 08 août 2009) | 1 line [NEW] Perspective filter ---------------------------------------------- r20685 | lphuberdeau | 2009-08-08 11:08:41 +0200 (sam., 08 août 2009) | 1 line [FIX] Review of permission deployment revealed a few mistakes and omissions ---------------------------------------------- r20682 | sept_7 | 2009-08-07 21:14:22 +0200 (ven., 07 août 2009) | 3 lines [FIX] Fix Calendar viewing of events now works and partially rollback 20674 for the tpl part. ---------------------------------------------- r20681 | jonnybradley | 2009-08-07 20:54:57 +0200 (ven., 07 août 2009) | 2 lines [FIX] Stop feature_jquery being turned off if javascript_enabled ---------------------------------------------- r20679 | jonnybradley | 2009-08-07 20:39:56 +0200 (ven., 07 août 2009) | 2 lines [FIX] A few cosmetic/layout/usability fixes for toolbars ---------------------------------------------- r20678 | sept_7 | 2009-08-07 20:35:56 +0200 (ven., 07 août 2009) | 3 lines [EHN] Add some more method to add or insert stuff to the ToolBar... Well QuickTags for now :D ---------------------------------------------- r20677 | jonnybradley | 2009-08-07 20:24:16 +0200 (ven., 07 août 2009) | 9 lines [NEW] Toolbars revamp from coe branch Manual merge, so possibly a few more bits to come - such as: TODO: Rename quicktags to toolbars (coming very soon) Find/make missing icons Check no javascript behaviour Create database upgrade script Test test test! ---------------------------------------------- r20676 | chealer | 2009-08-07 19:25:28 +0200 (ven., 07 août 2009) | 2 lines [FIX] minor modification attribute not stored in DB (bug 2667). function last_major_pages ---------------------------------------------- r20675 | jonnybradley | 2009-08-07 18:38:25 +0200 (ven., 07 août 2009) | 2 lines [NEW] Images for new toolbars (more coming soon...) ---------------------------------------------- r20674 | mangapower | 2009-08-07 18:03:43 +0200 (ven., 07 août 2009) | 1 line [FIX] Fixed bug with calendar events and minor problems with calendars. GUI need to be re-designed (jQuery is good option) ---------------------------------------------- r20673 | lphuberdeau | 2009-08-07 18:01:40 +0200 (ven., 07 août 2009) | 1 line [NEW] Category transition module ---------------------------------------------- r20670 | jonnybradley | 2009-08-07 17:48:42 +0200 (ven., 07 août 2009) | 2 lines [MOD] Use cssmenus instead of phplayersmenu by default (on new installs) ---------------------------------------------- r20669 | sylvieg | 2009-08-07 17:45:48 +0200 (ven., 07 août 2009) | 1 line [MOD]tabse: option toggle=n not to show the toggle ---------------------------------------------- r20668 | Jyhem | 2009-08-07 17:44:13 +0200 (ven., 07 août 2009) | 1 line [FIX] Typo translation (thanks Marc) ---------------------------------------------- r20667 | sampaioprimo | 2009-08-07 17:24:32 +0200 (ven., 07 août 2009) | 2 lines [ENH] add option to force user to change password at first login on user batch upload ---------------------------------------------- r20662 | sylvieg | 2009-08-07 16:42:07 +0200 (ven., 07 août 2009) | 1 line [MOD]stat: support for articles and for view (see doc.tw) ---------------------------------------------- r20661 | jonnybradley | 2009-08-07 16:23:07 +0200 (ven., 07 août 2009) | 4 lines [KIL] Removerd overlib.js and some references. Altered {popup_init} so file not loaded for now (TODO remove the 50+ uses of it in tpls) Previously added override fn in tiki-jquery.js to hijack overlib calls and create ClueTip tooltips instead. ---------------------------------------------- r20660 | lphuberdeau | 2009-08-07 16:10:41 +0200 (ven., 07 août 2009) | 1 line [FIX] Oops, those are 0 indexed ---------------------------------------------- r20659 | lphuberdeau | 2009-08-07 16:06:43 +0200 (ven., 07 août 2009) | 1 line [FIX] Unit test bootstrapping ---------------------------------------------- r20657 | chealer | 2009-08-07 15:56:04 +0200 (ven., 07 août 2009) | 2 lines [FIX] "Q" and "A" don't have very general translations. get rid of these (just adapted tiki-view_faq) ---------------------------------------------- r20656 | chealer | 2009-08-07 15:49:10 +0200 (ven., 07 août 2009) | 2 lines change "Q" to "Question" to avoid issues translation "Q". Same thing for "A" and "Answer". ---------------------------------------------- r20655 | lphuberdeau | 2009-08-07 15:39:29 +0200 (ven., 07 août 2009) | 1 line [NEW] Support for group transitions (interface through memberlist plugin for now) ---------------------------------------------- r20650 | jonnybradley | 2009-08-07 13:41:40 +0200 (ven., 07 août 2009) | 3 lines [FIX] Add better mimetype setting to other file downloads TODO - REFACTOR! (apologies, no time now) ---------------------------------------------- r20649 | jonnybradley | 2009-08-07 13:39:43 +0200 (ven., 07 août 2009) | 2 lines [FIX] Add better mimetype setting to file downloads (and item attachments) ---------------------------------------------- r20647 | xavidp | 2009-08-07 13:34:48 +0200 (ven., 07 août 2009) | 1 line [MOD] enable tracker items attachments to be shown inline when they are text files (.txt, .csv, ...) and the user adds the param '&display' to the url. To be used also with PluginR. Thanks luci and jonny ---------------------------------------------- r20646 | luciash | 2009-08-07 13:24:42 +0200 (ven., 07 août 2009) | 1 line [ENH] fgal edit display properties: when preference disabled globally, show message and or/link to global admin ---------------------------------------------- r20645 | lphuberdeau | 2009-08-07 13:03:52 +0200 (ven., 07 août 2009) | 1 line [MOD] Upgrade ZF to latest version ---------------------------------------------- r20644 | chealer | 2009-08-07 13:03:11 +0200 (ven., 07 août 2009) | 4 lines implement support for filtering current categories (workspace). filtering is currently done, but there is no consensus on this. we probably want an option to take the current perspective into account or not. objectlib: Add get_object_ids (Returns an array containing the object ids of objects of the same type.) categlib: Add filter_objects_categories (Returns the passed $objects present in any of the passed $categories.) ---------------------------------------------- r20643 | jonnybradley | 2009-08-07 12:47:43 +0200 (ven., 07 août 2009) | 5 lines [MOD] jQuery now on by default - woo! Removed admin checkbox and some unnecessary checks for the feature. TODO: Other checks for feature_jquery need to be removed or replaced with check for javascript_enabled (and corresponding noscript content generated where necessary. ---------------------------------------------- r20642 | chealer | 2009-08-07 12:01:11 +0200 (ven., 07 août 2009) | 2 lines [DOC] pretty good description for a few functions ---------------------------------------------- r20641 | jonnybradley | 2009-08-07 11:56:29 +0200 (ven., 07 août 2009) | 1 line [MOD] More mimetype checking and use of mimetypes.php list ---------------------------------------------- r20640 | jonnybradley | 2009-08-07 11:08:52 +0200 (ven., 07 août 2009) | 3 lines [KIL] Removed pointless feature_swfobj and usages swfobject.js is included automatically by tikilib->embed_flash() ---------------------------------------------- r20639 | jonnybradley | 2009-08-07 11:05:31 +0200 (ven., 07 août 2009) | 4 lines [MOD] Upgrade jQuery from experimental Minor upgrade for webmail to "seems ok" Removed pointless swfobj checkbox (pref to be removed next) ---------------------------------------------- r20638 | lphuberdeau | 2009-08-07 10:18:49 +0200 (ven., 07 août 2009) | 1 line [FIX] Filtering also caused non-sequential IDs, causing problems in different situations ---------------------------------------------- r20637 | lphuberdeau | 2009-08-07 10:15:26 +0200 (ven., 07 août 2009) | 1 line [FIX] Function returned non-sequential keys causing trouble when used to bind variables ---------------------------------------------- r20636 | kissaki | 2009-08-07 03:12:12 +0200 (ven., 07 août 2009) | 1 line pgsql some more and converted ---------------------------------------------- r20635 | kissaki | 2009-08-07 03:04:20 +0200 (ven., 07 août 2009) | 1 line pgsql conv: fix key to index ---------------------------------------------- r20634 | kissaki | 2009-08-07 03:00:58 +0200 (ven., 07 août 2009) | 1 line pgsql: more work ---------------------------------------------- r20633 | kissaki | 2009-08-07 02:21:23 +0200 (ven., 07 août 2009) | 2 lines pgsql convert script updated +some other, smaller things ---------------------------------------------- r20630 | jonnybradley | 2009-08-06 17:57:38 +0200 (jeu., 06 août 2009) | 3 lines [ENH] Don't collapse treetable sections if there are only "a few" of them. Improved feedback on other perms applying to objects ---------------------------------------------- r20629 | jonnybradley | 2009-08-06 17:52:08 +0200 (jeu., 06 août 2009) | 2 lines [MOD] Small improvements to rbox (remarksboxes) ---------------------------------------------- r20628 | jonnybradley | 2009-08-06 16:35:05 +0200 (jeu., 06 août 2009) | 2 lines [FIX] Remove some hard-coded latin collation settings (corresponding change to tiki.sql etc went in with last commit, apologies) ---------------------------------------------- r20627 | jonnybradley | 2009-08-06 16:33:23 +0200 (jeu., 06 août 2009) | 3 lines [ENH] Optionally only show perms for enabled features in object permissions list Some notices ---------------------------------------------- r20626 | sylvieg | 2009-08-06 16:11:38 +0200 (jeu., 06 août 2009) | 1 line [FIX]blog fix jail + jail for list_trackers ---------------------------------------------- r20625 | lphuberdeau | 2009-08-06 15:44:58 +0200 (jeu., 06 août 2009) | 1 line [FIX] Occasional query error when no categories remain after filtering (applying fix on other similar queries) ---------------------------------------------- r20624 | lphuberdeau | 2009-08-06 15:41:22 +0200 (jeu., 06 août 2009) | 1 line [FIX] Occasional query error when no categories remain after filtering ---------------------------------------------- r20623 | lphuberdeau | 2009-08-06 15:39:04 +0200 (jeu., 06 août 2009) | 1 line [MOD] Adding feedback for addition of user in group on autojoin ---------------------------------------------- r20622 | jonnybradley | 2009-08-06 15:36:49 +0200 (jeu., 06 août 2009) | 3 lines [FIX] Remove (pointless) mysql specific # comment (my bad: remember to use '--...' or '/* ... */' syntax instead) ---------------------------------------------- r20621 | lphuberdeau | 2009-08-06 15:15:43 +0200 (jeu., 06 août 2009) | 1 line [MOD] Allow auto-join on groups at profile execution ---------------------------------------------- r20620 | lphuberdeau | 2009-08-06 14:30:49 +0200 (jeu., 06 août 2009) | 1 line [NEW] Allow delegation of member management ---------------------------------------------- r20619 | jonnybradley | 2009-08-06 13:34:50 +0200 (jeu., 06 août 2009) | 2 lines [MOD] Renamed Strasa option - why be cold when you can be cool? ---------------------------------------------- r20618 | jonnybradley | 2009-08-06 12:57:15 +0200 (jeu., 06 août 2009) | 4 lines [KIL] Backups remanents This was mostly removed a long time ago, but these bits seemed to be left over. Please double-check that the tiki-replicate_console and tiki-replicate were also orphaned by the removal of lib/backups/backupslib.php - i cannot find any other references to these files other than via tiki-remote_backup. ---------------------------------------------- r20617 | jonnybradley | 2009-08-06 12:37:58 +0200 (jeu., 06 août 2009) | 1 line [KIL] Aqua tabs (lib/tabs was never used) ---------------------------------------------- r20616 | lphuberdeau | 2009-08-06 12:30:52 +0200 (jeu., 06 août 2009) | 1 line [MOD] Add support for dynamic group names from profiles and multiple fixes ---------------------------------------------- r20615 | jonnybradley | 2009-08-06 12:28:15 +0200 (jeu., 06 août 2009) | 3 lines [KIL] Removed: Charts feature - chartlib, tiki_charts, feature_charts etc Again, tables (4 of them) not created in new installs but not removed in updates - just in case ---------------------------------------------- r20613 | lphuberdeau | 2009-08-06 11:00:06 +0200 (jeu., 06 août 2009) | 1 line [NEW] Data channel profile handler ---------------------------------------------- r20612 | lphuberdeau | 2009-08-06 10:31:00 +0200 (jeu., 06 août 2009) | 1 line [KIL] No longer used ---------------------------------------------- r20610 | sylvieg | 2009-08-06 00:21:25 +0200 (jeu., 06 août 2009) | 1 line [FIX]smarty: url smarty variable conflit with last_changes module ---------------------------------------------- r20608 | jonnybradley | 2009-08-05 21:51:49 +0200 (mer., 05 août 2009) | 4 lines [KIL] Remove jgraphpad - a.k.a. "drawings" Database table not removed from updates to preserve any existing data (but not created on a new install) ---------------------------------------------- r20607 | lphuberdeau | 2009-08-05 21:03:44 +0200 (mer., 05 août 2009) | 1 line [KIL] Newsreader ---------------------------------------------- r20606 | jonnybradley | 2009-08-05 20:40:40 +0200 (mer., 05 août 2009) | 1 line [KIL] Games (database) ---------------------------------------------- r20605 | lphuberdeau | 2009-08-05 20:32:09 +0200 (mer., 05 août 2009) | 1 line [KIL] Games ---------------------------------------------- r20603 | jonnybradley | 2009-08-05 20:15:18 +0200 (mer., 05 août 2009) | 1 line [MOD] Lighter table headings backgrounds ---------------------------------------------- r20602 | sept_7 | 2009-08-05 20:12:00 +0200 (mer., 05 août 2009) | 2 lines [FIX] typo ? please jail master ? ---------------------------------------------- r20601 | lphuberdeau | 2009-08-05 20:02:42 +0200 (mer., 05 août 2009) | 1 line [FIX] Convertscripts ---------------------------------------------- r20600 | luciash | 2009-08-05 20:01:30 +0200 (mer., 05 août 2009) | 1 line [KIL] due to stuck-in at old version of shadowbox (latest version is not LGPL compatible) shadowbox replaced by colorbox ---------------------------------------------- r20599 | lphuberdeau | 2009-08-05 19:59:37 +0200 (mer., 05 août 2009) | 1 line [FIX] Failure detected when no results returned and removing extra bind insanity ---------------------------------------------- r20598 | jonnybradley | 2009-08-05 19:56:04 +0200 (mer., 05 août 2009) | 2 lines [FIX] Missing field on tiki_webmail_contacts_fields ---------------------------------------------- r20597 | luciash | 2009-08-05 19:55:21 +0200 (mer., 05 août 2009) | 1 line [DEL] shadowbox replaced by colorbox (more info see http://colorpowered.com/colorbox/) ---------------------------------------------- r20596 | lphuberdeau | 2009-08-05 19:55:11 +0200 (mer., 05 août 2009) | 1 line [KIL] mootab? ---------------------------------------------- r20595 | jonnybradley | 2009-08-05 19:43:18 +0200 (mer., 05 août 2009) | 2 lines [KIL] Part two of mootools removal ---------------------------------------------- r20594 | luciash | 2009-08-05 19:41:41 +0200 (mer., 05 août 2009) | 1 line [MOD] colorbox implementation and setup (shadowbox replacement) ---------------------------------------------- r20593 | luciash | 2009-08-05 19:39:07 +0200 (mer., 05 août 2009) | 1 line [NEW] a colorbox style and images ---------------------------------------------- r20592 | lphuberdeau | 2009-08-05 19:35:47 +0200 (mer., 05 août 2009) | 1 line [KIL] Getting rid of mootools, jonny will still clean up the remains ---------------------------------------------- r20591 | jonnybradley | 2009-08-05 18:58:47 +0200 (mer., 05 août 2009) | 2 lines [FIX] More flexibility to supply strings (comma delimited) or arrays as params ---------------------------------------------- r20590 | jonnybradley | 2009-08-05 18:33:11 +0200 (mer., 05 août 2009) | 2 lines [FIX] Warning (typo) and notice (type) ---------------------------------------------- r20589 | sept_7 | 2009-08-05 18:20:21 +0200 (mer., 05 août 2009) | 3 lines [FIX] fix cssmenu decision for the left columns... avoid hysteresis of module_type parameter... ---------------------------------------------- r20587 | sept_7 | 2009-08-05 17:56:44 +0200 (mer., 05 août 2009) | 2 lines [FIX] notice + default values ---------------------------------------------- r20586 | sept_7 | 2009-08-05 17:52:48 +0200 (mer., 05 août 2009) | 2 lines [FIX] Propabily a tipo... ---------------------------------------------- r20584 | jonnybradley | 2009-08-05 16:50:01 +0200 (mer., 05 août 2009) | 11 lines [ENH] Object permissions admin mini-revamp Groups now displayed on each perm (in a grid) and set/unset by checking/unchecking Perms grouped by type with collapsible headings (using treetable) Filter by text in perm rows including description (using listfilter) TODO Figure out what to do when there are dozens of groups (probably using perspectives to set a new "visible groups" pref). Fix for when list is filtered opening a type section looses filter on that part. Maybe move descriptions to a tooltip? Test more! ---------------------------------------------- r20583 | sylvieg | 2009-08-05 14:47:13 +0200 (mer., 05 août 2009) | 1 line [FIX]newsletter: parse if wysiwyg and wiki_parse ---------------------------------------------- r20581 | Jyhem | 2009-08-05 14:31:26 +0200 (mer., 05 août 2009) | 1 line [FIX] Don't lose the value of javascript_enabled in order to have 'check all' checkbox again ---------------------------------------------- r20580 | chibaguy | 2009-08-05 14:29:14 +0200 (mer., 05 août 2009) | 1 line [ENH] Darkroom theme modified to import layout.css (redundant rules removed, and IE rules moved to their own files); minor change in layout.css. ---------------------------------------------- r20578 | Jyhem | 2009-08-05 14:19:01 +0200 (mer., 05 août 2009) | 1 line [ENH] Better visibility of survey queries, and more in tune with the general coelesce theme ---------------------------------------------- r20577 | sept_7 | 2009-08-05 05:35:50 +0200 (mer., 05 août 2009) | 3 lines [EHN+FIX] try to have consistent admin panel, first pass and XHTML validation problems... Need to work on button consistency still... ---------------------------------------------- r20576 | lphuberdeau | 2009-08-04 21:24:14 +0200 (mar., 04 août 2009) | 1 line [FIX] More WYSIWYCA and WYSIWYWTSN ---------------------------------------------- r20574 | axold | 2009-08-04 19:40:33 +0200 (mar., 04 août 2009) | 1 line [MOD] Now get_blog is working for perspectives ---------------------------------------------- r20573 | lphuberdeau | 2009-08-04 18:40:11 +0200 (mar., 04 août 2009) | 1 line [MOD] Remove almost duplicate module and replaced with a parameter on the other one ---------------------------------------------- r20571 | chealer | 2009-08-04 18:31:38 +0200 (mar., 04 août 2009) | 2 lines [FIX] preview of modules using parameters (post-modules-doc) ---------------------------------------------- r20568 | lphuberdeau | 2009-08-04 18:25:25 +0200 (mar., 04 août 2009) | 1 line [MOD] Apply category jail on last forum posts ---------------------------------------------- r20567 | sept_7 | 2009-08-04 17:51:03 +0200 (mar., 04 août 2009) | 3 lines [FIX] fix file gallery display option settings, now it should be more intuitive for the user... ---------------------------------------------- r20566 | lphuberdeau | 2009-08-04 17:50:12 +0200 (mar., 04 août 2009) | 1 line [FIX] Convert to support category jail, and fix them because most of them did not work anyway ---------------------------------------------- r20565 | jonnybradley | 2009-08-04 17:18:56 +0200 (mar., 04 août 2009) | 3 lines [ENH] Allow for no checkboxes on treetable list Make empty parent selectors hide when empty (after filtering) ---------------------------------------------- r20564 | lphuberdeau | 2009-08-04 16:52:10 +0200 (mar., 04 août 2009) | 1 line [MOD] Support for jailing on individual files ---------------------------------------------- r20562 | mangapower | 2009-08-04 16:04:15 +0200 (mar., 04 août 2009) | 1 line [MOD] Calendars can be listed using perspectives. Warning: there is a bug when someone add an event to a calendar (it always add an event to another calendar) ---------------------------------------------- r20561 | lphuberdeau | 2009-08-04 16:02:59 +0200 (mar., 04 août 2009) | 1 line [MOD] Apply jailroot based on file gallery categories ---------------------------------------------- r20559 | sylvieg | 2009-08-04 15:24:22 +0200 (mar., 04 août 2009) | 1 line [FIX]search: one search option of each different search to follow search in top bar ---------------------------------------------- r20557 | sylvieg | 2009-08-04 15:01:40 +0200 (mar., 04 août 2009) | 1 line [FIX]search: cleaning in the search admin pannel: tiki search indexation is not always on (for simplifciation merge database search and database fullsearch search - that could be used independantly ---------------------------------------------- r20555 | chibaguy | 2009-08-04 14:49:22 +0200 (mar., 04 août 2009) | 1 line [ENH] TheNews modified to import layout.css (redundant rules removed, and IE rules moved to their own files). ---------------------------------------------- Version 3.0 <http://tikiwiki.org/ReleaseNotes30> ------------------ ---------------------------------------------- r18914 | nkoth | 2009-05-19 08:04:41 -0400 (Tue, 19 May 2009) | 2 lines [FIX] set proper branch in version checker ---------------------------------------------- r18902 | mrjc | 2009-05-18 20:00:14 -0400 (Mon, 18 May 2009) | 1 line [DOC] updated release instructions ---------------------------------------------- r18900 | mrjc | 2009-05-18 19:08:47 -0400 (Mon, 18 May 2009) | 1 line [DOC] Merged back Xavi's doc changes as per marclaporte's email Mon, May 18, 2009 at 6:49 PM ---------------------------------------------- r18894 | mrjc | 2009-05-18 18:02:53 -0400 (Mon, 18 May 2009) | 1 line [DOC] updating documentation re: weird SQL quote problem after convertsqls.sh ---------------------------------------------- r18893 | mrjc | 2009-05-18 17:52:45 -0400 (Mon, 18 May 2009) | 1 line [ENH] better comments - functionally same ---------------------------------------------- r18892 | mrjc | 2009-05-18 17:32:10 -0400 (Mon, 18 May 2009) | 1 line Changes to allow lookup by pathname, and accepted as 3rd party many other libs. Built part of new feature to aggregate files according to which feature the file contributes to, but this is disabled as it has a bug (introduces 'Array' into the last column of the table) ---------------------------------------------- r18891 | mrjc | 2009-05-18 17:27:48 -0400 (Mon, 18 May 2009) | 1 line With nkoth3, added missing permissions and feature checks ---------------------------------------------- r18884 | chibaguy | 2009-05-18 10:29:06 -0400 (Mon, 18 May 2009) | 1 line [FIX] Bad QuickTags background contrast. ---------------------------------------------- r18880 | sylvieg | 2009-05-18 06:37:48 -0400 (Mon, 18 May 2009) | 1 line typo thx geoff ---------------------------------------------- r18879 | chibaguy | 2009-05-18 05:28:51 -0400 (Mon, 18 May 2009) | 1 line [FIX] Site header search form width reduced (expands as needed); #siteloginbar's second div display:inline removed to allow more logical line break (after submit button). ---------------------------------------------- r18878 | nkoth | 2009-05-18 04:58:38 -0400 (Mon, 18 May 2009) | 2 lines [FIX] The existing UI suggests that clearing all caches includes clearing user prefs sessions, and should in fact do so ---------------------------------------------- r18877 | chibaguy | 2009-05-18 04:27:14 -0400 (Mon, 18 May 2009) | 1 line [FIX] Wide pages caused in IE8 by 100%-wide div.postbody (blogs and forums). ---------------------------------------------- r18875 | pkdille | 2009-05-18 00:23:21 -0400 (Mon, 18 May 2009) | 1 line [FIX] tiki-forums: fix the sections in list forums (broken in r16691) ---------------------------------------------- r18874 | mrjc | 2009-05-17 22:42:44 -0400 (Sun, 17 May 2009) | 1 line Empty ie8 hacks file ---------------------------------------------- r18873 | mrjc | 2009-05-17 21:45:27 -0400 (Sun, 17 May 2009) | 1 line Hopefully the last ie7 fix. Thanks to jonny for pointing out ie7 hacks file doesn't need [id] ---------------------------------------------- r18872 | nkoth | 2009-05-17 21:42:29 -0400 (Sun, 17 May 2009) | 2 lines [FIX][ENH] ie7.css was not working properly for individual theme before. Also allow ie8.css ---------------------------------------------- r18871 | mrjc | 2009-05-17 21:04:33 -0400 (Sun, 17 May 2009) | 1 line header height fixes - pushing to ie7.css ---------------------------------------------- r18870 | mrjc | 2009-05-17 20:52:54 -0400 (Sun, 17 May 2009) | 1 line temp fix for ie7 ---------------------------------------------- r18869 | jonnybradley | 2009-05-17 20:39:08 -0400 (Sun, 17 May 2009) | 2 lines [FIX] Tentative fix for login bar in Strasa on IE7 ---------------------------------------------- r18868 | marclaporte | 2009-05-17 19:22:26 -0400 (Sun, 17 May 2009) | 1 line [MOD] Changing from time and date to date only for last blog posts module. 1- This makes the module have way too much clutter. 2- time is available on mouse-over, so it's duplicate info. 3- People typically post less than once per day so it's not relevant, and even if it was posts, are in chronological order anyway. Blog profile is now good with this. ---------------------------------------------- r18867 | xavidp | 2009-05-17 16:36:52 -0400 (Sun, 17 May 2009) | 1 line [FIX] Homepage_content updated to latest content from English language.php, and some some more strings translated for the latest install process, + a few more things ---------------------------------------------- r18866 | xavidp | 2009-05-17 16:35:30 -0400 (Sun, 17 May 2009) | 1 line [FIX] some more typos and consistancy changes to strings ---------------------------------------------- r18865 | xavidp | 2009-05-17 15:47:00 -0400 (Sun, 17 May 2009) | 1 line [FIX]Usability fix: custom.php_example files added, as in the fr lang, to help admins find out how to add customizations through that file ---------------------------------------------- r18864 | xavidp | 2009-05-17 15:45:40 -0400 (Sun, 17 May 2009) | 1 line [FIX]Typo ---------------------------------------------- r18863 | xavidp | 2009-05-17 15:36:58 -0400 (Sun, 17 May 2009) | 1 line [FIX]HOMEPAGE_CONTENT updated to meet latest english homepage (much better nowadays, imho). Thanks Pascal St-Jean for that ---------------------------------------------- r18862 | jonnybradley | 2009-05-17 11:54:05 -0400 (Sun, 17 May 2009) | 2 lines [FIX] IE6 #siteloginbar positioning fix ---------------------------------------------- r18861 | jonnybradley | 2009-05-17 11:01:13 -0400 (Sun, 17 May 2009) | 2 lines [FIX] Use transparent GIF for installer tiki3 logo on IE6 ---------------------------------------------- r18860 | mrjc | 2009-05-17 10:59:42 -0400 (Sun, 17 May 2009) | 1 line added --debug-packaging: run tikirelease.sh with the -x option. ---------------------------------------------- r18853 | nkoth | 2009-05-16 13:05:51 -0400 (Sat, 16 May 2009) | 2 lines [FIX] plugin help not refreshed on plugin on/off changes ---------------------------------------------- r18851 | nkoth | 2009-05-16 08:38:24 -0400 (Sat, 16 May 2009) | 2 lines [FIX] remove debug code ---------------------------------------------- r18849 | sylvieg | 2009-05-16 08:03:38 -0400 (Sat, 16 May 2009) | 1 line [FIX]tracker: do not look for voting if tracker does not use voting-> save one query per items ---------------------------------------------- r18848 | sylvieg | 2009-05-16 06:30:30 -0400 (Sat, 16 May 2009) | 1 line [FIX]tracker: 'edit field' button must not have sort_mode param transmitted ---------------------------------------------- r18845 | xavidp | 2009-05-15 12:33:11 -0400 (Fri, 15 May 2009) | 1 line [FIX] Upgrade instructions tip added to the installer, and translated to Spanish ---------------------------------------------- r18844 | xavidp | 2009-05-15 12:32:24 -0400 (Fri, 15 May 2009) | 1 line [FIX] Upgrade instructions tip added to the installer, and translated to German (thx FrankP_german) ---------------------------------------------- r18843 | xavidp | 2009-05-15 12:29:58 -0400 (Fri, 15 May 2009) | 1 line [FIX] Upgrade instructions tip added to the installer, and translated to French (thx Sylvieg) ---------------------------------------------- r18811 | sept_7 | 2009-05-15 10:19:02 +0200 (ven. 15 mai 2009) | 2 lines [FIX] release script : avoir shipping the wrong version of Tiki ---------------------------------------------- r18809 | Jyhem | 2009-05-15 09:38:08 +0200 (ven. 15 mai 2009) | 1 line [FIX] Oops in 18771 (automated script did not like | ) ---------------------------------------------- r18801 | mrjc | 2009-05-15 02:13:28 +0200 (ven. 15 mai 2009) | 1 line allows for pwd with spaces in (for my mac) ---------------------------------------------- r18800 | nkoth | 2009-05-15 01:44:25 +0200 (ven. 15 mai 2009) | 2 lines [FIX] this checkbox's function is now simply to select/deselect all categories, no longer the old legacy purpose of "remove all categories", so it should not use "cat_clearall" functionality anymore, otherwise it is not possible to select all categories through the use of this. ---------------------------------------------- r18799 | nkoth | 2009-05-15 00:18:18 +0200 (ven. 15 mai 2009) | 2 lines [FIX] typo (capitalization) ---------------------------------------------- r18798 | nkoth | 2009-05-15 00:05:18 +0200 (ven. 15 mai 2009) | 2 lines [FIX] There is no need for sitemycode_publish to be 'y' for admins to see the new link to ask them to change look and feel + logo. This is to make sure users don't inadvertently see legacy sitemycode stuff they should not in upgrade situations. ---------------------------------------------- r18797 | sylvieg | 2009-05-14 23:35:06 +0200 (jeu. 14 mai 2009) | 1 line [FIX]structure: to have some categories when creating a new structure ---------------------------------------------- r18795 | sylvieg | 2009-05-14 22:52:04 +0200 (jeu. 14 mai 2009) | 1 line [FIX] sorry - must not encode all the page if postfilter is on ---------------------------------------------- r18793 | nkoth | 2009-05-14 21:19:24 +0200 (jeu. 14 mai 2009) | 2 lines [MOD] New barebones homepage with intro on the ways to configure Tiki ---------------------------------------------- r18792 | nkoth | 2009-05-14 21:11:28 +0200 (jeu. 14 mai 2009) | 2 lines [MOD] allow way to preload list by specifying profiles and categories in query string ---------------------------------------------- r18788 | jonnybradley | 2009-05-14 20:23:40 +0200 (jeu. 14 mai 2009) | 1 line [FIX] Removing typos - does the whole commit need rolling back? (r18771) ---------------------------------------------- r18786 | nkoth | 2009-05-14 19:32:13 +0200 (jeu. 14 mai 2009) | 2 lines [FIX] spelling ---------------------------------------------- r18785 | sept_7 | 2009-05-14 19:26:52 +0200 (jeu. 14 mai 2009) | 5 lines [ENH] installer : better handling of the setting of max_execution_time add @ before ini_set to hide failure, and show a remark box in step 5 "Install/upgrade" do warn the user that in case of a blank page it is a pb with the creation/upgrade of the database... ---------------------------------------------- r18783 | sept_7 | 2009-05-14 19:05:09 +0200 (jeu. 14 mai 2009) | 4 lines [EHN] Autosave ; move autosave from broken to need polish list in admin panel. I have fixed problems with it last week, so should work better, if it not the case please report... ---------------------------------------------- r18782 | chibaguy | 2009-05-14 19:03:32 +0200 (jeu. 14 mai 2009) | 1 line [FIX] Reinstated flexible height for #header-top div as this is necessary to accommodate various logo sizes. Also misc. layout.css improvements, and new font property for tikinewt (thanks to Matt). ---------------------------------------------- r18781 | sept_7 | 2009-05-14 19:02:36 +0200 (jeu. 14 mai 2009) | 3 lines [FIX] move the feature_floating_help in the right admin panel, it was not a feature of textarea... ---------------------------------------------- r18780 | Jyhem | 2009-05-14 18:43:03 +0200 (jeu. 14 mai 2009) | 1 line [ENH] Use utf-8 unbreakable space (is correct both for html pages and plain-text outbound emails) ---------------------------------------------- r18778 | jonnybradley | 2009-05-14 18:19:07 +0200 (jeu. 14 mai 2009) | 2 lines [MOD] Use Strasa/Cold for installer (only) ---------------------------------------------- r18777 | nkoth | 2009-05-14 18:14:00 +0200 (jeu. 14 mai 2009) | 2 lines [FIX] metatags robots admin field not working (bug 2300, bug 2141) ---------------------------------------------- r18776 | Jyhem | 2009-05-14 18:07:48 +0200 (jeu. 14 mai 2009) | 1 line [FIX] no html escapes in outbound test mail ---------------------------------------------- r18771 | Jyhem | 2009-05-14 15:39:50 +0200 (jeu. 14 mai 2009) | 1 line [ENH] Mass text correction (thanks Marc) ---------------------------------------------- r18770 | jonnybradley | 2009-05-14 15:33:53 +0200 (jeu. 14 mai 2009) | 3 lines [MOD] Adding feature checkboxes for pre-existing hidden features (feature_print_indexed and feature_multilingual_one_page) No idea what they do but you can now switch them on and off! ---------------------------------------------- r18767 | jonnybradley | 2009-05-14 14:30:25 +0200 (jeu. 14 mai 2009) | 1 line [MOD] Icon link to install/upgrade step and <em> tag around install/upgrade item in installation steps list to make it stand out a bit more (if existing $dbcon found) ---------------------------------------------- r18765 | lphuberdeau | 2009-05-14 13:39:57 +0200 (jeu. 14 mai 2009) | 1 line [MOD] Allow pages in profiles to specify translations ---------------------------------------------- r18763 | jonnybradley | 2009-05-14 13:12:10 +0200 (jeu. 14 mai 2009) | 1 line [FIX] Plugin form submit was breaking on IE6 when no 'content' field in form ---------------------------------------------- r18762 | mrjc | 2009-05-14 12:55:21 +0200 (jeu. 14 mai 2009) | 1 line Brought forward from trunk --no-commit and more descriptive packaging (I had meant to put it on 3.0 in the first place!) ---------------------------------------------- r18761 | marclaporte | 2009-05-14 12:32:46 +0200 (jeu. 14 mai 2009) | 1 line [MOD] Adding a link, visible only to admin, to edit logo, etc. (as discussed on IRC) ---------------------------------------------- r18760 | marclaporte | 2009-05-14 11:02:04 +0200 (jeu. 14 mai 2009) | 1 line [MOD] On clean install, mnu_application_menu is no longer visible to Anonymous. It is for Registered and up. And it moved lower on the left. 1- It conflicts with Blog profile and Intranet profile. 2- We are moving to using more & more the Site Identity menu, managed by the Tiki admin and more focused on each specific use case. 3- Moving lower on the left is to make space for inserting modules above if necessary. Longer term, more permanent solution will be to have bare-bones as a native profile so that profiles can move or remove modules. ---------------------------------------------- r18759 | marclaporte | 2009-05-14 07:16:42 +0200 (jeu. 14 mai 2009) | 1 line [MOD] Still not crazy about the idea, but logo back by popular demand. ---------------------------------------------- r18758 | marclaporte | 2009-05-14 06:10:39 +0200 (jeu. 14 mai 2009) | 1 line [UI] Re-ordering help, while continuing to respect the WYSIWYG check. ---------------------------------------------- r18757 | marclaporte | 2009-05-14 05:15:48 +0200 (jeu. 14 mai 2009) | 1 line [UI] More UI cleanup without affecting language strings ---------------------------------------------- r18756 | marclaporte | 2009-05-14 04:54:32 +0200 (jeu. 14 mai 2009) | 1 line [UI] Clearer documention. Using existing strings so translators need not worry :-) ---------------------------------------------- r18755 | marclaporte | 2009-05-14 04:47:14 +0200 (jeu. 14 mai 2009) | 1 line [FIX] Edit help was false because of missing feature check. ---------------------------------------------- r18754 | ricks99 | 2009-05-14 04:31:38 +0200 (jeu. 14 mai 2009) | 1 line [ENH]Use better plugin icons (instead or re-using the comment icons). Each icon should have a singular purpose. ---------------------------------------------- r18753 | marclaporte | 2009-05-14 04:28:12 +0200 (jeu. 14 mai 2009) | 1 line [UI] Removing redudant text which adds no new information. However, keep similar text which explains the feature in different words. ---------------------------------------------- r18752 | marclaporte | 2009-05-14 03:41:26 +0200 (jeu. 14 mai 2009) | 1 line [UI] adding space to be consistent with other icons ---------------------------------------------- r18751 | marclaporte | 2009-05-14 03:02:33 +0200 (jeu. 14 mai 2009) | 1 line [FIX] Removing extra quotes in edit help. 1- It was inconsistent, sometimes, with, sometimes without. 2- It's better without because it should be quite obvious that this is a syntax and we don't want people to think quotes are necessary. 3- Often, it's good to copy/paste from the help to get started and then, we end up with unwanted quotes. ---------------------------------------------- r18750 | marclaporte | 2009-05-14 02:48:48 +0200 (jeu. 14 mai 2009) | 1 line [MOD] Remove dynamic content from quicktags on clean install. 1- It wasn't using the right syntax for plugin help like Flash 2-There is no way to make quicktags optional so when people use this quicktag and feature is off, they get an ugly error. 3- It's easily accessible via edit plugin. 4- It's typically not something you use often like image or Flash plugin ---------------------------------------------- r18749 | marclaporte | 2009-05-14 02:03:38 +0200 (jeu. 14 mai 2009) | 1 line [FIX] Definition list syntax was incorrect ---------------------------------------------- r18748 | marclaporte | 2009-05-14 01:54:55 +0200 (jeu. 14 mai 2009) | 1 line [FIX] Adding feature check on this part of the edit help (Block Preformatting) ---------------------------------------------- r18747 | marclaporte | 2009-05-14 01:28:42 +0200 (jeu. 14 mai 2009) | 1 line [FIX] Remove duplicate documentation. cookie and polls are handled by plugins now. Also, poll needed a feature check. ---------------------------------------------- r18744 | marclaporte | 2009-05-13 23:31:07 +0200 (mer. 13 mai 2009) | 1 line [MOD] In wiki help, with a goal to reduce scrolling, change from table to line break. This permits to take advantage of screen real estate space that is otherwise empty. This space is especially wasted for syntax like comments and external links. This typically shaves off 2-3 lines in my tests. ---------------------------------------------- r18743 | marclaporte | 2009-05-13 23:05:47 +0200 (mer. 13 mai 2009) | 1 line [FIX] Removing wiki help for img and file. Reasons. 0- Too much scrolling. 1- They are both covered by edit plugin help. 2- file plugin depends on wiki attachment feature to be on, thus potential cause of error to user. 3-img plugin is covered by a quicktag, so users don't really need the help anyway. 4- Edit help should stick to the basics to keep it easy to translate, and most advanced stuff should be on doc.tikiwiki.org Any potentially useful information was added to doc.tikiwiki.org/PluginFile and doc.tikiwiki.org/PluginImg ---------------------------------------------- r18742 | sylvieg | 2009-05-13 22:47:25 +0200 (mer. 13 mai 2009) | 1 line [FIX]ldap: always check in ldap ---------------------------------------------- r18741 | marclaporte | 2009-05-13 22:10:40 +0200 (mer. 13 mai 2009) | 1 line [FIX] indicate difference between this plugin and the file plugin ---------------------------------------------- r18740 | marclaporte | 2009-05-13 22:06:10 +0200 (mer. 13 mai 2009) | 1 line [FIX] correct false information and add link to documentation. ---------------------------------------------- r18739 | nagendra016 | 2009-05-13 21:33:39 +0200 (mer. 13 mai 2009) | 1 line [FIX] More information regarding enabling session storage in db added. Asked by Jonny n Matthew. ---------------------------------------------- r18738 | marclaporte | 2009-05-13 21:08:28 +0200 (mer. 13 mai 2009) | 1 line [FIX] Removing dynamic variables from basic help section, because 1-the feature can be turned off, 2- it's a duplication from plugin help. ---------------------------------------------- r18737 | marclaporte | 2009-05-13 20:49:10 +0200 (mer. 13 mai 2009) | 1 line [FIX] Removing RSS in edit help since it's already covered in plugin help. ---------------------------------------------- r18736 | marclaporte | 2009-05-13 20:40:56 +0200 (mer. 13 mai 2009) | 1 line [MOD] More compact UI for plugins help. Tested with __Floating edit help__ on or off. Would be better a table, but not simple to do because of template nesting. ---------------------------------------------- r18735 | nkoth | 2009-05-13 20:35:54 +0200 (mer. 13 mai 2009) | 2 lines [FIX] It will be nice to have shadowbox when js is on but floating help off. But when the shadowbox is closed, there is no way to get back to help as there is no icon to click. So hide the button for now in these cases. ---------------------------------------------- r18734 | jonnybradley | 2009-05-13 20:31:09 +0200 (mer. 13 mai 2009) | 2 lines [FIX] CSS fixes for IE6. Plugin edit form positioning now absolute near top (was appearing at bottom of page) and tabcontent now not covering up the tabs. ---------------------------------------------- r18733 | nkoth | 2009-05-13 20:13:42 +0200 (mer. 13 mai 2009) | 2 lines [FIX] better fix of r18724, make flip still work for js on, but feature_floating_help off ---------------------------------------------- r18732 | jonnybradley | 2009-05-13 19:48:51 +0200 (mer. 13 mai 2009) | 3 lines [FIX] Protect against attempts to set empty timezone. Was happening for me in installer using profiles creating blog posts, but this fix should stop the problem occurring in other cases. ---------------------------------------------- r18731 | jonnybradley | 2009-05-13 19:46:04 +0200 (mer. 13 mai 2009) | 2 lines [FIX] Plugin-edit GUI with nested plugins part 2 - this time for mootools (the default for 3.0) as well, only did jquery last time - oops ---------------------------------------------- r18730 | marclaporte | 2009-05-13 19:41:05 +0200 (mer. 13 mai 2009) | 1 line [DOC] Adding documentation to the code. ---------------------------------------------- r18729 | sylvieg | 2009-05-13 19:23:51 +0200 (mer. 13 mai 2009) | 1 line [FIX]swf: the directory swffix has been renamed swfobject ---------------------------------------------- r18728 | nkoth | 2009-05-13 19:08:07 +0200 (mer. 13 mai 2009) | 2 lines [FIX] preserve previous behavior where empty params are stripped (this is desired where there are many options) ---------------------------------------------- r18727 | marclaporte | 2009-05-13 18:59:39 +0200 (mer. 13 mai 2009) | 1 line [MOD] Turn off some plugins on barebones install to make it cleaner/simpler. Totally debatable. Remember that we can turn them on in relevant profiles. ---------------------------------------------- r18726 | Jyhem | 2009-05-13 18:40:30 +0200 (mer. 13 mai 2009) | 1 line [FIX] We send the test mail with utf-8 content. The header needs to reflect that. ---------------------------------------------- r18725 | sylvieg | 2009-05-13 18:35:18 +0200 (mer. 13 mai 2009) | 1 line [FIX]banner: need the swf include in module - the html code has already been recorded and we do not go through embed_flash again - so we need to load the swf js ---------------------------------------------- r18724 | nkoth | 2009-05-13 18:30:48 +0200 (mer. 13 mai 2009) | 2 lines [FIX] Make floating help optional ---------------------------------------------- r18723 | nkoth | 2009-05-13 17:40:33 +0200 (mer. 13 mai 2009) | 2 lines [FIX] do not show edit help if no perms to edit ---------------------------------------------- r18720 | jonnybradley | 2009-05-13 15:55:25 +0200 (mer. 13 mai 2009) | 1 line [FIX] Plugin-edit GUI with nested plugins (e.g. {img} inside VERSIONS()) should not show parsed html output of inner plugins in edit form body. ---------------------------------------------- r18713 | Jyhem | 2009-05-13 13:21:50 +0200 (mer. 13 mai 2009) | 1 line [FIX] Minor typos in the french installer, including html escapes in outbound test mail ---------------------------------------------- r18712 | sylvieg | 2009-05-13 12:00:41 +0200 (mer. 13 mai 2009) | 1 line rollback 18563 + give e perm denied message. Pretty tracker wiki page needs an additional perm: this page should be not viewable (as they are construction page , but a perm check is needed as a user can use TRACKER with a forbidden page that has nothing to do with trackers ---------------------------------------------- r18711 | Jyhem | 2009-05-13 11:17:41 +0200 (mer. 13 mai 2009) | 1 line [FIX] 'read' requires a parameter: this avoids a useless error message ---------------------------------------------- r18708 | nkoth | 2009-05-13 01:00:48 +0200 (mer. 13 mai 2009) | 2 lines [FIX] typo in prev commit ---------------------------------------------- r18707 | nkoth | 2009-05-13 00:58:37 +0200 (mer. 13 mai 2009) | 2 lines [FIX] (UI) Default to show 3.0+ mods, to avoid clutter of lots of old mods by default ---------------------------------------------- r18705 | nkoth | 2009-05-13 00:50:38 +0200 (mer. 13 mai 2009) | 2 lines [FIX] Add warning message to avoid users setting store session in db and getting themselves into trouble ---------------------------------------------- r18703 | nkoth | 2009-05-13 00:26:09 +0200 (mer. 13 mai 2009) | 2 lines [FIX] do not allow changing of username field when changing password when username is already provided (otherwise users might try to change their username) ---------------------------------------------- r18700 | nkoth | 2009-05-12 22:57:46 +0200 (mar. 12 mai 2009) | 2 lines [FIX] Do not show edit plugin icons in features other than wikis since they won't save the changes anyway ---------------------------------------------- r18699 | sylvieg | 2009-05-12 22:44:19 +0200 (mar. 12 mai 2009) | 1 line [FIX]BLOGLIST: Blog post title was supporting html -> no escape ---------------------------------------------- r18698 | sylvieg | 2009-05-12 22:22:14 +0200 (mar. 12 mai 2009) | 1 line [FIX]BLOGLIST: respect perm + sefurl + multilingual date + use a tpl ---------------------------------------------- r18695 | sylvieg | 2009-05-12 20:17:40 +0200 (mar. 12 mai 2009) | 1 line [FIX]structure: demote was not updating the pos of the previous brothers (but the pos of the previous uncles) ---------------------------------------------- r18692 | sylvieg | 2009-05-12 16:41:02 +0200 (mar. 12 mai 2009) | 1 line backport from trunk - to have the batch_structure working ---------------------------------------------- r18690 | nkoth | 2009-05-12 15:59:33 +0200 (mar. 12 mai 2009) | 1 line fix the top right corner login box location, was not visible ---------------------------------------------- r18687 | sylvieg | 2009-05-12 15:40:41 +0200 (mar. 12 mai 2009) | 1 line [FIX]search: help on the title to the doc + take away the little help near advanced search - as redundant with the big help + some label and classes for styling like find.tpl ---------------------------------------------- r18686 | awolfff | 2009-05-12 14:28:00 +0200 (mar. 12 mai 2009) | 2 lines [FIX] !bug 2435: File galeries did not present an upload dialogue if the margin is in "em". (Firefox 3.0.10) ---------------------------------------------- r18684 | sylvieg | 2009-05-12 14:24:17 +0200 (mar. 12 mai 2009) | 1 line rollback 18682 ---------------------------------------------- r18683 | awolfff | 2009-05-12 13:45:13 +0200 (mar. 12 mai 2009) | 2 lines [ENH] Translation ---------------------------------------------- r18682 | sylvieg | 2009-05-12 13:44:22 +0200 (mar. 12 mai 2009) | 1 line [MOD] homogenize add_help message with a click here ---------------------------------------------- r18681 | jonnybradley | 2009-05-12 13:35:31 +0200 (mar. 12 mai 2009) | 1 line [FIX] Replace missing grey icons (in the right place this time) ---------------------------------------------- r18680 | jonnybradley | 2009-05-12 13:31:41 +0200 (mar. 12 mai 2009) | 1 line [KIL] Remove unused option dir ---------------------------------------------- r18679 | jonnybradley | 2009-05-12 13:24:38 +0200 (mar. 12 mai 2009) | 2 lines [FIX] Restore blue folder icons for strasa default ---------------------------------------------- r18678 | awolfff | 2009-05-12 13:16:25 +0200 (mar. 12 mai 2009) | 2 lines [ENH] Translations and date format ---------------------------------------------- r18676 | jonnybradley | 2009-05-12 13:04:29 +0200 (mar. 12 mai 2009) | 1 line [MOD] Added warning message if feature_clear_passwords = y (admin_security already lists this if on) ---------------------------------------------- r18675 | jonnybradley | 2009-05-12 12:31:21 +0200 (mar. 12 mai 2009) | 2 lines [FIX] Put back incorrectly deleted global $tikipath (thanks SylvieG) ---------------------------------------------- r18671 | Jyhem | 2009-05-12 09:26:45 +0200 (mar. 12 mai 2009) | 1 line [ENH] Grammar ---------------------------------------------- r18667 | chibaguy | 2009-05-12 08:06:11 +0200 (mar. 12 mai 2009) | 1 line [FIX] Misc. improvements. ---------------------------------------------- r18666 | chibaguy | 2009-05-12 07:51:10 +0200 (mar. 12 mai 2009) | 1 line [FIX] Full width + padding caused scrollbar. ---------------------------------------------- r18665 | chibaguy | 2009-05-12 07:43:52 +0200 (mar. 12 mai 2009) | 1 line [FIX] Workaround for IE6's #siteloginbar position problems. ---------------------------------------------- r18663 | chibaguy | 2009-05-12 04:34:35 +0200 (mar. 12 mai 2009) | 1 line [FIX] Zero-height br in conditional comment to prevent top-bar custom code from overlapping siteloginbar in IE7. ---------------------------------------------- r18662 | sept_7 | 2009-05-12 02:44:39 +0200 (mar. 12 mai 2009) | 3 lines [FIX] add_help : probabily a typo, allow add_help to set the alt text of the icon ---------------------------------------------- r18659 | mrjc | 2009-05-11 22:52:37 +0200 (lun. 11 mai 2009) | 1 line [FIX] plugin editor was discarding parameters not listed in module_info (jonnyb,  as discussed on IRC with nkoth, please help to review. Thanks) ---------------------------------------------- r18658 | sept_7 | 2009-05-11 22:45:05 +0200 (lun. 11 mai 2009) | 3 lines [FIX] better fix for commit 18647 : Try to set a longer execution time for the installer ---------------------------------------------- r18656 | nkoth | 2009-05-11 21:29:20 +0200 (lun. 11 mai 2009) | 2 lines [FIX] Provide enough space on top for "Register" when activated ---------------------------------------------- r18655 | nkoth | 2009-05-11 20:50:10 +0200 (lun. 11 mai 2009) | 2 lines [FIX] Do not allow checkbox to change inline plugin setting if it is hardcoded in plugin itself ---------------------------------------------- r18654 | jonnybradley | 2009-05-11 20:06:00 +0200 (lun. 11 mai 2009) | 3 lines [FIX] initialise $js_script if needed for array_merge() below to work (was set before by autosave i think) Fixes quicktags etc in AJAX edit mode ---------------------------------------------- r18653 | jonnybradley | 2009-05-11 19:43:25 +0200 (lun. 11 mai 2009) | 4 lines [FIX] Use same selectors for buttons in strasa/mono option (selectors have to be the same to override) Sorry about button2 leakage - TODO (again) for 3.1 ---------------------------------------------- r18652 | marclaporte | 2009-05-11 19:31:13 +0200 (lun. 11 mai 2009) | 1 line [ENH] turning profile plugin on by default because we need in barebones install. ---------------------------------------------- r18651 | sylvieg | 2009-05-11 19:30:17 +0200 (lun. 11 mai 2009) | 1 line rollback 17317 ---------------------------------------------- r18650 | nkoth | 2009-05-11 19:11:22 +0200 (lun. 11 mai 2009) | 2 lines [MOD] Fix confusing UI ---------------------------------------------- r18648 | jonnybradley | 2009-05-11 18:42:25 +0200 (lun. 11 mai 2009) | 6 lines [FIX][CSS] Use fix from Strasa for div#tikihelp invisibly covering up the right hand column and/or textarea scrollbar in all other themes (including transitional and layout). Unfortunately only works with an absolute pixel height value - 400px for now is small but safe. TODO for 3.1 - replace with dedicated JS function to use 95% (or whatever) of window height ---------------------------------------------- r18646 | marclaporte | 2009-05-11 18:13:09 +0200 (lun. 11 mai 2009) | 1 line [FIX] accidental commit ---------------------------------------------- r18644 | nkoth | 2009-05-11 18:12:32 +0200 (lun. 11 mai 2009) | 2 lines [FIX] This plugin should require admin validation to change, and also be set to inline ---------------------------------------------- r18642 | jonnybradley | 2009-05-11 17:50:57 +0200 (lun. 11 mai 2009) | 2 lines [MOD] Change 'forgotPass' pref to 'y' to reduce chance of admins' logging themselves out of new installs (providing they entered an admin email address) ---------------------------------------------- r18641 | nkoth | 2009-05-11 17:39:27 +0200 (lun. 11 mai 2009) | 2 lines [FIX] Profile plugin should be inline, i.e. without edit UI ---------------------------------------------- r18640 | nkoth | 2009-05-11 17:28:12 +0200 (lun. 11 mai 2009) | 2 lines [FIX] reinsert new prefs (seems to have somehow disappeared on prev commit ---------------------------------------------- r18639 | jonnybradley | 2009-05-11 17:27:16 +0200 (lun. 11 mai 2009) | 1 line [ENH] Mono folder icons for strasa/mono (again?) ---------------------------------------------- r18637 | nkoth | 2009-05-11 16:56:51 +0200 (lun. 11 mai 2009) | 2 lines [FIX] page history functions/previews/views should not include edit plugin UI ---------------------------------------------- r18635 | sylvieg | 2009-05-11 16:05:55 +0200 (lun. 11 mai 2009) | 1 line [FIX]freetag: clean up also freetags that reference also objects not existing anymore ---------------------------------------------- r18633 | nkoth | 2009-05-11 15:46:44 +0200 (lun. 11 mai 2009) | 2 lines [FIX] edit plugin icons should not show in preview mode ---------------------------------------------- r18630 | lphuberdeau | 2009-05-11 15:24:51 +0200 (lun. 11 mai 2009) | 1 line [NEW] Profile installer plugin (requested by marc) ---------------------------------------------- r18627 | chibaguy | 2009-05-11 14:31:18 +0200 (lun. 11 mai 2009) | 1 line [FIX] Fix top-level horizontal menu item widths in IE6. ---------------------------------------------- r18626 | jonnybradley | 2009-05-11 14:26:16 +0200 (lun. 11 mai 2009) | 2 lines [FIX] Smarty icon plugin now theme "option" aware i.e. it will use images in styles/my_style/options/my_option/pics/icons/ etc for folder images etc ---------------------------------------------- r18625 | chibaguy | 2009-05-11 11:58:42 +0200 (lun. 11 mai 2009) | 1 line [FIX] Suckerfish menu appearance and function improved in IE6. ---------------------------------------------- r18624 | chibaguy | 2009-05-11 11:57:35 +0200 (lun. 11 mai 2009) | 1 line [FIX] Second-level lists losing focus in IE6. ---------------------------------------------- r18623 | pkdille | 2009-05-11 11:43:03 +0200 (lun. 11 mai 2009) | 1 line [FIX] calendar: fix the prev and next buttons position in viewmode div ---------------------------------------------- r18622 | chibaguy | 2009-05-11 08:53:41 +0200 (lun. 11 mai 2009) | 1 line [FIX] er, no need for ie6 hacks in ie6.css. ---------------------------------------------- r18621 | chibaguy | 2009-05-11 08:47:17 +0200 (lun. 11 mai 2009) | 1 line [FIX] Prevent css menu dropdowns from displaying behind/under tabs and tab content. ---------------------------------------------- r18620 | chibaguy | 2009-05-11 07:41:20 +0200 (lun. 11 mai 2009) | 1 line [FIX] Height settings for IE6 (which doesn't support min-height) ---------------------------------------------- r18619 | chibaguy | 2009-05-11 07:29:54 +0200 (lun. 11 mai 2009) | 1 line [FIX] For IE6, prevent module widening in columns; log-in bar location also fixed in Feb12 ---------------------------------------------- r18618 | nkoth | 2009-05-11 02:36:53 +0200 (lun. 11 mai 2009) | 2 lines [FIX] Make edit plugin icon optional at the level of each icon, so that they can be disabled in the event of problems. ---------------------------------------------- r18617 | nkoth | 2009-05-11 00:56:56 +0200 (lun. 11 mai 2009) | 2 lines [FIX] Make img plugin as all other plugins be pref controllable ---------------------------------------------- r18616 | nkoth | 2009-05-10 23:24:18 +0200 (dim. 10 mai 2009) | 2 lines [FIX] Make top-right floating help plugins-help, add plugin work with text areas, and also quicktag plugin adding work. ---------------------------------------------- r18615 | gezzzan | 2009-05-10 21:57:11 +0200 (dim. 10 mai 2009) | 1 line HUN translation for wiki and plugin help and many other translations ---------------------------------------------- r18614 | sept_7 | 2009-05-10 21:22:06 +0200 (dim. 10 mai 2009) | 2 lines [FIX] save wiki page in WYSIWYG mode... /me go hidding under a rock :( ---------------------------------------------- r18613 | lindonb | 2009-05-10 19:43:49 +0200 (dim. 10 mai 2009) | 1 line [FIX] World's smallest fix. Changed one character (O to Z) so time zone appears instead of %O. ---------------------------------------------- r18612 | nkoth | 2009-05-10 18:29:11 +0200 (dim. 10 mai 2009) | 2 lines [FIX] hide insert plugin syntax tool in floating help area in wysiwyg and other cases with no textarea id set, as it won't work anyway. For the wysiwyg case, later we should have a way of inserting plugins from within the wysiwyg... ---------------------------------------------- r18611 | nkoth | 2009-05-10 18:27:42 +0200 (dim. 10 mai 2009) | 2 lines [FIX] add top-right floating help tool ---------------------------------------------- r18610 | nkoth | 2009-05-10 18:25:30 +0200 (dim. 10 mai 2009) | 2 lines [FIX] Since the generation of plugin help content is within list_plugins, info about textarea needs to be there, also the cache needs to respect for different text area ---------------------------------------------- r18609 | chibaguy | 2009-05-10 17:48:22 +0200 (dim. 10 mai 2009) | 1 line [FIX] More "mono-izing" of colors needed. ---------------------------------------------- r18608 | chibaguy | 2009-05-10 16:48:34 +0200 (dim. 10 mai 2009) | 1 line [FIX] label for needs an id, not class, so changed back to id but different name for module instance. (No bundled stylesheets currently style this id.) ---------------------------------------------- r18607 | chibaguy | 2009-05-10 16:29:46 +0200 (dim. 10 mai 2009) | 1 line [FIX] Same id (login-remember) appearing more than once in page causes validation error, so changed to class. ---------------------------------------------- r18606 | luciash | 2009-05-10 16:24:22 +0200 (dim. 10 mai 2009) | 1 line [FIX] wiki editpage JS quicktags icon to add image from file gallery: add at least an empty alt attribute to prevent xhtml validation errors ---------------------------------------------- r18605 | chibaguy | 2009-05-10 16:17:26 +0200 (dim. 10 mai 2009) | 1 line [FIX] bad <br /> clear property ---------------------------------------------- r18604 | luciash | 2009-05-10 16:13:22 +0200 (dim. 10 mai 2009) | 1 line [FIX] wiki editpage JS quicktags icon to add image from file gallery: use relative path instead of absolute ---------------------------------------------- r18603 | luciash | 2009-05-10 15:35:38 +0200 (dim. 10 mai 2009) | 1 line show help in strasa theme: have it displayed full height again when marc merged wiki syntax and plugins help ---------------------------------------------- r18602 | pkdille | 2009-05-10 09:20:40 +0200 (dim. 10 mai 2009) | 1 line [FIX] coelesce: typo ---------------------------------------------- r18601 | pkdille | 2009-05-10 08:53:36 +0200 (dim. 10 mai 2009) | 1 line [FIX] coelesce: some fix in the header: with and without logo and with various browsers ---------------------------------------------- r18600 | chibaguy | 2009-05-10 08:52:08 +0200 (dim. 10 mai 2009) | 1 line [FIX] Lost sitesearchbar when file was killed, so it returns for now. ---------------------------------------------- r18599 | chibaguy | 2009-05-10 08:30:41 +0200 (dim. 10 mai 2009) | 1 line [FIX] Adjustments mostly in site header and posts. ---------------------------------------------- r18598 | chibaguy | 2009-05-10 08:12:09 +0200 (dim. 10 mai 2009) | 1 line [FIX] Vertical alignment of site title and subtitle. ---------------------------------------------- r18597 | chibaguy | 2009-05-10 08:07:52 +0200 (dim. 10 mai 2009) | 1 line [KIL] Problem of bad display of site title when no logo was solved by using default template. Apparently css changes, etc. have made this file unnecessary. Please watch for any bad effect of removal. ---------------------------------------------- r18596 | marclaporte | 2009-05-10 08:02:24 +0200 (dim. 10 mai 2009) | 1 line [FIX] Remove link to nowhere. Unfortunately, there is no RSS feed for all changes across all trackers. You have to specify a trackerID. RSS feed per tracker can be found on tiki-view_tracker.php?trackerId= ---------------------------------------------- r18595 | marclaporte | 2009-05-10 07:45:57 +0200 (dim. 10 mai 2009) | 1 line [FIX] RSS feed should show most recent change as no.1 ---------------------------------------------- r18594 | nkoth | 2009-05-10 07:33:35 +0200 (dim. 10 mai 2009) | 2 lines [FIX] Make add plugin buttons in help panel work (Note: lots of other sections need similar fix) ---------------------------------------------- r18593 | nkoth | 2009-05-10 05:44:37 +0200 (dim. 10 mai 2009) | 2 lines [FIX] retrieve cached plugin list properly ---------------------------------------------- r18592 | nkoth | 2009-05-10 05:26:04 +0200 (dim. 10 mai 2009) | 2 lines [FIX] Help insert plugin popup tool must specify area name to work ---------------------------------------------- r18591 | marclaporte | 2009-05-10 05:09:27 +0200 (dim. 10 mai 2009) | 1 line [FIX/MOD] merging back again wiki help and plugin help because for most users, there is no distinction between adding a link and adding a video. plugins are just advanced wiki syntax. Also, the plus buttons are not reliable and some users may not see the plugins section. Finally, adding a plugin is currently broken (but not by this commit). ---------------------------------------------- r18590 | marclaporte | 2009-05-10 02:00:54 +0200 (dim. 10 mai 2009) | 1 line [FIX] Adding __required__ note for comments body because if you leave blank, you get an error message. I don't think body should be mandatory but it is. ---------------------------------------------- r18589 | nkoth | 2009-05-09 22:44:34 +0200 (sam. 09 mai 2009) | 2 lines [FIX] Plugin embedded editor wuicktag to add plugin tag not working before (e.g. in tracker plugin) ---------------------------------------------- r18588 | sylvieg | 2009-05-09 21:57:53 +0200 (sam. 09 mai 2009) | 1 line [FIX] missing one - thx nkoth ---------------------------------------------- r18587 | sylvieg | 2009-05-09 21:49:44 +0200 (sam. 09 mai 2009) | 1 line [FIX]wiki: to have also plugin quicktag working in other area than editwiki ---------------------------------------------- r18585 | nkoth | 2009-05-09 20:23:31 +0200 (sam. 09 mai 2009) | 2 lines [FIX] Plugin list cache should be language specific ---------------------------------------------- r18584 | nkoth | 2009-05-09 19:33:14 +0200 (sam. 09 mai 2009) | 2 lines [FIX] Invalidate plugin list cache on plugin activation/deactivation ---------------------------------------------- r18583 | pkdille | 2009-05-09 17:57:17 +0200 (sam. 09 mai 2009) | 1 line [FIX] coelesce.css: the sitetitle and sitesubtitle have to stay on the side of the logo and not below. Import layout.css in this theme. ---------------------------------------------- r18582 | chibaguy | 2009-05-09 17:53:46 +0200 (sam. 09 mai 2009) | 1 line [FIX] Rollback to undo rename of Feb12, Darkroom, TheNews, and Tikinewt themes. ---------------------------------------------- r18581 | chibaguy | 2009-05-09 14:40:35 +0200 (sam. 09 mai 2009) | 2 lines [FIX] Renamed themes that would have compatibility problems at sites where the Tiki 2 versions are already installed (to prevent deprecated Tiki 2 version theme-specific tpl files from being used). (feb12.css missed in earlier commit.) ---------------------------------------------- r18580 | chibaguy | 2009-05-09 13:17:21 +0200 (sam. 09 mai 2009) | 1 line [FIX] Renamed theme in credits, for consistency. ---------------------------------------------- r18579 | chibaguy | 2009-05-09 13:13:15 +0200 (sam. 09 mai 2009) | 1 line [FIX] Renamed themes that would have compatibility problems at sites where the Tiki 2 versions are already installed (to prevent deprecated Tiki 2 version theme-specific tpl files from being used). ---------------------------------------------- r18578 | chibaguy | 2009-05-09 12:31:14 +0200 (sam. 09 mai 2009) | 1 line [FIX] Styling for span.button2 mostly missing, so class added to .button, etc. ---------------------------------------------- r18576 | sylvieg | 2009-05-08 22:20:00 +0200 (ven. 08 mai 2009) | 1 line [FIX]: no mail message ending with : must be translated into  : because it wil be excaped ---------------------------------------------- r18575 | marclaporte | 2009-05-08 22:12:59 +0200 (ven. 08 mai 2009) | 1 line [FIX] Remove reference to source page in template as it's alwys blank. Applogies to translators. ---------------------------------------------- r18574 | sylvieg | 2009-05-08 21:16:39 +0200 (ven. 08 mai 2009) | 1 line [FIX]fgal: some perms errors messages ---------------------------------------------- r18573 | nkoth | 2009-05-08 20:24:48 +0200 (ven. 08 mai 2009) | 2 lines [FIX] Remove unnecessary and broken wiki help buttons (duplicates floating help) ---------------------------------------------- r18571 | sampaioprimo | 2009-05-08 18:43:29 +0200 (ven. 08 mai 2009) | 2 lines [FIX] tabs displaying properly in all admin pages when using tikinewt theme ---------------------------------------------- r18570 | sylvieg | 2009-05-08 18:16:10 +0200 (ven. 08 mai 2009) | 1 line [FIX]sheet: \n bugs javascript ---------------------------------------------- r18567 | sylvieg | 2009-05-08 17:37:19 +0200 (ven. 08 mai 2009) | 1 line [FIX]fr: better to see vendredi 8 mai than vendredi 08 mai ---------------------------------------------- r18566 | sylvieg | 2009-05-08 16:00:58 +0200 (ven. 08 mai 2009) | 1 line [FIX]print: no plugin edit icon when printing ---------------------------------------------- r18565 | jonnybradley | 2009-05-08 16:00:24 +0200 (ven. 08 mai 2009) | 1 line [FIX] Don't show unnecessary section edit button if hdr 1 is top of the page (and there is no section 0) [wish 2484] ---------------------------------------------- r18564 | sylvieg | 2009-05-08 15:49:23 +0200 (ven. 08 mai 2009) | 1 line [FIX]tracker: do not show the edit header/plugin icon for a pretty tracker ---------------------------------------------- r18563 | sylvieg | 2009-05-08 14:57:00 +0200 (ven. 08 mai 2009) | 1 line [FIX]tracker: tiki_p_use_as_template is not really useful as each field is tested individually ---------------------------------------------- r18561 | jonnybradley | 2009-05-08 13:38:41 +0200 (ven. 08 mai 2009) | 1 line [FIX] Changed Smarty var $name to $langname (fixes conflict with file gal edit, possibly others) ---------------------------------------------- r18560 | sylvieg | 2009-05-08 12:37:09 +0200 (ven. 08 mai 2009) | 1 line [FIX] use the same edist section icon ---------------------------------------------- r18559 | luciash | 2009-05-08 03:29:11 +0200 (ven. 08 mai 2009) | 1 line [FIX] attach wikiplugin: "applied" http://dev.tikiwiki.org/patch2475 (thanks to lindon) ---------------------------------------------- r18558 | sylvieg | 2009-05-07 23:55:14 +0200 (jeu. 07 mai 2009) | 1 line [FIX]sefurl: replace sequence mulitple - with - because 1/ more simple 2/ do not interfer with SPLIT ---------------------------------------------- r18557 | sylvieg | 2009-05-07 22:03:38 +0200 (jeu. 07 mai 2009) | 1 line [MOD]calendar_new: link the title to tiki-calendar ---------------------------------------------- r18556 | sylvieg | 2009-05-07 21:43:11 +0200 (jeu. 07 mai 2009) | 1 line [FIX]calendar: better fix for not show location in group popup + class around date in group popup ---------------------------------------------- r18552 | aproulx | 2009-05-07 20:03:04 +0200 (jeu. 07 mai 2009) | 1 line [ADD]Class for the month name ---------------------------------------------- r18551 | sylvieg | 2009-05-07 19:47:34 +0200 (jeu. 07 mai 2009) | 1 line [FIX]calendar: do not show location in popup in calendar_new ---------------------------------------------- r18367 | luciash | 2009-05-02 12:25:49 -0700 (Sat, 02 May 2009) | 1 line [DEL] removing unused workspaces images (again) from Tiki before 3.0 ---------------------------------------------- r18366 | luciash | 2009-05-02 12:10:00 -0700 (Sat, 02 May 2009) | 1 line [FIX] installer: use the help.png icon as everywhere else in Tiki instead of the M$ copyrighted one ---------------------------------------------- r18365 | changi67 | 2009-05-02 10:51:14 -0700 (Sat, 02 May 2009) | 1 line French Translation ---------------------------------------------- r18364 | luciash | 2009-05-02 09:49:20 -0700 (Sat, 02 May 2009) | 1 line [FIX] some mascara to improve watch icons ---------------------------------------------- r18363 | chibaguy | 2009-05-02 09:33:29 -0700 (Sat, 02 May 2009) | 1 line [FIX] Avoid transparent border backgrounds in popups. ---------------------------------------------- r18361 | luciash | 2009-05-02 09:17:15 -0700 (Sat, 02 May 2009) | 1 line [FIX] wikiplugin edit: use rather the cross icon from default iconset than the weird fullscreen_minimize icon to close the helper ---------------------------------------------- r18360 | luciash | 2009-05-02 09:03:46 -0700 (Sat, 02 May 2009) | 1 line [FIX] better icon for plugin edit ---------------------------------------------- r18359 | chibaguy | 2009-05-02 08:57:06 -0700 (Sat, 02 May 2009) | 1 line [FIX] A little more padding in .tabcontent. ---------------------------------------------- r18358 | gezzzan | 2009-05-02 08:56:07 -0700 (Sat, 02 May 2009) | 1 line latest HUN translation ---------------------------------------------- r18357 | chibaguy | 2009-05-02 08:47:08 -0700 (Sat, 02 May 2009) | 1 line [FIX] Catching up with corresponding changes in strasa.css. ---------------------------------------------- r18356 | chibaguy | 2009-05-02 08:29:43 -0700 (Sat, 02 May 2009) | 1 line [FIX] More selectors added. ---------------------------------------------- r18355 | luciash | 2009-05-02 08:10:07 -0700 (Sat, 02 May 2009) | 1 line [FIX] distinguish whole page edit icon from section edit icon ---------------------------------------------- r18354 | chibaguy | 2009-05-02 07:18:11 -0700 (Sat, 02 May 2009) | 1 line [FIX] Avoid scrollbar on post titles. ---------------------------------------------- r18353 | luciash | 2009-05-02 06:58:43 -0700 (Sat, 02 May 2009) | 1 line [FIX] Strasa theme: polishing graphics + some adjustments to article titleb and action icons padding ---------------------------------------------- r18352 | luciash | 2009-05-02 06:10:35 -0700 (Sat, 02 May 2009) | 1 line [FIX] Strasa theme: menu arrows transparent now to display nicely in right column menus too ---------------------------------------------- r18351 | chibaguy | 2009-05-02 05:51:36 -0700 (Sat, 02 May 2009) | 1 line [FIX] Better separation between articles, etc. ---------------------------------------------- r18349 | sylvieg | 2009-05-01 14:36:24 -0700 (Fri, 01 May 2009) | 1 line [FIX]tracker: do not show file field is no perm to attach ---------------------------------------------- r18348 | sylvieg | 2009-05-01 12:58:19 -0700 (Fri, 01 May 2009) | 1 line [FIX]tracker: warning if use an attachment field when tracker does not use attachement ---------------------------------------------- r18347 | sylvieg | 2009-05-01 12:30:55 -0700 (Fri, 01 May 2009) | 1 line [FIX]tracker: strange characters after attach file in tracker_view_tracker via a field - no idea why the fields were needed in the url ---------------------------------------------- r18345 | sylvieg | 2009-05-01 09:18:41 -0700 (Fri, 01 May 2009) | 1 line [FIX]tracker: a computed field can use some fields that are not in th REQUEST - so prefill the computed array on what exists in the database ---------------------------------------------- r18341 | nyloth | 2009-05-01 06:43:55 -0700 (Fri, 01 May 2009) | 11 lines [ENH] release scripts: lot of improvements for main release script (doc/devtools/release.php). Main changes are: * main script now handles update of changelog.txt, copyright.txt and README files (with their own steps and report) * interactive mode is a bit more intelligent and don't propose to commit if there is no changes * using the php program that called the release script, instead of just 'php' * now propose to delete the tag if it already exists (useful if a particular release gone wrong and has to be redone quickly) * PHP syntax check should not fail on Segfaults anymore and now displays a percentage progression * new option --http-proxy=HOST:PORT to be able to release behind a proxy (used to get info on sourceforge, not for subversion) * update of the release HOWTO, now displayed by using: php doc/devtools/release.php --howto ---------------------------------------------- r18340 | sylvieg | 2009-05-01 05:27:37 -0700 (Fri, 01 May 2009) | 1 line [FIX]module: assign button ion tab2 must go in tab1 ---------------------------------------------- r18331 | changi67 | 2009-04-30 13:33:05 -0700 (Thu, 30 Apr 2009) | 1 line One shot of get_string to add new text ---------------------------------------------- r18330 | changi67 | 2009-04-30 13:29:33 -0700 (Thu, 30 Apr 2009) | 1 line French translation ---------------------------------------------- r18329 | fantoms | 2009-04-30 13:02:27 -0700 (Thu, 30 Apr 2009) | 1 line [fix] bug which uses wrong perm instead of $tiki_p_articles_admin_topics ---------------------------------------------- r18327 | Jyhem | 2009-04-30 08:19:57 -0700 (Thu, 30 Apr 2009) | 1 line [FIX] Same buttons as in tiki-view_forum ---------------------------------------------- r18326 | pkdille | 2009-04-30 08:00:13 -0700 (Thu, 30 Apr 2009) | 1 line [FIX] view forum: Do not go in edit mode after a topic deletion (thks nyloth) ---------------------------------------------- r18325 | aproulx | 2009-04-30 07:31:02 -0700 (Thu, 30 Apr 2009) | 1 line [ADD] info for the ne parameter css_id ---------------------------------------------- r18323 | ricks99 | 2009-04-30 07:05:16 -0700 (Thu, 30 Apr 2009) | 1 line [FIX]re-added the missing user preferences. moved from old admin: login to admin: community. ---------------------------------------------- r18322 | sylvieg | 2009-04-30 06:13:27 -0700 (Thu, 30 Apr 2009) | 1 line [FIX]structure: a better fix as the pos can have other hole ---------------------------------------------- r18321 | sylvieg | 2009-04-30 06:04:29 -0700 (Thu, 30 Apr 2009) | 1 line [FIX]structure: a bug somewhere creates 2 first nodes with the same pos 2. If the node is moved up and as no previous node, force it to be on pos 1 ---------------------------------------------- r18320 | chibaguy | 2009-04-30 00:41:52 -0700 (Thu, 30 Apr 2009) | 1 line [FIX] Link in table heading, contrast. ---------------------------------------------- r18319 | chibaguy | 2009-04-30 00:18:17 -0700 (Thu, 30 Apr 2009) | 1 line [FIX] Horizontal suckerfish menu top item width reduced for IE6 (was wasted space). ---------------------------------------------- r18318 | chibaguy | 2009-04-30 00:01:23 -0700 (Thu, 30 Apr 2009) | 1 line [FIX] Some improvements in Strasa cold theme option. ---------------------------------------------- r18317 | chibaguy | 2009-04-29 20:55:52 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Strasa sitetitles style used here to fix partial display of site title in IE7. ---------------------------------------------- r18314 | sylvieg | 2009-04-29 12:36:48 -0700 (Wed, 29 Apr 2009) | 1 line [FIX]tracker: sort the dynamic list values ---------------------------------------------- r18313 | sylvieg | 2009-04-29 09:55:09 -0700 (Wed, 29 Apr 2009) | 1 line [FIX]menu: let & and + to be compared to & and '+' ---------------------------------------------- r18312 | sylvieg | 2009-04-29 09:51:27 -0700 (Wed, 29 Apr 2009) | 1 line [FIX]darkroom: to have the selected effect in tiki menu like in css menu ---------------------------------------------- r18311 | Jyhem | 2009-04-29 09:51:15 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] This only appears in an email, so   is inappropriate ---------------------------------------------- r18310 | marclaporte | 2009-04-29 09:18:50 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] fixing feature check from something that doesn't exist, to my best guess. Someone who uses this feature, please test and report if this is the right behavior. ---------------------------------------------- r18306 | jonnybradley | 2009-04-29 07:59:08 -0700 (Wed, 29 Apr 2009) | 2 lines [FIX] unset($TWV) call moved outside conditional and $email_test_to var moved outside translated string (thanks Nyloth) ---------------------------------------------- r18305 | jonnybradley | 2009-04-29 07:46:50 -0700 (Wed, 29 Apr 2009) | 2 lines [FIX] Missing global ---------------------------------------------- r18304 | jonnybradley | 2009-04-29 07:46:35 -0700 (Wed, 29 Apr 2009) | 2 lines [FIX] Return early with warning about missing required params ---------------------------------------------- r18303 | jonnybradley | 2009-04-29 07:45:48 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Return if no $data (stops letexrender blowing up) ---------------------------------------------- r18302 | jonnybradley | 2009-04-29 07:44:55 -0700 (Wed, 29 Apr 2009) | 2 lines [FIX] Missing global (and parameter info) fixed ---------------------------------------------- r18301 | marclaporte | 2009-04-29 07:14:49 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Missing doc link ---------------------------------------------- r18298 | sylvieg | 2009-04-29 06:56:00 -0700 (Wed, 29 Apr 2009) | 1 line [FIX]sefurl: sefurl on blogpost + some optimisation ---------------------------------------------- r18296 | marclaporte | 2009-04-29 06:31:23 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] link to documentation ---------------------------------------------- r18295 | marclaporte | 2009-04-29 05:52:32 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Adding feature checks on some plugins. ---------------------------------------------- r18294 | marclaporte | 2009-04-29 05:25:59 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Deactivating some plugins on bare-bones installs. They should be turned on in relevant profiles. ---------------------------------------------- r18293 | marclaporte | 2009-04-29 05:24:33 -0700 (Wed, 29 Apr 2009) | 1 line question about feature_events ---------------------------------------------- r18292 | jonnybradley | 2009-04-29 05:08:28 -0700 (Wed, 29 Apr 2009) | 3 lines [FIX] Allow installer mail-sending test to be sent to the user so they can tell if it worked. Also (optionally) copies mailtest@tikiwiki.org which sends a welcome mail. ---------------------------------------------- r18291 | luciash | 2009-04-29 05:08:24 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] tikibuttons to match the Tiki 3.0 logo style ---------------------------------------------- r18290 | marclaporte | 2009-04-29 05:02:08 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Security and documentation links on various plugins ---------------------------------------------- r18288 | marclaporte | 2009-04-29 04:47:09 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] PluginEvents: 1- feature_events doesn't seem to do anything/exist, so removing from conditions 2- Adding link to documentation ---------------------------------------------- r18286 | marclaporte | 2009-04-29 03:23:40 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Better image link, because it can be overriden by icon themes. tks Nyloth ---------------------------------------------- r18285 | marclaporte | 2009-04-29 02:45:20 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] plugin help 1- making link to documentation open in a new window and not lose current edit 2- change insert icon totemplates/tiki-plugin_help.tpl ---------------------------------------------- r18283 | marclaporte | 2009-04-29 01:25:41 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Better documentation for module parameters ---------------------------------------------- r18282 | marclaporte | 2009-04-29 00:30:26 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Adding more security on a few plugins ---------------------------------------------- r18280 | sylvieg | 2009-04-28 14:45:14 -0700 (Tue, 28 Apr 2009) | 1 line [FIX]sefurl: more sefurls for structure + clean the code by centralizing the construction of the url in a smarty fucntion ---------------------------------------------- r18279 | sylvieg | 2009-04-28 14:34:55 -0700 (Tue, 28 Apr 2009) | 1 line [FIX]banner: not to have 2 banners if no logo + cutom code ---------------------------------------------- r18278 | changi67 | 2009-04-28 14:28:58 -0700 (Tue, 28 Apr 2009) | 1 line French translation : 80% ---------------------------------------------- r18276 | sylvieg | 2009-04-28 14:23:18 -0700 (Tue, 28 Apr 2009) | 1 line rollback 17960 ---------------------------------------------- r18275 | luciash | 2009-04-28 13:54:34 -0700 (Tue, 28 Apr 2009) | 1 line no change, code indentation only ---------------------------------------------- r18273 | ricks99 | 2009-04-28 09:28:43 -0700 (Tue, 28 Apr 2009) | 1 line [MOD]change mail test email. now uses autoresponder. sender's email is *not* maintained or saved ---------------------------------------------- r18272 | sylvieg | 2009-04-28 09:06:14 -0700 (Tue, 28 Apr 2009) | 1 line [MOD]tracker: mandatory class around input for mandatory fields ---------------------------------------------- r18271 | ricks99 | 2009-04-28 08:55:59 -0700 (Tue, 28 Apr 2009) | 1 line [FIX]show all versions during preview ---------------------------------------------- r18269 | jonnybradley | 2009-04-28 08:21:20 -0700 (Tue, 28 Apr 2009) | 4 lines [FIX] Now works as advertised with the simple example on http://doc.tikiwiki.org/PluginVersions (tested locally - needs more real world testing) Not changed nav=n mode as i don't understand it (the code or the intention) Needs a proper overhaul IMHO ---------------------------------------------- r18268 | sylvieg | 2009-04-28 08:09:48 -0700 (Tue, 28 Apr 2009) | 1 line [FIX]structure: check perm on page when fetching a structure + backport a routine from trunk ---------------------------------------------- r18267 | nyloth | 2009-04-28 07:43:34 -0700 (Tue, 28 Apr 2009) | 1 line [ENH] release script: add an interactive mode, new options and more checks ---------------------------------------------- r18266 | nyloth | 2009-04-28 07:41:45 -0700 (Tue, 28 Apr 2009) | 2 lines [FIX] update db creation files ---------------------------------------------- r18265 | marclaporte | 2009-04-28 07:25:52 -0700 (Tue, 28 Apr 2009) | 1 line [FIX] ---------------------------------------------- r18263 | sylvieg | 2009-04-28 06:42:43 -0700 (Tue, 28 Apr 2009) | 1 line [MOD]darkroom: go for a darker background in tabs to have an easier text reading ---------------------------------------------- r18261 | marclaporte | 2009-04-28 04:38:50 -0700 (Tue, 28 Apr 2009) | 1 line [FIX] fix URL to release notes ---------------------------------------------- r18260 | jonnybradley | 2009-04-28 03:56:14 -0700 (Tue, 28 Apr 2009) | 2 lines [CSS] Lighter menu separators and slightly darker module separators ---------------------------------------------- r18258 | jonnybradley | 2009-04-28 03:23:26 -0700 (Tue, 28 Apr 2009) | 3 lines [FIX] Removing last-child selector on col2 module boxes as it's for CSS 3 only Was causing problems on IE6 especially (and not validating for CSS 2.1) ---------------------------------------------- r18255 | chibaguy | 2009-04-28 01:24:09 -0700 (Tue, 28 Apr 2009) | 1 line [FIX] In lieu of a better solution to white-background tiki-top displaying against dark site header, let login bar be full width. Not identical to strasa in modern browsers, but ok. ---------------------------------------------- r18253 | sylvieg | 2009-04-27 15:19:21 -0700 (Mon, 27 Apr 2009) | 1 line [FIX]tracker: fix dynamic list iitem with value containing a quote ---------------------------------------------- r18252 | sylvieg | 2009-04-27 14:54:08 -0700 (Mon, 27 Apr 2009) | 1 line [FIX]tracker: do not truncate an items list field that is not a text (otherwise it can truncate the html ---------------------------------------------- r18249 | sylvieg | 2009-04-27 13:00:07 -0700 (Mon, 27 Apr 2009) | 1 line [FIX]date: show date if no option to date field ---------------------------------------------- r18246 | jonnybradley | 2009-04-27 10:14:10 -0700 (Mon, 27 Apr 2009) | 3 lines [FIX] Removed confusing 'Save' button from plugin aliases form 'Change preferences' button works for this tab just like the others now ---------------------------------------------- r18245 | jonnybradley | 2009-04-27 09:22:25 -0700 (Mon, 27 Apr 2009) | 3 lines [FIX] Replacing missing '>' closing script tag (my bad - r17713) Was causing IE JS errors with shoutbox module ---------------------------------------------- r18244 | sylvieg | 2009-04-27 08:40:43 -0700 (Mon, 27 Apr 2009) | 1 line [FIX]theme: the group theme can be wrong (after upgrade if =old theme) ---------------------------------------------- r18243 | jonnybradley | 2009-04-27 08:15:36 -0700 (Mon, 27 Apr 2009) | 3 lines [FIX] Added 'experimental' etc warnings to some plugins' descriptions. Added a couple of help tips to the tpl and restored separation between wiki and plugin help sections for (slightly) easier navigation. ---------------------------------------------- r18242 | sylvieg | 2009-04-27 07:52:38 -0700 (Mon, 27 Apr 2009) | 1 line [FIX]wiki: list pages on initial must be case insentitive ---------------------------------------------- r18241 | jonnybradley | 2009-04-27 07:13:00 -0700 (Mon, 27 Apr 2009) | 2 lines [FIX] Switch theme now resets theme option to site default when choosing 'site default' or changing themes (via switch theme module) ---------------------------------------------- r18240 | xavidp | 2009-04-27 07:12:46 -0700 (Mon, 27 Apr 2009) | 1 line [FIX] some more strings translated ---------------------------------------------- r18239 | jonnybradley | 2009-04-27 06:56:17 -0700 (Mon, 27 Apr 2009) | 2 lines [FIX] Mods version filter now picks up ' 3 ' or ' 3+' anywhere in version field ---------------------------------------------- r18236 | jonnybradley | 2009-04-27 05:29:26 -0700 (Mon, 27 Apr 2009) | 3 lines [FIX] Disable unfinished JQuery replacement for FileGals Slideshow for release. Also, it doesn't need mootools feature check as it contains it's own version of the library ---------------------------------------------- r18235 | nyloth | 2009-04-27 04:23:12 -0700 (Mon, 27 Apr 2009) | 1 line [FIX] filegals: make slideshow optional (was a blocker for 3.0) + default view as an option ---------------------------------------------- r18143 | sylvieg | 2009-04-22 00:53:00 +0200 (Wed, 22 Apr 2009) | 1 line oops: forgot a file for commit 15076(move the translation of the enumeration from php to smarty) ---------------------------------------------- r18142 | sylvieg | 2009-04-22 00:46:02 +0200 (Wed, 22 Apr 2009) | 1 line global ---------------------------------------------- r18137 | nyloth | 2009-04-21 23:29:42 +0200 (Tue, 21 Apr 2009) | 1 line more french translations (mainly for the installer) ---------------------------------------------- r18136 | nyloth | 2009-04-21 23:28:02 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] admin menu: update strings in admin_menu.tpl to reflect the strings used in the database menu (for get_strings) ---------------------------------------------- r18135 | nyloth | 2009-04-21 23:26:43 +0200 (Tue, 21 Apr 2009) | 2 lines [FIX] installer: allow translation of profile names + remove old smarty code for the length of the list of profiles + don't move to top of page when clicking on 'help' icons that displays detailed explanations. ---------------------------------------------- r18134 | marclaporte | 2009-04-21 23:26:26 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] fix doc link ---------------------------------------------- r18133 | marclaporte | 2009-04-21 23:01:57 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] Fix links to documentation for Galaxia Workflow ---------------------------------------------- r18132 | marclaporte | 2009-04-21 22:21:10 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] Correct two broken links ---------------------------------------------- r18131 | sylvieg | 2009-04-21 21:52:18 +0200 (Tue, 21 Apr 2009) | 1 line [FIX]menu: prefer to have an url on Admin section ---------------------------------------------- r18130 | jonnybradley | 2009-04-21 20:19:41 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] Deactivate feature_jquery_tablesorter by default (unfinished feature) ---------------------------------------------- r18129 | jonnybradley | 2009-04-21 20:14:33 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] No non-minified version of this file in autocomplete libs ---------------------------------------------- r18128 | marclaporte | 2009-04-21 19:17:40 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] activating __smarty_notice_reporting__ by default, as this is more sensible default as a suboption of general error reporting (which remains off by default). So Smarty reporting only happens if general reporting is on. ---------------------------------------------- r18127 | marclaporte | 2009-04-21 19:03:06 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] __ Each group can have its theme__ should be in relevant profiles, but not in barebones install. ---------------------------------------------- r18126 | chibaguy | 2009-04-21 17:49:34 +0200 (Tue, 21 Apr 2009) | 1 line [NEW] Global IE7 stylesheet (alternative to IE7-targetting hacks in regular stylesheets). ---------------------------------------------- r18125 | chibaguy | 2009-04-21 17:45:57 +0200 (Tue, 21 Apr 2009) | 1 line [ENH] Add conditional comment for ie7.css and enable theme ie7.css files, same as for IE6. ---------------------------------------------- r18124 | sylvieg | 2009-04-21 17:01:55 +0200 (Tue, 21 Apr 2009) | 1 line [FIX]wysiwyg: do not show smileys as not working+ fck has its own smileys ---------------------------------------------- r18123 | nyloth | 2009-04-21 15:42:29 +0200 (Tue, 21 Apr 2009) | 1 line [ENH] release copyright script: be able to use this script through an http proxy using the new '--tcpproxy' param. ---------------------------------------------- r18122 | sylvieg | 2009-04-21 15:37:11 +0200 (Tue, 21 Apr 2009) | 1 line [MOD]lang: check the syntax of the custom.php and displays an error (todo: find out how to get the eval error) ---------------------------------------------- r18121 | sylvieg | 2009-04-21 13:57:12 +0200 (Tue, 21 Apr 2009) | 1 line [MOD]darkroom: do not use a special visited font in menu + less contrast for categorizator ---------------------------------------------- r18120 | pkdille | 2009-04-21 13:57:08 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] get_strings: global tikilib was at the wrong place ---------------------------------------------- r18119 | sylvieg | 2009-04-21 13:41:09 +0200 (Tue, 21 Apr 2009) | 1 line [FIX]rollback 17760: now the edit button is in the text on the right of the plugin ---------------------------------------------- r18118 | sylvieg | 2009-04-21 13:32:23 +0200 (Tue, 21 Apr 2009) | 1 line [FIX]fullscreen: url like tiki-index.php?page=xxx must not haev the = escaped ---------------------------------------------- r18116 | nyloth | 2009-04-21 09:54:06 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] breadcrumbs: titles on admin pages were using wrong encoding, which was generating weird characters in french for example ---------------------------------------------- r18115 | sylvieg | 2009-04-21 00:04:28 +0200 (Tue, 21 Apr 2009) | 1 line [FIX]fullscreen: url like tiki-index.php?page=xxx must not haev the = escaped ---------------------------------------------- r18114 | sylvieg | 2009-04-20 23:55:13 +0200 (Mon, 20 Apr 2009) | 1 line [FIX]to avoid double declaration ---------------------------------------------- r18113 | ricks99 | 2009-04-20 21:53:07 +0200 (Mon, 20 Apr 2009) | 1 line [ENH]Use icons instead of text ---------------------------------------------- r18112 | ricks99 | 2009-04-20 20:15:24 +0200 (Mon, 20 Apr 2009) | 1 line [FIX]removed empty div ---------------------------------------------- r18111 | ricks99 | 2009-04-20 20:02:55 +0200 (Mon, 20 Apr 2009) | 1 line [ENH]allow for manual installation - link to do page (at step 4), better explanation of htaccess file (step 6). ---------------------------------------------- r18109 | nyloth | 2009-04-20 15:37:58 +0200 (Mon, 20 Apr 2009) | 1 line [FIX] release script: remove temporary files and backup files of get_strings.php to avoid them in the secdb step ---------------------------------------------- r18106 | nyloth | 2009-04-20 15:16:26 +0200 (Mon, 20 Apr 2009) | 2 lines [REL] Preparing 3.0beta4 release ---------------------------------------------- r18105 | nyloth | 2009-04-20 15:10:14 +0200 (Mon, 20 Apr 2009) | 1 line french translations for last updates of the installer ---------------------------------------------- r18104 | nyloth | 2009-04-20 14:18:49 +0200 (Mon, 20 Apr 2009) | 1 line [FIX] installer: missing tr for a string ---------------------------------------------- r18103 | nyloth | 2009-04-20 13:45:53 +0200 (Mon, 20 Apr 2009) | 1 line [REL] SecDB for 3.0beta4 ---------------------------------------------- r18102 | nyloth | 2009-04-20 13:45:12 +0200 (Mon, 20 Apr 2009) | 1 line [REL] Update language.php files for 3.0beta4 ---------------------------------------------- r18101 | nyloth | 2009-04-20 13:33:38 +0200 (Mon, 20 Apr 2009) | 1 line [FIX] release script: fix commit message of the update of language.php files ---------------------------------------------- r18100 | nyloth | 2009-04-20 13:29:52 +0200 (Mon, 20 Apr 2009) | 1 line [ENH] release: automatically update language.php files when running release.php ---------------------------------------------- r18099 | nyloth | 2009-04-20 13:27:23 +0200 (Mon, 20 Apr 2009) | 1 line [MOD] get_strings: to add it to the release script, allow running get_strings.php on a checkout, without a tiki installation (no database). In this case, it uses default prefs from lib/setup/prefs.php which has also been changed to be called without tikilib if needed. ---------------------------------------------- r18098 | nyloth | 2009-04-20 13:20:12 +0200 (Mon, 20 Apr 2009) | 1 line [FIX] typo in a french translation ---------------------------------------------- r18097 | chibaguy | 2009-04-20 09:58:58 +0200 (Mon, 20 Apr 2009) | 1 line [FIX] Removed excess white space caused by switching article title from div to h2. ---------------------------------------------- r18096 | chibaguy | 2009-04-19 17:40:10 +0200 (Sun, 19 Apr 2009) | 1 line [FIX] Move print, etc. icons from center to right side. ---------------------------------------------- r18095 | chibaguy | 2009-04-19 15:32:33 +0200 (Sun, 19 Apr 2009) | 1 line [FIX] Missing property for file gallery Actions popup contents (thanks to spoonypjk for spotting problem). ---------------------------------------------- r18094 | luciash | 2009-04-19 14:04:44 +0200 (Sun, 19 Apr 2009) | 1 line Id to svn:keywords, removed svn:executable (there's no need to have this file executable) ---------------------------------------------- r18093 | luciash | 2009-04-19 13:41:34 +0200 (Sun, 19 Apr 2009) | 1 line just Id to svn:keywords, \brief and @author ---------------------------------------------- r18092 | luciash | 2009-04-19 13:32:33 +0200 (Sun, 19 Apr 2009) | 1 line [MOD] redirect plugin - SEO: Redirect with HTTP status 301 - Moved Permanently rather than the default response by header("Location: ") which is 302 - Found ---------------------------------------------- r18091 | marclaporte | 2009-04-19 09:43:43 +0200 (Sun, 19 Apr 2009) | 1 line [FIX] update installation docs ---------------------------------------------- r18090 | marclaporte | 2009-04-19 08:37:20 +0200 (Sun, 19 Apr 2009) | 1 line [FIX] Using Tiki's cache clearing mechanism which preserves .svn files, and not smarty ---------------------------------------------- r18089 | marclaporte | 2009-04-19 06:16:45 +0200 (Sun, 19 Apr 2009) | 1 line [FIX] Adding link to doc.tikiwiki.org only if feature_help is on. ---------------------------------------------- r18088 | chibaguy | 2009-04-19 05:50:54 +0200 (Sun, 19 Apr 2009) | 1 line [KIL] Not needed; new method for arrows. ---------------------------------------------- r18087 | marclaporte | 2009-04-19 05:45:05 +0200 (Sun, 19 Apr 2009) | 1 line [FIX] Improve UI of edit help. 1- Merge quicktags & wiki syntax in one section which reduces duplication. 2- Move less important comment about paragraph format to the bottom ---------------------------------------------- r18086 | chibaguy | 2009-04-18 16:44:05 +0200 (Sat, 18 Apr 2009) | 1 line [FIX] #tiki-center's position:relative causing hover popup dislocation, and no longer needed due to changed page-top background method. ---------------------------------------------- r18085 | luciash | 2009-04-18 15:46:35 +0200 (Sat, 18 Apr 2009) | 1 line [KIL] Simple theme: removing unmaintained theme before 3.0 release ---------------------------------------------- r18084 | luciash | 2009-04-18 15:45:27 +0200 (Sat, 18 Apr 2009) | 1 line [KIL] Simple theme: removing unmaintained theme before 3.0 release ---------------------------------------------- r18083 | luciash | 2009-04-18 15:37:21 +0200 (Sat, 18 Apr 2009) | 1 line [FIX] darkroom theme: specify background-color for html to match theme colors because some browsers display it system default (white or light grey) after the footer ends ---------------------------------------------- r18081 | marclaporte | 2009-04-18 10:37:44 +0200 (Sat, 18 Apr 2009) | 1 line With automatic upgrade and SecDB loaded automatically, there is no reason anymore to go back. And if someone did, they can use left-hand menu. ---------------------------------------------- r18080 | marclaporte | 2009-04-18 04:45:06 +0200 (Sat, 18 Apr 2009) | 1 line [FIX] Fix version number when using __lastup__ ---------------------------------------------- r18079 | marclaporte | 2009-04-18 03:13:19 +0200 (Sat, 18 Apr 2009) | 1 line [FX] Propagating search filter settings to modules. ---------------------------------------------- r18078 | marclaporte | 2009-04-18 02:58:19 +0200 (Sat, 18 Apr 2009) | 1 line [MOD] Turning off mono plugin, by default, because it's not, errr, of the highest quality :-) ---------------------------------------------- r18077 | marclaporte | 2009-04-18 02:52:06 +0200 (Sat, 18 Apr 2009) | 1 line [FIX] cosmetic improvements to edit plugin interface. ---------------------------------------------- r18076 | marclaporte | 2009-04-18 02:46:22 +0200 (Sat, 18 Apr 2009) | 1 line [FIX] cosmetic improvements to edit plugin interface. ---------------------------------------------- r18074 | sylvieg | 2009-04-17 22:15:45 +0200 (Fri, 17 Apr 2009) | 1 line [FIX]sefurl: keep the space as + - ex: lang[]=en&lang[]=fr et space -> lang%255B%255D%253Den%2526lang%255B%255D%253Dfr+et+spaces ---------------------------------------------- r18073 | sylvieg | 2009-04-17 21:43:47 +0200 (Fri, 17 Apr 2009) | 1 line [FIX]perms: tiki_p_lock is more a tiki_p_edit_categorized than a tiki_p_view_categorized ---------------------------------------------- r18072 | marclaporte | 2009-04-17 20:36:28 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] link to doc ---------------------------------------------- r18071 | jonnybradley | 2009-04-17 20:21:56 +0200 (Fri, 17 Apr 2009) | 5 lines [ENH] Cosmetic improvements to category picker - feedback welcome (Only in transitions CSS so far) ---------------------------------------------- r18070 | marclaporte | 2009-04-17 20:05:38 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] Adding more security to two plugins. ---------------------------------------------- r18069 | marclaporte | 2009-04-17 20:03:06 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] dos2unix ---------------------------------------------- r18068 | marclaporte | 2009-04-17 19:53:43 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] Adding padding to make profiles installer nicer. ---------------------------------------------- r18067 | jonnybradley | 2009-04-17 18:42:56 +0200 (Fri, 17 Apr 2009) | 2 lines [MOD] Added new Smarty var $ie6 if IE6 browser detected and changed #col3 inline CSS style in tiki.tpl to suit ---------------------------------------------- r18066 | marclaporte | 2009-04-17 18:06:57 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] shorter URLs for 2 tracker modules, __like in since your last visit__ module ---------------------------------------------- r18065 | sylvieg | 2009-04-17 17:14:18 +0200 (Fri, 17 Apr 2009) | 1 line [FIX]include plugin: the max_times was preventing to load more than 5 times the same page but with start and end different..... now test on start and end too -> perhaps max_times must be ignored if start and end are specified ---------------------------------------------- r18064 | marclaporte | 2009-04-17 16:59:58 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] Avoir error message on install. Thanks Matthew. ---------------------------------------------- r18063 | sylvieg | 2009-04-17 16:27:26 +0200 (Fri, 17 Apr 2009) | 1 line [FIX]sefurl: take away accent ---------------------------------------------- r18062 | sylvieg | 2009-04-17 15:24:37 +0200 (Fri, 17 Apr 2009) | 1 line [FIX]perm: module last_tracker_items and last_modif_tracker_items checks perms on tracker + kill duplicate code + new param sort_mode + new param fieldId ---------------------------------------------- r18061 | luciash | 2009-04-17 14:57:16 +0200 (Fri, 17 Apr 2009) | 1 line .plugin-form-float must be above everything (set z-index to 1000) ---------------------------------------------- r18060 | luciash | 2009-04-17 14:34:41 +0200 (Fri, 17 Apr 2009) | 1 line better message than "No Internet Connection has been found" when the installer cannot connect to the profiles repository for some reason (e.g. xmlrpc missing) ---------------------------------------------- r18059 | luciash | 2009-04-17 14:02:46 +0200 (Fri, 17 Apr 2009) | 1 line extending the note that php tags in tpl require PHP Smarty secure mode off ---------------------------------------------- r18058 | luciash | 2009-04-17 13:30:16 +0200 (Fri, 17 Apr 2009) | 1 line tiki installer: replaced "Profile" from "Install/Upgrade" strings to prevent confusion (we don't upgrade only profiles), some simpification changes of "TikiWiki" to "Tiki" where appropriate ---------------------------------------------- r18057 | luciash | 2009-04-17 13:12:25 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] thenews: align the top line of #footer nicely with bottom lines of columns ---------------------------------------------- r18056 | luciash | 2009-04-17 12:58:06 +0200 (Fri, 17 Apr 2009) | 1 line [ENH] #sitelocbar: nicer padding ---------------------------------------------- r18055 | luciash | 2009-04-17 12:49:31 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] thenews theme: give every div in #tiki-center some padding and little margin to images by default ---------------------------------------------- r18054 | luciash | 2009-04-17 11:44:45 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] tiki setup: this is all ugly hardcoded html but the opening tags could match their closing tags at least ---------------------------------------------- r18053 | luciash | 2009-04-17 11:41:26 +0200 (Fri, 17 Apr 2009) | 1 line [MOD] match the tiki 3.0 logo ---------------------------------------------- r18052 | nyloth | 2009-04-17 11:41:05 +0200 (Fri, 17 Apr 2009) | 10 lines [ENH] translations: get_strings.php can now be called as a script in command line, without authentication. Usage example: php5 get_strings.php completion lang=fr + New param 'quiet' to reduce the verbosity (keeping only most important info), especially useful in command line Note: This enhencement has mainly been done to call get_strings.php directly from the release scripts, in order to release up-to-date files to simplify the work of translators. ---------------------------------------------- r18051 | marclaporte | 2009-04-17 10:04:25 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] Ephemerides is a deleted feature. Remove some traces. ---------------------------------------------- r18050 | sylvieg | 2009-04-17 00:50:20 +0200 (Fri, 17 Apr 2009) | 1 line [FIX]perm: mod-tracker_comment->todo perm on item+numrows to be satisfied ---------------------------------------------- r18049 | sylvieg | 2009-04-16 22:39:14 +0200 (Thu, 16 Apr 2009) | 1 line [FIX]wiki: check perm on like pages ---------------------------------------------- r18048 | sylvieg | 2009-04-16 22:30:23 +0200 (Thu, 16 Apr 2009) | 1 line [FIX]prefs: users_prefs_theme seems not ot be used ---------------------------------------------- r18046 | lphuberdeau | 2009-04-16 20:42:16 +0200 (Thu, 16 Apr 2009) | 1 line [NEW] Forum handler for profiles ---------------------------------------------- r18045 | sylvieg | 2009-04-16 20:20:57 +0200 (Thu, 16 Apr 2009) | 1 line [MOD]modules: do not allow to move a module in a column when the column is not displayed ---------------------------------------------- r18044 | sylvieg | 2009-04-16 20:08:23 +0200 (Thu, 16 Apr 2009) | 1 line [MOD]modules: do not allow to move a module in a column when the column is not displayed ---------------------------------------------- r18043 | jonnybradley | 2009-04-16 19:52:15 +0200 (Thu, 16 Apr 2009) | 2 lines [MOD] Advisory "tip" on plugin aliases tab if feature_jquery disabled ---------------------------------------------- r18042 | jonnybradley | 2009-04-16 19:41:57 +0200 (Thu, 16 Apr 2009) | 2 lines [FIX] Plugin alias admin: Show new plugin alias form when none exist to edit ---------------------------------------------- r18041 | jonnybradley | 2009-04-16 19:21:26 +0200 (Thu, 16 Apr 2009) | 2 lines [KIL] Removal of admin/plugins (aliases) as that is now a tab on admin/textarea ---------------------------------------------- r18040 | lphuberdeau | 2009-04-16 19:16:40 +0200 (Thu, 16 Apr 2009) | 1 line [Oops] ---------------------------------------------- r18039 | lphuberdeau | 2009-04-16 19:15:17 +0200 (Thu, 16 Apr 2009) | 1 line [FIX] Don't remove trackers with the same name ---------------------------------------------- r18036 | jonnybradley | 2009-04-16 18:39:46 +0200 (Thu, 16 Apr 2009) | 1 line [MOD] Sync DB files ---------------------------------------------- r18035 | jonnybradley | 2009-04-16 18:30:18 +0200 (Thu, 16 Apr 2009) | 1 line [KIL] Remove old 'Email Address' QuickTags ---------------------------------------------- r18034 | jonnybradley | 2009-04-16 18:22:02 +0200 (Thu, 16 Apr 2009) | 2 lines [ENH] Use popup_plugin_form for QuickTags that use plugins (quote, flash, code and image) ---------------------------------------------- r18033 | lphuberdeau | 2009-04-16 18:10:51 +0200 (Thu, 16 Apr 2009) | 1 line [FIX] Concatenation done before reference replacement ---------------------------------------------- r18032 | jonnybradley | 2009-04-16 18:02:07 +0200 (Thu, 16 Apr 2009) | 3 lines [FIX] Don't try to (jquery) animate the edit help panel as sometimes it wasn't resizing properly (combination of right hand position and max-width a percentage, i think) ---------------------------------------------- r18031 | lphuberdeau | 2009-04-16 17:49:52 +0200 (Thu, 16 Apr 2009) | 1 line [MOD] Report database out of date when an SQL query error occurs ---------------------------------------------- r18030 | lphuberdeau | 2009-04-16 17:43:33 +0200 (Thu, 16 Apr 2009) | 1 line [NEW] Article handler for profiles ---------------------------------------------- r18029 | lphuberdeau | 2009-04-16 16:36:01 +0200 (Thu, 16 Apr 2009) | 1 line [FIX] Adding tiki_plugin_security to default install ---------------------------------------------- r18028 | lphuberdeau | 2009-04-16 16:27:46 +0200 (Thu, 16 Apr 2009) | 1 line [NEW] Page listing plugins pending approval ---------------------------------------------- r18027 | sylvieg | 2009-04-16 16:13:00 +0200 (Thu, 16 Apr 2009) | 1 line [FIX]translation: Do not know if 17114 must to be rolled back. all the : have been changed to  : but RE: is translating RE : and then is escaped. Change this one just for now ---------------------------------------------- r18026 | lphuberdeau | 2009-04-16 15:19:47 +0200 (Thu, 16 Apr 2009) | 1 line [MOD] Moving plugin validation to its own table to ease auditing ---------------------------------------------- r18025 | sylvieg | 2009-04-16 14:19:15 +0200 (Thu, 16 Apr 2009) | 1 line [FIX]title: the escape of & in look & feel is done in breadcrumb lib ---------------------------------------------- r18024 | chibaguy | 2009-04-16 04:43:41 +0200 (Thu, 16 Apr 2009) | 1 line [FIX] Non-validating CSS for IE6 replaced with conditional comment. ---------------------------------------------- r18022 | sylvieg | 2009-04-16 00:29:47 +0200 (Thu, 16 Apr 2009) | 1 line sefurl ---------------------------------------------- r18021 | lphuberdeau | 2009-04-15 23:25:59 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Use tiki's clear function instead of smarty's ---------------------------------------------- r18020 | sylvieg | 2009-04-15 22:39:02 +0200 (Wed, 15 Apr 2009) | 1 line re-rollback 18013 17997: <textarea must be escaped, {textarea must not ---------------------------------------------- r18019 | lphuberdeau | 2009-04-15 22:28:54 +0200 (Wed, 15 Apr 2009) | 1 line [NEW] Allow profiles to specify an instruction page to redirect to after installation ---------------------------------------------- r18018 | lphuberdeau | 2009-04-15 22:08:44 +0200 (Wed, 15 Apr 2009) | 1 line [MOD] Indicate which profiles are installed in the listing and replace forget option with reinsall ---------------------------------------------- r18017 | marclaporte | 2009-04-15 21:45:12 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Instructions for robots were not identical with and without slash. To avoid this in the future, I reordered the instructions. Related: http://dev.tikiwiki.org/wish442 ---------------------------------------------- r18016 | lphuberdeau | 2009-04-15 21:43:20 +0200 (Wed, 15 Apr 2009) | 1 line [NEW] Adding RSS profile handler ---------------------------------------------- r18015 | marclaporte | 2009-04-15 21:39:56 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] fix doc ---------------------------------------------- r18014 | marclaporte | 2009-04-15 21:38:56 +0200 (Wed, 15 Apr 2009) | 1 line [MOD] Moving wiki syntax from __wiki__ admin panel to __text area__ admin panel. Someone could be using Tiki without the wiki engine and still need to configure wiki syntax. ---------------------------------------------- r18013 | sylvieg | 2009-04-15 21:38:08 +0200 (Wed, 15 Apr 2009) | 1 line rollback 17007: to have back html like '<a>' when editing a user module -> lang[]=en&lang[]=fr sitll not working in a wiki page ---------------------------------------------- r18012 | sylvieg | 2009-04-15 21:27:27 +0200 (Wed, 15 Apr 2009) | 1 line sefurl ---------------------------------------------- r18009 | marclaporte | 2009-04-15 20:20:26 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Custom Home: removing specific references to version numbers or image gallery ID. This feature is a candidate for being pulled out eventually as you can do everything in a wiki page nowadays. Could be useful for Splash pages with totally different layout if it wasn't using tiki.tpl ---------------------------------------------- r18008 | sylvieg | 2009-04-15 19:46:02 +0200 (Wed, 15 Apr 2009) | 1 line [MOD]lang: to be able to modifiy custom.php file directly from the api ---------------------------------------------- r18006 | lphuberdeau | 2009-04-15 19:34:40 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Do not return to top when clicking the details button ---------------------------------------------- r18005 | lphuberdeau | 2009-04-15 19:16:37 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Preserve line breaks ---------------------------------------------- r18004 | lphuberdeau | 2009-04-15 19:16:04 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Plugin edit submission should not rely on a javascript error to work ---------------------------------------------- r18003 | jonnybradley | 2009-04-15 19:11:14 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Include old "sorttable" JS file if feature_jquery_tablesorter not enabled ---------------------------------------------- r18001 | lphuberdeau | 2009-04-15 18:42:48 +0200 (Wed, 15 Apr 2009) | 1 line [MOD] Do not display approve and preview in plugin approval in preview mode (not usable) and only show plugin edit if javascript is enabled ---------------------------------------------- r18000 | sylvieg | 2009-04-15 17:34:19 +0200 (Wed, 15 Apr 2009) | 1 line [FIX]users: a tiki_p_admin_junior can not change password of other users ---------------------------------------------- r17999 | nyloth | 2009-04-15 16:22:05 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] installer: change strings that was too much splitted in order to have full sentences that could really be translated + french translation of the installer ---------------------------------------------- r17998 | sylvieg | 2009-04-15 16:11:26 +0200 (Wed, 15 Apr 2009) | 1 line [MOD]categ: put a class on the flipper to be able to be able to style (like put on the right ---------------------------------------------- r17997 | sylvieg | 2009-04-15 15:42:59 +0200 (Wed, 15 Apr 2009) | 1 line [FIX]wiki: to have a data like lang[]=en&lang[]=fr - please test to see if no side effect ---------------------------------------------- r17996 | sylvieg | 2009-04-15 15:27:45 +0200 (Wed, 15 Apr 2009) | 1 line [FIX]wiki: to have a page with name like lang[]=en&lang[]=fr correctlly displayed ---------------------------------------------- r17995 | aproulx | 2009-04-15 15:27:31 +0200 (Wed, 15 Apr 2009) | 1 line [ADD] class param for fancylist and correction on tiki-articles.php (committed by mistake last week) ---------------------------------------------- r17994 | luciash | 2009-04-15 14:47:26 +0200 (Wed, 15 Apr 2009) | 1 line for now just replace the strings in $mail_data marked to be translated by watcher language when simple email notification format not set in tracker, TODO: capture and translate them in smarty tpls too ---------------------------------------------- r17992 | luciash | 2009-04-15 14:14:55 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] simple tracker notifications: translate e-mails correctly by watcher language (TODO: make it cacheable/use smarty template to improve performance) ---------------------------------------------- r17991 | luciash | 2009-04-15 11:30:15 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] simple tracker notification: bring the unchanged Subject back, TODO: remove the rest of tra(), (still no idea where the notification mail gets the field names translated in) ---------------------------------------------- r17990 | pkdille | 2009-04-15 10:35:58 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] + [MOD] filegal_manager: The default behaviour was to open the file gallery 1 (since r17715) which may not exist. Now, if there's only one filegal, the filegal_manager opens it. If there are more than one, the fgal_manager opens the list of gals. ---------------------------------------------- r17989 | Jyhem | 2009-04-15 10:15:00 +0200 (Wed, 15 Apr 2009) | 1 line [ENH] Text improvement: Cosmetic fixes (thanks, Marc) ---------------------------------------------- r17988 | pkdille | 2009-04-15 10:14:25 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] send newsletters: better test on uploaded files to avoid errors (eg. if file field is empty) ---------------------------------------------- r17987 | chibaguy | 2009-04-15 10:03:18 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Search bar can't be positioned relative to #header-top bottom because activating topbar custom code pulls search bar down onto login form. ---------------------------------------------- r17986 | chibaguy | 2009-04-15 08:59:32 +0200 (Wed, 15 Apr 2009) | 1 line [ENH] Site header, menu, My Tiki, etc. improvements. ---------------------------------------------- r17985 | chibaguy | 2009-04-15 06:34:35 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Horizontal suckerfish dropdown offset, other small padding improvements. ---------------------------------------------- r17984 | marclaporte | 2009-04-15 01:12:02 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] For MyTiki articles to be treated the same way as blogs, tasks, etc. ---------------------------------------------- r17983 | marclaporte | 2009-04-14 23:59:10 +0200 (Tue, 14 Apr 2009) | 1 line [FIX] cached file count shouldn't include svn files ---------------------------------------------- r17982 | marclaporte | 2009-04-14 23:13:04 +0200 (Tue, 14 Apr 2009) | 1 line [FIX] templates_c cache clearing was deleting .svn info ---------------------------------------------- r17981 | marclaporte | 2009-04-14 21:48:04 +0200 (Tue, 14 Apr 2009) | 1 line [FIX] Cosmetic fix in validation email. ---------------------------------------------- r17980 | marclaporte | 2009-04-14 21:45:54 +0200 (Tue, 14 Apr 2009) | 1 line [FIX] People don't care to know what Tiki is in their registration email. Can cause confusion about site. ---------------------------------------------- r17979 | marclaporte | 2009-04-14 20:42:01 +0200 (Tue, 14 Apr 2009) | 1 line [FIX] fix broken link to image ---------------------------------------------- r17978 | sylvieg | 2009-04-14 19:48:14 +0200 (Tue, 14 Apr 2009) | 1 line [MOD]sefurl: option to create url like article1-title bag1-title ---------------------------------------------- r17977 | marclaporte | 2009-04-14 19:47:12 +0200 (Tue, 14 Apr 2009) | 1 line [FIX] Update post-release instructions. Do we still want, for example, to call it 1.9.2 (SVN) until it's official at 1.9.2? ---------------------------------------------- r17976 | sylvieg | 2009-04-14 18:20:30 +0200 (Tue, 14 Apr 2009) | 1 line [FIX]per: tiki_p_blog_post is more like a tiki_p_edit_categorized that a tiki_p_view_categorized ---------------------------------------------- r17975 | sylvieg | 2009-04-14 17:34:17 +0200 (Tue, 14 Apr 2009) | 1 line [MOD]sefurl: urlencode + the title article option (setting still not to be committed) ---------------------------------------------- r17974 | sylvieg | 2009-04-14 17:10:18 +0200 (Tue, 14 Apr 2009) | 1 line reference ---------------------------------------------- r17973 | sylvieg | 2009-04-14 16:11:32 +0200 (Tue, 14 Apr 2009) | 1 line admin page ---------------------------------------------- r17971 | chibaguy | 2009-04-14 13:15:17 +0200 (Tue, 14 Apr 2009) | 1 line [ENH] No need for suckerfish horizontal menu top items to have explicit width, so menu width can be reduced; also minor adjustments for IE. ---------------------------------------------- r17970 | marclaporte | 2009-04-14 12:32:16 +0200 (Tue, 14 Apr 2009) | 1 line [ENH] Adding 4 new profiles. They are still being worked on. Company_Intranet is a good example. ---------------------------------------------- r17969 | marclaporte | 2009-04-14 12:02:25 +0200 (Tue, 14 Apr 2009) | 1 line [FIX] Save user a click until calendar is created. ---------------------------------------------- r17968 | nyloth | 2009-04-14 11:40:26 +0200 (Tue, 14 Apr 2009) | 2 lines [FIX][NEW] pagination: do not display "Page 1/1" by default when there is only one page in results. Add an option "pagination_hide_if_one_page" with a checkbox 'Hide pagination when there is only one page' in admin look panel. ---------------------------------------------- r17967 | nyloth | 2009-04-14 11:37:54 +0200 (Tue, 14 Apr 2009) | 1 line [MOD] precision in tikirelease doc ---------------------------------------------- r17966 | Jyhem | 2009-04-14 11:07:52 +0200 (Tue, 14 Apr 2009) | 1 line [ENH] Text improvement: Technical accuracy (thanks, Gary) ---------------------------------------------- r17965 | marclaporte | 2009-04-14 09:49:34 +0200 (Tue, 14 Apr 2009) | 1 line [FIX] Fix broken links to category browser. ---------------------------------------------- r17964 | pkdille | 2009-04-13 23:10:50 +0200 (Mon, 13 Apr 2009) | 1 line [MOD] some french translations ---------------------------------------------- r17961 | sylvieg | 2009-04-13 18:11:24 +0200 (Mon, 13 Apr 2009) | 1 line [FIX]banner: default maxClicks in db has been set to NULL :-( ---------------------------------------------- r17960 | sylvieg | 2009-04-13 17:24:05 +0200 (Mon, 13 Apr 2009) | 1 line [FIX]banner: site banner are not depending on custom code when no logo ---------------------------------------------- r17958 | chibaguy | 2009-04-13 14:51:01 +0200 (Mon, 13 Apr 2009) | 1 line [ENH] A little padding in table.normal td (as for example in view tracker). ---------------------------------------------- r17957 | chibaguy | 2009-04-13 12:00:10 +0200 (Mon, 13 Apr 2009) | 1 line [FIX] Horizontal PHP Layers menu padding and border on right side of item. ---------------------------------------------- r17956 | pkdille | 2009-04-13 08:38:17 +0200 (Mon, 13 Apr 2009) | 1 line [LANG] get_strings on all language files ---------------------------------------------- r17955 | marclaporte | 2009-04-13 00:25:59 +0200 (Mon, 13 Apr 2009) | 1 line [FIX] Update link. ---------------------------------------------- r17954 | xavidp | 2009-04-12 18:08:39 +0200 (Sun, 12 Apr 2009) | 1 line installation / update process translated ---------------------------------------------- r17952 | chibaguy | 2009-04-12 12:53:57 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] 100% wide .horbar caused it to not share line with searchbar in IE7. ---------------------------------------------- r17951 | marclaporte | 2009-04-12 10:33:07 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Restoring help_section specific styles for 2 themes. Now identical to transition styles but the could diverge later. Thanks Gary and Pkdille ---------------------------------------------- r17950 | nyloth | 2009-04-12 10:31:24 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] installer: use the version available in lib/setup/twversion.class.php instead of an hardcoded version, to have only only central place to update when releasing ---------------------------------------------- r17949 | chibaguy | 2009-04-12 10:27:54 +0200 (Sun, 12 Apr 2009) | 1 line [ENH] Improved phplayers and css menu details. ---------------------------------------------- r17948 | marclaporte | 2009-04-12 10:26:39 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Making edit help more intuitive and to handle better if javascript is not available. 1- If javacript is available, removing the plugin examples in listing on the right-hand side. Why? 1- This section is not very large and already contains quite a bit on info. 2- We keep the description and this should be sufficient for users to know if they are interested or not in each plugin. 3- If they are interested and javascript is available, they click insert and they get a very nice form where they just fill in the boxes. This is so much better than old way of doing, which was to copy-paste sample plugin code and to fiddle in the wiki page. If javascript is not available, all the information is below the wiki edit box, much like 2.x ---------------------------------------------- r17947 | marclaporte | 2009-04-12 10:07:05 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Doc link for Mouseovr plugin ---------------------------------------------- r17946 | chibaguy | 2009-04-12 09:42:13 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] input[type=text] px width made some inputs too narrow. ---------------------------------------------- r17945 | marclaporte | 2009-04-12 09:26:07 +0200 (Sun, 12 Apr 2009) | 1 line [DEL] Removing wikiplugin_example.php because 1- It doesn't work 2- We have enoigh plugins to serve as examples. Thanks pkdille. ---------------------------------------------- r17944 | marclaporte | 2009-04-12 09:12:57 +0200 (Sun, 12 Apr 2009) | 1 line [DEL] Removing wikiplugin_example.php because 1- It doesn't work 2- We have enoigh plugins to serve as examples. ---------------------------------------------- r17943 | marclaporte | 2009-04-12 07:52:28 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Making edit help more intuitive 1- Merging two help boxes into one. Why? Two help boxes is confusing and plugins are just advanced wiki syntax anyway. 2- Help now open in one click instead of two ---------------------------------------------- r17942 | marclaporte | 2009-04-12 07:11:32 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Removing specific style info for help_sections as it's better to rely on the one in transition ---------------------------------------------- r17941 | marclaporte | 2009-04-12 06:57:39 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] To avoid messages similar to about __This edit session will expire in 300 minutes. Preview or Save your work to restart the edit session timer. __ to overlap above this edit plugin helper. ---------------------------------------------- r17939 | marclaporte | 2009-04-12 05:10:17 +0200 (Sun, 12 Apr 2009) | 1 line [MOD] Planning 3.0Beta4 ---------------------------------------------- r17938 | marclaporte | 2009-04-12 04:52:51 +0200 (Sun, 12 Apr 2009) | 1 line [ENH] Adding an admin quicklink to activate/deactivate plugins ---------------------------------------------- r17937 | marclaporte | 2009-04-12 04:50:15 +0200 (Sun, 12 Apr 2009) | 1 line [MOD] Preparing for an eventual Beta4 ---------------------------------------------- r17936 | marclaporte | 2009-04-12 02:35:20 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Improving the installer 1-Link to human-readable and translations. 2-centering so continue button doesn't look out of place ---------------------------------------------- r17935 | marclaporte | 2009-04-12 01:32:01 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Correcting instructions. We used to have to have fix and open. I am not sure how relevant this is anymore. ---------------------------------------------- r17934 | marclaporte | 2009-04-12 01:28:26 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Correcting instructions ---------------------------------------------- r17933 | marclaporte | 2009-04-12 01:22:29 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Move __Sender email__ to better place in admin panel. This setting is very important. ---------------------------------------------- r17932 | marclaporte | 2009-04-12 00:45:17 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Moving __Maximum number of records in listings__ next to pagination settings. ---------------------------------------------- r17930 | nyloth | 2009-04-11 17:49:57 +0200 (Sat, 11 Apr 2009) | 1 line [REL] SecDB for 3.0beta3 ---------------------------------------------- r17929 | chibaguy | 2009-04-11 17:13:44 +0200 (Sat, 11 Apr 2009) | 1 line [ENH] Minor menu improvements. ---------------------------------------------- r17928 | chibaguy | 2009-04-11 16:57:19 +0200 (Sat, 11 Apr 2009) | 1 line [ENH] Menu contrast and hover improvements. ---------------------------------------------- r17927 | sylvieg | 2009-04-11 16:12:44 +0200 (Sat, 11 Apr 2009) | 1 line [FIX]plugin: trim also at the end of each param cr... a plugin can be on multiple line ---------------------------------------------- r17926 | sylvieg | 2009-04-11 13:09:11 +0200 (Sat, 11 Apr 2009) | 1 line rollback 17916 - this change is topo dangerous in a prelease ---------------------------------------------- r17925 | nyloth | 2009-04-11 10:43:14 +0200 (Sat, 11 Apr 2009) | 1 line [REL] SecDB for 3.0beta3 ---------------------------------------------- r17924 | nyloth | 2009-04-11 10:41:29 +0200 (Sat, 11 Apr 2009) | 1 line [FIX] fix typo in mod-adsense.php ---------------------------------------------- r17923 | nyloth | 2009-04-11 10:36:09 +0200 (Sat, 11 Apr 2009) | 1 line [REL] SecDB for 3.0beta3 ---------------------------------------------- r17922 | nyloth | 2009-04-11 09:47:27 +0200 (Sat, 11 Apr 2009) | 2 lines [REL] Preparing 3.0beta3 release ---------------------------------------------- r17921 | nyloth | 2009-04-11 09:10:27 +0200 (Sat, 11 Apr 2009) | 1 line [FIX] fix tiki.sql for comments locking which was causing troubles on fresh installs ---------------------------------------------- r17920 | sylvieg | 2009-04-10 23:43:23 +0200 (Fri, 10 Apr 2009) | 1 line [FIX]perm: tiki_p_blog_post, tiki_p_add_events, tiki_p_upload_images, tiki_p_remove are more related to tiki_p_edit_categorized than tiki_p_view_categorized ---------------------------------------------- r17919 | lphuberdeau | 2009-04-10 23:00:45 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] Rebuild patch list after clean install to make sure they are all recorded during reinstall and add DB out of date notification in admin panel ---------------------------------------------- r17917 | sylvieg | 2009-04-10 22:18:49 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] reverse 17912 and fix it correctly ---------------------------------------------- r17916 | sewilco | 2009-04-10 21:56:52 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] Do not ignore Group perm on categorized object. ---------------------------------------------- r17914 | marclaporte | 2009-04-10 20:43:01 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] feature_print_indexed is a new feature, never should have been activated by default ---------------------------------------------- r17913 | lphuberdeau | 2009-04-10 19:55:14 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] Avoid name conflicts ---------------------------------------------- r17912 | lphuberdeau | 2009-04-10 19:52:14 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] Bad method names cause crashes ---------------------------------------------- r17911 | sewilco | 2009-04-10 18:10:07 +0200 (Fri, 10 Apr 2009) | 1 line [ENH] add "offset" parameter so article list doesnt have to start at first one. ---------------------------------------------- r17909 | luciash | 2009-04-10 11:58:12 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] tracker email notification: translations by watcher language ---------------------------------------------- r17908 | marclaporte | 2009-04-10 07:20:39 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] Restore file which seems to have been deleted accidentally in revision 17868 ---------------------------------------------- r17907 | marclaporte | 2009-04-10 07:16:40 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] After saving a page, can use edit plugin interface without the .rbox-title that overlaps ---------------------------------------------- r17905 | pkdille | 2009-04-10 01:00:19 +0200 (Fri, 10 Apr 2009) | 1 line [REL] SecDB for 3.0beta2 ---------------------------------------------- r17903 | pkdille | 2009-04-10 00:53:20 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] release.php: wait between each directory for php -l ---------------------------------------------- r17902 | pkdille | 2009-04-10 00:45:10 +0200 (Fri, 10 Apr 2009) | 1 line [REL] update version in tiki-installer ---------------------------------------------- r17901 | pkdille | 2009-04-10 00:29:23 +0200 (Fri, 10 Apr 2009) | 1 line [REL] SecDB for 3.0beta2 ---------------------------------------------- r17897 | pkdille | 2009-04-09 23:40:04 +0200 (Thu, 09 Apr 2009) | 1 line [REL] SecDB for 3.0beta2 ---------------------------------------------- r17896 | luciash | 2009-04-09 23:26:59 +0200 (Thu, 09 Apr 2009) | 1 line [ENH] tracker email notification: highlight item names and New: changes and better look of the notification mail for readability ---------------------------------------------- r17895 | nyloth | 2009-04-09 23:16:03 +0200 (Thu, 09 Apr 2009) | 1 line [REL] Preparing 3.0beta2 release ---------------------------------------------- r17893 | sylvieg | 2009-04-09 19:12:52 +0200 (Thu, 09 Apr 2009) | 1 line [FIX]tracker: fix language of the tracker notification message ---------------------------------------------- r17892 | sylvieg | 2009-04-09 18:28:05 +0200 (Thu, 09 Apr 2009) | 1 line [FIX]wiki: like pages was not checking perm - thx sumo ---------------------------------------------- r17888 | sylvieg | 2009-04-09 16:02:25 +0200 (Thu, 09 Apr 2009) | 1 line [FIX]wiki: fix ~~red: blabla [http://www.myuniversity.edu/~smith] blabla ~~ ---------------------------------------------- r17887 | luciash | 2009-04-09 15:53:42 +0200 (Thu, 09 Apr 2009) | 2 lines make the mandatory star and note more semantic, so people without CSS can see it highlighted too ---------------------------------------------- r17886 | nyloth | 2009-04-09 14:49:50 +0200 (Thu, 09 Apr 2009) | 2 lines [FIX] newsletters: get_all_subscribers function now handles the 'login_is_email' preference ---------------------------------------------- r17885 | nyloth | 2009-04-09 14:47:58 +0200 (Thu, 09 Apr 2009) | 2 lines [FIX] Add a fallback value for PATH_TRANSLATED when it is not set (often the case nowadays) ---------------------------------------------- r17884 | nyloth | 2009-04-09 14:47:07 +0200 (Thu, 09 Apr 2009) | 2 lines [FIX] forum locking: missing files for forum locking in forum administration ---------------------------------------------- r17881 | luciash | 2009-04-09 14:22:29 +0200 (Thu, 09 Apr 2009) | 2 lines [ENH] nicer image for tree leaf ---------------------------------------------- r17879 | marclaporte | 2009-04-09 09:33:08 +0200 (Thu, 09 Apr 2009) | 1 line [FIX] Edit help 1- increase overall real estate to see more text. 2- Avoid right-left scrolling 3- Tested with latest stable Windows versions of Opera, Chrome, Firefox and Safari. IE6 is pretty broken still. ---------------------------------------------- r17878 | chibaguy | 2009-04-09 08:32:37 +0200 (Thu, 09 Apr 2009) | 1 line [FIX] Better padding in wikiplugin edit form (as suggested by Marc). ---------------------------------------------- r17877 | chibaguy | 2009-04-09 08:29:55 +0200 (Thu, 09 Apr 2009) | 1 line [FIX] Better padding in wikiplugin edit form (as suggested by Marc). ---------------------------------------------- r17876 | marclaporte | 2009-04-09 07:57:01 +0200 (Thu, 09 Apr 2009) | 1 line [FIX] Make edit plugin interface taller to reduce occurrences of scrolling and Avoid overlap of edit plugin interface and wiki syntax and plugins help interface (red question mark). ---------------------------------------------- r17875 | marclaporte | 2009-04-09 07:44:16 +0200 (Thu, 09 Apr 2009) | 1 line [FIX] Not letting the help section go too low, because in certain contexts, the right-left scroll is not visible. ---------------------------------------------- r17871 | pkdille | 2009-04-08 23:24:06 +0200 (Wed, 08 Apr 2009) | 1 line [FIX] wiki history: when saving a wiki page, the description has to be saved accordingly (tikilib.php). When rollbacking a wiki page, the description has to be rollbacked too (histlib.php). Bug 1395. ---------------------------------------------- r17869 | sylvieg | 2009-04-08 22:57:59 +0200 (Wed, 08 Apr 2009) | 1 line [FIX]tracker: export only the fileIf for an attachment ---------------------------------------------- r17868 | jonnybradley | 2009-04-08 21:29:09 +0200 (Wed, 08 Apr 2009) | 2 lines [NEW] JQuery slide-show transitions library (Cycle) ---------------------------------------------- r17867 | aproulx | 2009-04-08 20:50:49 +0200 (Wed, 08 Apr 2009) | 1 line [ADD] new customclass param to wikiplugin split ---------------------------------------------- r17866 | slordjette | 2009-04-08 20:49:13 +0200 (Wed, 08 Apr 2009) | 1 line [FIX] Typo (my first commit) ---------------------------------------------- r17865 | sylvieg | 2009-04-08 20:43:39 +0200 (Wed, 08 Apr 2009) | 1 line [FIX]wiki: fix export wiki pages for a multiki ---------------------------------------------- r17864 | marclaporte | 2009-04-08 20:34:10 +0200 (Wed, 08 Apr 2009) | 1 line [FIX] ---------------------------------------------- r17863 | aproulx | 2009-04-08 19:51:09 +0200 (Wed, 08 Apr 2009) | 1 line [ADD] CSS rules added to reflect changes on wikiplugin tracker ---------------------------------------------- r17862 | luciash | 2009-04-08 19:40:51 +0200 (Wed, 08 Apr 2009) | 1 line [ENH] tracker simple email notification: added link to the tracker item, simplified email subject ---------------------------------------------- r17861 | aproulx | 2009-04-08 19:37:44 +0200 (Wed, 08 Apr 2009) | 1 line [MOD] Replacing some <i> and <b> tags for <span> with classes for best CSS manipulation ---------------------------------------------- r17860 | marclaporte | 2009-04-08 19:21:30 +0200 (Wed, 08 Apr 2009) | 1 line [FIX] Make edit plugin interface taller to reduce occurrences of scrolling. ---------------------------------------------- r17859 | marclaporte | 2009-04-08 19:13:02 +0200 (Wed, 08 Apr 2009) | 1 line [FIX] Avoid overlap of edit plugin interface and wiki syntax and plugins help interface (red question mark) ---------------------------------------------- r17858 | sylvieg | 2009-04-08 18:24:07 +0200 (Wed, 08 Apr 2009) | 1 line [FIX]calendar: next/prev buttons and the same like than navigation ---------------------------------------------- r17857 | sylvieg | 2009-04-08 17:14:50 +0200 (Wed, 08 Apr 2009) | 1 line [FIX]forum: was not anymore possible to sort on date, the type of the posts was first considered ---------------------------------------------- r17856 | jonnybradley | 2009-04-08 17:11:49 +0200 (Wed, 08 Apr 2009) | 2 lines [FIX] Missing </div> ---------------------------------------------- r17855 | jonnybradley | 2009-04-08 16:45:46 +0200 (Wed, 08 Apr 2009) | 2 lines [KIL] Removed last references to feature_siteidentity ---------------------------------------------- r17854 | sylvieg | 2009-04-08 16:43:33 +0200 (Wed, 08 Apr 2009) | 1 line notice ---------------------------------------------- r17852 | sylvieg | 2009-04-08 15:54:52 +0200 (Wed, 08 Apr 2009) | 1 line clearfix for easy transition to 3.0 ---------------------------------------------- r17851 | sylvieg | 2009-04-08 15:25:53 +0200 (Wed, 08 Apr 2009) | 1 line [FIX]wiki: permission denied error if can not view page ---------------------------------------------- r17849 | luciash | 2009-04-08 14:38:55 +0200 (Wed, 08 Apr 2009) | 1 line oops, left debug ---------------------------------------------- r17848 | luciash | 2009-04-08 14:17:19 +0200 (Wed, 08 Apr 2009) | 1 line [FIX] PHP error reporting fixes ---------------------------------------------- r17847 | pkdille | 2009-04-08 13:56:42 +0200 (Wed, 08 Apr 2009) | 1 line [MOD] newsletters: give another icon for subscribing to a newsletter. This icon has to be different as the one on admin newsletters for the list of subscritions. ---------------------------------------------- r17846 | pkdille | 2009-04-08 10:29:49 +0200 (Wed, 08 Apr 2009) | 1 line Missed file for r17842. When useGroupTheme is deactivated we go back to the default theme for everybody ---------------------------------------------- r17845 | pkdille | 2009-04-08 09:37:27 +0200 (Wed, 08 Apr 2009) | 1 line [FIX] admin content templates: alt on remove section ---------------------------------------------- r17844 | sylvieg | 2009-04-07 21:14:03 +0200 (Tue, 07 Apr 2009) | 1 line [FIX]intertiki: use the current caps - like in normal login ---------------------------------------------- r17843 | ricks99 | 2009-04-07 19:11:24 +0200 (Tue, 07 Apr 2009) | 1 line [FIX]HTML validation ---------------------------------------------- r17842 | pkdille | 2009-04-07 18:07:18 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] & [MOD] New pref GroupTheme to enable or disable the ability to change the default theme for a group. Also hide GroupHomepage setting in tiki-admingroups when the group homepage feature is disabled ---------------------------------------------- r17841 | chibaguy | 2009-04-07 18:01:31 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] Relative-positioned ancestors caused suckerfish dropdowns to be bled through by module box titles in IE7. ---------------------------------------------- r17840 | ricks99 | 2009-04-07 16:31:45 +0200 (Tue, 07 Apr 2009) | 1 line [FIX]HTML validation ---------------------------------------------- r17839 | Jyhem | 2009-04-07 16:23:54 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] Plural needed ---------------------------------------------- r17838 | luciash | 2009-04-07 16:09:36 +0200 (Tue, 07 Apr 2009) | 2 lines layoutshadows for tiki-center ---------------------------------------------- r17837 | jonnybradley | 2009-04-07 15:59:17 +0200 (Tue, 07 Apr 2009) | 2 lines [MOD] Quicktag changes propagated to DB specific SQL ---------------------------------------------- r17836 | jonnybradley | 2009-04-07 15:56:17 +0200 (Tue, 07 Apr 2009) | 5 lines [MOD] More quicktags reordering (added to previous schema as there hasn't been a release since then) Also updated tiki.sql Plus: couple of new icons & updated *get_strings ---------------------------------------------- r17835 | chibaguy | 2009-04-07 15:44:44 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] topbar suckerfish menu position and background fixed for IE7. (todo: fix module title bleed through menu dropdown, also happens in thenews.) ---------------------------------------------- r17834 | chibaguy | 2009-04-07 11:19:49 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] Make site header phpl menu horbar less tall so it doesn't overlap sitesearchbar; improve phpl menu in IE6. ---------------------------------------------- r17832 | chibaguy | 2009-04-07 09:12:16 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] .clearfix improved for IE7. TheNews css menus improved, esp. for IE. ---------------------------------------------- r17831 | chibaguy | 2009-04-07 08:05:21 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] IE7-specific sitesearchbar position not needed. ---------------------------------------------- r17830 | chibaguy | 2009-04-07 07:57:53 +0200 (Tue, 07 Apr 2009) | 1 line [ENH] Improvements for IE (todo: siteloginbar problems in IE6) ---------------------------------------------- r17829 | chibaguy | 2009-04-07 06:12:26 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] Improvements mostly for IE7. ---------------------------------------------- r17828 | marclaporte | 2009-04-07 02:42:39 +0200 (Tue, 07 Apr 2009) | 1 line [DB] convert sql scripts to be like tiki.sql ---------------------------------------------- r17827 | jonnybradley | 2009-04-07 02:09:53 +0200 (Tue, 07 Apr 2009) | 4 lines [FIX] Repair broken plugin edit helpers when mootools on and jquery off [damage done in 17734, sorry] Old sorttable JS must go before mootools or window.addEvent() gets overwritten. ---------------------------------------------- r17826 | jonnybradley | 2009-04-07 01:10:32 +0200 (Tue, 07 Apr 2009) | 10 lines [ENH] Change category picker layout, now nested and grouped according to parentage. (& removed extra show/hide button) TODO: Fix: default to all nodes open Check no-javascript functionality (should be ok if above worked) Remove or tidy the [+-] flippers (folder icons?) Fix: ClueTips not working for description CSS enhancements ---------------------------------------------- r17825 | marclaporte | 2009-04-07 01:10:11 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] RSS picker was not appearing in module builder. ---------------------------------------------- r17823 | jonnybradley | 2009-04-07 00:27:37 +0200 (Tue, 07 Apr 2009) | 2 lines [FIX] More robust CVS import ---------------------------------------------- r17822 | jonnybradley | 2009-04-07 00:26:32 +0200 (Tue, 07 Apr 2009) | 2 lines [FIX] jquery flip() handle display styles other than block (like inline) properly - no animation ---------------------------------------------- r17821 | jonnybradley | 2009-04-07 00:23:37 +0200 (Tue, 07 Apr 2009) | 2 lines [FIX] setFlipWithSign needs to know about showhide_headings ("section" where flipWithSign stores the cookie) ---------------------------------------------- r17820 | lphuberdeau | 2009-04-06 23:31:41 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] Adding default directories ---------------------------------------------- r17819 | lphuberdeau | 2009-04-06 23:19:41 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] Cleaning up and preventing XSS ---------------------------------------------- r17818 | lphuberdeau | 2009-04-06 22:36:16 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] Some things just never make sense ---------------------------------------------- r17817 | lphuberdeau | 2009-04-06 22:33:29 +0200 (Mon, 06 Apr 2009) | 2 lines [FIX] Sort order ---------------------------------------------- r17816 | sylvieg | 2009-04-06 22:22:39 +0200 (Mon, 06 Apr 2009) | 1 line [MOD]actionlog: add a way to modify the category in actionlog ---------------------------------------------- r17815 | lphuberdeau | 2009-04-06 22:10:35 +0200 (Mon, 06 Apr 2009) | 1 line [INDENT] Rebalancing open/close ---------------------------------------------- r17814 | lphuberdeau | 2009-04-06 21:26:41 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] Normal to accept anything in the HTML plugin ---------------------------------------------- r17813 | sylvieg | 2009-04-06 21:21:32 +0200 (Mon, 06 Apr 2009) | 1 line [FIX]articles: topic was broken ---------------------------------------------- r17811 | luciash | 2009-04-06 21:04:45 +0200 (Mon, 06 Apr 2009) | 2 lines [FIX] someone forgot to add global and include for the smarty icon function call ;) ---------------------------------------------- r17810 | lphuberdeau | 2009-04-06 20:23:42 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] Invalidate page's cache after validation ---------------------------------------------- r17809 | lphuberdeau | 2009-04-06 20:15:54 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] WYSIWYCA for plugin validation ---------------------------------------------- r17808 | lphuberdeau | 2009-04-06 19:42:55 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] Send correct data as default ---------------------------------------------- r17807 | aproulx | 2009-04-06 19:41:27 +0200 (Mon, 06 Apr 2009) | 1 line add div param on fancytable for using div instead of ol ---------------------------------------------- r17806 | jonnybradley | 2009-04-06 17:45:31 +0200 (Mon, 06 Apr 2009) | 6 lines [FIX] wikiplugin_versions showing all versions' text Beefed up preg_replace pattern to detect next '---(version x)---' tag (hope it holds!) Also fixed some var name typos & strpos evals (thanks Ricks99) ---------------------------------------------- r17805 | chibaguy | 2009-04-06 16:14:25 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] jquery reflection seems to make 'div.adminanchors a' display:block so they need to be floated. ---------------------------------------------- r17804 | nyloth | 2009-04-06 15:26:56 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] missing files for commit 17801 ---------------------------------------------- r17803 | nyloth | 2009-04-06 15:21:36 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] missing file for commit 17801 ---------------------------------------------- r17802 | sylvieg | 2009-04-06 15:06:03 +0200 (Mon, 06 Apr 2009) | 1 line [MOD]module: split the code to be able to execute a module individually ---------------------------------------------- r17801 | nyloth | 2009-04-06 15:05:11 +0200 (Mon, 06 Apr 2009) | 3 lines [MOD][BP-17799] new 'feature_comments_locking' pref to allow the user to disable the locking of comments (this has no impact on forums, where the locking feature never was an option) + fix a missing global smarty [NEW][BP-16740] forum and comments: New locking feature ---------------------------------------------- r17798 | pkdille | 2009-04-06 14:05:03 +0200 (Mon, 06 Apr 2009) | 1 line [MOD] coelesce: title and subtitle positionning in header + fix tiki-top horbar height ---------------------------------------------- r17795 | chibaguy | 2009-04-06 08:17:39 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] div.cbox and .cbox-data need overflow:hidden for IE7 to wrap the contents (problem noticed with icons on tiki-admin.php). ---------------------------------------------- r17794 | chibaguy | 2009-04-06 07:45:19 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] No need for inline elements (a.icon) to be floated (was causing column overflow in IE7). ---------------------------------------------- r17793 | sylvieg | 2009-04-06 00:25:14 +0200 (Mon, 06 Apr 2009) | 1 line [FIX]group watch: missing commit ---------------------------------------------- r17792 | sylvieg | 2009-04-06 00:22:45 +0200 (Mon, 06 Apr 2009) | 1 line some references ---------------------------------------------- r17791 | sylvieg | 2009-04-06 00:20:51 +0200 (Mon, 06 Apr 2009) | 1 line string ---------------------------------------------- r17790 | sylvieg | 2009-04-05 22:41:06 +0200 (Sun, 05 Apr 2009) | 1 line global (trying to have the module code not necessary in an include but to risky for 3.0 ---------------------------------------------- r17787 | pkdille | 2009-04-05 20:53:42 +0200 (Sun, 05 Apr 2009) | 1 line [MOD] Admin system: some html code cleanup ---------------------------------------------- r17786 | pkdille | 2009-04-05 20:26:48 +0200 (Sun, 05 Apr 2009) | 1 line [MOD] Admin system: code indenting - no changes ---------------------------------------------- r17785 | sylvieg | 2009-04-05 18:12:14 +0200 (Sun, 05 Apr 2009) | 1 line [FIX]article: sort param ---------------------------------------------- r17783 | chibaguy | 2009-04-05 17:14:54 +0200 (Sun, 05 Apr 2009) | 1 line [FIX] Minor improvements. ---------------------------------------------- r17782 | chibaguy | 2009-04-05 17:10:58 +0200 (Sun, 05 Apr 2009) | 1 line [FIX] Site header adjustments, etc. ---------------------------------------------- r17779 | jonnybradley | 2009-04-04 20:13:33 +0200 (Sat, 04 Apr 2009) | 3 lines [FIX] Oops, debug flag left in on tablesorter ---------------------------------------------- r17777 | chibaguy | 2009-04-04 10:41:46 +0200 (Sat, 04 Apr 2009) | 1 line [FIX] localhost link apparently left behind from testing. ---------------------------------------------- r17776 | pkdille | 2009-04-04 00:10:17 +0200 (Sat, 04 Apr 2009) | 1 line [FIX] assignpermission: some very tiny code reorganizing ---------------------------------------------- r17775 | pkdille | 2009-04-04 00:04:01 +0200 (Sat, 04 Apr 2009) | 1 line [MOD] assignpermissions: code indenting - no changes ---------------------------------------------- r17773 | sylvieg | 2009-04-03 15:27:52 +0200 (Fri, 03 Apr 2009) | 1 line [FIX]forum: fix watch ---------------------------------------------- r17772 | sylvieg | 2009-04-03 15:17:26 +0200 (Fri, 03 Apr 2009) | 1 line [FIX]comment: display only the show button on the topic - because the code dealing with notification looks at only the topic ---------------------------------------------- r17771 | sylvieg | 2009-04-03 14:40:51 +0200 (Fri, 03 Apr 2009) | 1 line [MOD]forum: do not show move to topic if no other topic ---------------------------------------------- r17770 | sylvieg | 2009-04-03 12:53:14 +0200 (Fri, 03 Apr 2009) | 1 line [FIX]forum: to be able to reply to a post ---------------------------------------------- r17769 | pkdille | 2009-04-03 09:01:28 +0200 (Fri, 03 Apr 2009) | 1 line [FIX] list_faqs: fix the item count in this function (cant did not check the perms). Replace user_has_perm_on_object with new function get_perm_object. ---------------------------------------------- r17765 | sylvieg | 2009-04-02 23:17:27 +0200 (Thu, 02 Apr 2009) | 1 line [FIX]forum: delete watches when deleting topic ---------------------------------------------- r17763 | sylvieg | 2009-04-02 18:03:28 +0200 (Thu, 02 Apr 2009) | 1 line [MOD]calendar: group watch ---------------------------------------------- r17762 | pkdille | 2009-04-02 17:22:58 +0200 (Thu, 02 Apr 2009) | 1 line [MOD][BP-17758][BP-17747] newsletters : some small enhancements ---------------------------------------------- r17761 | sylvieg | 2009-04-02 17:14:09 +0200 (Thu, 02 Apr 2009) | 1 line oops trace ---------------------------------------------- r17760 | sylvieg | 2009-04-02 17:13:08 +0200 (Thu, 02 Apr 2009) | 1 line [FIX]wiki: an INCLUDE of a page beginning with a ! must be interpreted (do not consider the edit plugin button) ---------------------------------------------- r17759 | pkdille | 2009-04-02 11:05:25 +0200 (Thu, 02 Apr 2009) | 1 line [MOD] coelesce : some left margin in the pagetitle icons and aligning in the middle the text in cbox-title ---------------------------------------------- r17757 | nyloth | 2009-04-01 22:11:24 +0200 (Wed, 01 Apr 2009) | 1 line [FIX][BP-17744] newsletters fixes ---------------------------------------------- r17756 | jonnybradley | 2009-04-01 21:34:26 +0200 (Wed, 01 Apr 2009) | 2 lines [CSS] Feint lines under left hand modules in strasa ---------------------------------------------- r17755 | jonnybradley | 2009-04-01 21:16:57 +0200 (Wed, 01 Apr 2009) | 2 lines [CSS] flipmodimage had gone again ---------------------------------------------- r17754 | jonnybradley | 2009-04-01 20:48:58 +0200 (Wed, 01 Apr 2009) | 5 lines [NEW] JQuery wikiplugin (wikiplugin_jq) Options for not to execute on doc ready and to change the string returned if feature not enabled. Needs approval and shows on admin/security as unsafe. ---------------------------------------------- r17753 | sylvieg | 2009-04-01 19:42:27 +0200 (Wed, 01 Apr 2009) | 1 line [MOD] more goup watches ---------------------------------------------- r17752 | jonnybradley | 2009-04-01 19:30:17 +0200 (Wed, 01 Apr 2009) | 2 lines [FIX] Typo and missing flag image ref removed (sorry Korea) ---------------------------------------------- r17751 | jonnybradley | 2009-04-01 19:21:37 +0200 (Wed, 01 Apr 2009) | 3 lines [MOD] mod-switch_lang word mode replaces mod-switch_lang2 Includes script to replace assigned switch_lang2 module with switch_lang (mode=words) ---------------------------------------------- r17750 | chibaguy | 2009-04-01 18:53:50 +0200 (Wed, 01 Apr 2009) | 1 line [ENH] Minor calendar color change (days before/after month). ---------------------------------------------- r17749 | jonnybradley | 2009-04-01 18:48:09 +0200 (Wed, 01 Apr 2009) | 5 lines [MOD] mod-shoutjax finally replaces mod-shoutbox so it now works with AJAX if enabled. Retains previous behaviour if AJAX disabled Includes script to replace assigned shoutjax module with shoutbox ---------------------------------------------- r17748 | jonnybradley | 2009-04-01 18:33:29 +0200 (Wed, 01 Apr 2009) | 3 lines [MOD] Last changes to shoutjax module in preparation for replacing previous (non-ajax) shoutbox module ---------------------------------------------- r17746 | jonnybradley | 2009-04-01 16:31:34 +0200 (Wed, 01 Apr 2009) | 3 lines [ENH] Switch Theme mod: Add "site default" to options menu, capitalise theme names and remove .css's ---------------------------------------------- r17745 | chibaguy | 2009-04-01 16:12:43 +0200 (Wed, 01 Apr 2009) | 1 line [ENH] Better arrow positions. ---------------------------------------------- r17743 | sylvieg | 2009-04-01 16:01:16 +0200 (Wed, 01 Apr 2009) | 1 line [FIX]tracker: quick dirty patch: each computed field must be recalculated and stored in the db value to be able to sort on this field: TODO move all the mandatory action like evaluation of computed field, user selctor... in replace_item + use only the stored value for computed field instead of recalculating each time ---------------------------------------------- r17741 | chibaguy | 2009-04-01 13:28:36 +0200 (Wed, 01 Apr 2009) | 1 line [ENH] Calendar navbar link construction simplified; links using theme button style. Also a few more selectors moved from transitions to calendar.css. ---------------------------------------------- r17740 | sylvieg | 2009-04-01 00:54:30 +0200 (Wed, 01 Apr 2009) | 1 line [MOD]fgal: group watch for fgal ---------------------------------------------- r17739 | sampaioprimo | 2009-03-31 23:04:34 +0200 (Tue, 31 Mar 2009) | 2 lines pt-br translation ---------------------------------------------- r17738 | sylvieg | 2009-03-31 22:08:32 +0200 (Tue, 31 Mar 2009) | 1 line [FIX]color: when putting a background color, put a text color ---------------------------------------------- r17737 | sylvieg | 2009-03-31 21:55:58 +0200 (Tue, 31 Mar 2009) | 1 line [MOD]user info: show the email of a user to an admin - even if private ---------------------------------------------- r17736 | jonnybradley | 2009-03-31 19:47:13 +0200 (Tue, 31 Mar 2009) | 4 lines [ENH] Implement JQuery tablesorter where the old one was used before in Sys admin and perms TODO add paging and client-side find ---------------------------------------------- r17735 | jonnybradley | 2009-03-31 19:45:13 +0200 (Tue, 31 Mar 2009) | 3 lines [NEW] Added JQuery tablesorter (to go with checkbox mis-commited in [17732]) ---------------------------------------------- r17734 | jonnybradley | 2009-03-31 19:40:08 +0200 (Tue, 31 Mar 2009) | 3 lines [MOD] Move sorttable JS to separate file and include if JQuery off ---------------------------------------------- r17733 | jonnybradley | 2009-03-31 19:37:28 +0200 (Tue, 31 Mar 2009) | 4 lines [FIX] Oops - wrong file commited last time (use_minified_scripts [17732]) Rest of the modification for admin/look coming soon ---------------------------------------------- r17732 | jonnybradley | 2009-03-31 19:33:53 +0200 (Tue, 31 Mar 2009) | 3 lines {ENH] Expose and rationalise use_minified_scripts pref as a programmer's feature ---------------------------------------------- r17731 | sylvieg | 2009-03-31 17:46:36 +0200 (Tue, 31 Mar 2009) | 1 line [FIX]html: option to author style input to display in div or <TR> ---------------------------------------------- r17730 | Jyhem | 2009-03-31 17:30:17 +0200 (Tue, 31 Mar 2009) | 1 line [UI] Filtering table less conspicuous ---------------------------------------------- r17729 | jonnybradley | 2009-03-31 17:21:18 +0200 (Tue, 31 Mar 2009) | 3 lines [MOD] Don't edit the home page if no page param set in request but show an error ---------------------------------------------- r17728 | jonnybradley | 2009-03-31 16:18:22 +0200 (Tue, 31 Mar 2009) | 6 lines [FIX] AJAX loadComponent() JavaScripts now work Specifically for tiki-editpage.php called via the topline page edit icon (so mostly tested with that) Quicktags, "lose changes" and "edit timeout" (maybe more) now work, overlib tooltips don't, but no longer cause an error. ---------------------------------------------- r17727 | jonnybradley | 2009-03-31 16:03:56 +0200 (Tue, 31 Mar 2009) | 2 lines [MOD] 40 em was too wide ---------------------------------------------- r17726 | ricks99 | 2009-03-31 15:11:21 +0200 (Tue, 31 Mar 2009) | 1 line [FIX] wrong check for wiki and articles feature :( ---------------------------------------------- r17725 | ricks99 | 2009-03-31 15:06:45 +0200 (Tue, 31 Mar 2009) | 1 line [FIX] typo. use ':' after labels, not ';' ---------------------------------------------- r17724 | ricks99 | 2009-03-31 13:49:58 +0200 (Tue, 31 Mar 2009) | 1 line [ENH]admin ui revamp. ongoing ---------------------------------------------- r17723 | jonnybradley | 2009-03-31 12:18:17 +0200 (Tue, 31 Mar 2009) | 5 lines [MOD] Duplicate 17702 in new location (plugin alias admin moving to textarea - must KIL the old one soon!) "?\194?\160Add body label field in plugin alias editor and correctly handle validation field" ---------------------------------------------- r17720 | chibaguy | 2009-03-31 11:38:28 +0200 (Tue, 31 Mar 2009) | 1 line [ENH] Use Superfish for CSS menu arrows. ---------------------------------------------- r17719 | chibaguy | 2009-03-31 08:41:49 +0200 (Tue, 31 Mar 2009) | 1 line [MOD] These were consolidated as cssmenus.css. ---------------------------------------------- r17718 | chibaguy | 2009-03-31 07:28:14 +0200 (Tue, 31 Mar 2009) | 1 line [FIX] Put searchbar in correct position: mono-ize login button. ---------------------------------------------- r17717 | luciash | 2009-03-31 03:16:16 +0200 (Tue, 31 Mar 2009) | 2 lines [ENH] wikiplugin edit: put some usable cols and rows for wikiplugin editor textarea even for people who don't use Tiki's transition stylesheets ---------------------------------------------- r17716 | luciash | 2009-03-31 02:58:24 +0200 (Tue, 31 Mar 2009) | 2 lines [FIX] wikiplugin edit: better usability - made the textarea 100% wide and 200px in height ---------------------------------------------- r17715 | luciash | 2009-03-31 02:45:41 +0200 (Tue, 31 Mar 2009) | 8 lines [ENH] wiki: better usability when inserting image from file gallery to a wiki page * more descriptive translation string on the little icon * when opening the pop-up window go directly to galleryId=1 in image browsing mode * insert thumbnail instead of huge image linked to the original * insert shadowbox rel so the original image displays in shadowbox after click when shadowbox is on * do not insert newline but space instead so the image thumbnails appear one next to the other one TODO: check if the gallery exists and offer the gallery creation if it doesn't ---------------------------------------------- r17714 | marclaporte | 2009-03-31 00:44:46 +0200 (Tue, 31 Mar 2009) | 1 line [MOD] Versions plugin is cool, but currently broken (http://dev.tikiwiki.org/bug1775) so deactivating on new installs. ---------------------------------------------- r17713 | jonnybradley | 2009-03-31 00:42:08 +0200 (Tue, 31 Mar 2009) | 3 lines [KIL] Remove stray copy of function.js_maxlength.php Corrected Id svn:keyword & removed ancient comments on "real" file ---------------------------------------------- r17712 | marclaporte | 2009-03-31 00:23:10 +0200 (Tue, 31 Mar 2009) | 1 line [FIX] Survey plugin should only be available in survey feature is activated. ---------------------------------------------- r17711 | marclaporte | 2009-03-31 00:13:33 +0200 (Tue, 31 Mar 2009) | 1 line [FIX] Rollback 17710. Use of TR by default is necessary for now because default home page message uses it. A better solution is welcome. ---------------------------------------------- r17710 | marclaporte | 2009-03-31 00:08:08 +0200 (Tue, 31 Mar 2009) | 1 line [FIX] Only activating TR and TRANSLATED plugins if site is multilingual ---------------------------------------------- r17709 | marclaporte | 2009-03-31 00:05:09 +0200 (Tue, 31 Mar 2009) | 1 line [FIX] Only activating TR and TRANSLATED plugins if site is multilingual ---------------------------------------------- r17708 | marclaporte | 2009-03-30 23:27:48 +0200 (Mon, 30 Mar 2009) | 1 line [MOD] Turning off (on clean installs) several less important plugins. This is subjective of course, so you can just turn back on the ones which you feel should ALWAYS be on by DEFAULT for all profiles. Remember that more specific ones should be activated with profiles. ---------------------------------------------- r17707 | marclaporte | 2009-03-30 23:19:28 +0200 (Mon, 30 Mar 2009) | 1 line [MOD] Turning off equation plugin, on clean installs, which causes WSOD on my Tiki (and is not important enough to be on by default). ---------------------------------------------- r17706 | jonnybradley | 2009-03-30 23:12:04 +0200 (Mon, 30 Mar 2009) | 8 lines [MOD] Quick fix to change quicktags order to ascending by label so H1, H2, H3 (etc) list in the right order. DB schema patch to rename "bold" to " text, bold" etc so they list in a more usable order (and is more consistant across features). TODO (in quicktags revamp for 3.x) Refactor so everything uses smarty_block_textarea() ---------------------------------------------- r17705 | marclaporte | 2009-03-30 23:07:27 +0200 (Mon, 30 Mar 2009) | 1 line [MOD] Turning off some less important plugins on clean installs ---------------------------------------------- r17704 | marclaporte | 2009-03-30 22:44:00 +0200 (Mon, 30 Mar 2009) | 1 line [FIX] Allow users to change their preferences without getting kicked out ---------------------------------------------- r17703 | lphuberdeau | 2009-03-30 22:11:34 +0200 (Mon, 30 Mar 2009) | 1 line [ENH] Moving configuration options to the bottom ---------------------------------------------- r17702 | lphuberdeau | 2009-03-30 22:10:08 +0200 (Mon, 30 Mar 2009) | 1 line [MOD] Add body label field in plugin alias editor and correctly handle validation field ---------------------------------------------- r17701 | sylvieg | 2009-03-30 21:56:36 +0200 (Mon, 30 Mar 2009) | 1 line [FIX]wiki: move the best_language selection in the setup as modules... can depends on pagename (ex:category) ---------------------------------------------- r17700 | lphuberdeau | 2009-03-30 21:54:33 +0200 (Mon, 30 Mar 2009) | 1 line [FIX] profile installation in installer ---------------------------------------------- r17699 | sylvieg | 2009-03-30 21:52:28 +0200 (Mon, 30 Mar 2009) | 1 line [FIX]structure: fix {toc} sort in multilingual structure : sort on pos and not page creation date ---------------------------------------------- r17698 | lphuberdeau | 2009-03-30 21:35:44 +0200 (Mon, 30 Mar 2009) | 1 line [FIX] Patching up to handle no parameters ---------------------------------------------- r17697 | marclaporte | 2009-03-30 21:23:18 +0200 (Mon, 30 Mar 2009) | 1 line [FIX] typo ---------------------------------------------- r17695 | sylvieg | 2009-03-30 20:13:18 +0200 (Mon, 30 Mar 2009) | 1 line html fix ---------------------------------------------- r17694 | lphuberdeau | 2009-03-30 20:04:07 +0200 (Mon, 30 Mar 2009) | 1 line [FIX] Making this XSS hole not as wide open ---------------------------------------------- r17692 | sylvieg | 2009-03-30 19:43:22 +0200 (Mon, 30 Mar 2009) | 1 line dos2unix ---------------------------------------------- r17691 | sylvieg | 2009-03-30 19:42:07 +0200 (Mon, 30 Mar 2009) | 1 line [FIX]prefs: feature_user_watches_translations is in admin->feature ---------------------------------------------- r17685 | jonnybradley | 2009-03-30 17:23:54 +0200 (Mon, 30 Mar 2009) | 6 lines [ENH] Added JQuery show/hide management to plugin aliases admin page (tab) Hides all irrelevant panels and form items until needed, hopefully making the page easier to use and understand. A few new admin.css definitions to handle nested lists of paramerers etc ---------------------------------------------- r17684 | jonnybradley | 2009-03-30 17:15:56 +0200 (Mon, 30 Mar 2009) | 1 line [MOD] More exmaples and help on {jq} syntax ---------------------------------------------- r17683 | jonnybradley | 2009-03-30 16:58:56 +0200 (Mon, 30 Mar 2009) | 6 lines [NEW] JQuery Smarty plugin and new headerlib function helper add_jq_onready() The prefilter is only loaded if feature_jquery is on (means you don't have to escape the JS with {literal}s everywhere) Wikiplugin coming soon... ---------------------------------------------- r17682 | sylvieg | 2009-03-30 15:52:55 +0200 (Mon, 30 Mar 2009) | 1 line [FIX]blog: cancel must go back to the last page that is not tiki-blog_post ---------------------------------------------- r17681 | xavidp | 2009-03-30 14:31:11 +0200 (Mon, 30 Mar 2009) | 1 line [ENH] Some more strings translated (those one from myself) ---------------------------------------------- r17680 | xavidp | 2009-03-30 13:33:39 +0200 (Mon, 30 Mar 2009) | 1 line [ENH] some more strings translated, from Anna at intercanvis.net ---------------------------------------------- r17679 | pkdille | 2009-03-30 10:05:44 +0200 (Mon, 30 Mar 2009) | 1 line [FIX] find.tpl: no need to keep offset when a search is done on a grid where there is pagination ---------------------------------------------- r17677 | chibaguy | 2009-03-30 04:11:15 +0200 (Mon, 30 Mar 2009) | 1 line [ENH] Better semantic layout. ---------------------------------------------- r17674 | jonnybradley | 2009-03-28 16:50:16 +0100 (Sat, 28 Mar 2009) | 3 lines [CSS] Spacing to icon images in fieldset legends (and labels) ---------------------------------------------- r17673 | jonnybradley | 2009-03-28 16:48:44 +0100 (Sat, 28 Mar 2009) | 2 lines [FIX] Only set tab1 if there were any tabs ---------------------------------------------- r17672 | sylvieg | 2009-03-28 14:28:10 +0100 (Sat, 28 Mar 2009) | 1 line notice ---------------------------------------------- r17671 | chibaguy | 2009-03-28 11:29:18 +0100 (Sat, 28 Mar 2009) | 1 line [ENH] Calendar-related selectors moved from transitions/2.0to3.0.css to calendar.css. Transitions stylesheets are general theme stylesheet supplements; new selectors should go to appropriate feature-specific stylesheets if available. ---------------------------------------------- r17670 | chibaguy | 2009-03-28 07:39:38 +0100 (Sat, 28 Mar 2009) | 1 line [FIX] Update stylesheet to changed wiki-page body tag class (fixes wiki pagetitle background) ---------------------------------------------- r17669 | chibaguy | 2009-03-28 04:52:09 +0100 (Sat, 28 Mar 2009) | 1 line [FIX] Put suckerfish menu back to correct site header location. ---------------------------------------------- r17667 | jonnybradley | 2009-03-27 23:00:49 +0100 (Fri, 27 Mar 2009) | 3 lines [FIX] Now stays on same admin tab panel when refreshing, even if not POST ---------------------------------------------- r17666 | jonnybradley | 2009-03-27 22:49:17 +0100 (Fri, 27 Mar 2009) | 3 lines [FIX] Prevent no tabs being shown if previous one ($cookietab) not found ---------------------------------------------- r17665 | jonnybradley | 2009-03-27 22:47:09 +0100 (Fri, 27 Mar 2009) | 3 lines [CSS] admin.css mods for previous commit [17664] ---------------------------------------------- r17664 | jonnybradley | 2009-03-27 22:24:35 +0100 (Fri, 27 Mar 2009) | 14 lines [MOD] "Copied" admin/plugins (plugin aliases) to text area admin (tab 3) Corrected var name conflicts Converted from table layout to fieldsets & divs (several harsh css definitions to keep near to original layout) Commit should not have changed previous functionality - please test Clearly needs more help & interface TLC (it's a great feaute!) TODO Collapse NEW param etc form elements on load until you click "new" Create ability to delete aliases Change gen info "Plugin Name" to <select> menu CSS rafactoring Quite possibly more... ---------------------------------------------- r17663 | pkdille | 2009-03-27 20:28:35 +0100 (Fri, 27 Mar 2009) | 1 line [MOD] coelesce: tiny mods for IE7 for page-bar and toc ---------------------------------------------- r17662 | pkdille | 2009-03-27 18:07:45 +0100 (Fri, 27 Mar 2009) | 1 line [FIX] coelesce: centering pagination_links in IE ---------------------------------------------- r17661 | sylvieg | 2009-03-27 17:56:23 +0100 (Fri, 27 Mar 2009) | 1 line [FIX]perm: tiki_p_edit must be coupled with tiki_p_edit_categorized not to give edit perm to tiki_view_categorized users ---------------------------------------------- r17660 | sylvieg | 2009-03-27 17:44:44 +0100 (Fri, 27 Mar 2009) | 1 line [FIX]article: tiki_p_view_categorized was giving the perm to edit a categorized article ---------------------------------------------- r17659 | jonnybradley | 2009-03-27 17:27:07 +0100 (Fri, 27 Mar 2009) | 3 lines [NEW] Add notification for wiki_page_deleted (for remove all versions) [wish1009] ---------------------------------------------- r17658 | pkdille | 2009-03-27 17:05:45 +0100 (Fri, 27 Mar 2009) | 1 line [FIX] searchindex: no pagination when we are in top-bar ---------------------------------------------- r17657 | pkdille | 2009-03-27 16:57:13 +0100 (Fri, 27 Mar 2009) | 1 line [MOD] searchindex.tpl: indent code - no changes ---------------------------------------------- r17653 | ricks99 | 2009-03-27 15:34:27 +0100 (Fri, 27 Mar 2009) | 1 line [FIX] rollback to 17630 ---------------------------------------------- r17652 | ricks99 | 2009-03-27 15:11:44 +0100 (Fri, 27 Mar 2009) | 1 line [FIX] removed extra div ---------------------------------------------- r17651 | ricks99 | 2009-03-27 14:57:04 +0100 (Fri, 27 Mar 2009) | 1 line [ENH]admin ui revamp. ongoing ---------------------------------------------- r17650 | pkdille | 2009-03-27 14:12:54 +0100 (Fri, 27 Mar 2009) | 1 line [MOD] coelesce: codelisting should be wider ---------------------------------------------- r17647 | pkdille | 2009-03-26 23:09:41 +0100 (Thu, 26 Mar 2009) | 1 line [MOD] menus admin: indent code - no changes ---------------------------------------------- r17646 | pkdille | 2009-03-26 21:31:06 +0100 (Thu, 26 Mar 2009) | 1 line [MOD] find.tpl: remove _sort_mode param. It's useless since query adds all hidden params anyway ---------------------------------------------- r17645 | jonnybradley | 2009-03-26 21:25:31 +0100 (Thu, 26 Mar 2009) | 3 lines [MOD] Moved declaration of half_width to admin.css ---------------------------------------------- r17644 | jonnybradley | 2009-03-26 21:18:02 +0100 (Thu, 26 Mar 2009) | 2 lines [MOD] Move include of admin.css to parent admin page ---------------------------------------------- r17643 | jonnybradley | 2009-03-26 20:59:46 +0100 (Thu, 26 Mar 2009) | 2 lines [MOD] Join 2 remarksboxes to be tidier ---------------------------------------------- r17642 | pkdille | 2009-03-26 20:47:30 +0100 (Thu, 26 Mar 2009) | 1 line [FIX] find.tpl: remove the for attibute of the label and the id of the input. It's breaking the field on the grids where we have two find fields (eg. in tiki-send_newsletters) in different tabs. And, as the input is nested in the label, it's useless ---------------------------------------------- r17640 | sylvieg | 2009-03-26 15:19:41 +0100 (Thu, 26 Mar 2009) | 1 line backport soem autoargs that seems to be more complete in trunk ---------------------------------------------- r17639 | chibaguy | 2009-03-26 13:13:57 +0100 (Thu, 26 Mar 2009) | 1 line [FIX] 100% body height caused right column to not display in IE6. ---------------------------------------------- r17638 | chibaguy | 2009-03-26 12:20:48 +0100 (Thu, 26 Mar 2009) | 1 line [FIX] IE7 fixes. ---------------------------------------------- r17637 | pkdille | 2009-03-26 11:45:11 +0100 (Thu, 26 Mar 2009) | 1 line [FIX] calendar search: wrong field. ---------------------------------------------- r17636 | chibaguy | 2009-03-26 11:32:40 +0100 (Thu, 26 Mar 2009) | 1 line [FIX] Menu z-indexes too high (shadowbox conflict). ---------------------------------------------- r17635 | luciash | 2009-03-26 11:07:49 +0100 (Thu, 26 Mar 2009) | 1 line [FIX] white bg for strasa document content on printing page ---------------------------------------------- r17634 | chibaguy | 2009-03-26 10:38:18 +0100 (Thu, 26 Mar 2009) | 1 line [ENH] Conform suckerfish menu to left column width. ---------------------------------------------- r17633 | chibaguy | 2009-03-26 09:37:03 +0100 (Thu, 26 Mar 2009) | 1 line [FIX] Menu z-indexes too high (shadowbox conflict); IE6 link padding missing. ---------------------------------------------- r17632 | chibaguy | 2009-03-26 09:20:44 +0100 (Thu, 26 Mar 2009) | 1 line [ENH] Suckerfish menu improvements. ---------------------------------------------- r17630 | luciash | 2009-03-26 04:37:22 +0100 (Thu, 26 Mar 2009) | 1 line removal of the START and END of tpl inclusion comments, thanks to sylvie for better solution ---------------------------------------------- r17628 | pkdille | 2009-03-25 23:21:20 +0100 (Wed, 25 Mar 2009) | 1 line [MOD] find: deploy find.tpl and auto_query_args to some files ---------------------------------------------- r17627 | pkdille | 2009-03-25 22:59:03 +0100 (Wed, 25 Mar 2009) | 1 line [FIX] quizzes : fix the tiki-edit_question_options grid search ---------------------------------------------- r17626 | pkdille | 2009-03-25 21:55:53 +0100 (Wed, 25 Mar 2009) | 1 line [MOD] backport to 3.0 find.tpl and auto_query_args ---------------------------------------------- r17625 | ricks99 | 2009-03-25 20:15:16 +0100 (Wed, 25 Mar 2009) | 1 line [ENH]amin ui revamp. ongoing ---------------------------------------------- r17624 | luciash | 2009-03-25 19:11:27 +0100 (Wed, 25 Mar 2009) | 1 line [ENH] edit css: allow choose save and continue editing or save and display the CSS code ---------------------------------------------- r17623 | jonnybradley | 2009-03-25 19:06:22 +0100 (Wed, 25 Mar 2009) | 4 lines [MOD] Implement half_width div class in rest of file (for simpler, lighter mark-up) ---------------------------------------------- r17622 | jonnybradley | 2009-03-25 19:03:08 +0100 (Wed, 25 Mar 2009) | 6 lines [MOD] Re-arrangement of experimental features as per: http://dev.tikiwiki.org/Release30process#Suggested_new_layout_for_experimental_features_section Also new "half_width" class for these kind of divs ---------------------------------------------- r17620 | luciash | 2009-03-25 18:03:34 +0100 (Wed, 25 Mar 2009) | 1 line [ENH] edit css: allow page reload after save without re-submitting ---------------------------------------------- r17619 | luciash | 2009-03-25 16:57:54 +0100 (Wed, 25 Mar 2009) | 1 line oops, layoutshadows pref value must be checked, not just its presence ---------------------------------------------- r17617 | pkdille | 2009-03-25 16:06:24 +0100 (Wed, 25 Mar 2009) | 1 line [MOD] forums: homogenize the heading part of view forum and view forum thread. Remove links to messu-mailbox which were strange and not optional. ---------------------------------------------- r17616 | chibaguy | 2009-03-25 15:33:30 +0100 (Wed, 25 Mar 2009) | 1 line [MOD] Don't show auto arrows (>>) in vertical css menus (same now as horizontal). ---------------------------------------------- r17614 | sylvieg | 2009-03-25 14:05:27 +0100 (Wed, 25 Mar 2009) | 1 line [FIX]menu: fix maxRecords ---------------------------------------------- r17613 | luciash | 2009-03-25 12:57:12 +0100 (Wed, 25 Mar 2009) | 1 line site ads: oops, fixed previous commit ---------------------------------------------- r17612 | sylvieg | 2009-03-25 12:48:05 +0100 (Wed, 25 Mar 2009) | 1 line php error ---------------------------------------------- r17611 | luciash | 2009-03-25 12:41:28 +0100 (Wed, 25 Mar 2009) | 1 line [FIX] site ads: do not duplicate ads in site header ---------------------------------------------- r17610 | pkdille | 2009-03-25 12:06:50 +0100 (Wed, 25 Mar 2009) | 1 line [MOD] code indenting - no changes ---------------------------------------------- r17609 | luciash | 2009-03-25 11:00:10 +0100 (Wed, 25 Mar 2009) | 1 line [FIX] IE7 bug workaround: removed html comment especially right before <html> tag because it oddly causes fail for CSS hack selectors starting with *:first-child+html it seems ---------------------------------------------- r17608 | pkdille | 2009-03-25 07:39:45 +0100 (Wed, 25 Mar 2009) | 1 line [FIX] remove some useless code following pagination_links deploying ---------------------------------------------- r17607 | pkdille | 2009-03-25 07:13:41 +0100 (Wed, 25 Mar 2009) | 1 line [FIX] tiki-stats: html ---------------------------------------------- r17606 | pkdille | 2009-03-25 07:05:47 +0100 (Wed, 25 Mar 2009) | 1 line [MOD] theme control: deploy remarksbox to this templates ---------------------------------------------- r17605 | chibaguy | 2009-03-25 06:25:52 +0100 (Wed, 25 Mar 2009) | 1 line [FIX] Replaced module toggle img float with positioning to prevent box content from moving around on hover (esp. a problem in narrow columns like Strasa's). ---------------------------------------------- r17604 | sylvieg | 2009-03-24 23:51:58 +0100 (Tue, 24 Mar 2009) | 1 line [FIX]smarty: do not log the tpl produced by {eval} -> TODO be more independant of smarty implementation by adding the template name managment in setup_smarty ---------------------------------------------- r17603 | sylvieg | 2009-03-24 23:13:51 +0100 (Tue, 24 Mar 2009) | 1 line notice ---------------------------------------------- r17602 | pkdille | 2009-03-24 21:21:20 +0100 (Tue, 24 Mar 2009) | 1 line [FIX] list faqs: quickfix of pagination, cleanup unused code and deploy auto_query args ---------------------------------------------- r17600 | sylvieg | 2009-03-24 18:27:14 +0100 (Tue, 24 Mar 2009) | 1 line [MOD]tracker: add an example line in description + 0 is not necessary the vore average when nobody has voted ---------------------------------------------- r17599 | sylvieg | 2009-03-24 18:16:52 +0100 (Tue, 24 Mar 2009) | 1 line [MOD]log: option 'smarty tpl log' - no need anymore to add the comment in tpls ---------------------------------------------- r17598 | sylvieg | 2009-03-24 18:15:29 +0100 (Tue, 24 Mar 2009) | 1 line [MOD]log: option 'smarty tpl log' - no need anymore to add the comment in tpls ---------------------------------------------- r17597 | sylvieg | 2009-03-24 18:14:58 +0100 (Tue, 24 Mar 2009) | 1 line [MOD]log: option 'smarty tpl log' - no need anymore to add the comment in tpls ---------------------------------------------- r17596 | sylvieg | 2009-03-24 15:57:48 +0100 (Tue, 24 Mar 2009) | 1 line [FIX]user: do not show groups an admin user is not in ---------------------------------------------- r17594 | pkdille | 2009-03-24 13:46:00 +0100 (Tue, 24 Mar 2009) | 1 line [FIX] password reminder mail: remove useless (and incomprehensible) string ---------------------------------------------- r17593 | pkdille | 2009-03-24 11:06:24 +0100 (Tue, 24 Mar 2009) | 1 line [MOD] rankings: give this grid the same look and feel as any other ---------------------------------------------- r17590 | chibaguy | 2009-03-24 06:12:01 +0100 (Tue, 24 Mar 2009) | 1 line [FIX] Validation errors. (For properties like opaque, maybe there could be a doc on how to uncomment after distribution; Tiki shouldn't distribute non-validating CSS IMO.) ---------------------------------------------- r17589 | chibaguy | 2009-03-24 06:05:17 +0100 (Tue, 24 Mar 2009) | 1 line [FIX] Validation errors. (For properties like opaque, maybe there could be a doc on how to uncomment after distribution; Tiki shouldn't distribute non-validating CSS IMO.) ---------------------------------------------- r17588 | luciash | 2009-03-24 04:38:39 +0100 (Tue, 24 Mar 2009) | 1 line [NEW] preference to enable additional general layout layers for shadows etc. (disabled by default) [FIX] module.tpl: render box-shadow only when layoutshadows enabled [FIX] move footer to main div where it belongs (to keep consistent with header) ---------------------------------------------- r17587 | ricks99 | 2009-03-24 02:44:36 +0100 (Tue, 24 Mar 2009) | 1 line [ENH]admin revamp ---------------------------------------------- r17586 | jonnybradley | 2009-03-24 00:54:40 +0100 (Tue, 24 Mar 2009) | 3 lines [MOD] Moved redeclaration of body as block when in FCKEditor (mainly for Safari) from *lite into theme css files and transition ---------------------------------------------- r17585 | jonnybradley | 2009-03-24 00:35:19 +0100 (Tue, 24 Mar 2009) | 3 lines [FIX] Move translation of _HOMEPAGE_CONTENT_ and trigger parse to html if in wiysiwyg mode ---------------------------------------------- r17584 | ricks99 | 2009-03-24 00:27:52 +0100 (Tue, 24 Mar 2009) | 1 line [ENH]admin ui revamp. ongoing ---------------------------------------------- r17583 | luciash | 2009-03-23 23:26:28 +0100 (Mon, 23 Mar 2009) | 3 lines [MOD] superfish menus effect: disable auto arrow mark-up by default ---------------------------------------------- r17582 | pkdille | 2009-03-23 22:00:22 +0100 (Mon, 23 Mar 2009) | 1 line [MOD] deploy find.tpl to the last templates. Backport to 3.0 of commit 17224 ---------------------------------------------- r17579 | luciash | 2009-03-23 19:18:50 +0100 (Mon, 23 Mar 2009) | 2 lines removed site identity check and rollback of "weird" indentation for sylvie ---------------------------------------------- r17577 | luciash | 2009-03-23 19:02:43 +0100 (Mon, 23 Mar 2009) | 1 line siteidentity check obsolete, save some preferences queries ---------------------------------------------- r17576 | jonnybradley | 2009-03-23 19:00:15 +0100 (Mon, 23 Mar 2009) | 1 line [TEST] ---------------------------------------------- r17575 | luciash | 2009-03-23 18:47:49 +0100 (Mon, 23 Mar 2009) | 1 line siteidentity check obsolete, save one preference query ---------------------------------------------- r17574 | luciash | 2009-03-23 18:41:37 +0100 (Mon, 23 Mar 2009) | 1 line [ENH] iepngfix: added preferences to set it up ---------------------------------------------- r17571 | luciash | 2009-03-23 15:51:43 +0100 (Mon, 23 Mar 2009) | 1 line [MOD] iepngfix: use uncompressed version of the script by default when use_minified_scripts not on, allow to specify what should it be applied on via iepngfix_selectors and iepngfix_elements ---------------------------------------------- r17570 | luciash | 2009-03-23 15:43:50 +0100 (Mon, 23 Mar 2009) | 1 line [NEW] iepngfix: uncompressed version of the script ---------------------------------------------- r17567 | sylvieg | 2009-03-23 13:47:21 +0100 (Mon, 23 Mar 2009) | 1 line [FIX]intertiki: fix login on the main server with an email login (was confused with the user@main feature) ---------------------------------------------- r17562 | pkdille | 2009-03-23 11:19:28 +0100 (Mon, 23 Mar 2009) | 1 line [FIX] remove watches: All remove watches (except wiki) were broken since commit 16313 which has added the object type in the remove_user_watch function interface ---------------------------------------------- r17559 | marclaporte | 2009-03-23 07:50:05 +0100 (Mon, 23 Mar 2009) | 1 line [FIX] Avoid unexpected unsetting of admin panel variables ---------------------------------------------- r17558 | chibaguy | 2009-03-23 07:40:56 +0100 (Mon, 23 Mar 2009) | 1 line [FIX] Content not centered in IE6. ---------------------------------------------- r17557 | campbe13 | 2009-03-23 07:31:32 +0100 (Mon, 23 Mar 2009) | 1 line [FIX] On clean installs, removing the Email quicktag because 1-We want to have less 2-The syntax conflicts with the spam protection script 3-Adding a mailto is useless since we have a setting to detect emails ---------------------------------------------- r17556 | luciash | 2009-03-23 07:18:45 +0100 (Mon, 23 Mar 2009) | 2 lines [NEW] DD_belatedPNG: another attempt on alpha transparent images PNG fix for IE6 applied by CSS selectors or via HTMLDomElement ---------------------------------------------- r17555 | marclaporte | 2009-03-23 07:16:24 +0100 (Mon, 23 Mar 2009) | 1 line [MOD] Move __Protect email against spam__ and __External link icon__ from admin-wiki to admin-textarea because they concern all features. ---------------------------------------------- r17554 | marclaporte | 2009-03-23 05:48:42 +0100 (Mon, 23 Mar 2009) | 1 line [MOD] __Count admin pageviews__ now off in clean installs, which is a more usual scenario. ---------------------------------------------- r17553 | marclaporte | 2009-03-23 05:05:57 +0100 (Mon, 23 Mar 2009) | 1 line [FIX] Starting in 3.0, admins that are managing the admin panels are no longer getting their code stripped. ---------------------------------------------- r17552 | marclaporte | 2009-03-23 04:11:23 +0100 (Mon, 23 Mar 2009) | 1 line [FIX] Remove all references to feature_topbar_date in the admin panel. This is not used anywhere anymore. Site visitors don't need Tiki to tell them what time it is. If a site admin wants to, he can use Smary time-date variable in the custom code sections. ---------------------------------------------- r17551 | luciash | 2009-03-23 04:02:09 +0100 (Mon, 23 Mar 2009) | 1 line [FIX] to prevent IE6 quirks mode no comment or anything else may be rendered before DOCTYPE declaration ---------------------------------------------- r17550 | luciash | 2009-03-23 03:33:37 +0100 (Mon, 23 Mar 2009) | 1 line [MOD] removed the xml declaration from templates because IE6 is still an issue to be supported and it fails to quirks mode with anything before DOCTYPE present (please read http://learningtheworld.eu/2008/farewell-xml-declaration/ and http://www.w3.org/International/tutorials/tutorial-char-enc/#Slide0200 and http://www.quirksmode.org/css/quirksmode.html why) TODO: move the comments after doctype ---------------------------------------------- r17549 | marclaporte | 2009-03-23 03:22:01 +0100 (Mon, 23 Mar 2009) | 1 line [MOD] Removing references to feature_siteidentity as now, in admin panel, all the features are optional. ---------------------------------------------- r17548 | marclaporte | 2009-03-23 02:56:22 +0100 (Mon, 23 Mar 2009) | 1 line [MOD] minor wiki edit is no longer on by default on clean installs. This is a fairly advanced wiki feature and it will be activated for relevant profiles. It is necessary if you want to use the advanced multilingual synchronization features. In the translation context, a minor edit indicates to the system that the current translations are not invalidated. ---------------------------------------------- r17547 | luciash | 2009-03-23 01:37:43 +0100 (Mon, 23 Mar 2009) | 1 line [FIX] thenews theme: align horbar items text and arrows nicely ---------------------------------------------- r17546 | luciash | 2009-03-22 23:05:33 +0100 (Sun, 22 Mar 2009) | 3 lines no code changes - put <!-- START of {$smarty.template} --> and <!-- END of {$smarty.template} --> comments at the start and end of every tpl *except for mail templates* (i'm sorry for the long list of files to svn up) this will allow better debugging of the final rendered documents for developers and theme creators (in the rendered source code comment it shows the tpl filename and place where the included template starts and ends and also distinguishes if it's default or custom theme tpl file) if anybody feels they shouldn't be rendered in the source or that it could slow down the overall tiki performance significantly they can be easily removed by script each time the release tarballs will be prepared ---------------------------------------------- r17545 | sylvieg | 2009-03-22 21:44:47 +0100 (Sun, 22 Mar 2009) | 1 line [FIX]rss: sorry broke with 15488 ---------------------------------------------- r17544 | pkdille | 2009-03-22 17:22:00 +0100 (Sun, 22 Mar 2009) | 1 line get_strings for all language files ---------------------------------------------- r17543 | marclaporte | 2009-03-22 16:59:33 +0100 (Sun, 22 Mar 2009) | 1 line [MOD] On clean installs, the RSS logo is now the TikiWiki logo instead of the old boat image ---------------------------------------------- r17542 | pkdille | 2009-03-22 16:53:28 +0100 (Sun, 22 Mar 2009) | 1 line [MOD] french translation: some + get_strings ---------------------------------------------- r17541 | pkdille | 2009-03-22 16:32:51 +0100 (Sun, 22 Mar 2009) | 1 line [MOD] admin include login: fix label ---------------------------------------------- r17540 | pkdille | 2009-03-22 15:54:03 +0100 (Sun, 22 Mar 2009) | 1 line [FIX] wikiplugin-box help: no need to translate css fixed values ---------------------------------------------- r17539 | luciash | 2009-03-22 13:48:50 +0100 (Sun, 22 Mar 2009) | 1 line removed commented out piece of code ---------------------------------------------- r17538 | luciash | 2009-03-22 13:20:37 +0100 (Sun, 22 Mar 2009) | 1 line [FIX] body: class name derived from section name must not contain spaces to be recognized as intended (e.g. ".wiki page" -> ".wiki_page") ---------------------------------------------- r17513 | luciash | 2009-03-21 23:23:15 +0100 (Sat, 21 Mar 2009) | 1 line [NEW] Tiki cache admin: allow to clear all cache at once instead of 3 steps ---------------------------------------------- r17512 | luciash | 2009-03-21 22:34:20 +0100 (Sat, 21 Mar 2009) | 1 line SVN: Header -> Id + \brief to comment, no code change ---------------------------------------------- r17511 | campbe13 | 2009-03-21 21:15:17 +0100 (Sat, 21 Mar 2009) | 1 line [FIX] Adding Wiki Mindmaps checkbox in admin panel (experimental section). This was in Magic admin panel but had not been duplicated. ---------------------------------------------- r17510 | sylvieg | 2009-03-21 20:47:13 +0100 (Sat, 21 Mar 2009) | 1 line [FIX]tracker: if the pretty tracker wiki is dependant of the user(ex: use of TRACKERITEMFIELD of the user tracker inside), it must not be cached - approxiamtion: if there is a plugin there iit is risky (do not penalize the pretty tracker for a simple list) -> TODO perhaps a param ---------------------------------------------- r17509 | pkdille | 2009-03-21 17:25:58 +0100 (Sat, 21 Mar 2009) | 1 line [MOD] coelesce: add navbarclass definition to this stylesheet (was only in transition stylesheet). Define a line-height ---------------------------------------------- r17508 | pkdille | 2009-03-21 17:23:52 +0100 (Sat, 21 Mar 2009) | 1 line [MOD] quick and small changes to the look of that grid. Homogenize with other grids. ---------------------------------------------- r17506 | chibaguy | 2009-03-21 13:20:29 +0100 (Sat, 21 Mar 2009) | 1 line [FIX] box-data ul property preventing suckerfish menu dropdowns from flying out in ie7. ---------------------------------------------- r17505 | chibaguy | 2009-03-21 12:56:00 +0100 (Sat, 21 Mar 2009) | 1 line [FIX] Catch stylesheets up to class name change in module.tpl, remove redundant postioning method for flip image. ---------------------------------------------- r17504 | chibaguy | 2009-03-21 12:38:15 +0100 (Sat, 21 Mar 2009) | 1 line [FIX] .box-title contents need protection from floats in .box-data, in IE7 (.clearfix on box-title not enough). ---------------------------------------------- r17503 | chibaguy | 2009-03-21 12:14:25 +0100 (Sat, 21 Mar 2009) | 1 line [FIX] .box-data contents need protection from floats in .box-title, in IE7 (.clearfix on box-title not enough). ---------------------------------------------- r17502 | chibaguy | 2009-03-21 09:50:32 +0100 (Sat, 21 Mar 2009) | 1 line [ENH] Color adjustments. ---------------------------------------------- r17501 | chibaguy | 2009-03-21 09:03:14 +0100 (Sat, 21 Mar 2009) | 1 line [FIX] Strasa with no theme option was missing background images. ---------------------------------------------- r17500 | sylvieg | 2009-03-21 00:14:42 +0100 (Sat, 21 Mar 2009) | 1 line [FIX]group: do not show reg or anon when not appropriate ---------------------------------------------- r17499 | sylvieg | 2009-03-20 23:31:15 +0100 (Fri, 20 Mar 2009) | 1 line [FIX]sort: the icon for the default sort is back ---------------------------------------------- r17498 | sylvieg | 2009-03-20 23:25:11 +0100 (Fri, 20 Mar 2009) | 1 line icon self_link ---------------------------------------------- r17495 | sylvieg | 2009-03-20 22:35:42 +0100 (Fri, 20 Mar 2009) | 1 line [FIX]banner: save one query by using mysql random fct ---------------------------------------------- r17493 | Jyhem | 2009-03-20 21:13:23 +0100 (Fri, 20 Mar 2009) | 1 line [FIX] If the blog is public and the user has posting permissions then he can edit ---------------------------------------------- r17492 | nyloth | 2009-03-20 20:51:23 +0100 (Fri, 20 Mar 2009) | 1 line [FIX] calendars: do not keep filter values (displayed calendar) in user preferences for anonymous ---------------------------------------------- r17491 | nyloth | 2009-03-20 20:44:16 +0100 (Fri, 20 Mar 2009) | 3 lines [FIX] forums list: users with tiki_p_admin_forum permission where note able to see any forum in the list of forums (except when they've explicitely got tiki_p_forum_read). The function 'user_has_perm_on_object' was used and seems to take no care of 'admin' permissions. I replaced it by a call to 'get_perm_object' function which handle this. ---------------------------------------------- r17490 | Jyhem | 2009-03-20 20:36:45 +0100 (Fri, 20 Mar 2009) | 1 line [FIX] Oups ---------------------------------------------- r17487 | sylvieg | 2009-03-20 16:52:07 +0100 (Fri, 20 Mar 2009) | 1 line [MOD]group watch: move group watch magment to a specific page to 1/avoid to compute all the group/watch for each apge 2/allow other object type 3/do not use javascript ---------------------------------------------- r17486 | sylvieg | 2009-03-20 13:58:24 +0100 (Fri, 20 Mar 2009) | 1 line [MOD]upcoming_events: add also a calendarId=1|5 to use it in MODULE ---------------------------------------------- r17483 | nyloth | 2009-03-20 12:33:06 +0100 (Fri, 20 Mar 2009) | 20 lines [FIX] comments and forums: replace some wrong/unknown variables by $this in $commentslib->post_in_forum() and $commentslib->post_in_object() [MOD] change $TWV->cvs into $TWV->svn (and CVS into SVN in some places) [FIX] [BP-16748] many features: new TikiWiki version of parse_str, that: - uses a workaround for a bug in PHP 5.2.0 - Handle the value of magic_quotes_gpc to stripslashes when needed (as already done for GET/POST/... in tiki-setup_base.php) This fixes bugs in multiple places where the buggy parse_str was used (for example in smarty button, which caused problems when editing/renaming/... a wiki page that includes a ' in its name. Same problem occured, for example, when changing language of such a wiki page, ...). Please now use TikiLib::parse_str() instead of parse_str(). [DEL] [BP-16742] remove useless empty dirs [FIX] [BP-16739] survey wiki plugin: fix missing global [ENH] [BP-16738] javascript detection: use cookies instead of session vars to avoid problems due to session timeout + try to better detect using an additionnal setcookie() [FIX] [BP-16737] magic: small css class fix [MOD] [BP-16735] setup: remove useless PHP5 check, since Tiki 3.0 is not PHP4 compatible [MOD] [BP-16734] blogs: add a 'Cancel' button when writing a post [NEW] [BP-16733] youtube module: new YouTube module to display some videos + an optionnal link to the videos of a YouTube user [DEL][MOD] [BP-16732] cleaning: Remove useless files and fix related docs + Move some icons to a better place ---------------------------------------------- r17482 | luciash | 2009-03-20 11:47:27 +0100 (Fri, 20 Mar 2009) | 1 line [KIL] simple theme: custom template obsolete ---------------------------------------------- r17478 | luciash | 2009-03-20 08:44:55 +0100 (Fri, 20 Mar 2009) | 1 line [MOD] tiki.tpl: little but major change for 3.0 where the main tiki template is top parent html wrapper and includes its subtemplates more semantic way instead of gluing cutted header and footer to it. It allows better modularity and overview for developers where opened tags are closed and how the code should be indented. Will be announced to themers at the time of release. ---------------------------------------------- r17477 | jonnybradley | 2009-03-20 01:27:22 +0100 (Fri, 20 Mar 2009) | 3 lines [FIX] Make wikitopline position relative so it can appear at the bottom ---------------------------------------------- r17476 | jonnybradley | 2009-03-20 00:31:07 +0100 (Fri, 20 Mar 2009) | 3 lines [MOD] Margins when <body> inside fckeditor edit iframe ---------------------------------------------- r17475 | jonnybradley | 2009-03-20 00:03:44 +0100 (Fri, 20 Mar 2009) | 4 lines [FIX] Need to parse img plugins when swithing to wysiwyg to fix relative urls New parseimgonly option for parse_data() and parse_first() ---------------------------------------------- r17474 | jonnybradley | 2009-03-20 00:00:42 +0100 (Fri, 20 Mar 2009) | 5 lines [FIX] Workaround for Safari when in FCKEditor Reset display to default 'block' when <body> inside fckeditor edit iframe Seem to resolve all(?) Safari's problems with fck - i hope! ---------------------------------------------- r17473 | sylvieg | 2009-03-19 23:41:38 +0100 (Thu, 19 Mar 2009) | 1 line [FIX]article: notif on topic watch for an article deletion ---------------------------------------------- r17472 | sewilco | 2009-03-19 22:35:32 +0100 (Thu, 19 Mar 2009) | 1 line [ENH] add fileId to filegal list options so single file info can be shown. ---------------------------------------------- r17471 | pkdille | 2009-03-19 22:16:32 +0100 (Thu, 19 Mar 2009) | 1 line [MOD] webmail: code indenting. No changes. ---------------------------------------------- r17470 | pkdille | 2009-03-19 21:13:13 +0100 (Thu, 19 Mar 2009) | 1 line [FIX] string should be translatable ---------------------------------------------- r17469 | jonnybradley | 2009-03-19 19:52:26 +0100 (Thu, 19 Mar 2009) | 3 lines [MOD] Translate default homepage "tag" to the real page contents when editing, to give new users what they might expect normally. ---------------------------------------------- r17468 | jonnybradley | 2009-03-19 19:14:46 +0100 (Thu, 19 Mar 2009) | 3 lines [MOD] Articles notifications: Changed the way $mail_action handled in templates for easier translation (again, thanks Sylvie). ---------------------------------------------- r17467 | luciash | 2009-03-19 18:30:09 +0100 (Thu, 19 Mar 2009) | 1 line [ENH] edit templates: copied the warning from header.tpl code comment to smarty remarksbox and made it translantable ---------------------------------------------- r17466 | jonnybradley | 2009-03-19 18:08:46 +0100 (Thu, 19 Mar 2009) | 3 lines [FIX] </div> moved inside {section} posts loop (was breaking *lite) ---------------------------------------------- r17465 | jonnybradley | 2009-03-19 18:05:36 +0100 (Thu, 19 Mar 2009) | 2 lines [MOD] Indentation ---------------------------------------------- r17464 | nyloth | 2009-03-19 17:31:17 +0100 (Thu, 19 Mar 2009) | 2 lines [FIX] release process: update release instructions for 3.x releases ---------------------------------------------- r17462 | sylvieg | 2009-03-19 16:46:27 +0100 (Thu, 19 Mar 2009) | 1 line [FIX]javascript: some more feature desactivation if javascript is not on + disable ajax_autosave is no ajax ---------------------------------------------- r17460 | jonnybradley | 2009-03-19 14:46:48 +0100 (Thu, 19 Mar 2009) | 2 lines [MOD] A few more modernisations Removed most hard coded colours & reduced to 3 CSS classes ---------------------------------------------- r17459 | chibaguy | 2009-03-19 14:33:06 +0100 (Thu, 19 Mar 2009) | 1 line [FIX] <small class="description"> used in module li, and display:block added to description class in CSS files. ---------------------------------------------- r17455 | chibaguy | 2009-03-19 12:41:43 +0100 (Thu, 19 Mar 2009) | 1 line [ENH] Effect of <br /> is gained by using div (which is block element by default). class="description" is used by some themes already for slightly smaller font size and italic style. ---------------------------------------------- r17454 | jonnybradley | 2009-03-19 12:41:17 +0100 (Thu, 19 Mar 2009) | 4 lines [ENH] Added display:block for dates on blog list modules so they appear on a new line (instead of <br />s in the tpl) Also made them smaller and lighter in colour ---------------------------------------------- r17452 | sylvieg | 2009-03-19 00:03:39 +0100 (Thu, 19 Mar 2009) | 1 line notice ---------------------------------------------- r17451 | sylvieg | 2009-03-18 23:29:23 +0100 (Wed, 18 Mar 2009) | 1 line rollback 17449 - sorry - but the admin links are shown in fullscreen - that could be convenient - even if magic is not maintained ---------------------------------------------- r17450 | sylvieg | 2009-03-18 23:26:12 +0100 (Wed, 18 Mar 2009) | 1 line [FIX]modules: no need to compute the modules if they are not displayed (I do not think we have ghost module) ---------------------------------------------- r17449 | sylvieg | 2009-03-18 22:47:04 +0100 (Wed, 18 Mar 2009) | 1 line [FIX]magic: do not display magic menu if fullscreen ---------------------------------------------- r17447 | jonnybradley | 2009-03-18 21:03:01 +0100 (Wed, 18 Mar 2009) | 3 lines [MOD] theme-option should be same width as theme select (and both a tad narrower) ---------------------------------------------- r17446 | jonnybradley | 2009-03-18 20:57:35 +0100 (Wed, 18 Mar 2009) | 3 lines [ENH] More on theme thumbnail preview ---------------------------------------------- r17445 | jonnybradley | 2009-03-18 20:55:14 +0100 (Wed, 18 Mar 2009) | 6 lines [FIX] Removed (new and unused) prefs['tikidomains_share_styles'] (multitiki domains always can see the root themes as well as their own, as should have been previous behaviour) Fixed get_style_path() to properly find multitiki theme files, falling back to root/styles if not there ---------------------------------------------- r17444 | sylvieg | 2009-03-18 20:48:54 +0100 (Wed, 18 Mar 2009) | 1 line [FIX]fck: a little check if the button for autosave is defined in the toolbar - otherwise it bugged fck-> TODO when activating the feature, add the ajaxAutosave in the toolbar ---------------------------------------------- r17443 | Jyhem | 2009-03-18 20:33:21 +0100 (Wed, 18 Mar 2009) | 1 line [ENH] Much cleaner-looking with a break ---------------------------------------------- r17442 | Jyhem | 2009-03-18 20:23:46 +0100 (Wed, 18 Mar 2009) | 1 line [ENH] Description respects line breaks ---------------------------------------------- r17441 | luciash | 2009-03-18 19:32:28 +0100 (Wed, 18 Mar 2009) | 1 line [FIX] there's no country nor flag for 'Antarctica' ---------------------------------------------- r17440 | Jyhem | 2009-03-18 19:23:48 +0100 (Wed, 18 Mar 2009) | 1 line [ENH] Description respects line breaks ---------------------------------------------- r17439 | luciash | 2009-03-18 16:18:53 +0100 (Wed, 18 Mar 2009) | 1 line [FIX] tikitabs: same max value as in header.tpl ---------------------------------------------- r17436 | luciash | 2009-03-18 14:55:59 +0100 (Wed, 18 Mar 2009) | 1 line indentation only - no code change ---------------------------------------------- r17435 | jonnybradley | 2009-03-18 14:34:46 +0100 (Wed, 18 Mar 2009) | 3 lines [MOD] Articles notifications: Changed the way $mail_action handled in templates for easier translation. ---------------------------------------------- r17434 | luciash | 2009-03-18 14:10:43 +0100 (Wed, 18 Mar 2009) | 1 line little oops ! ---------------------------------------------- r17430 | luciash | 2009-03-18 14:04:22 +0100 (Wed, 18 Mar 2009) | 1 line indentation only - no code change ---------------------------------------------- r17429 | luciash | 2009-03-18 13:11:20 +0100 (Wed, 18 Mar 2009) | 1 line [ENH] edit CSS: monospace font for comments and properties ---------------------------------------------- r17424 | xavidp | 2009-03-18 11:49:07 +0100 (Wed, 18 Mar 2009) | 1 line [FIX] Changed sheet header cells background from blackish (took it from strasa, by mistake) to the a color more adapted to the simple.css theme ---------------------------------------------- r17423 | xavidp | 2009-03-18 11:47:26 +0100 (Wed, 18 Mar 2009) | 1 line [FIX] Added basic sheet css details ---------------------------------------------- r17420 | xavidp | 2009-03-18 11:30:44 +0100 (Wed, 18 Mar 2009) | 1 line [FIX] Changed sheet cells background from black (with black text) to white (with black text) ---------------------------------------------- r17419 | xavidp | 2009-03-18 11:29:16 +0100 (Wed, 18 Mar 2009) | 1 line [FIX] Added sheet css details to simple.css ---------------------------------------------- r17412 | luciash | 2009-03-18 01:43:07 +0100 (Wed, 18 Mar 2009) | 1 line [ENH] czech language: some more translations ---------------------------------------------- r17411 | luciash | 2009-03-17 23:19:35 +0100 (Tue, 17 Mar 2009) | 1 line [FIX] tracker notifications: fixed 'The tracker will use the text field named Subject if any in email subject' when checkbox 'Use simplified e-mail format' in tracker config is selected ---------------------------------------------- r17410 | sylvieg | 2009-03-17 22:37:04 +0100 (Tue, 17 Mar 2009) | 1 line [MOD]calendar: replace the awful prev next icons by the blue ones ---------------------------------------------- r17408 | jonnybradley | 2009-03-17 20:17:20 +0100 (Tue, 17 Mar 2009) | 3 lines {FIX] Typo was stopping "find" working ---------------------------------------------- r17407 | sylvieg | 2009-03-17 20:10:45 +0100 (Tue, 17 Mar 2009) | 1 line notice ---------------------------------------------- r17406 | sylvieg | 2009-03-17 20:03:49 +0100 (Tue, 17 Mar 2009) | 1 line [FIX]tracker: show also the average in tiki-view_tracker_item ---------------------------------------------- r17405 | jonnybradley | 2009-03-17 19:39:59 +0100 (Tue, 17 Mar 2009) | 7 lines [NEW] Version filter for mods list. Plus some other modernisations. Added note asking for users to contribute fixes (TODO: add something to dev.tw.o with more help for mods dev) ---------------------------------------------- r17404 | jonnybradley | 2009-03-17 19:20:58 +0100 (Tue, 17 Mar 2009) | 1 line [ENH] Added {strip} tags ---------------------------------------------- r17403 | jonnybradley | 2009-03-17 19:16:23 +0100 (Tue, 17 Mar 2009) | 1 line [MOD] Indentation only - no code changes ---------------------------------------------- r17402 | sylvieg | 2009-03-17 19:06:15 +0100 (Tue, 17 Mar 2009) | 1 line [FIX]style: for easy upgrade, tikidomains_share_styles must be on as it was the behavior in 2.x (look in the css in styles/ and in styles/domain) ---------------------------------------------- r17401 | sylvieg | 2009-03-17 18:31:41 +0100 (Tue, 17 Mar 2009) | 1 line [FIX] wrong include ---------------------------------------------- r17400 | jonnybradley | 2009-03-17 18:15:07 +0100 (Tue, 17 Mar 2009) | 1 line [ENH] Minor improvement to superfish effect. ---------------------------------------------- r17399 | pkdille | 2009-03-17 17:22:14 +0100 (Tue, 17 Mar 2009) | 1 line [SEC] Fix XSS vulnerability when attacking through PHP_SELF (bug 2359) ---------------------------------------------- r17397 | sylvieg | 2009-03-17 16:59:37 +0100 (Tue, 17 Mar 2009) | 1 line [FIX]MODULE: all the params can not be listed ---------------------------------------------- r17396 | luciash | 2009-03-17 16:19:40 +0100 (Tue, 17 Mar 2009) | 1 line one logo is enough: removing the obsolete one ---------------------------------------------- r17395 | sylvieg | 2009-03-17 16:12:57 +0100 (Tue, 17 Mar 2009) | 1 line [MOD]calendar: allow also to specify a list of calendars calendarId[]=4&calendarId[]=5 ---------------------------------------------- r17394 | lphuberdeau | 2009-03-17 15:16:47 +0100 (Tue, 17 Mar 2009) | 1 line [MOD] Allow to create new sheet if id parameter is omited (requested by xavi) ---------------------------------------------- r17385 | jonnybradley | 2009-03-16 22:37:48 +0100 (Mon, 16 Mar 2009) | 7 lines [NEW] Added article_edited and article_deleted notifications [wish1009] Plus some fixes to article_submitted Minimal initial implementation TODO for 4.0: refactor refactor (notifications in general) ---------------------------------------------- r17384 | sylvieg | 2009-03-16 22:03:43 +0100 (Mon, 16 Mar 2009) | 1 line [FIX]cache: cache the wiki page only for the anonymous (Perhaps do not need to invalidate cache when updating a page) (perhaps a param to tell which group is the cached group) ---------------------------------------------- r17383 | sylvieg | 2009-03-16 21:20:24 +0100 (Mon, 16 Mar 2009) | 1 line notice ---------------------------------------------- r17382 | sylvieg | 2009-03-16 20:49:54 +0100 (Mon, 16 Mar 2009) | 1 line some indexes ---------------------------------------------- r17381 | jonnybradley | 2009-03-16 20:30:52 +0100 (Mon, 16 Mar 2009) | 3 lines [FIX] Delete tracker item notifcation email fixes [wish1009:partial] ---------------------------------------------- r17380 | jonnybradley | 2009-03-16 19:21:11 +0100 (Mon, 16 Mar 2009) | 4 lines [NEW] Added wiki_edit_minor option [wish2083] (tested with perms, seems fine - wish1697 reports problems on 2.x but i cannot reproduce on 3.0) ---------------------------------------------- r17379 | sylvieg | 2009-03-16 18:14:35 +0100 (Mon, 16 Mar 2009) | 1 line notices ---------------------------------------------- r17378 | sylvieg | 2009-03-16 18:10:52 +0100 (Mon, 16 Mar 2009) | 1 line {title} ---------------------------------------------- r17377 | sylvieg | 2009-03-16 18:02:28 +0100 (Mon, 16 Mar 2009) | 1 line [FIX]calendar_new module: use the session calendar or def calendars if not param calIds specified->TODO: fix the display if mulitple calendars are selected ---------------------------------------------- r17376 | sylvieg | 2009-03-16 17:14:36 +0100 (Mon, 16 Mar 2009) | 1 line [FIX]caledar: the last day of the month events were not showing ---------------------------------------------- r17375 | sylvieg | 2009-03-16 15:40:58 +0100 (Mon, 16 Mar 2009) | 1 line [FIX]tracker: round the avg + free positionning as no idea about the max ---------------------------------------------- r17374 | sylvieg | 2009-03-16 15:01:05 +0100 (Mon, 16 Mar 2009) | 1 line [FIX]tracker: admin can see export button ---------------------------------------------- r17373 | sylvieg | 2009-03-16 14:04:16 +0100 (Mon, 16 Mar 2009) | 1 line some tr ---------------------------------------------- r17372 | sylvieg | 2009-03-16 13:06:39 +0100 (Mon, 16 Mar 2009) | 1 line [FIX]categ fix error when modifying tracker item categories ---------------------------------------------- r17347 | amette | 2009-03-16 00:33:49 +0100 (Mon, 16 Mar 2009) | 2 lines Modules must obey max_rows ---------------------------------------------- r17346 | sylvieg | 2009-03-15 23:56:48 +0100 (Sun, 15 Mar 2009) | 1 line some ---------------------------------------------- r17345 | sylvieg | 2009-03-15 16:05:24 +0100 (Sun, 15 Mar 2009) | 1 line [FIX]theme: group_style can be empty ---------------------------------------------- r17344 | sylvieg | 2009-03-15 15:57:13 +0100 (Sun, 15 Mar 2009) | 1 line [FIX] style_option instead of style-option ---------------------------------------------- r17342 | luciash | 2009-03-15 01:02:38 +0100 (Sun, 15 Mar 2009) | 1 line [FIX] Edit CSS: escaped html in comments etc. to prevent unwanted html tags interpretation when displaying the stylesheet ---------------------------------------------- r17341 | luciash | 2009-03-15 00:34:20 +0100 (Sun, 15 Mar 2009) | 1 line no code change, indentation only ---------------------------------------------- r17340 | luciash | 2009-03-15 00:24:01 +0100 (Sun, 15 Mar 2009) | 1 line [ENH] Edit CSS: emphasized comments ---------------------------------------------- r17339 | luciash | 2009-03-15 00:13:22 +0100 (Sun, 15 Mar 2009) | 1 line typo ---------------------------------------------- r17338 | luciash | 2009-03-14 23:58:59 +0100 (Sat, 14 Mar 2009) | 1 line [FIX] look and feel: align sitetitles where sitelogo goes ---------------------------------------------- r17337 | luciash | 2009-03-14 11:34:54 +0100 (Sat, 14 Mar 2009) | 1 line [MOD] PHPLayersMenus: change path to the tiki copies of menu template files ---------------------------------------------- r17336 | luciash | 2009-03-14 11:32:33 +0100 (Sat, 14 Mar 2009) | 1 line [NEW] PHPLayersMenus: added copies of the original templates to allow customization and avoid for example the annoying stuff like multiple  s used for layouting the menus which prevented possibility to have centered menu items in top level horiz menu ---------------------------------------------- r17335 | luciash | 2009-03-14 04:09:26 +0100 (Sat, 14 Mar 2009) | 1 line [FIX] strasa theme: location bar link colors ---------------------------------------------- r17334 | luciash | 2009-03-14 03:51:36 +0100 (Sat, 14 Mar 2009) | 1 line [FIX] strasa theme: sitetitles position more like in original design by patrick, alignment of the logo, custom top bar code, PLMs ---------------------------------------------- r17333 | luciash | 2009-03-14 03:48:08 +0100 (Sat, 14 Mar 2009) | 1 line [FIX] site header: don't put sitetitles in sitelogo div to allow better positioning flexibility ---------------------------------------------- r17332 | luciash | 2009-03-14 03:43:54 +0100 (Sat, 14 Mar 2009) | 1 line [KIL] strasa theme: custom tiki-site_header.tpl not necessary ---------------------------------------------- r17331 | jonnybradley | 2009-03-14 00:15:21 +0100 (Sat, 14 Mar 2009) | 2 lines [NEW] Include custom.css if found (an approximation of wish1320) Will use 'styles/stylename/custom.css' or 'styles/stylename/options/optionname/custom.css' if there ---------------------------------------------- r17330 | jonnybradley | 2009-03-14 00:03:36 +0100 (Sat, 14 Mar 2009) | 4 lines [NEW] Include custom.js if found (wish2285) Will use 'styles/stylename/custom.js' or 'styles/stylename/options/optionname/custom.js' if there ---------------------------------------------- r17329 | jonnybradley | 2009-03-13 23:57:01 +0100 (Fri, 13 Mar 2009) | 1 line [MOD] Turning off other prefs not available without JS ---------------------------------------------- r17328 | jonnybradley | 2009-03-13 23:54:59 +0100 (Fri, 13 Mar 2009) | 2 lines [MOD] Refactoring repeated code into $tikilib->get_style_path() in tikilib and setup/theme.php ---------------------------------------------- r17327 | sylvieg | 2009-03-13 22:52:33 +0100 (Fri, 13 Mar 2009) | 1 line [FIX]article: topic and type can be an expression of topics and types ---------------------------------------------- r17326 | jonnybradley | 2009-03-13 21:14:49 +0100 (Fri, 13 Mar 2009) | 1 line [ENH] Moved thumbnail inside admin table ---------------------------------------------- r17324 | jonnybradley | 2009-03-13 20:05:15 +0100 (Fri, 13 Mar 2009) | 1 line [MOD] Renamed getThumbnailFile() to get_thumbnail_file() to be more PHP-like ---------------------------------------------- r17323 | jonnybradley | 2009-03-13 19:16:51 +0100 (Fri, 13 Mar 2009) | 4 lines [MOD] Moved style-options thumbnails into sub-directories named after their option. More logical and consistant with the main styles dir layout. ---------------------------------------------- r17322 | sylvieg | 2009-03-13 19:10:13 +0100 (Fri, 13 Mar 2009) | 1 line [FXI]filter: int filter ---------------------------------------------- r17321 | jonnybradley | 2009-03-13 19:06:18 +0100 (Fri, 13 Mar 2009) | 6 lines [MOD] Refactoring repeated code into $tikilib->get_style_base() Also added $tikilib->get_style_path() and deployed in admin/look so far New pref to enable multi-tikis (tikidomains) to share the same styles dir if desired (I do) ---------------------------------------------- r17320 | jonnybradley | 2009-03-13 18:58:36 +0100 (Fri, 13 Mar 2009) | 1 line [SVN] Id ---------------------------------------------- r17319 | sylvieg | 2009-03-13 18:51:00 +0100 (Fri, 13 Mar 2009) | 1 line [FIX]articles: max can be -1 ---------------------------------------------- r17317 | sylvieg | 2009-03-13 17:34:15 +0100 (Fri, 13 Mar 2009) | 1 line [FIX]CODE: not to have param=>\"\" htmlescape ---------------------------------------------- r17313 | sylvieg | 2009-03-13 15:02:37 +0100 (Fri, 13 Mar 2009) | 1 line [FIX]login: do not display <br /> ---------------------------------------------- r17312 | sylvieg | 2009-03-13 14:36:48 +0100 (Fri, 13 Mar 2009) | 1 line typo ---------------------------------------------- r17311 | luciash | 2009-03-13 12:32:12 +0100 (Fri, 13 Mar 2009) | 1 line [FIX] strasa theme: better indentation and alignment of the menu items ---------------------------------------------- r17310 | Jyhem | 2009-03-13 11:26:08 +0100 (Fri, 13 Mar 2009) | 1 line [UI] Link to installer in suggestion to go to installer. Handle internationalisation ---------------------------------------------- r17309 | jonnybradley | 2009-03-13 00:24:11 +0100 (Fri, 13 Mar 2009) | 8 lines [ENH] Client-side theme options selection - part 2 Adding thumbnail images for theme preview. Filename format: styles/{$style}/{$style}.png or styles/{$style}/options/{$option}.png (also fixes a couple of problems from my last commit - apologies) ---------------------------------------------- r17308 | jonnybradley | 2009-03-13 00:18:26 +0100 (Fri, 13 Mar 2009) | 3 lines [NEW] First draft of some options for strasa (warm still TODO, cold is what strasa is at the moment, so only mono is really new) ---------------------------------------------- r17307 | sylvieg | 2009-03-12 21:02:39 +0100 (Thu, 12 Mar 2009) | 1 line [FIX]tracker: textarea with a 1 line height is displayed as an input text ---------------------------------------------- r17304 | sylvieg | 2009-03-12 18:44:50 +0100 (Thu, 12 Mar 2009) | 1 line [FIX]compute line: allow to have an average and a sum for the same field ---------------------------------------------- r17303 | jonnybradley | 2009-03-12 18:41:57 +0100 (Thu, 12 Mar 2009) | 3 lines [ENH] Client-side theme options selection (if jquery enabled) ---------------------------------------------- r17302 | sylvieg | 2009-03-12 17:50:04 +0100 (Thu, 12 Mar 2009) | 1 line use another icon for watch group ---------------------------------------------- r17301 | jonnybradley | 2009-03-12 15:51:18 +0100 (Thu, 12 Mar 2009) | 1 line [FIX] End of line semicolon on array declaration ---------------------------------------------- r17300 | jonnybradley | 2009-03-12 15:06:58 +0100 (Thu, 12 Mar 2009) | 1 line [KIL] Remove old jquery.ui version (1.6rc6) ---------------------------------------------- r17299 | jonnybradley | 2009-03-12 15:01:52 +0100 (Thu, 12 Mar 2009) | 1 line [ENH] Update JQuery-UI to v 1.7 (adding license and version docs) ---------------------------------------------- r17298 | jonnybradley | 2009-03-12 14:58:08 +0100 (Thu, 12 Mar 2009) | 1 line [SVN] SVN doesn't support single external files (coming in SVN 1.6 apparently) ---------------------------------------------- r17297 | jonnybradley | 2009-03-12 14:53:49 +0100 (Thu, 12 Mar 2009) | 1 line [ENH] Update JQuery-UI to v 1.7 (now an svn:external) ---------------------------------------------- r17296 | jonnybradley | 2009-03-12 14:39:27 +0100 (Thu, 12 Mar 2009) | 2 lines [SVN] Don't include the whole JQuery UI package Plan B - part 3 ---------------------------------------------- r17295 | sylvieg | 2009-03-12 14:13:26 +0100 (Thu, 12 Mar 2009) | 1 line [FIX]jquery: also superfish effect for vertical css menu ---------------------------------------------- r17294 | jonnybradley | 2009-03-12 14:05:38 +0100 (Thu, 12 Mar 2009) | 4 lines [SVN] Don't include the whole JQuery UI package - 20MBs of demos and test we don't need. Plan B... ---------------------------------------------- r17293 | sylvieg | 2009-03-12 13:59:04 +0100 (Thu, 12 Mar 2009) | 1 line [FIX]quicktags: strip the leading space as it is the only way now to sort the quicktags ---------------------------------------------- r17292 | jonnybradley | 2009-03-12 13:26:44 +0100 (Thu, 12 Mar 2009) | 1 line [SVN] Make JQuery-UI an svn:external ---------------------------------------------- r17290 | sylvieg | 2009-03-12 13:03:17 +0100 (Thu, 12 Mar 2009) | 1 line [MOD]wiki: add some perm icons and link to assignperm for features that need also perms like backlinks ---------------------------------------------- r17288 | sylvieg | 2009-03-12 03:15:54 +0100 (Thu, 12 Mar 2009) | 1 line [FIX]CODE: another fix to have the plugin back... ---------------------------------------------- r17287 | sylvieg | 2009-03-12 02:48:48 +0100 (Thu, 12 Mar 2009) | 1 line [MOD]tracker: to have in TRACKERLIST the possibility to add a row with some computation about all the values of a field - see traaackerlist doc on tw.org ---------------------------------------------- r17286 | jonnybradley | 2009-03-11 21:09:09 +0100 (Wed, 11 Mar 2009) | 3 lines [MOD] Only show warning if prefs or module is set to show a theme other than the site default, and changed wording to reflect that. ---------------------------------------------- r17285 | jonnybradley | 2009-03-11 21:06:35 +0100 (Wed, 11 Mar 2009) | 1 line [FIX] JQuery version of flip() not setting state in tiki_cookie_jar (thanks Sylvie) ---------------------------------------------- r17284 | jonnybradley | 2009-03-11 19:45:06 +0100 (Wed, 11 Mar 2009) | 1 line [FIX] Moved available_styles simple_set_value from login to look (and removed available_languages as it's already in i18n) ---------------------------------------------- r17283 | jonnybradley | 2009-03-11 19:43:41 +0100 (Wed, 11 Mar 2009) | 1 line [FIX] Warnings ---------------------------------------------- r17282 | jonnybradley | 2009-03-11 18:38:15 +0100 (Wed, 11 Mar 2009) | 2 lines [FIX] Reset position for flipmodtitle images (IE6 can't handle that sort of thing!) Checked in thenews, strasa and coalesce ---------------------------------------------- r17281 | jonnybradley | 2009-03-11 18:35:52 +0100 (Wed, 11 Mar 2009) | 4 lines [MOD] Moved the ie6.css include from header.tpl to headerlib/output_headers() Also moved all IE6 includes to after other css so it can override them. ---------------------------------------------- r17280 | jonnybradley | 2009-03-11 17:47:54 +0100 (Wed, 11 Mar 2009) | 1 line [FIX] Two small css corrections ---------------------------------------------- r17279 | jonnybradley | 2009-03-11 17:39:07 +0100 (Wed, 11 Mar 2009) | 9 lines [NEW] Pref: feature_ie56_correct_png in admin/look/other Enable/disable (default) JS attempt to fix transparency on PNG images in IE5.5 and 6 Moved JS function from tiki-js.js to js_detect.php called in setup so only included when necessary. When enabled IE6 menu folders and module flips do not work. ---------------------------------------------- r17278 | sylvieg | 2009-03-11 17:37:46 +0100 (Wed, 11 Mar 2009) | 1 line [FIX] remove the application menu tpl and change its reference to the menu application module ---------------------------------------------- r17277 | jonnybradley | 2009-03-11 16:09:49 +0100 (Wed, 11 Mar 2009) | 1 line [KIL] Remove unreferenced (and badly written) function: setFolderIcons() ---------------------------------------------- r17276 | jonnybradley | 2009-03-11 16:04:17 +0100 (Wed, 11 Mar 2009) | 1 line [MOD] Indentation and syntax (semicolons and curly brackets) plus restrict correctPng to IE5 and 6 only ---------------------------------------------- r17274 | sylvieg | 2009-03-11 14:58:21 +0100 (Wed, 11 Mar 2009) | 1 line missing </div> ---------------------------------------------- r17273 | luciash | 2009-03-11 12:47:06 +0100 (Wed, 11 Mar 2009) | 1 line [FIX] sqlite: switch in case we install sqlite which desn't understand 'show tables' ---------------------------------------------- r17272 | luciash | 2009-03-11 11:31:51 +0100 (Wed, 11 Mar 2009) | 1 line little enhancements ---------------------------------------------- r17271 | luciash | 2009-03-11 09:57:04 +0100 (Wed, 11 Mar 2009) | 1 line oops, FF needs border-style specified ---------------------------------------------- r17270 | sylvieg | 2009-03-11 00:21:43 +0100 (Wed, 11 Mar 2009) | 1 line [FIX]search: when upgrading search must show the object type bar as it was before ---------------------------------------------- r17269 | luciash | 2009-03-11 00:16:47 +0100 (Wed, 11 Mar 2009) | 1 line [ENH] some fixes and enhancements to the PLM and siteloginbar look ---------------------------------------------- r17268 | pkdille | 2009-03-10 22:30:03 +0100 (Tue, 10 Mar 2009) | 1 line [FIX] menu 42: contact us option has to appear only if feature_contact AND feature_messages are enabled ---------------------------------------------- r17267 | sylvieg | 2009-03-10 21:18:46 +0100 (Tue, 10 Mar 2009) | 1 line better error message ---------------------------------------------- r17266 | sylvieg | 2009-03-10 21:12:20 +0100 (Tue, 10 Mar 2009) | 1 line [FIX]categ: is_categorized was returning true if an object had been categorized but was not anymore ---------------------------------------------- r17265 | jonnybradley | 2009-03-10 19:26:27 +0100 (Tue, 10 Mar 2009) | 3 lines [ENH] popup_link Smarty "block" now works with JQuery (and or MooTools, but puts up an alert now if neither are enabled) ---------------------------------------------- r17263 | ricks99 | 2009-03-10 16:39:11 +0100 (Tue, 10 Mar 2009) | 1 line [ENH]ongoing admin ui work. regrouping of options ---------------------------------------------- r17262 | sylvieg | 2009-03-10 15:33:29 +0100 (Tue, 10 Mar 2009) | 1 line [FIX]users: an admin junior can not see other groups than the one he is in + he can not unassign group he is not in too ---------------------------------------------- r17261 | jonnybradley | 2009-03-10 13:59:19 +0100 (Tue, 10 Mar 2009) | 1 line [FIX] Button to change theme menu if JS disabled ---------------------------------------------- r17260 | jonnybradley | 2009-03-10 13:58:06 +0100 (Tue, 10 Mar 2009) | 1 line [FIX] Tab content divs defaulting to display:none when JavScript disabled (also tested with JS on and "feature_tabs" on and off - seems ok) ---------------------------------------------- r17259 | jonnybradley | 2009-03-10 13:13:08 +0100 (Tue, 10 Mar 2009) | 1 line [KIL] Removed rendundant pref check (must have been a caching/init issue which now *seems* to be fixed) ---------------------------------------------- r17258 | chibaguy | 2009-03-10 11:25:56 +0100 (Tue, 10 Mar 2009) | 2 lines [SVN] Tikineat moved from branch 3.0. ---------------------------------------------- r17254 | chibaguy | 2009-03-10 02:29:17 +0100 (Tue, 10 Mar 2009) | 1 line [ENH] Switch from Tikineat to TheNews as the (maybe transitional) default theme, as part of removal of Tikineat from branch 3.0. ---------------------------------------------- r17253 | sylvieg | 2009-03-10 00:14:28 +0100 (Tue, 10 Mar 2009) | 1 line [FIX]tracker: deleting an item was not deleting its caegoies' asssignment resulting in empty line in browse categ ---------------------------------------------- r17252 | pkdille | 2009-03-09 22:28:51 +0100 (Mon, 09 Mar 2009) | 1 line [FIX] search: fix search functions in tiki-quiz_stats.php, tiki-edit_quiz_results.php and tiki-received_pages.php ---------------------------------------------- r17251 | jonnybradley | 2009-03-09 22:27:15 +0100 (Mon, 09 Mar 2009) | 3 lines [MOD] Added warning message about switch theme module as it makes it look like this page doesn't work and is very confusing. TODO - always show site_style on this page. ---------------------------------------------- r17250 | pkdille | 2009-03-09 21:52:57 +0100 (Mon, 09 Mar 2009) | 1 line [MOD] code indenting - no changes ---------------------------------------------- r17249 | jonnybradley | 2009-03-09 21:50:15 +0100 (Mon, 09 Mar 2009) | 1 line [FIX] Only redirect if site_style (or option) has really changed. Looses $tikifeedback notification but only if the style/theme changes now. ---------------------------------------------- r17247 | jonnybradley | 2009-03-09 21:44:08 +0100 (Mon, 09 Mar 2009) | 1 line [FIX] Rogue $pref_toggle['feature_sitetitle'] - it's a pref_byref_value ---------------------------------------------- r17246 | sylvieg | 2009-03-09 21:01:49 +0100 (Mon, 09 Mar 2009) | 1 line [FIX]tracker: import also the categories in the new export way ---------------------------------------------- r17244 | jonnybradley | 2009-03-09 18:31:21 +0100 (Mon, 09 Mar 2009) | 1 line [SVN] svn:keywords = Id not "Id" ---------------------------------------------- r17243 | jonnybradley | 2009-03-09 17:58:11 +0100 (Mon, 09 Mar 2009) | 1 line [FIX] Remove all Shadowbox JS (including the bug) if neither MooTools or JQuery are enabled. ---------------------------------------------- r17242 | jonnybradley | 2009-03-09 17:46:12 +0100 (Mon, 09 Mar 2009) | 1 line [FIX] XHTML (no script tags allowed inside p tags) ---------------------------------------------- r17241 | jonnybradley | 2009-03-09 17:44:08 +0100 (Mon, 09 Mar 2009) | 1 line [FIX] XHTML ---------------------------------------------- r17240 | jonnybradley | 2009-03-09 17:35:21 +0100 (Mon, 09 Mar 2009) | 1 line [FIX] Typo ---------------------------------------------- r17237 | sylvieg | 2009-03-09 16:27:37 +0100 (Mon, 09 Mar 2009) | 1 line [FIX]newsletter: do not record the computed text form when save a draft ---------------------------------------------- r17236 | sylvieg | 2009-03-09 16:01:33 +0100 (Mon, 09 Mar 2009) | 1 line [FIX]newsletter: do not store the text in the database if it is a computed texte - because when reuse a newletter - people forget to update the text ---------------------------------------------- r17234 | sylvieg | 2009-03-09 15:08:10 +0100 (Mon, 09 Mar 2009) | 1 line icon ---------------------------------------------- r17233 | sylvieg | 2009-03-09 14:44:38 +0100 (Mon, 09 Mar 2009) | 1 line [FIX]calendar: module calendar new - param - calIds[]=1&calIds[]=2 to view specific calendars: take away the calendarId 1 that was the only displayed : TODO: default display all the visible calendar ---------------------------------------------- r17232 | pkdille | 2009-03-09 14:39:58 +0100 (Mon, 09 Mar 2009) | 1 line [MOD] tiki-stats: some tiny cleanups and code reindenting - no changes ---------------------------------------------- r17231 | pkdille | 2009-03-09 14:02:59 +0100 (Mon, 09 Mar 2009) | 1 line [FIX] tikineat: fix the look of date informations in rss feed ---------------------------------------------- r17230 | sylvieg | 2009-03-09 13:50:41 +0100 (Mon, 09 Mar 2009) | 1 line [FIX]lang: when mulitlingual on and restricted language is off, show all the languages in edit translation ---------------------------------------------- r17229 | luciash | 2009-03-09 12:09:50 +0100 (Mon, 09 Mar 2009) | 1 line [NEW] lets have favicon for IE6 too ---------------------------------------------- r17228 | luciash | 2009-03-09 12:08:35 +0100 (Mon, 09 Mar 2009) | 1 line [MOD] new favicon ---------------------------------------------- r17226 | sylvieg | 2009-03-08 22:42:00 +0100 (Sun, 08 Mar 2009) | 1 line [FIX]fck: if ajax autosave is not on, do not load the fck plugin to avoid js error + to avoid to have 2 clicks 2 times on a action in fck ---------------------------------------------- r17225 | Jyhem | 2009-03-08 22:28:27 +0100 (Sun, 08 Mar 2009) | 1 line [FIX] Allow blog owner to post on own non-public blogs ---------------------------------------------- r17223 | sylvieg | 2009-03-08 21:15:58 +0100 (Sun, 08 Mar 2009) | 1 line [FIX]fgal: a little message to warn about the problem when changing global displays settings: TODO have the same behavior for each setting (exploror+ path have different behavior) + proposal to copy every not settings to each fgals ---------------------------------------------- r17221 | sylvieg | 2009-03-07 23:55:53 +0100 (Sat, 07 Mar 2009) | 1 line [FIX]search: missing tracker option ---------------------------------------------- r17217 | sylvieg | 2009-03-06 20:59:08 +0100 (Fri, 06 Mar 2009) | 1 line [MOD]FILES: new param to open the slideshow of a gallery in a popup ---------------------------------------------- r17216 | chibaguy | 2009-03-06 19:52:08 +0100 (Fri, 06 Mar 2009) | 1 line [FIX] Validation errors ---------------------------------------------- r17215 | sylvieg | 2009-03-06 18:03:50 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]perms: need to check tiki_p_list_file_galleries to use the filegals_manager ---------------------------------------------- r17214 | sylvieg | 2009-03-06 17:55:48 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]menu: menu perms on fgal - as tiki_p_view_fgal can be redefined locally ---------------------------------------------- r17213 | sylvieg | 2009-03-06 17:53:59 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]menu: menu perms on fgal - as tiki_p_view_fgal can be redefined locally ---------------------------------------------- r17212 | sylvieg | 2009-03-06 17:40:21 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]fgal perm: if galleryId=-1, cache each fgal perm ---------------------------------------------- r17211 | sylvieg | 2009-03-06 17:28:53 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]perms: fgal perm cache must be cleaned when changing local perms ---------------------------------------------- r17210 | sylvieg | 2009-03-06 17:04:49 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]menu: another one for | option syntax ---------------------------------------------- r17209 | luciash | 2009-03-06 17:01:37 +0100 (Fri, 06 Mar 2009) | 1 line just adjusted the translation string ---------------------------------------------- r17208 | sylvieg | 2009-03-06 15:48:42 +0100 (Fri, 06 Mar 2009) | 1 line [MOD]menu: change some fields to text to allow luci to clean the menu 42 ---------------------------------------------- r17207 | sylvieg | 2009-03-06 15:12:32 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]menu: can use some local variable like user_is_operator that are not always defined ---------------------------------------------- r17206 | sylvieg | 2009-03-06 15:08:53 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]fix html + self_link ---------------------------------------------- r17205 | sylvieg | 2009-03-06 14:46:33 +0100 (Fri, 06 Mar 2009) | 1 line wrong function ---------------------------------------------- r17203 | sylvieg | 2009-03-06 01:24:45 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]mediaplayer: need extraparams ---------------------------------------------- r17198 | sylvieg | 2009-03-06 00:43:48 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]plugin: update some plugins to the info... convention ---------------------------------------------- r17197 | sylvieg | 2009-03-05 22:10:49 +0100 (Thu, 05 Mar 2009) | 1 line [FIX]prefs: feature_ticketlib feature_ticketlib2 have been moved to general ---------------------------------------------- r17196 | sylvieg | 2009-03-05 20:07:18 +0100 (Thu, 05 Mar 2009) | 1 line [FIX}wiki help: missin -+monospace+- ---------------------------------------------- r17194 | sylvieg | 2009-03-05 19:47:40 +0100 (Thu, 05 Mar 2009) | 1 line [FIX]wiki: when parsing -+ +- keep the space before ---------------------------------------------- r17193 | jonnybradley | 2009-03-05 18:26:12 +0100 (Thu, 05 Mar 2009) | 1 line [MOD] General admin button first (same order as admin-include-anchors) ---------------------------------------------- r17192 | jonnybradley | 2009-03-05 18:14:23 +0100 (Thu, 05 Mar 2009) | 5 lines [MOD] Tidy-up of admin look & feel Moved spare prefs to the "other" tab Consistent layout on all panels (labels on left) ---------------------------------------------- r17191 | sylvieg | 2009-03-05 17:26:40 +0100 (Thu, 05 Mar 2009) | 1 line oops ---------------------------------------------- r17189 | sylvieg | 2009-03-05 17:23:35 +0100 (Thu, 05 Mar 2009) | 1 line [FIX] more function and modifier allowed in secure smarty ---------------------------------------------- r17188 | sylvieg | 2009-03-05 16:58:32 +0100 (Thu, 05 Mar 2009) | 1 line [FIX] temporary rollback + check wysiwyg -> until ... to have back the upload picture ---------------------------------------------- r17187 | sylvieg | 2009-03-05 16:35:44 +0100 (Thu, 05 Mar 2009) | 1 line [FIX] some error messages in get_strings ---------------------------------------------- r17186 | sylvieg | 2009-03-05 16:16:40 +0100 (Thu, 05 Mar 2009) | 1 line [FIX]password: the username was miising when asking for password on a not yet validated user ---------------------------------------------- r17185 | sylvieg | 2009-03-05 15:59:23 +0100 (Thu, 05 Mar 2009) | 1 line [FIX] the norvegian language was only in 1.9 ---------------------------------------------- r17184 | sylvieg | 2009-03-05 15:47:44 +0100 (Thu, 05 Mar 2009) | 1 line [FIX] the norvegian language was only in 1.9 ---------------------------------------------- r17182 | sylvieg | 2009-03-05 15:18:59 +0100 (Thu, 05 Mar 2009) | 1 line [FIX]templates: some syntax fix + {tr}..{/tr} must always be surrended by double quotes not single because the translation can contain quote ---------------------------------------------- r17181 | sylvieg | 2009-03-05 14:07:25 +0100 (Thu, 05 Mar 2009) | 1 line [FIX]menu: admin section back on fresh install ---------------------------------------------- r17180 | sylvieg | 2009-03-05 03:13:07 +0100 (Thu, 05 Mar 2009) | 1 line some more translation ---------------------------------------------- r17179 | sylvieg | 2009-03-05 01:27:38 +0100 (Thu, 05 Mar 2009) | 1 line just a couple of fr translation ---------------------------------------------- r17178 | marclaporte | 2009-03-05 00:19:22 +0100 (Thu, 05 Mar 2009) | 1 line [FIX] experimental features default to off. ---------------------------------------------- r17177 | sylvieg | 2009-03-04 23:15:07 +0100 (Wed, 04 Mar 2009) | 1 line [MOD]menu: allows to do | or , on sections/perms menu options to simplify menu definition ---------------------------------------------- r17176 | sylvieg | 2009-03-04 22:29:13 +0100 (Wed, 04 Mar 2009) | 1 line [FIX]plugins: accept spaces between plugin name and ( ex" {IMG (src="foobar.gif")} ---------------------------------------------- r17174 | sylvieg | 2009-03-04 20:21:35 +0100 (Wed, 04 Mar 2009) | 1 line [FIX]CODE: the plugin was broken : rollback lph's commit 16313 ---------------------------------------------- r17173 | sylvieg | 2009-03-04 19:28:59 +0100 (Wed, 04 Mar 2009) | 1 line typo ---------------------------------------------- r17172 | sylvieg | 2009-03-04 19:19:27 +0100 (Wed, 04 Mar 2009) | 1 line [FIX]plugin : to see the checkbox, the plugin name must be in the prefs ---------------------------------------------- r17171 | jonnybradley | 2009-03-04 18:52:29 +0100 (Wed, 04 Mar 2009) | 1 line [KIL] Remove obsolete swffix lib (remaining dir) ---------------------------------------------- r17170 | sylvieg | 2009-03-04 18:15:20 +0100 (Wed, 04 Mar 2009) | 1 line [FIX]backlinks back ---------------------------------------------- r17167 | sylvieg | 2009-03-04 17:30:28 +0100 (Wed, 04 Mar 2009) | 1 line [FIX]anchor: for language like japanese - use a md5(heading) not to have the anchor changing if new header is added ---------------------------------------------- r17166 | sylvieg | 2009-03-04 17:20:13 +0100 (Wed, 04 Mar 2009) | 1 line [FIX]wiki: anchor must begin with [a-zA-Z]and may contain . - : + if anchor contains only unvalid character - use 'anchor' ---------------------------------------------- r17164 | jonnybradley | 2009-03-04 15:38:51 +0100 (Wed, 04 Mar 2009) | 1 line [NEW] Added JQuery Sheet plugin feature_jquery_sheet - currently defaults to 'n' for future use ---------------------------------------------- r17163 | jonnybradley | 2009-03-04 15:32:54 +0100 (Wed, 04 Mar 2009) | 1 line [KIL] Redundant copy of (old) JQuery lib ---------------------------------------------- r17162 | jonnybradley | 2009-03-04 15:14:49 +0100 (Wed, 04 Mar 2009) | 1 line [MOD] Moved function decode_subject_utf8() to included library for future use (GroupMail) ---------------------------------------------- r17161 | jonnybradley | 2009-03-04 15:10:58 +0100 (Wed, 04 Mar 2009) | 1 line [ENH] Added mode='words' to mod-switch_lang so mod-switch_lang2 should now be redundant (TODO remove it if no one minds) ---------------------------------------------- r17160 | jonnybradley | 2009-03-04 15:08:29 +0100 (Wed, 04 Mar 2009) | 1 line [ENH] Improved handling of mootools global $ to avoid conflicts with JQuery and it's plugins ---------------------------------------------- r17159 | jonnybradley | 2009-03-04 13:58:50 +0100 (Wed, 04 Mar 2009) | 1 line [MOD] Some trivial changes and (commented out) experiment to override overlib tooltips (left for later, to be removed before 3.0 release if not fixed, along with toggleCols() fn) ---------------------------------------------- r17156 | jonnybradley | 2009-03-04 12:25:11 +0100 (Wed, 04 Mar 2009) | 8 lines [KIL] Remove obsolete swffix lib and replaced all references to it with swfobject, it's replacement (was causing errors in IE if enabled). Changed feature_swffix to feature_swfobj (but left it in "experimental" for now - TODO: move it) Added complete SWFObject 2.1 package and removed existing JS file. Added param for "expressintall.swf" to tikilib/embed_flash() function used by flash plugin (which includes SWFObject even if feature_swfobj is off) ---------------------------------------------- r17155 | jonnybradley | 2009-03-04 11:46:38 +0100 (Wed, 04 Mar 2009) | 1 line [SVN] Added virtuals.inc to svn:ignore ---------------------------------------------- r17154 | luciash | 2009-03-04 01:26:01 +0100 (Wed, 04 Mar 2009) | 1 line [FIX] wiki img syntax: imalign support for floating left|right instead of doing basically the same as align (iirc it was like that before) ---------------------------------------------- r17153 | luciash | 2009-03-04 01:03:18 +0100 (Wed, 04 Mar 2009) | 1 line [ENH] admin preferences anchors: use smarty icon + reflection effect when jquery reflection.js enabled ---------------------------------------------- r17152 | luciash | 2009-03-04 00:52:44 +0100 (Wed, 04 Mar 2009) | 1 line [FIX] smarty block tabs: no unwanted whitespace ---------------------------------------------- r17150 | nyloth | 2009-03-03 22:24:40 +0100 (Tue, 03 Mar 2009) | 1 line [ENH] french translation of the homepage content ---------------------------------------------- r17149 | jonnybradley | 2009-03-03 20:43:56 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Notices ---------------------------------------------- r17148 | jonnybradley | 2009-03-03 20:31:13 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Removed JQuery attempt at toggleCols() - wouldn't animate nicely (left in commented out to have another go later) ---------------------------------------------- r17147 | luciash | 2009-03-03 20:23:44 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] wikiplugin_fanylist: allow wiki links and other stuff in the items ---------------------------------------------- r17146 | nyloth | 2009-03-03 19:29:41 +0100 (Tue, 03 Mar 2009) | 2 lines [ENH] default HomePage translation: allow translators to translate the default homePage by translating '_HOMEPAGE_CONTENT_' string in lang/*/language.php ---------------------------------------------- r17145 | lphuberdeau | 2009-03-03 19:15:50 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Menu handler to nest menus correctly ---------------------------------------------- r17144 | luciash | 2009-03-03 18:52:27 +0100 (Tue, 03 Mar 2009) | 1 line [SEC] wikiplugin_tag: secured to allow only tags without attributes ---------------------------------------------- r17143 | sylvieg | 2009-03-03 17:58:49 +0100 (Tue, 03 Mar 2009) | 1 line [FIX]TRACKERLIST: trackerlist with popup was not working because parse_first was replacing \ with \. I do not see why this replacement is useful ---------------------------------------------- r17142 | nyloth | 2009-03-03 17:48:20 +0100 (Tue, 03 Mar 2009) | 1 line [MOD] new installs: do not display assistant module in default installation. Every information can be put in homepage and assistant module cannot be removed from profiles. ---------------------------------------------- r17141 | ricks99 | 2009-03-03 16:42:20 +0100 (Tue, 03 Mar 2009) | 1 line [MOD]new css styles for admin ui revamp. removed the inline styles. ---------------------------------------------- r17139 | jonnybradley | 2009-03-03 15:49:25 +0100 (Tue, 03 Mar 2009) | 6 lines [MOD] Put back theme drop-down so it doesn't change the theme without you clicking "apply". It does a post back onchange so you can select theme options. Changed message displayed when drop-down showing theme other than the site theme as it was unclear before (suggestions gratefully recieved!). Moved users change theme below theme option. Would be better if you could preview themes before selecting... TODO ---------------------------------------------- r17138 | jonnybradley | 2009-03-03 15:16:16 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Notices ---------------------------------------------- r17137 | sylvieg | 2009-03-03 15:15:21 +0100 (Tue, 03 Mar 2009) | 1 line [MOD]jquery: warn jquery feature must be on ad the sub setting are on by default ---------------------------------------------- r17136 | luciash | 2009-03-03 15:05:35 +0100 (Tue, 03 Mar 2009) | 1 line [ENH] pick user avatar: updated description string reflecting the reality (not only gifs are possible) + redirect to prevent resubmit on reload ---------------------------------------------- r17135 | jonnybradley | 2009-03-03 14:57:24 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Notices ---------------------------------------------- r17134 | sylvieg | 2009-03-03 14:54:22 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] test also jquery is on ---------------------------------------------- r17133 | jonnybradley | 2009-03-03 14:44:11 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Removed parameter from DateTime object constructor. "Z" (timezone) part was incorrect and causing error notice. Defaults to "now" but please watch out for this in other timezones. ---------------------------------------------- r17131 | jonnybradley | 2009-03-03 14:11:34 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Notices ---------------------------------------------- r17129 | jonnybradley | 2009-03-03 14:02:35 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Notices (not fix my WSoD on save prefs when display_timezone is empty or Site) ---------------------------------------------- r17128 | jonnybradley | 2009-03-03 13:26:27 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] JQuery tooltips (clueTips) not high enough z-index to show in front of admin panels - now set to z-index of 400 ---------------------------------------------- r17127 | jonnybradley | 2009-03-03 13:22:34 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Suppress empty user info jquery tooltips ---------------------------------------------- r17126 | jonnybradley | 2009-03-03 12:52:39 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] 2 divs not closed (led to missing tab boxes in Safari) ---------------------------------------------- r17125 | jonnybradley | 2009-03-03 12:38:54 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Fix timezone_open() failing with empty param ---------------------------------------------- r17124 | jonnybradley | 2009-03-03 12:01:16 +0100 (Tue, 03 Mar 2009) | 1 line [ENH] Better wording for show_mouseover_user_info pref (thanks Luci) ---------------------------------------------- r17123 | jonnybradley | 2009-03-03 11:33:03 +0100 (Tue, 03 Mar 2009) | 1 line [ENH] Add explanation about feature_community_mouseover (because i hadn't understood it for all these years) ---------------------------------------------- r17122 | luciash | 2009-03-03 10:16:03 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] CSS class .diffheader: oops, missing td ---------------------------------------------- r17121 | nyloth | 2009-03-03 07:16:54 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] installer: remove the 'By clicking Continue you agree to the terms of this license' sentence because the user can bypass this page anyway. ---------------------------------------------- r17120 | nyloth | 2009-03-03 07:05:39 +0100 (Tue, 03 Mar 2009) | 1 line [MOD] installer: only propose profiles installation when tiki can connect to the profiles website ---------------------------------------------- r17119 | nyloth | 2009-03-03 07:04:28 +0100 (Tue, 03 Mar 2009) | 1 line more french translations ---------------------------------------------- r17116 | chibaguy | 2009-03-03 05:41:14 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Wider edit comment textarea ---------------------------------------------- r17115 | marclaporte | 2009-03-03 05:29:54 +0100 (Tue, 03 Mar 2009) | 1 line [MOD] Turning off __user watches translation__ in barebones install ---------------------------------------------- r17114 | Jyhem | 2009-03-03 05:26:55 +0100 (Tue, 03 Mar 2009) | 1 line [ENH] No : at the beginning of next line ---------------------------------------------- r17113 | Jyhem | 2009-03-03 04:38:51 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Handle release versions with spaces (like beta versions) ---------------------------------------------- r17112 | nyloth | 2009-03-03 04:30:51 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] tiki-login: assign_by_ref is using the second param by reference, so it needs to be a variable ---------------------------------------------- r17111 | Jyhem | 2009-03-03 04:20:49 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Update translations after installer strings chnaged ---------------------------------------------- r17110 | chibaguy | 2009-03-03 03:52:53 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] div.box overflow=y was always on instead of being set by module argument. ---------------------------------------------- r17109 | marclaporte | 2009-03-03 03:48:48 +0100 (Tue, 03 Mar 2009) | 1 line [MOD] Wiki page printing is not an essential feature for the bare-bones install ---------------------------------------------- r17108 | marclaporte | 2009-03-03 03:44:49 +0100 (Tue, 03 Mar 2009) | 1 line [MOD] Change __Allow same file to be uploaded more than once__ default behavior in file galleries from __Never__ to __Only in different galleries__ because it can cause user support issues and most people won't need this. ---------------------------------------------- r17107 | nyloth | 2009-03-03 03:36:11 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] typo in french translation ---------------------------------------------- r17106 | Jyhem | 2009-03-03 02:42:12 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Get rid of double call of Smarty_Tikiwiki in some circumstances, and overall simplification ---------------------------------------------- r17105 | marclaporte | 2009-03-03 02:25:18 +0100 (Tue, 03 Mar 2009) | 1 line [MOD] Turning off some features on a new install of the bare bones install. Relevant features will appear in appropriate profiles. ---------------------------------------------- r17104 | campbe13 | 2009-03-03 01:56:01 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] installer buttons ---------------------------------------------- r17103 | chibaguy | 2009-03-03 01:00:50 +0100 (Tue, 03 Mar 2009) | 1 line [ENH] Install steps terms improved, etc. ---------------------------------------------- r17102 | sylvieg | 2009-03-03 00:54:00 +0100 (Tue, 03 Mar 2009) | 1 line [FIX]article: using rating is a function of type , not attached to review type ---------------------------------------------- r17100 | nkoth | 2009-03-03 00:41:29 +0100 (Tue, 03 Mar 2009) | 2 lines [FIX] add missing closing bracket ---------------------------------------------- r17099 | nkoth | 2009-03-03 00:36:44 +0100 (Tue, 03 Mar 2009) | 2 lines [REL] Updated for 3.0beta1 ---------------------------------------------- r17098 | chibaguy | 2009-03-03 00:35:41 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Browser title variable updated. ---------------------------------------------- ---------------------------------------------- r17097 | marclaporte | 2009-03-02 18:16:06 -0500 (Mon, 02 Mar 2009) | 1 line [ENH] Improving copyright text plus small fix from nyloth ---------------------------------------------- r17096 | sylvieg | 2009-03-02 18:06:41 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] change_language was lost ---------------------------------------------- r17095 | Jyhem | 2009-03-02 17:57:11 -0500 (Mon, 02 Mar 2009) | 1 line [ENH] Add link to step 6 ---------------------------------------------- r17094 | sylvieg | 2009-03-02 17:45:08 -0500 (Mon, 02 Mar 2009) | 1 line [FIX]tracker: try to improve tracker rating by displaying both total and average -> to do in trunk: sort on average and option to choose what to display average?sum? ---------------------------------------------- r17093 | nyloth | 2009-03-02 17:18:48 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] fix release_changelog usage text ---------------------------------------------- r17092 | nyloth | 2009-03-02 17:17:31 -0500 (Mon, 02 Mar 2009) | 1 line [NEW] release_copyright.php in doc/devtools intended to update the copyright.txt during the release process + update release doc + clean release shell script to remove obsolete tasks + remove useless bin directory ---------------------------------------------- r17091 | marclaporte | 2009-03-02 16:46:59 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] No use to have date, version and debug activated by default ---------------------------------------------- r17090 | sylvieg | 2009-03-02 16:27:15 -0500 (Mon, 02 Mar 2009) | 1 line [FIX]tracker: to have also dynamic items list working in TRACKER ---------------------------------------------- r17089 | chibaguy | 2009-03-02 15:43:29 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] Title bar label and variable changed to Browser title and variable. ---------------------------------------------- r17088 | Jyhem | 2009-03-02 15:41:39 -0500 (Mon, 02 Mar 2009) | 1 line [ENH] Explain that the file is obsolete on top, too ---------------------------------------------- r17087 | luciash | 2009-03-02 15:24:08 -0500 (Mon, 02 Mar 2009) | 1 line [ENH] better look for error message when db connection not found ---------------------------------------------- r17081 | nkoth | 2009-03-02 13:37:17 -0500 (Mon, 02 Mar 2009) | 2 lines [MOD] Make category filter om admin profiles be a drop-down selector of available cats ---------------------------------------------- r17080 | marclaporte | 2009-03-02 12:34:09 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] Fix link to documentation ---------------------------------------------- r17079 | Jyhem | 2009-03-02 12:12:27 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] Update explanation of punctuation handling in translations ---------------------------------------------- r17078 | marclaporte | 2009-03-02 12:05:26 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] profile name changed ---------------------------------------------- r17076 | marclaporte | 2009-03-02 11:40:56 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] trimming down to just one profile for the Beta ---------------------------------------------- r17074 | Jyhem | 2009-03-02 11:11:45 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] Correct english text (thanks Marc) ---------------------------------------------- r17062 | amette | 2009-03-02 00:48:11 -0500 (Mon, 02 Mar 2009) | 2 lines We don't have www.tw.o only tw.o ---------------------------------------------- r17061 | marclaporte | 2009-03-02 00:24:24 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] Remove not so useful column in the plugin help, to provide more data on screen. ---------------------------------------------- r17060 | amette | 2009-03-02 00:07:47 -0500 (Mon, 02 Mar 2009) | 2 lines Correct link to Release Notes in installer ---------------------------------------------- r17059 | amette | 2009-03-01 23:46:59 -0500 (Sun, 01 Mar 2009) | 2 lines Adjust links to sites in installer - we don't have www.tw.o but only tw.o ---------------------------------------------- r17058 | amette | 2009-03-01 23:19:11 -0500 (Sun, 01 Mar 2009) | 2 lines Don't rewrite, if URL points at an existing file - no need to maintain extensions ---------------------------------------------- r17057 | marclaporte | 2009-03-01 22:38:18 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] Unbreakable spaces in login box to make it cleaner. Better solution like buttons may be coming shortly from someone else. ---------------------------------------------- r17056 | nkoth | 2009-03-01 22:21:24 -0500 (Sun, 01 Mar 2009) | 1 line [REL] SecDB for 3.0beta1 ---------------------------------------------- r17055 | nyloth | 2009-03-01 20:09:28 -0500 (Sun, 01 Mar 2009) | 1 line [NEW] release_changelog.php in doc/devtools intended to update the changelog just before the final release ---------------------------------------------- r17054 | luciash | 2009-03-01 20:04:05 -0500 (Sun, 01 Mar 2009) | 1 line [SVN] proper Id property ---------------------------------------------- r17053 | luciash | 2009-03-01 19:53:01 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] when checking for new version don't display preference note but information instead ---------------------------------------------- r17052 | marclaporte | 2009-03-01 19:20:57 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] Restore automatic pick of last two versions as default diff. Tks Nyloth ---------------------------------------------- r17051 | nkoth | 2009-03-01 19:12:26 -0500 (Sun, 01 Mar 2009) | 2 lines [FIX] show proper erroe message when mediawiki import TextWiki libs are missing ---------------------------------------------- r17050 | luciash | 2009-03-01 19:06:57 -0500 (Sun, 01 Mar 2009) | 1 line [ENH] display diffs 50/50 ---------------------------------------------- r17049 | chibaguy | 2009-03-01 18:50:35 -0500 (Sun, 01 Mar 2009) | 1 line [ENH] Removed padding in siteloginbar for better consistency with search form. ---------------------------------------------- r17048 | marclaporte | 2009-03-01 18:49:30 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] Some changes related to the fact that a default diff style is now set for the site, to avoid to have the diff which happens automatically ---------------------------------------------- r17047 | nkoth | 2009-03-01 18:40:23 -0500 (Sun, 01 Mar 2009) | 2 lines [SEC] prevent access to devtools from web just in case ---------------------------------------------- r17046 | Jyhem | 2009-03-01 18:24:26 -0500 (Sun, 01 Mar 2009) | 1 line [SEC] Added even more security checks ---------------------------------------------- r17045 | luciash | 2009-03-01 18:22:49 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] code wikiplugin: nicely aligned codecaption with codelisting ---------------------------------------------- r17044 | Jyhem | 2009-03-01 18:08:37 -0500 (Sun, 01 Mar 2009) | 1 line [SEC] Added security checks ---------------------------------------------- r17043 | nkoth | 2009-03-01 18:04:54 -0500 (Sun, 01 Mar 2009) | 2 lines [FIX] add permission/includeonly checks on files ---------------------------------------------- r17042 | marclaporte | 2009-03-01 18:01:45 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] Group Alert is a very cool feature but shouldn't be on by default ---------------------------------------------- r17041 | marclaporte | 2009-03-01 17:48:17 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] Site Title, subtitle, logo title and Alt desciption on logo were limited to 50 characters. Now up to 200. ---------------------------------------------- r17040 | luciash | 2009-03-01 16:51:52 -0500 (Sun, 01 Mar 2009) | 1 line [MOD] siteTitle -> browsertitle ---------------------------------------------- r17039 | luciash | 2009-03-01 16:39:26 -0500 (Sun, 01 Mar 2009) | 1 line [MOD] browsertitle moved back to general prefs ---------------------------------------------- r17037 | luciash | 2009-03-01 16:32:05 -0500 (Sun, 01 Mar 2009) | 1 line [MOD] preferences: siteTitle -> browsertitle + put it on General under Site Identity fieldset + link for more site customization to L&F + one tab less (moving the version check) ---------------------------------------------- r17036 | sylvieg | 2009-03-01 16:31:19 -0500 (Sun, 01 Mar 2009) | 1 line [FIX]application menu: add tiki-admin.php on each Admin option to have a link like others section to the main page and not a javascript toggle ---------------------------------------------- r17035 | luciash | 2009-03-01 16:27:49 -0500 (Sun, 01 Mar 2009) | 1 line [MOD] preferences: siteTitle -> browsertitle ---------------------------------------------- r17032 | marclaporte | 2009-03-01 15:29:43 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] changing language is no longer handled in tiki-admin.php?page=login ---------------------------------------------- r17031 | sylvieg | 2009-03-01 14:56:36 -0500 (Sun, 01 Mar 2009) | 1 line [FIX]tracker: page rename must update page selector ---------------------------------------------- r17029 | sylvieg | 2009-03-01 14:22:57 -0500 (Sun, 01 Mar 2009) | 1 line [FIX]error: do not redirect on login if error on password change ---------------------------------------------- r17028 | marclaporte | 2009-03-01 14:09:51 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] Matching value in prefs to the value in the form, to avoid unexpected setting change, when saving. Tks Nyloth ---------------------------------------------- r17027 | chibaguy | 2009-03-01 13:39:52 -0500 (Sun, 01 Mar 2009) | 1 line [ENH] Removed previous fix and added vertical-align:top to td, which should be sufficient. ---------------------------------------------- r17026 | chibaguy | 2009-03-01 13:24:35 -0500 (Sun, 01 Mar 2009) | 1 line [ENH] table.admin td.form bottom borders added to improve plugin list readability on tiki-admin.php?page=textarea. Kept mellow because these tds appear on other admin pages too. Feedback requested. ---------------------------------------------- r17025 | sylvieg | 2009-03-01 12:52:04 -0500 (Sun, 01 Mar 2009) | 1 line [FIX]darkroom: do not wrap tab label ---------------------------------------------- r17024 | chibaguy | 2009-03-01 12:10:48 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] Browser title and page-top (L&F) title still interfering with each other. Browser title variable changed and admin moved from admin general to look and feel. This is partial fix; browser title still using prefs value despite new input on admin L&F. ---------------------------------------------- r17023 | marclaporte | 2009-03-01 11:13:12 -0500 (Sun, 01 Mar 2009) | 1 line [ENH] In installer, remembers values for host, username and database (but not password) upon unsuccessful attempt to create db/local.php Thanks nyloth ---------------------------------------------- r17021 | Jyhem | 2009-03-01 10:41:08 -0500 (Sun, 01 Mar 2009) | 1 line [ENH] Translations ---------------------------------------------- r17019 | marclaporte | 2009-03-01 10:31:58 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] Upon visiting the root directory of Tiki, if db/local/php is not found, assume this is a new install and send to the installer. ---------------------------------------------- r17017 | luciash | 2009-02-28 20:23:36 -0500 (Sat, 28 Feb 2009) | 1 line [FIX] starting tag of </p> was missing, changed 'site administrator' to 'system administrator' ---------------------------------------------- r17015 | luciash | 2009-02-28 18:21:36 -0500 (Sat, 28 Feb 2009) | 1 line [FIX] login prefs: change_theme is done on look and feel now - remove from here to prevent unwanted toggling off after applying login changes ---------------------------------------------- r17014 | campbe13 | 2009-02-28 17:55:51 -0500 (Sat, 28 Feb 2009) | 1 line [Fix] check for php vers in setup ---------------------------------------------- r17013 | nyloth | 2009-02-28 17:55:06 -0500 (Sat, 28 Feb 2009) | 1 line [ENH] release script: add a syntax check of PHP files and stop the release process if a parsing error has been found. ---------------------------------------------- r17012 | luciash | 2009-02-28 17:21:06 -0500 (Sat, 28 Feb 2009) | 1 line [ENH] add the logo ---------------------------------------------- r17011 | Jyhem | 2009-02-28 16:31:11 -0500 (Sat, 28 Feb 2009) | 1 line [FIX] If installation happens in https, the default suggestion for https config needs to be https compatible ---------------------------------------------- r17010 | luciash | 2009-02-28 16:20:54 -0500 (Sat, 28 Feb 2009) | 1 line [ENH] make the messages translantable when local.php not found ---------------------------------------------- r17005 | nkoth | 2009-02-28 13:14:05 -0500 (Sat, 28 Feb 2009) | 1 line [REL] SecDB for 3.0beta1 ---------------------------------------------- r17004 | nkoth | 2009-02-28 13:03:22 -0500 (Sat, 28 Feb 2009) | 2 lines [FIX]mb: reintroduce the test to mb existence as th mb strings is not by default in php ---------------------------------------------- r16998 | nkoth | 2009-02-28 11:14:12 -0500 (Sat, 28 Feb 2009) | 1 line [BRANCH] Creation, trunk 0 to 16997 ---------------------------------------------- r16997 | nkoth | 2009-02-28 10:46:45 -0500 (Sat, 28 Feb 2009) | 1 line [REL] SecDB for 3.0beta1 ---------------------------------------------- r16996 | Jyhem | 2009-02-28 10:38:22 -0500 (Sat, 28 Feb 2009) | 1 line [FIX] Has been replaced by tiki-testGD.php ---------------------------------------------- r16995 | Jyhem | 2009-02-28 10:32:19 -0500 (Sat, 28 Feb 2009) | 2 lines [UI] Don't display "Go back" link when it does not make sense ---------------------------------------------- r16994 | sylvieg | 2009-02-27 16:51:12 -0500 (Fri, 27 Feb 2009) | 1 line [FIX]theme: to have wysiwyg when changing theme ---------------------------------------------- r16993 | nyloth | 2009-02-27 15:57:48 -0500 (Fri, 27 Feb 2009) | 1 line [FIX] icons: since themes could have their own icons, empty the icon cache when the theme has changed (thx chibaguy) ---------------------------------------------- r16992 | sewilco | 2009-02-27 15:28:40 -0500 (Fri, 27 Feb 2009) | 1 line [BUG] fix reversed hit tally test on a gallery. ---------------------------------------------- r16983 | sylvieg | 2009-02-27 11:53:52 -0500 (Fri, 27 Feb 2009) | 1 line [FIX]tracker: sorry rollback to 16957(test on item caetgory perm is not ready) + put the test null date ---------------------------------------------- r16980 | luciash | 2009-02-27 07:01:22 -0500 (Fri, 27 Feb 2009) | 1 line [FIX] tikilib: embed_flash() correct xhtml output in case JS is off on client side ---------------------------------------------- r16976 | luciash | 2009-02-27 05:28:52 -0500 (Fri, 27 Feb 2009) | 1 line [FIX] padding by changing the class, removed useless return to homepage ---------------------------------------------- r16975 | chibaguy | 2009-02-26 19:17:41 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] Make hover behavior consistent with other buttons. ---------------------------------------------- r16974 | chibaguy | 2009-02-26 19:12:12 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] Inconsistent a and a:hover padding caused movement in phpl menu. ---------------------------------------------- r16973 | chibaguy | 2009-02-26 19:02:48 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] Added title "Top" to legend # anchors. ---------------------------------------------- r16972 | chibaguy | 2009-02-26 18:47:37 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] Replaced class name of div class="button". ---------------------------------------------- r16971 | chibaguy | 2009-02-26 18:35:56 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] Moved checkbox out of link to # so page doesn't jump when checkbox is checked. ---------------------------------------------- r16970 | chibaguy | 2009-02-26 17:52:18 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] More padding on tiki-user_preferences.tpl. ---------------------------------------------- r16969 | chibaguy | 2009-02-26 17:51:12 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] Replaced class name of td class="button". ---------------------------------------------- r16968 | chibaguy | 2009-02-26 17:18:12 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] 100% width on legend squeezed out margin on right side. ---------------------------------------------- r16967 | chibaguy | 2009-02-26 17:02:19 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] Quote plugin effect more obvious. ---------------------------------------------- r16966 | luciash | 2009-02-26 16:55:17 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] a new try to have nice alpha transparent images in MSIE=<6, at least the logo looks better when it becomes nicely blended on various backgrounds ;) ---------------------------------------------- r16965 | marclaporte | 2009-02-26 16:31:25 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] link to profiles is now in icon at the top ---------------------------------------------- r16964 | chibaguy | 2009-02-26 15:49:03 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] Minor improvements in PHPL tree menu. ---------------------------------------------- r16963 | marclaporte | 2009-02-26 15:47:24 -0500 (Thu, 26 Feb 2009) | 1 line [MOD] Removing orphan pages from bare-bones default clean install. luci: we'll put it back in for community sites. ---------------------------------------------- r16962 | marclaporte | 2009-02-26 15:39:09 -0500 (Thu, 26 Feb 2009) | 1 line [MOD] On creation of new image galleries, no longer show XY size. This is cleaner. ---------------------------------------------- r16961 | pkdille | 2009-02-26 15:31:13 -0500 (Thu, 26 Feb 2009) | 1 line [MOD] articles: some tiny arrangement on a few grids (adding an icon, reorganizing action column, ...) ---------------------------------------------- r16960 | pkdille | 2009-02-26 15:21:37 -0500 (Thu, 26 Feb 2009) | 1 line [MOD] code indent - no changes ---------------------------------------------- r16959 | pkdille | 2009-02-26 14:58:59 -0500 (Thu, 26 Feb 2009) | 1 line [MOD] code indent - no changes ---------------------------------------------- r16958 | sylvieg | 2009-02-26 13:59:07 -0500 (Thu, 26 Feb 2009) | 1 line [FIX]computed date: value must be null if computed with a null date + keep computed type not to display input field ---------------------------------------------- r16957 | chibaguy | 2009-02-26 13:46:35 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] Rolling back menuLevel0 no-arrow change; effect was too strong. ---------------------------------------------- r16955 | chibaguy | 2009-02-26 13:21:08 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] CSS menu dropdown border added (missing due to cssmenus.css change apparently). ---------------------------------------------- r16954 | sewilco | 2009-02-26 12:22:34 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] fix my messed up indentation ---------------------------------------------- r16953 | chibaguy | 2009-02-26 12:21:42 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] No down arrow when menu is limited to level 0 (dropdowns not displayed); reduced default color a little (should be provided by theme in principle). ---------------------------------------------- r16952 | sewilco | 2009-02-26 12:00:45 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] minor cleanup ---------------------------------------------- r16951 | chibaguy | 2009-02-26 11:48:35 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] PHP Layers tree menu styles more consistent with themes. ---------------------------------------------- r16950 | sylvieg | 2009-02-26 11:25:27 -0500 (Thu, 26 Feb 2009) | 1 line [FIX]pluginmanager: for plugin like dbreport that have a class WikipluginDBReport but does not have the method getDescription... pick up in the info ---------------------------------------------- r16949 | sewilco | 2009-02-26 11:15:07 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] IMAGE plugin restricts one of filegal, imagegal, URL. ---------------------------------------------- r16947 | sylvieg | 2009-02-26 09:13:53 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] also add the upgrade script to have a link on the 'Admin' option to be sync with a fresh install ---------------------------------------------- r16944 | chibaguy | 2009-02-26 00:05:40 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] Prevent arrows in calendar tabrow from repeating vertically. ---------------------------------------------- r16943 | chibaguy | 2009-02-25 23:30:49 -0500 (Wed, 25 Feb 2009) | 1 line [FIX] Enable CSS menu child lists to display. ---------------------------------------------- r16942 | sewilco | 2009-02-25 19:22:05 -0500 (Wed, 25 Feb 2009) | 1 line [ENH] IMAGE plugin accepts list of images to display. ---------------------------------------------- r16941 | sylvieg | 2009-02-25 18:02:09 -0500 (Wed, 25 Feb 2009) | 1 line [FIX]tracker: textarea can be 1 line height ---------------------------------------------- r16940 | sylvieg | 2009-02-25 17:02:02 -0500 (Wed, 25 Feb 2009) | 1 line [FIX]feature: rollback sefurl in admin->feature (but let also the feature being activated in the sefurl panel) + put multilingual in admin->feature (let the option in admin->i18n too) ---------------------------------------------- r16939 | pkdille | 2009-02-25 17:00:39 -0500 (Wed, 25 Feb 2009) | 1 line [MOD] code indent - no changes ---------------------------------------------- r16938 | sylvieg | 2009-02-25 15:28:49 -0500 (Wed, 25 Feb 2009) | 1 line [MOD]language: to be able like in sumo to have the language in the url path not the url param: en/page will reach tiki-index.php?page=page&switchLang=en - you need to give the list of url params that must be converted to url path (could be also used for workspace with a little code ---------------------------------------------- r16937 | pkdille | 2009-02-25 15:01:45 -0500 (Wed, 25 Feb 2009) | 1 line [MOD] coelesce.css: change td css class "third" which is only used in forums list (tiki-forums.php) for sections. ---------------------------------------------- r16936 | sewilco | 2009-02-25 13:59:48 -0500 (Wed, 25 Feb 2009) | 1 line [ENH] Add fileId so images in filegals can also be used. ---------------------------------------------- r16932 | marclaporte | 2009-02-25 13:16:25 -0500 (Wed, 25 Feb 2009) | 1 line [ENH] 1- Adding some instructions on how to activate php5 via htaccess on some hosts. 2-Better handling and instructions about Apache error handling and use with TikiWiki ---------------------------------------------- r16931 | chibaguy | 2009-02-25 13:03:49 -0500 (Wed, 25 Feb 2009) | 1 line [FIX] Small fixes and improvements in articles. ---------------------------------------------- r16930 | chibaguy | 2009-02-25 12:47:37 -0500 (Wed, 25 Feb 2009) | 1 line [FIX] No need for original author info or url in bundled themes, because they are collaborations. ---------------------------------------------- r16929 | chibaguy | 2009-02-25 12:18:05 -0500 (Wed, 25 Feb 2009) | 2 lines [[ENH] Articles' div.articletrailer (Read more, comments link, icons) improved a little more. ---------------------------------------------- r16928 | sewilco | 2009-02-25 11:54:55 -0500 (Wed, 25 Feb 2009) | 1 line [BUG] Remove test mode due to high CPU and too much output. ---------------------------------------------- r16927 | sylvieg | 2009-02-25 11:52:50 -0500 (Wed, 25 Feb 2009) | 1 line syntax ---------------------------------------------- r16926 | sept_7 | 2009-02-25 11:01:17 -0500 (Wed, 25 Feb 2009) | 2 lines [FIX] TikiTests : small pb with session and cookie when using current connection ---------------------------------------------- r16925 | luciash | 2009-02-25 10:29:21 -0500 (Wed, 25 Feb 2009) | 1 line [ENH] enhanced notifications for changed preferences and human readability, ability to translate the preference names and little fixes ---------------------------------------------- r16922 | marclaporte | 2009-02-25 07:33:09 -0500 (Wed, 25 Feb 2009) | 1 line [FIX] Adding defaults for 2 new plugins ---------------------------------------------- r16921 | pkdille | 2009-02-25 05:30:34 -0500 (Wed, 25 Feb 2009) | 1 line [FIX] fix the test that checks if the file is called directly which was bad in the case of files having in their name parts of other file names (e.g: /tiki-user_contacts_prefs.php was unreachable due to prefs.php) ---------------------------------------------- r16920 | chibaguy | 2009-02-24 23:36:40 -0500 (Tue, 24 Feb 2009) | 1 line [ENH] Articles page top improved (placement of background image). ---------------------------------------------- r16919 | sewilco | 2009-02-24 23:31:14 -0500 (Tue, 24 Feb 2009) | 1 line [BUG] Forgot to use ?&opts on URL so it works with simpler .htaccess rules. ---------------------------------------------- r16918 | sewilco | 2009-02-24 23:26:09 -0500 (Tue, 24 Feb 2009) | 1 line [BUG] Change URL/stuff?page=1&opts to URL/stuff1?opts ---------------------------------------------- r16917 | chibaguy | 2009-02-24 23:02:29 -0500 (Tue, 24 Feb 2009) | 1 line [ENH] Articles' div.articletrailer (Read more, comments link, icons) improved. ---------------------------------------------- r16916 | stojanovim | 2009-02-24 23:00:19 -0500 (Tue, 24 Feb 2009) | 1 line - moved php code for determining whether php extensions were loaded or not from the template file (where it didn't work) to the php file ---------------------------------------------- r16915 | luciash | 2009-02-24 22:50:31 -0500 (Tue, 24 Feb 2009) | 1 line [NEW] gender to prefs ---------------------------------------------- r16914 | stojanovim | 2009-02-24 22:41:43 -0500 (Tue, 24 Feb 2009) | 1 line - moved php code for determining whether php extensions were loaded or not from the template file (where it didn't work) to the php file ---------------------------------------------- r16913 | luciash | 2009-02-24 22:40:39 -0500 (Tue, 24 Feb 2009) | 1 line [FIX] tra() ---------------------------------------------- r16912 | luciash | 2009-02-24 22:38:43 -0500 (Tue, 24 Feb 2009) | 1 line [NEW] users can choose to show their gender via user preferences (finally finished and made it optional) which will be displayed in their user profile information and in the mouseover info when enabled ---------------------------------------------- r16911 | chibaguy | 2009-02-24 21:39:33 -0500 (Tue, 24 Feb 2009) | 1 line [FIX] Minor fixes. ---------------------------------------------- r16910 | chibaguy | 2009-02-24 21:33:30 -0500 (Tue, 24 Feb 2009) | 1 line [NEW] Added selectors from tiki-calendar_nav.tpl and minimal properties. ---------------------------------------------- r16909 | luciash | 2009-02-24 21:13:09 -0500 (Tue, 24 Feb 2009) | 1 line [MOD] few fixes to make it work ---------------------------------------------- r16908 | luciash | 2009-02-24 20:51:26 -0500 (Tue, 24 Feb 2009) | 1 line [FIX] PHP notice ---------------------------------------------- r16907 | luciash | 2009-02-24 20:03:18 -0500 (Tue, 24 Feb 2009) | 1 line [SVN] svn:keywords Id ---------------------------------------------- r16906 | luciash | 2009-02-24 19:54:03 -0500 (Tue, 24 Feb 2009) | 1 line [FIX] using stringfix modifier to get correct translatable country name and countryflag to display the flag ---------------------------------------------- r16905 | luciash | 2009-02-24 19:48:14 -0500 (Tue, 24 Feb 2009) | 1 line [FIX] using stringfix modifier to get correct translatable country name ---------------------------------------------- r16904 | luciash | 2009-02-24 19:45:34 -0500 (Tue, 24 Feb 2009) | 1 line [NEW] little smarty modifier to correct troublesome strings ---------------------------------------------- r16903 | luciash | 2009-02-24 18:42:01 -0500 (Tue, 24 Feb 2009) | 1 line [ENH] make country flag names human readable and translatable finally + doxygenation + Id to svn:keywords ---------------------------------------------- r16902 | luciash | 2009-02-24 18:01:38 -0500 (Tue, 24 Feb 2009) | 1 line [FIX] typo + use countryflag smarty modifier ---------------------------------------------- r16901 | sylvieg | 2009-02-24 17:53:51 -0500 (Tue, 24 Feb 2009) | 1 line [MOD]sefurl: move the sefurls setting to a new admin page ---------------------------------------------- r16900 | pkdille | 2009-02-24 17:52:07 -0500 (Tue, 24 Feb 2009) | 1 line [MOD] no changes - indent code ---------------------------------------------- r16899 | sewilco | 2009-02-24 17:43:39 -0500 (Tue, 24 Feb 2009) | 1 line [FIX] Use different ETag for modified image than original image. ---------------------------------------------- r16898 | sewilco | 2009-02-24 14:22:00 -0500 (Tue, 24 Feb 2009) | 1 line [ENH] Remove development code superceded by default+mandatory. ---------------------------------------------- r16897 | sept_7 | 2009-02-24 14:06:25 -0500 (Tue, 24 Feb 2009) | 2 lines [EHN] tiki-filter-base : indentation no change ---------------------------------------------- r16896 | alain_desilets | 2009-02-24 13:51:06 -0500 (Tue, 24 Feb 2009) | 1 line - In tiki-filter-base, need to change \ to / in pathes, in case we are running on windows. ---------------------------------------------- r16895 | sylvieg | 2009-02-24 13:48:52 -0500 (Tue, 24 Feb 2009) | 1 line [FIX]tracker: more checking on group tracker perms ---------------------------------------------- r16894 | sewilco | 2009-02-24 13:35:15 -0500 (Tue, 24 Feb 2009) | 1 line [ENH] Fix correct size image in modules from IMAGE plugin. ---------------------------------------------- r16892 | sewilco | 2009-02-24 12:52:00 -0500 (Tue, 24 Feb 2009) | 1 line [ENH] default dark border on IMAGE plugin. ---------------------------------------------- r16890 | sylvieg | 2009-02-24 11:29:57 -0500 (Tue, 24 Feb 2009) | 1 line [MOD]tracker: new option 'create a group for each item creation' to allow sharing a private items betwwen a group users ---------------------------------------------- r16886 | sept_7 | 2009-02-24 09:59:47 -0500 (Tue, 24 Feb 2009) | 2 lines [FIX] file galeries : fix thumbnail display... ---------------------------------------------- r16884 | pkdille | 2009-02-24 04:09:01 -0500 (Tue, 24 Feb 2009) | 1 line [FIX] admin newsletters: param allowtxt (Allow customized text...) is now saved when modifying a newsletter ---------------------------------------------- r16883 | chibaguy | 2009-02-23 23:21:09 -0500 (Mon, 23 Feb 2009) | 1 line [FIX] Improvements for IE6. ---------------------------------------------- r16882 | chibaguy | 2009-02-23 23:19:10 -0500 (Mon, 23 Feb 2009) | 1 line [FIX] Improvements for IE6. ---------------------------------------------- r16881 | sylvieg | 2009-02-23 13:19:24 -0500 (Mon, 23 Feb 2009) | 1 line [FIX]group: the user smarty params was overwrite after a group creation ---------------------------------------------- r16880 | sewilco | 2009-02-23 13:14:45 -0500 (Mon, 23 Feb 2009) | 1 line [ENH] Add blogTitle parameter for blog access by name. ---------------------------------------------- r16879 | sewilco | 2009-02-23 13:13:31 -0500 (Mon, 23 Feb 2009) | 1 line [ENH] Add border and desc (caption) configuration to IMAGE plugin. ---------------------------------------------- r16877 | campbe13 | 2009-02-23 12:48:15 -0500 (Mon, 23 Feb 2009) | 1 line [FIX] rename tiki-testGD.php http://dev.tikiwiki.org/wish1347 ---------------------------------------------- r16873 | sylvieg | 2009-02-23 11:50:52 -0500 (Mon, 23 Feb 2009) | 1 line speeling - as it has been changed in admin trackers ---------------------------------------------- r16872 | ricks99 | 2009-02-23 11:48:55 -0500 (Mon, 23 Feb 2009) | 1 line [ENH]ongoing ui revamp. user change lang and theme prefs moved from admin:login to feature-specific page (lang and look) ---------------------------------------------- r16871 | jonnybradley | 2009-02-23 11:41:58 -0500 (Mon, 23 Feb 2009) | 1 line [NEW] Added fancylist plugin placeholder definitions (no big effect on appearance here, mainly as a reminder that it's a new plugin) ---------------------------------------------- r16870 | sylvieg | 2009-02-23 11:37:33 -0500 (Mon, 23 Feb 2009) | 1 line [FIX]category: admin layout was broken ---------------------------------------------- r16869 | sylvieg | 2009-02-23 11:25:05 -0500 (Mon, 23 Feb 2009) | 1 line indetation no change ---------------------------------------------- r16867 | sylvieg | 2009-02-23 08:44:58 -0500 (Mon, 23 Feb 2009) | 1 line [MOD]tracker: propagate the date type on computed field to be able to have field like this date+2 days ---------------------------------------------- r16866 | luciash | 2009-02-22 22:20:17 -0500 (Sun, 22 Feb 2009) | 1 line [MOD] use the new wiki plugin fancylist to display the steps to get started ---------------------------------------------- r16865 | luciash | 2009-02-22 22:00:41 -0500 (Sun, 22 Feb 2009) | 1 line [NEW] new wiki plugin to display fancy CSS styled lists (currently does ol only) ---------------------------------------------- r16864 | luciash | 2009-02-22 13:15:37 -0500 (Sun, 22 Feb 2009) | 1 line [MOD] no changes - indent code only ---------------------------------------------- r16863 | sept_7 | 2009-02-22 09:44:06 -0500 (Sun, 22 Feb 2009) | 4 lines [ENH] Installer : as requested by Rick99 : select language takes you to the next installer step, and selected language becomes preferences site_language and language after DB initialization... ---------------------------------------------- r16862 | amette | 2009-02-22 09:21:15 -0500 (Sun, 22 Feb 2009) | 2 lines Name 3.0 Betelgeuse ---------------------------------------------- r16861 | luciash | 2009-02-22 08:38:03 -0500 (Sun, 22 Feb 2009) | 1 line [ENH] strasa theme: nicer look of tabs ---------------------------------------------- r16860 | marclaporte | 2009-02-22 08:29:20 -0500 (Sun, 22 Feb 2009) | 1 line [FIX] Correct theme name ---------------------------------------------- r16858 | luciash | 2009-02-22 06:00:21 -0500 (Sun, 22 Feb 2009) | 1 line [FIX] partial rollback of 16830 changes ---------------------------------------------- r16857 | chibaguy | 2009-02-22 02:55:21 -0500 (Sun, 22 Feb 2009) | 1 line [FIX] Bad mix of old and new CSS menu properties. ---------------------------------------------- r16856 | sept_7 | 2009-02-21 09:12:56 -0500 (Sat, 21 Feb 2009) | 3 lines [ENH] Installer : add language selector + hide superflous messages We should have the first page of the installer look the same as the others ---------------------------------------------- r16855 | pkdille | 2009-02-21 08:30:14 -0500 (Sat, 21 Feb 2009) | 1 line [MOD] coelesce theme: some tiny arrangements on freetags ---------------------------------------------- r16854 | pkdille | 2009-02-21 08:21:06 -0500 (Sat, 21 Feb 2009) | 1 line [MOD] no changes - indent code only ---------------------------------------------- r16853 | pkdille | 2009-02-21 08:06:14 -0500 (Sat, 21 Feb 2009) | 1 line [MOD] no changes - indent code only ---------------------------------------------- r16852 | jonnybradley | 2009-02-20 20:56:30 -0500 (Fri, 20 Feb 2009) | 4 lines [FIX]? Changed the box bg colour to a slightly more muted blue, to match the pre-existing (and very nice) roundy corner graphics already there. A more pronounced effect than i expected when replaced globally, so roll-back/fix if you don't like it... but i do :) ---------------------------------------------- r16850 | sept_7 | 2009-02-20 20:33:05 -0500 (Fri, 20 Feb 2009) | 2 lines [FIX] admin panel : fix alignment of some misplaced options... ---------------------------------------------- r16849 | sylvieg | 2009-02-20 18:57:04 -0500 (Fri, 20 Feb 2009) | 1 line [FIX]darkroom: icons in css menu are defined in default css configuration + some height for vertical css menu ---------------------------------------------- r16848 | ricks99 | 2009-02-20 16:44:34 -0500 (Fri, 20 Feb 2009) | 1 line [ENH]multiple ui changes to better organize. on login tab: moved non-login prefs to general, separated different auth methods into separate tabs, removed user defaults (they are already on user prefs page). visually clarified dependent (parent/child) items. all options now include <LABEL> tags ---------------------------------------------- r16847 | pkdille | 2009-02-20 15:07:22 -0500 (Fri, 20 Feb 2009) | 1 line [MOD] move description in title column in order to homogenize the look with other features ---------------------------------------------- r16846 | sylvieg | 2009-02-20 15:02:50 -0500 (Fri, 20 Feb 2009) | 1 line [MOD]language: when switching language, if best_language is on, activate automatically best_language + not necessary to get the browser language if the user has already selected a language or if switchLang is on ---------------------------------------------- r16845 | luciash | 2009-02-20 12:24:51 -0500 (Fri, 20 Feb 2009) | 1 line [FIX] css menu floated left to wrap nicely ---------------------------------------------- r16844 | Jyhem | 2009-02-20 11:44:22 -0500 (Fri, 20 Feb 2009) | 1 line [FIX] Only show link to tiki-admin.php to tiki_p_admin ---------------------------------------------- r16843 | ricks99 | 2009-02-20 11:07:22 -0500 (Fri, 20 Feb 2009) | 1 line [ENH]new onchange event for droplists. can be used to hide suboptions for items with DISABLED + other options. added to installer (step 6) to hide all https options if DISABLED. ---------------------------------------------- r16842 | jonnybradley | 2009-02-20 10:11:58 -0500 (Fri, 20 Feb 2009) | 2 lines [ENH] Exposing remembermethod option (used to generate hash for rememberme cookie) New "Simple" method uses unique id instead of IP based value ---------------------------------------------- r16841 | luciash | 2009-02-20 05:15:26 -0500 (Fri, 20 Feb 2009) | 1 line [FIX] made it working + some adjustments ---------------------------------------------- r16840 | luciash | 2009-02-20 05:03:35 -0500 (Fri, 20 Feb 2009) | 1 line [FIX] XHTML code + better tra() ---------------------------------------------- r16839 | campbe13 | 2009-02-19 17:50:58 -0500 (Thu, 19 Feb 2009) | 1 line [FIX] added alt tag to image ref http://dev.tikiwiki.org/wish1347 ---------------------------------------------- r16838 | campbe13 | 2009-02-19 17:20:49 -0500 (Thu, 19 Feb 2009) | 1 line [FIX] newbie error commit ---------------------------------------------- r16837 | campbe13 | 2009-02-19 17:15:39 -0500 (Thu, 19 Feb 2009) | 1 line [FIX] testGD.php add ref: http://dev.tikiwiki.org/wish1347 ---------------------------------------------- r16836 | campbe13 | 2009-02-19 17:06:14 -0500 (Thu, 19 Feb 2009) | 1 line [FIX] GD detected not necessarily working ref: http://dev.tikiwiki.org/wish1347 ---------------------------------------------- r16835 | pkdille | 2009-02-19 16:01:40 -0500 (Thu, 19 Feb 2009) | 1 line [MOD] newsletters: indent code - no changes ---------------------------------------------- r16834 | jonnybradley | 2009-02-19 13:29:42 -0500 (Thu, 19 Feb 2009) | 1 line [FIX] Spellings ---------------------------------------------- r16833 | sylvieg | 2009-02-19 12:25:35 -0500 (Thu, 19 Feb 2009) | 1 line [FIX]tracker: always test on the local perms: TODO: find a better way to test the perms in the tpl ---------------------------------------------- r16832 | sylvieg | 2009-02-19 11:32:54 -0500 (Thu, 19 Feb 2009) | 1 line [FIX]tracker: a tiki_p_admin_trackers can see the users list ---------------------------------------------- r16831 | luciash | 2009-02-19 09:03:19 -0500 (Thu, 19 Feb 2009) | 1 line [DB] synchronization ---------------------------------------------- r16830 | luciash | 2009-02-19 05:30:31 -0500 (Thu, 19 Feb 2009) | 1 line [FIX] nicely aligned cssmenu in FF (TODO: make it for IE too) ---------------------------------------------- r16829 | chibaguy | 2009-02-19 04:39:58 -0500 (Thu, 19 Feb 2009) | 1 line [FIX] CSS menu colors fixed more. ---------------------------------------------- r16828 | chibaguy | 2009-02-19 03:53:08 -0500 (Thu, 19 Feb 2009) | 1 line [FIX] Left-column heading margin corrected; CSS menu colors fixed. ---------------------------------------------- r16827 | ricks99 | 2009-02-18 18:09:58 -0500 (Wed, 18 Feb 2009) | 1 line [ENH]use consistent field names (from registration page), inform users of pw restrictions, show pw strength meter ---------------------------------------------- r16825 | wggley | 2009-02-18 10:49:17 -0500 (Wed, 18 Feb 2009) | 1 line [MOD]tracker: Changing checkbox viewitem to 2 radios(View inserted item and Insert new item) so the user can be redirected to the insert new item page to continue entering items. ---------------------------------------------- r16824 | ricks99 | 2009-02-18 08:48:07 -0500 (Wed, 18 Feb 2009) | 1 line [ENH]UI tweaks. added more help links. css fixes for ie ---------------------------------------------- r16823 | luciash | 2009-02-17 21:18:59 -0500 (Tue, 17 Feb 2009) | 1 line [ENH] commiting the AdminUIRevamp improvements by ricks99 (http://dev.tikiwiki.org/Regrouping+the+General+Admin+page) ---------------------------------------------- r16822 | luciash | 2009-02-17 20:18:36 -0500 (Tue, 17 Feb 2009) | 1 line [ENH] introducing tabs smarty block: propagate everywhere ;) ---------------------------------------------- r16821 | luciash | 2009-02-17 19:35:42 -0500 (Tue, 17 Feb 2009) | 1 line [ENH] introducing tabs smarty block: propagate everywhere ;) ---------------------------------------------- r16820 | luciash | 2009-02-17 19:23:48 -0500 (Tue, 17 Feb 2009) | 1 line [ENH] introducing tabs smarty block: propagate everywhere ;) ---------------------------------------------- r16819 | luciash | 2009-02-17 19:21:23 -0500 (Tue, 17 Feb 2009) | 1 line [NEW] tabs smarty block: easier way of generating tabs in a smarty template TODO: some optional params for class, etc. ---------------------------------------------- r16818 | luciash | 2009-02-17 18:55:21 -0500 (Tue, 17 Feb 2009) | 2 lines [FIX] little fix to tikitabs [ADD] Id to svn:keywords ---------------------------------------------- r16817 | luciash | 2009-02-17 16:26:56 -0500 (Tue, 17 Feb 2009) | 1 line svn:keywords correct property (must be Id, not "Id") ---------------------------------------------- r16816 | pkdille | 2009-02-17 16:13:13 -0500 (Tue, 17 Feb 2009) | 1 line [MOD] no changes - indent code only ---------------------------------------------- r16815 | pkdille | 2009-02-17 15:24:36 -0500 (Tue, 17 Feb 2009) | 1 line [MOD] list surveys: move description in title column in order to homogenize the look with other features ---------------------------------------------- r16814 | pkdille | 2009-02-17 15:02:31 -0500 (Tue, 17 Feb 2009) | 1 line [MOD] list surveys: no changes - indent code only ---------------------------------------------- r16813 | pkdille | 2009-02-17 11:47:47 -0500 (Tue, 17 Feb 2009) | 1 line [FIX] coelesce: fix width of actions zone in blog ---------------------------------------------- r16810 | ricks99 | 2009-02-17 07:23:57 -0500 (Tue, 17 Feb 2009) | 1 line [MOD]Added new parameter so the antibot-code row in the table will match the style of the rest of the table. ---------------------------------------------- r16807 | chibaguy | 2009-02-17 05:14:37 -0500 (Tue, 17 Feb 2009) | 1 line [ENH] CSS (suckerfish) menu treatment from experimental/ui-revamp. Multiple menus ok as IE6 sfhover js uses class not id and stylesheet selectors aren't specific to any module box; css/cssmenu_horiz.css and css/cssmenu_vert.css are consolidated and updated as css/cssmenus.css for layout but minimal styling. Theme stylesheets contain color properties, etc. Darkroom needs properties sorted out still since it already had some specified. ---------------------------------------------- r16806 | chibaguy | 2009-02-17 02:53:26 -0500 (Tue, 17 Feb 2009) | 1 line [FIX] overflow=y parameter produces inline style="overflow:visible" (missing since 1.9* but handy for CSS menus) ---------------------------------------------- r16805 | chibaguy | 2009-02-17 01:04:23 -0500 (Tue, 17 Feb 2009) | 1 line [FIX] Typo (button background color) ---------------------------------------------- r16804 | sewilco | 2009-02-16 17:10:45 -0500 (Mon, 16 Feb 2009) | 1 line [FIX] Add missing popular m4v video/mpeg MIME type. ---------------------------------------------- r16803 | sylvieg | 2009-02-16 12:56:10 -0500 (Mon, 16 Feb 2009) | 1 line [MOD]group tracker: use all the user groups ---------------------------------------------- r16802 | sylvieg | 2009-02-16 12:35:43 -0500 (Mon, 16 Feb 2009) | 1 line [FIX]group tracker: trackerlist must also filter on group ---------------------------------------------- r16801 | sylvieg | 2009-02-16 12:04:26 -0500 (Mon, 16 Feb 2009) | 1 line [FIX]group tracker: some fix about perms: an item with a group creator field must be visible/editable to each group member ---------------------------------------------- r16800 | lphuberdeau | 2009-02-16 11:13:42 -0500 (Mon, 16 Feb 2009) | 1 line [FIX] Hide initial error when checking for schema presence ---------------------------------------------- r16798 | jonnybradley | 2009-02-16 10:43:05 -0500 (Mon, 16 Feb 2009) | 1 line [FIX] Spellings ---------------------------------------------- r16797 | lphuberdeau | 2009-02-16 10:37:58 -0500 (Mon, 16 Feb 2009) | 1 line [FIX] Missing library ---------------------------------------------- r16796 | marclaporte | 2009-02-16 10:25:25 -0500 (Mon, 16 Feb 2009) | 1 line [FIX] db schema change files need to have _tiki suffix. All existing trunk installs will have this change applied at their next upgrade. ---------------------------------------------- r16795 | marclaporte | 2009-02-16 10:12:00 -0500 (Mon, 16 Feb 2009) | 1 line [ENH] Changing to the new amazing profiles system in the installer. Tks LP. ---------------------------------------------- r16794 | marclaporte | 2009-02-16 10:08:30 -0500 (Mon, 16 Feb 2009) | 1 line [FIX] dos2unix ---------------------------------------------- r16793 | sylvieg | 2009-02-16 08:24:32 -0500 (Mon, 16 Feb 2009) | 1 line [FIX]button: if doing tiki-view_tracker_item.php?view=+user, the trackerId is reconstructed - but {query} considers only the post and get in the url reconstruction. why?. So pas directly the trackerId in the href ---------------------------------------------- r16791 | obnoxxx | 2009-02-15 20:29:14 -0500 (Sun, 15 Feb 2009) | 3 lines [MOD] make the sinc-last-visit-new module only show the new users that have completed their registration. ---------------------------------------------- r16790 | obnoxxx | 2009-02-15 20:27:52 -0500 (Sun, 15 Feb 2009) | 3 lines [MOD] make the since-last-visit module only show the users that have completed the registration by confirming their email. ---------------------------------------------- r16789 | obnoxxx | 2009-02-15 20:23:08 -0500 (Sun, 15 Feb 2009) | 5 lines [MOD] update registrationDate upon user confirmation This allows to distinguish between the creation date (stored in `created`) and the date of the completed registration. ---------------------------------------------- r16788 | obnoxxx | 2009-02-15 19:48:20 -0500 (Sun, 15 Feb 2009) | 2 lines [FIX] fix id tag of tiki-information.php to have the proper file name ---------------------------------------------- r16787 | obnoxxx | 2009-02-15 19:43:54 -0500 (Sun, 15 Feb 2009) | 2 lines [FIX] fix intentation/tabbing of confirm_user() ---------------------------------------------- r16786 | sylvieg | 2009-02-15 18:15:09 -0500 (Sun, 15 Feb 2009) | 1 line [MOD]comments/forum: take away duplicated code in post topic in forum and post reply in forum and in comments.php itself: 2 new functions post_in_forum to post a topic or a reply and post_in_object to post a comment ---------------------------------------------- r16785 | sylvieg | 2009-02-15 17:37:55 -0500 (Sun, 15 Feb 2009) | 1 line [FIX] good colspan ---------------------------------------------- r16784 | pkdille | 2009-02-15 15:19:34 -0500 (Sun, 15 Feb 2009) | 1 line [MOD] french translation file : get_strings + some translations ---------------------------------------------- r16783 | marclaporte | 2009-02-15 12:57:54 -0500 (Sun, 15 Feb 2009) | 1 line [FIX] Making the password field use stars ---------------------------------------------- r16782 | marclaporte | 2009-02-15 12:56:13 -0500 (Sun, 15 Feb 2009) | 1 line [FIX] dos2unix ---------------------------------------------- r16781 | matwho | 2009-02-15 11:22:02 -0500 (Sun, 15 Feb 2009) | 1 line a test ---------------------------------------------- r16780 | matwho | 2009-02-15 11:10:37 -0500 (Sun, 15 Feb 2009) | 1 line a test ---------------------------------------------- r16779 | rlopezs | 2009-02-15 11:05:50 -0500 (Sun, 15 Feb 2009) | 1 line Rober's first commit.From TikiFest Madrid ---------------------------------------------- r16778 | axold | 2009-02-15 11:02:52 -0500 (Sun, 15 Feb 2009) | 1 line I added a file in test directory ---------------------------------------------- r16777 | axold | 2009-02-15 11:01:13 -0500 (Sun, 15 Feb 2009) | 1 line I added a file in test directory ---------------------------------------------- r16776 | chibaguy | 2009-02-15 09:56:46 -0500 (Sun, 15 Feb 2009) | 1 line [NEW] Implementation of Strasa design by Patrick Allard; initial commit of files. ---------------------------------------------- r16775 | lphuberdeau | 2009-02-15 09:53:25 -0500 (Sun, 15 Feb 2009) | 1 line [FIX] Include path changes broke webservices ---------------------------------------------- r16774 | sylvieg | 2009-02-15 09:46:45 -0500 (Sun, 15 Feb 2009) | 1 line [MOD]contribution: better layout ---------------------------------------------- r16773 | chibaguy | 2009-02-15 08:06:49 -0500 (Sun, 15 Feb 2009) | 1 line [NEW] Coelesce theme design by Patrick Allard for COE ui-revamp; initial commit of files adapted for trunk. ---------------------------------------------- r16772 | chibaguy | 2009-02-15 07:27:15 -0500 (Sun, 15 Feb 2009) | 1 line [FIX] Roll back if necessary, but link class="tableheading" didn't seem to have effect; style provided by "th a". ---------------------------------------------- r16771 | chibaguy | 2009-02-15 06:30:35 -0500 (Sun, 15 Feb 2009) | 1 line [ENH] Blog title changed from div to h1 for uniformity; "breadcrumbs" added; title for tag list. ---------------------------------------------- r16770 | chibaguy | 2009-02-15 06:25:27 -0500 (Sun, 15 Feb 2009) | 1 line [ENH] Layout tables replaced with divs and spans; anchor class changed for uniformity. ---------------------------------------------- r16769 | pkdille | 2009-02-15 03:18:18 -0500 (Sun, 15 Feb 2009) | 1 line [MOD] french translation file : get_strings + some translations ---------------------------------------------- r16768 | sylvieg | 2009-02-14 18:22:00 -0500 (Sat, 14 Feb 2009) | 1 line syntax ---------------------------------------------- r16767 | sylvieg | 2009-02-14 18:13:13 -0500 (Sat, 14 Feb 2009) | 1 line why is the file duplicated? (20081105_calendar_items_allday_tiki.sql) ---------------------------------------------- r16765 | sylvieg | 2009-02-14 06:04:17 -0500 (Sat, 14 Feb 2009) | 1 line syntax ---------------------------------------------- r16764 | pkdille | 2009-02-14 03:11:15 -0500 (Sat, 14 Feb 2009) | 1 line [MOD] french translations : some ---------------------------------------------- r16763 | chibaguy | 2009-02-14 03:08:02 -0500 (Sat, 14 Feb 2009) | 1 line [FIX] Reverted Look and Feel site title variable to previous name (sitetitle) to maintain consistency with existing themes. Case distinguishes it from browser title bar variable (siteTitle). ---------------------------------------------- r16762 | chibaguy | 2009-02-14 02:42:14 -0500 (Sat, 14 Feb 2009) | 1 line [ENH] Replaced the (only) two instances of div class="advanced" with remarksbox type "warning". ---------------------------------------------- r16761 | marclaporte | 2009-02-13 20:24:12 -0500 (Fri, 13 Feb 2009) | 1 line [FIX] Making x -to- y translatable in trackertimeline ---------------------------------------------- r16760 | sylvieg | 2009-02-13 15:52:55 -0500 (Fri, 13 Feb 2009) | 1 line [MOD]poll: from sumo: each poll can have a vote consideration span= last days nb for which statitics are computed + can choose the time span results are displayed + perm to see the poll voters (REPLACE THE FEATURE POLL IS PUBLIC + DISABLE LOCAL VOTERS LIST (as the option was already there - rollback 15708) ---------------------------------------------- r16759 | sylvieg | 2009-02-13 15:43:44 -0500 (Fri, 13 Feb 2009) | 1 line [MOD]poll: from sumo: each poll can have a vote consideration span= last days nb for which statitics are computed + can choose the time span results are displayed + perm to see the poll voters (REPLACE THE FEATURE POLL IS PUBLIC + DISABLE LOCAL VOTERS LIST (as the option was already there - rollback 15708) ---------------------------------------------- r16758 | ricks99 | 2009-02-13 15:40:13 -0500 (Fri, 13 Feb 2009) | 1 line [FIX]typos. installer will now skip general settings for upgrades ---------------------------------------------- r16757 | ricks99 | 2009-02-13 13:49:48 -0500 (Fri, 13 Feb 2009) | 1 line [FIX]add missing labels. done? ---------------------------------------------- r16756 | ricks99 | 2009-02-13 13:32:15 -0500 (Fri, 13 Feb 2009) | 1 line [MOD]Now checks for upgrade and allows user to jump directly to the install/upgrade script page. ---------------------------------------------- r16755 | ricks99 | 2009-02-13 12:08:57 -0500 (Fri, 13 Feb 2009) | 1 line [MOD]tell user if existing db connection found, and allow to keep it or create a new connection. ---------------------------------------------- r16754 | ricks99 | 2009-02-13 11:49:57 -0500 (Fri, 13 Feb 2009) | 1 line [MOD] mail test now optional ---------------------------------------------- r16753 | ricks99 | 2009-02-13 11:17:28 -0500 (Fri, 13 Feb 2009) | 1 line [FIX] validation errors ---------------------------------------------- r16752 | ricks99 | 2009-02-13 11:05:18 -0500 (Fri, 13 Feb 2009) | 1 line [FIX] unclosed div ---------------------------------------------- r16751 | ricks99 | 2009-02-13 10:12:10 -0500 (Fri, 13 Feb 2009) | 1 line [MOD]revamped installer. new ui. installation steps. performs some basic checks. allows for some configuration. ---------------------------------------------- r16750 | sylvieg | 2009-02-13 04:24:59 -0500 (Fri, 13 Feb 2009) | 1 line missing forums_queue update ---------------------------------------------- r16747 | marclaporte | 2009-02-12 16:24:19 -0500 (Thu, 12 Feb 2009) | 1 line [FIX] When viewing tracker items at tiki-view_tracker_item.php, use a translation if available from lang/*/language.php, like it already does in edit mode. ---------------------------------------------- r16746 | marclaporte | 2009-02-12 16:09:02 -0500 (Thu, 12 Feb 2009) | 1 line [ENH] Making trackertimeline categories (left-hand side) use any available translation ---------------------------------------------- r16743 | marclaporte | 2009-02-12 15:16:46 -0500 (Thu, 12 Feb 2009) | 1 line [FIX/MOD] minisidediff setting wasn't working. Removing because in 3.0, diff style is a site-wide setting. The diff is broken as of today in trunk but it has nothing to do with this change. This will give shorter URLs as a bonus. ---------------------------------------------- r16727 | sylvieg | 2009-02-12 14:27:18 -0500 (Thu, 12 Feb 2009) | 1 line [MOD]forum topic: from sumo: anonymous can give email at topic post for notification + fix approval topic post with attachment/anonymous name,mail/tags + take away duplicate code in topic post ---------------------------------------------- r16726 | luciash | 2009-02-12 12:52:38 -0500 (Thu, 12 Feb 2009) | 1 line [FIX] some fixes for non-tab layout (when you copy&paste please don't copy everything but modify accordingly) ---------------------------------------------- r16725 | luciash | 2009-02-12 12:48:48 -0500 (Thu, 12 Feb 2009) | 1 line [ENH] set bg color for highlight ---------------------------------------------- r16724 | luciash | 2009-02-12 12:22:43 -0500 (Thu, 12 Feb 2009) | 1 line [ENH] added help links to the title ---------------------------------------------- r16723 | luciash | 2009-02-12 11:41:07 -0500 (Thu, 12 Feb 2009) | 1 line [MOD] simplification using the label element instead of complicated non-semantic ul list (CSS for those who need it displayed on each row: .findtable label {display: block}) ---------------------------------------------- r16722 | luciash | 2009-02-12 11:12:14 -0500 (Thu, 12 Feb 2009) | 1 line [FIX] XHTML code fix: improperly closed form which is not open if $checkboxes_on are not 'y' ---------------------------------------------- r16721 | chibaguy | 2009-02-12 10:21:18 -0500 (Thu, 12 Feb 2009) | 1 line [FIX] A way is needed to specify site title text for Look and Feel, so to differentiate from the browser title bar variable ($siteTitle), set in admin general, use ($siteheadertitle) in admin Look and Feel. Theme-specific tiki-site_header.tpl files will need updating for the variable name change. ---------------------------------------------- r16720 | luciash | 2009-02-12 08:33:28 -0500 (Thu, 12 Feb 2009) | 1 line [ENH] better look for fieldsets when tabs are off ---------------------------------------------- r16719 | luciash | 2009-02-12 08:10:38 -0500 (Thu, 12 Feb 2009) | 1 line [FIX] vertical-align: middle for inputs ---------------------------------------------- r16717 | ricks99 | 2009-02-12 07:32:16 -0500 (Thu, 12 Feb 2009) | 1 line [FIX]added the missing support for 120x240 and 200x200 ad sizes. ---------------------------------------------- r16716 | jonnybradley | 2009-02-12 07:19:21 -0500 (Thu, 12 Feb 2009) | 1 line [FIX] Show module flip icons (with partial opacity - but not for IE6) so it can be used on iPhone and is more intuitive generally (imho) ---------------------------------------------- r16715 | jonnybradley | 2009-02-12 07:17:05 -0500 (Thu, 12 Feb 2009) | 1 line [ENH] Profile image now more like the other ones - changed unused plugins ones ready for new plugins manager page just so it's different from "plugins aliases" ---------------------------------------------- r16714 | luciash | 2009-02-12 07:10:16 -0500 (Thu, 12 Feb 2009) | 1 line [DEL] no time to maintain and enhance this sub-theme, sorry ---------------------------------------------- r16713 | jonnybradley | 2009-02-12 07:08:57 -0500 (Thu, 12 Feb 2009) | 1 line [FIX] Adding popup_init for overlib (and the Id svn:keyword) ---------------------------------------------- r16712 | luciash | 2009-02-12 05:04:58 -0500 (Thu, 12 Feb 2009) | 1 line [MOD] better matching icon already available for plugins from the Jini iconset ---------------------------------------------- r16710 | chibaguy | 2009-02-11 22:42:25 -0500 (Wed, 11 Feb 2009) | 1 line [FIX] PHPLayers horizontal background image and padding fixed. ---------------------------------------------- r16709 | lphuberdeau | 2009-02-11 17:34:10 -0500 (Wed, 11 Feb 2009) | 1 line [FIX] Wrong permission name preventing backlinks from being displayed (part 2) ---------------------------------------------- r16708 | pkdille | 2009-02-11 15:29:23 -0500 (Wed, 11 Feb 2009) | 1 line [NEW] mail notifications: add a perm "tiki_p_admin_notifications" in order to be able to delegate this activity to a user which has not tiki_p_admin ---------------------------------------------- r16707 | sylvieg | 2009-02-11 15:25:17 -0500 (Wed, 11 Feb 2009) | 1 line [FIX] another try to have the title always the same- as there were 2 prefs - the genral is chosen and look is not always activated ---------------------------------------------- r16706 | sylvieg | 2009-02-11 14:58:40 -0500 (Wed, 11 Feb 2009) | 1 line [FIX]site title: the default site was appearing on pages with no breadcrumb ---------------------------------------------- r16705 | lphuberdeau | 2009-02-11 14:56:34 -0500 (Wed, 11 Feb 2009) | 1 line [FIX] Wrong permission name preventing backlinks from being displayed ---------------------------------------------- r16704 | jonnybradley | 2009-02-11 14:02:14 -0500 (Wed, 11 Feb 2009) | 1 line [ENH] Icon for profiles admin, also found three more unlinked admin panels, so included them too (plugins, semantic and webservices). Images and admin pages need work on these. ---------------------------------------------- r16703 | sylvieg | 2009-02-11 13:47:40 -0500 (Wed, 11 Feb 2009) | 1 line try-out - seems that the .xml fck needs are not considered as normal file so adding the .xml is a correct extension ---------------------------------------------- r16702 | marclaporte | 2009-02-11 13:35:34 -0500 (Wed, 11 Feb 2009) | 1 line [NEW] Adding link in the admin panels for profiles. Icon still needed. Thanks jonny ---------------------------------------------- r16701 | sylvieg | 2009-02-11 13:04:26 -0500 (Wed, 11 Feb 2009) | 1 line [MOD]forum: avoid a query to get the sticky before + add regexp for forum attachment for sumo need ---------------------------------------------- r16700 | chibaguy | 2009-02-11 11:20:44 -0500 (Wed, 11 Feb 2009) | 1 line [ENH] Improve blog and blog post page tops, unify CSS selectors with those in forums to simplify styling. ---------------------------------------------- r16697 | sylvieg | 2009-02-11 10:34:04 -0500 (Wed, 11 Feb 2009) | 1 line [FIX]logsql: test adodb + if table exists ---------------------------------------------- r16695 | wggley | 2009-02-11 10:23:14 -0500 (Wed, 11 Feb 2009) | 2 lines Fixing bug id 2276 that occurs when someone selects a filter and try to select another filter. The input for the filter where alternating between visible or not, causing the bug. ---------------------------------------------- r16691 | pkdille | 2009-02-11 08:53:39 -0500 (Wed, 11 Feb 2009) | 1 line [FIX] list forums: fix the colspan of the section row ---------------------------------------------- r16690 | marclaporte | 2009-02-11 07:53:54 -0500 (Wed, 11 Feb 2009) | 20 lines A- People are already setting the DB connection without SSL. Is it possible to install with only SSL? B- Most people don't change the default settings and most people don't have SSL. So the current setup leads to having the vast majority of TikiWiki sites having the [ Standard | Secure ] and the secure link causes an error. This can lead to a bad reputation for Tiki and the site. C- The current workflow is: 1- go to web root 2- see a link to tiki-install.php 3- enter db credentials (without SSL) 4- pick which profile to install 5- login as admin where a password change is enforced (tiki-change_password.php?user=admin) (without SSL) Here, I could have clicked secure to login in SSL but it's not currently in the workflow. 6- After password change, I am logged in as admin. So, I will revert the setting to what is what in 1.9.x and people can use this profile: http://profiles.tikiwiki.org/Activate_SSL I hope there is enough energy to fix the installer in time so the whole process (db credentials, etc) is in SSL. http://dev.tikiwiki.org/InstallRevamp ---------------------------------------------- r16688 | sylvieg | 2009-02-11 07:02:08 -0500 (Wed, 11 Feb 2009) | 1 line syntax ---------------------------------------------- r16687 | marclaporte | 2009-02-11 06:56:26 -0500 (Wed, 11 Feb 2009) | 1 line [MOD] Change back List Orphan pages to on, on a default install. We will need profiles to handle both cases. ---------------------------------------------- r16686 | luciash | 2009-02-11 05:23:20 -0500 (Wed, 11 Feb 2009) | 1 line [MOD] code simplification (no need to repeat the same xhtml 3 times) + small fixes and adjustments ---------------------------------------------- r16685 | pkdille | 2009-02-11 04:48:36 -0500 (Wed, 11 Feb 2009) | 1 line [MOD] get_strings on french translation file ---------------------------------------------- r16684 | marclaporte | 2009-02-10 22:56:43 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] On clean installs, no longer show IP by default in wiki history (cleaner & confidentiality) ---------------------------------------------- r16683 | marclaporte | 2009-02-10 22:53:34 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Adding check to see if IP should be shown in Last changes. ---------------------------------------------- r16682 | marclaporte | 2009-02-10 22:49:40 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] convertscripts run ---------------------------------------------- r16681 | marclaporte | 2009-02-10 22:28:46 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] Making ListOrphans page optional, and turned off on clean installs. Wiki orphan pages is a concept more useful when there is no menu. Most TikiWiki sites use a menu. ---------------------------------------------- r16680 | marclaporte | 2009-02-10 22:07:34 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] Deactivating WikiWords on a clean install, as they sometime leads to unintended links. ---------------------------------------------- r16679 | marclaporte | 2009-02-10 22:03:50 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] Deactivating List authors on a clean install, to make as clean as possible ---------------------------------------------- r16678 | marclaporte | 2009-02-10 22:00:12 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] Cosmetic changes to the error message pages, like when Tiki can't connect to the database ---------------------------------------------- r16677 | marclaporte | 2009-02-10 21:49:19 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] No experimental features in default profiles. ---------------------------------------------- r16676 | marclaporte | 2009-02-10 21:38:25 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] Making search results cleaner by default, by deactivating object type, and by deactivating hit count, which some webmasters prefer not to disclose anyway. ---------------------------------------------- r16675 | marclaporte | 2009-02-10 21:36:31 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Clearer label ---------------------------------------------- r16674 | marclaporte | 2009-02-10 21:33:10 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Making object filter optional. ---------------------------------------------- r16673 | marclaporte | 2009-02-10 21:31:25 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] convertscripts run ---------------------------------------------- r16672 | marclaporte | 2009-02-10 21:13:57 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Changing search link in menu to be the same at searching in top bar (Site Identity) ---------------------------------------------- r16671 | marclaporte | 2009-02-10 21:01:20 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] mass changing of tikineat.css to thenews.css in various system messages and error messages. ---------------------------------------------- r16670 | marclaporte | 2009-02-10 20:49:04 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Some cosmetic changes to the installer. Still not good, but less awful. ---------------------------------------------- r16669 | marclaporte | 2009-02-10 20:43:50 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Some cosmetic changes to the installer. Still not good, but less awful. ---------------------------------------------- r16668 | marclaporte | 2009-02-10 20:32:13 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Making object filters optional in tiki-searchindex.php ---------------------------------------------- r16667 | marclaporte | 2009-02-10 20:21:07 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Cosmetic fix in search ---------------------------------------------- r16666 | marclaporte | 2009-02-10 19:52:15 -0500 (Tue, 10 Feb 2009) | 1 line [NEW] More security warning messages ---------------------------------------------- r16665 | marclaporte | 2009-02-10 19:49:16 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] Changing default for new installs, to need to validate the email addresses (click link in email). This only is the case if users can register, which is still default to no. ---------------------------------------------- r16663 | marclaporte | 2009-02-10 19:32:14 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] convertscripts run ---------------------------------------------- r16662 | marclaporte | 2009-02-10 19:26:40 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Adding default preferences for a few plugins ---------------------------------------------- r16661 | marclaporte | 2009-02-10 19:14:46 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Default to off for a plugin which can be used to disclose information in certain contexts ---------------------------------------------- r16660 | marclaporte | 2009-02-10 19:10:58 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] Cosmetic changes to installer ---------------------------------------------- r16659 | marclaporte | 2009-02-10 19:09:18 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Updating security information related to new plugin system in 3.0 ---------------------------------------------- r16658 | marclaporte | 2009-02-10 19:00:14 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] On new installs, removing obvious link to mods, as admins can find via tiki-admin.php and there are many errors in mods. http://twitter.com/afahad/statuses/1173416234 ---------------------------------------------- r16657 | sylvieg | 2009-02-10 18:14:14 -0500 (Tue, 10 Feb 2009) | 1 line [FIX]wiki: update theme control when deleting a page ---------------------------------------------- r16655 | lphuberdeau | 2009-02-10 17:54:42 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Incompatible syntax on older versions of MySQL ---------------------------------------------- r16652 | sylvieg | 2009-02-10 15:39:53 -0500 (Tue, 10 Feb 2009) | 1 line [MOD]forum: from sumo: possibilty to filter in a forum view on topic type, topic with no answer, topic I participated + some optimisations ---------------------------------------------- r16651 | marclaporte | 2009-02-10 14:15:09 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] Moving AntiBot feature checkbox to more appropriate admin panel ---------------------------------------------- r16650 | sylvieg | 2009-02-10 11:05:39 -0500 (Tue, 10 Feb 2009) | 1 line layout ---------------------------------------------- r16649 | sylvieg | 2009-02-10 10:33:01 -0500 (Tue, 10 Feb 2009) | 1 line [FIX]tracker: you can also download the attachment even if an admin has downloaded the file for your item ---------------------------------------------- r16648 | sylvieg | 2009-02-10 10:31:35 -0500 (Tue, 10 Feb 2009) | 1 line [FIX]tracker: check perms to go to the right tab ---------------------------------------------- r16647 | sylvieg | 2009-02-10 09:25:55 -0500 (Tue, 10 Feb 2009) | 1 line [FIX]forum: ambigous approved column ---------------------------------------------- r16646 | sylvieg | 2009-02-10 08:23:04 -0500 (Tue, 10 Feb 2009) | 1 line [FIX]tracaker: chack antibot + antibot activated by default ---------------------------------------------- r16645 | niclone | 2009-02-10 08:03:19 -0500 (Tue, 10 Feb 2009) | 2 lines [FIX] fck: use the right css file with multitiki ---------------------------------------------- r16644 | niclone | 2009-02-10 07:21:06 -0500 (Tue, 10 Feb 2009) | 2 lines [FIX] fck: prefer <br> instead of <p> (better for converting from/to html <-> wiki syntaxe, and less problems with wiki parser) ---------------------------------------------- r16643 | pkdille | 2009-02-10 04:00:17 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] edit quiz: move description field in quiz column ---------------------------------------------- r16642 | pkdille | 2009-02-10 03:48:59 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] list quizzes: move actions in an Actions column and Description in Quiz column ---------------------------------------------- r16641 | pkdille | 2009-02-10 03:25:46 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] list quizzes: indenting code - no changes ---------------------------------------------- r16640 | jonnybradley | 2009-02-09 14:16:27 -0500 (Mon, 09 Feb 2009) | 1 line [FIX] Missing php directive ---------------------------------------------- r16637 | jonnybradley | 2009-02-09 13:24:05 -0500 (Mon, 09 Feb 2009) | 1 line [FIX] Removing whitespace in moduleflip name capture (causing JS error in IE7) ---------------------------------------------- r16636 | sylvieg | 2009-02-09 13:16:12 -0500 (Mon, 09 Feb 2009) | 1 line [FIX]page: some missing page assign ---------------------------------------------- r16631 | pkdille | 2009-02-09 11:10:53 -0500 (Mon, 09 Feb 2009) | 1 line [MOD] list faqs: move description field under title as a subcomment ---------------------------------------------- r16629 | pkdille | 2009-02-09 11:00:46 -0500 (Mon, 09 Feb 2009) | 1 line [MOD] list faqs: indent code - no changes ---------------------------------------------- r16625 | pkdille | 2009-02-09 10:09:21 -0500 (Mon, 09 Feb 2009) | 1 line [MOD] view forum: put action icons in a column at the right side of the table (as in blog list, wiki list pages, forum list, etc...) ---------------------------------------------- r16624 | sylvieg | 2009-02-09 09:54:12 -0500 (Mon, 09 Feb 2009) | 1 line lost file ---------------------------------------------- r16623 | pkdille | 2009-02-09 09:44:26 -0500 (Mon, 09 Feb 2009) | 1 line [MOD] forum list: put admin icon in a column at the right side of the table (as in blog list, wiki list pages, etc...) ---------------------------------------------- r16621 | pkdille | 2009-02-09 05:06:14 -0500 (Mon, 09 Feb 2009) | 1 line [MOD] blog list: Description field is now in "Blog" field with css class subcomment (quite the same as tiki-listpages) ---------------------------------------------- r16619 | luciash | 2009-02-08 16:06:11 -0500 (Sun, 08 Feb 2009) | 3 lines [NEW] new logo approach for Tiki 3.0 [MOD] in site title use 3.0 instead of 3.x [MOD] bg of logo transparent by default ---------------------------------------------- r16618 | luciash | 2009-02-08 16:01:32 -0500 (Sun, 08 Feb 2009) | 1 line [NEW] new logo approach for Tiki 3.0 ---------------------------------------------- r16617 | sylvieg | 2009-02-08 15:29:05 -0500 (Sun, 08 Feb 2009) | 1 line [FIX]best lang: look first the best lang page before looking for the structure(will work for page=x&bl=y with open as a structure option): STILL A BUG: if page_ref_id=x&bl=y or page=x&structure=y&bl=y no way to find the right structure as structure does not know their translation (page can belong to multiple structure ---------------------------------------------- r16615 | sylvieg | 2009-02-08 14:36:17 -0500 (Sun, 08 Feb 2009) | 1 line rollback 16611 unitl better fix - if fix is needed ---------------------------------------------- r16614 | jonnybradley | 2009-02-08 14:30:43 -0500 (Sun, 08 Feb 2009) | 5 lines [NEW] Adding mode=flags to mod-switch_lang to show little flags for languages where available. Retains previous behaviour (optional mode=menu) New lang/flagmapping.php table with initial default flags where obvious - hope they don't cause any international incidents! Please update where necessary ;) Minor mod to renderlib to expose previously calculated $trads var (translations of current page) to PHP for effieciency. New CSS class (.unavailable) for languages not available for exising object (with defaults in 2.0to3.0.css) ---------------------------------------------- r16613 | jonnybradley | 2009-02-08 14:10:21 -0500 (Sun, 08 Feb 2009) | 1 line [FIX] minimal layout improvements ---------------------------------------------- r16611 | pjollans | 2009-02-08 09:12:18 -0500 (Sun, 08 Feb 2009) | 26 lines Modified logic for selection of the best language for wiki pages. Previously, the 'best language' logic was only used if no specific wiki page was specified, i.e. only on the default wiki page. This meant that if you selected a specific language version of a given page, and then followed a link to another wiki page, you would go back to the original language, even if there was a translated version of the new page. In the new version, the 'best language' is always used, unless a specific version has been selected via the dropdown list. Furthermore, when the user selects a specific language, the selected language is stored in a session variable as his or her preferred language, and later used in the 'best language' selection. The update consists of the changes: 1. A hidden input field userLanguageSelected is added to translated-lang.tpl 2. The logic to set $use_best_language in tiki-index.php is moved down a couple of lines, so that is applies when a specific wiki page is selected. However, is does not set $use_best_language if the hidden input userLanguageSelected is detected. 3. When the hidden input userLanguageSelected is detected, the language of the selected page is stored in the session variable prefLang (in tiki-index.php). 4. In the function preferedLangs() in multilinguallib.php, if there is a session variable prefLang, then the language stored in this variable is placed at the head of the list of preferred languages. ---------------------------------------------- r16610 | sylvieg | 2009-02-07 18:42:46 -0500 (Sat, 07 Feb 2009) | 1 line [FIX]poll: revert partially 15709. keep the date use by sumo - put back the vote in the generic rating table tiki_user_votings(because the new implementation was not preserving the existing - the old ratings were ignored) + add a cookie to control anonymous voting + avoid in a same session anonymous voting + user voting + better anonymous voting control for the lucky ones that have an intranet with fix IP(to preserve the 15709 commit) + wysiwyg ---------------------------------------------- r16609 | sylvieg | 2009-02-07 17:59:13 -0500 (Sat, 07 Feb 2009) | 1 line [FIX]poll: why rating a page with polls need categories feature on? ---------------------------------------------- r16607 | sylvieg | 2009-02-07 13:21:59 -0500 (Sat, 07 Feb 2009) | 1 line [FIX] oops again on the {textarea} ---------------------------------------------- r16594 | sylvieg | 2009-02-06 11:20:39 -0500 (Fri, 06 Feb 2009) | 1 line [FIX]menu: content template was in tiki1.8, tiki1.9 - and was lost in tiki2 ---------------------------------------------- r16593 | chibaguy | 2009-02-06 11:06:13 -0500 (Fri, 06 Feb 2009) | 1 line [ENH] put remember me after user and pass, before register link. ---------------------------------------------- r16592 | sylvieg | 2009-02-06 10:59:47 -0500 (Fri, 06 Feb 2009) | 1 line [FIX]style: rollback 16550 -> style in darkroom ---------------------------------------------- r16591 | sylvieg | 2009-02-06 09:20:33 -0500 (Fri, 06 Feb 2009) | 1 line [FIX]textarea: fix form in admin modules + reintroduce cols are it is a mandatory param in html + option in {textarea} _enlarge to show only the enlarge buttons that are not dependant on the quicktags ---------------------------------------------- r16590 | sylvieg | 2009-02-06 07:42:44 -0500 (Fri, 06 Feb 2009) | 1 line path ---------------------------------------------- r16589 | stojanovim | 2009-02-06 00:42:48 -0500 (Fri, 06 Feb 2009) | 1 line - Google Translate wrapper can translate text of more than 1800 chars (urlencoded) ---------------------------------------------- r16588 | sylvieg | 2009-02-05 18:50:19 -0500 (Thu, 05 Feb 2009) | 1 line [MOD] tell what password it is ---------------------------------------------- r16587 | sylvieg | 2009-02-05 15:36:13 -0500 (Thu, 05 Feb 2009) | 1 line [FIX]module: textarea+move data after the 2 columns to have a bigger space ---------------------------------------------- r16586 | sylvieg | 2009-02-05 14:22:53 -0500 (Thu, 05 Feb 2009) | 1 line [FIX]fgal: let extension .flv in a podcast fgal ---------------------------------------------- r16585 | sylvieg | 2009-02-05 13:15:37 -0500 (Thu, 05 Feb 2009) | 1 line forgotten file ---------------------------------------------- r16582 | luciash | 2009-02-05 12:22:50 -0500 (Thu, 05 Feb 2009) | 1 line [ENH] add user doc link and admin page as parameters to the title smarty block ---------------------------------------------- r16581 | luciash | 2009-02-05 12:02:35 -0500 (Thu, 05 Feb 2009) | 1 line [ENH] smarty title ---------------------------------------------- r16580 | luciash | 2009-02-05 11:59:46 -0500 (Thu, 05 Feb 2009) | 1 line [FIX] use proper class for the form table ---------------------------------------------- r16577 | sylvieg | 2009-02-05 10:53:28 -0500 (Thu, 05 Feb 2009) | 1 line [FIX]menu: case in menu ---------------------------------------------- r16576 | sept_7 | 2009-02-05 10:52:55 -0500 (Thu, 05 Feb 2009) | 2 lines [FIX] autosave... how ambarrassing ;p ---------------------------------------------- r16575 | luciash | 2009-02-05 10:37:14 -0500 (Thu, 05 Feb 2009) | 1 line [REM] cleaning: removed some commented out code ---------------------------------------------- r16574 | luciash | 2009-02-05 10:16:38 -0500 (Thu, 05 Feb 2009) | 1 line [ENH] some enhancements ---------------------------------------------- r16573 | lphuberdeau | 2009-02-05 10:08:51 -0500 (Thu, 05 Feb 2009) | 1 line [FIX] Add some protection ---------------------------------------------- r16571 | lphuberdeau | 2009-02-05 09:37:11 -0500 (Thu, 05 Feb 2009) | 1 line [NEW] Plugin to hide and show a block of text ---------------------------------------------- r16570 | chibaguy | 2009-02-05 09:16:29 -0500 (Thu, 05 Feb 2009) | 1 line [FIX] Missing closing div tag broke column layout. ---------------------------------------------- r16569 | sampaioprimo | 2009-02-05 09:16:09 -0500 (Thu, 05 Feb 2009) | 2 lines [ADD] update morcego wiki3d browser to version 0.6.0 ---------------------------------------------- r16568 | sampaioprimo | 2009-02-05 08:55:00 -0500 (Thu, 05 Feb 2009) | 2 lines [DEL] removing old version of morcego to update it ---------------------------------------------- r16567 | sampaioprimo | 2009-02-05 08:29:42 -0500 (Thu, 05 Feb 2009) | 2 lines [FIX] add line to .htaccess to fix morcego wiki3d browser ---------------------------------------------- r16565 | chibaguy | 2009-02-05 04:35:16 -0500 (Thu, 05 Feb 2009) | 1 line [ENH] Make mod-quick_edit input[type=text] width more flexible and controlled by CSS. ---------------------------------------------- r16563 | stojanovim | 2009-02-04 23:34:55 -0500 (Wed, 04 Feb 2009) | 3 lines - all PHPUnit tests now inherit from TikiTestCase (added to deal with global variables) - some changes to GoogleTranslateWrapper and its test ---------------------------------------------- r16562 | marclaporte | 2009-02-04 21:43:34 -0500 (Wed, 04 Feb 2009) | 1 line [MOD] In the diff, changing color of characters that are different but added from red to blue. It could be something else to attract users attention but red conveys that this text has been deleted, when in fact, it's added. Please share how you feel about this. ---------------------------------------------- r16561 | luciash | 2009-02-04 20:22:05 -0500 (Wed, 04 Feb 2009) | 1 line [ENH] slightly better look of horiz PLM ---------------------------------------------- r16560 | luciash | 2009-02-04 19:35:03 -0500 (Wed, 04 Feb 2009) | 1 line [ENH] highlight selected menu item ---------------------------------------------- r16559 | luciash | 2009-02-04 19:29:35 -0500 (Wed, 04 Feb 2009) | 1 line [ENH] padding and background image for menu options ---------------------------------------------- r16558 | luciash | 2009-02-04 18:36:06 -0500 (Wed, 04 Feb 2009) | 1 line [ENH] colorful .rbox ---------------------------------------------- r16557 | luciash | 2009-02-04 17:46:24 -0500 (Wed, 04 Feb 2009) | 1 line [FIX] remove text-indent on box-title, using margin instead to prevent weird indentation in case text wraps ---------------------------------------------- r16556 | luciash | 2009-02-04 17:38:35 -0500 (Wed, 04 Feb 2009) | 1 line [ENH] default margin for all inputs ---------------------------------------------- r16555 | sylvieg | 2009-02-04 16:35:09 -0500 (Wed, 04 Feb 2009) | 1 line [FIX]tracker: sned not only the first field in the moderation mail ---------------------------------------------- r16554 | pkdille | 2009-02-04 15:07:08 -0500 (Wed, 04 Feb 2009) | 1 line [FIX] forums list: bad file merge during last commit :-( ---------------------------------------------- r16553 | sylvieg | 2009-02-04 13:26:50 -0500 (Wed, 04 Feb 2009) | 1 line [MOD]tracker: when admin must valid the user, send also the tracker fields values the user gave at registration ---------------------------------------------- r16550 | sylvieg | 2009-02-04 11:36:10 -0500 (Wed, 04 Feb 2009) | 1 line [FIX]layout: findtable is often a float ---------------------------------------------- r16549 | sept_7 | 2009-02-04 10:40:41 -0500 (Wed, 04 Feb 2009) | 6 lines [FIX] re-add lib/pear in include path as it is too much trouble if you use PEAR::Auth... For sites that are not permitted to change their include path, copy or link the needed stuff in proper locations... Sad but we currently have no other choice :( ---------------------------------------------- r16548 | pkdille | 2009-02-04 10:39:06 -0500 (Wed, 04 Feb 2009) | 1 line [ENH] forum list: add a pref for the length of the forum description (it was hardcoded to 240) ---------------------------------------------- r16547 | sylvieg | 2009-02-04 10:34:58 -0500 (Wed, 04 Feb 2009) | 1 line rollback sorry ---------------------------------------------- r16546 | sylvieg | 2009-02-04 10:06:56 -0500 (Wed, 04 Feb 2009) | 1 line [FIX]default: no ssl by default ---------------------------------------------- r16545 | sept_7 | 2009-02-04 10:05:21 -0500 (Wed, 04 Feb 2009) | 2 lines [FIX] tiki-filter-base.php : try to better detect from where we are executed... ---------------------------------------------- r16544 | sylvieg | 2009-02-04 09:48:54 -0500 (Wed, 04 Feb 2009) | 1 line [FIX]contact: putting cols in the tpl can kill some styles ---------------------------------------------- r16543 | sept_7 | 2009-02-04 08:55:07 -0500 (Wed, 04 Feb 2009) | 3 lines [FIX] tikidate : better version checking to see if we can enable the PHP5 date functions... ---------------------------------------------- r16542 | sept_7 | 2009-02-04 08:51:27 -0500 (Wed, 04 Feb 2009) | 2 lines [FIX] tiki-install.php : check for PHP5 else says it needs PHP5... ---------------------------------------------- r16541 | sept_7 | 2009-02-04 08:22:53 -0500 (Wed, 04 Feb 2009) | 4 lines [ENH] This is a special commit for Marc. Style of the default diff can be changed in the admin panel... Since we already have it in the admin panel but it was not uptodate... Now it is :D ---------------------------------------------- r16539 | luciash | 2009-02-04 05:28:04 -0500 (Wed, 04 Feb 2009) | 1 line [ENH] thenews.css tiki tabs beautification: way towards perfection :) ---------------------------------------------- r16538 | sept_7 | 2009-02-04 05:07:39 -0500 (Wed, 04 Feb 2009) | 12 lines [FIX] partial rollback of 16517 : I only rollbacked the Zend part, we need lib/core/lib in the include_path for Zend... It is the only library that needs this :( Not cool for people having ISP that do not allow modifications of include_path. For them the solution is to copy lib/core/lib/Zend to a directory included in the include path... They can also make a symlink from lib/core/lib/Zend to a place where PHP can find it... ---------------------------------------------- r16537 | luciash | 2009-02-03 21:39:22 -0500 (Tue, 03 Feb 2009) | 1 line [ADD] button and submit classes to be easily styled ---------------------------------------------- r16536 | luciash | 2009-02-03 21:28:05 -0500 (Tue, 03 Feb 2009) | 2 lines [MOD] better siteTitle to prevent confusion with MyTiki, better site_crumb_seper [ADD] default bg color for sitelogo ---------------------------------------------- r16535 | luciash | 2009-02-03 20:57:52 -0500 (Tue, 03 Feb 2009) | 1 line [ADD] set some site title by default after installation ---------------------------------------------- r16534 | luciash | 2009-02-03 20:35:32 -0500 (Tue, 03 Feb 2009) | 1 line [ADD] submit input button class ---------------------------------------------- r16533 | luciash | 2009-02-03 20:33:36 -0500 (Tue, 03 Feb 2009) | 2 lines [FIX] font size changes for #siteloginbar and little margin for its elements [ADD] wikiaction input styled as button ---------------------------------------------- r16532 | marclaporte | 2009-02-03 20:24:29 -0500 (Tue, 03 Feb 2009) | 1 line [MOD] Various cosmetic and documentation enhancements on the mouseover plugin. Making rectangular, adding a padding parameter, setting some defaults (offset, background-color to light-grey instead of white for better visibility). ---------------------------------------------- r16531 | luciash | 2009-02-03 20:11:30 -0500 (Tue, 03 Feb 2009) | 1 line [FIX] IE6 doesn't like bracket selectors and ignores the rest in multiple class styling ---------------------------------------------- r16530 | luciash | 2009-02-03 19:42:19 -0500 (Tue, 03 Feb 2009) | 1 line [FIX] little padding to fieldsets ---------------------------------------------- r16529 | luciash | 2009-02-03 19:28:42 -0500 (Tue, 03 Feb 2009) | 1 line [ENH] add little space margin after fieldset ---------------------------------------------- r16528 | luciash | 2009-02-03 19:22:10 -0500 (Tue, 03 Feb 2009) | 3 lines [FIX] renamed function and div for detecting capslock to not interfere with the same used for login module [ENH] added h1 with "Registration" string [ENH] added fieldset and renamed table class ---------------------------------------------- r16527 | marclaporte | 2009-02-03 19:09:09 -0500 (Tue, 03 Feb 2009) | 1 line [FIX] Clearer documentation for tracker form plugin ---------------------------------------------- r16526 | luciash | 2009-02-03 18:48:35 -0500 (Tue, 03 Feb 2009) | 1 line [ENH] better smarty condition + [FIX] XHTML: <p /> cannot contain <div /> ---------------------------------------------- r16525 | luciash | 2009-02-03 18:38:30 -0500 (Tue, 03 Feb 2009) | 1 line [FIX] XHTML: there is no attribute "onKeyUp" ---------------------------------------------- r16524 | luciash | 2009-02-03 18:31:17 -0500 (Tue, 03 Feb 2009) | 1 line [FIX] wrong position of </td> + SVN $Id ---------------------------------------------- r16523 | sylvieg | 2009-02-03 18:27:35 -0500 (Tue, 03 Feb 2009) | 1 line [MOD]plugin: add the plugin name to the edit button - can have a lot of plugin buttons ---------------------------------------------- r16522 | luciash | 2009-02-03 18:24:23 -0500 (Tue, 03 Feb 2009) | 1 line code indentation only ---------------------------------------------- r16521 | luciash | 2009-02-03 17:57:14 -0500 (Tue, 03 Feb 2009) | 1 line [KIL] br killing time ---------------------------------------------- r16520 | luciash | 2009-02-03 17:51:41 -0500 (Tue, 03 Feb 2009) | 1 line [FIX] bit of padding for elements in #siteloginbar ---------------------------------------------- r16519 | luciash | 2009-02-03 17:35:03 -0500 (Tue, 03 Feb 2009) | 1 line [MOD] thenews.css as default style; lets dogfood new theme for 3.0 (blame marc who nudged me :-p) ---------------------------------------------- r16518 | luciash | 2009-02-03 17:20:21 -0500 (Tue, 03 Feb 2009) | 1 line [FIX] make .advanced more readable ---------------------------------------------- r16517 | adren67 | 2009-02-03 17:06:34 -0500 (Tue, 03 Feb 2009) | 6 lines force full path for require_once to comply with strict ISP (namely free.fr) that forbids set_include_path and ini_set among others remove prependIncludePath and appendIncludePath which are not used anymore ---------------------------------------------- r16516 | luciash | 2009-02-03 16:53:10 -0500 (Tue, 03 Feb 2009) | 1 line code indentation only ---------------------------------------------- r16514 | sylvieg | 2009-02-03 16:18:30 -0500 (Tue, 03 Feb 2009) | 1 line [FIX]tracker: some fixes on google map field(can see again the map, can display multiple map,somf fix on map_locator(mroe to come) ---------------------------------------------- r16513 | sylvieg | 2009-02-03 15:22:41 -0500 (Tue, 03 Feb 2009) | 1 line [MOD]tracker: support page selector filter + checkbox filter ---------------------------------------------- r16512 | marclaporte | 2009-02-03 15:12:46 -0500 (Tue, 03 Feb 2009) | 1 line [MOD] Larger input box in plugin alias administration page ---------------------------------------------- r16511 | marclaporte | 2009-02-03 14:23:52 -0500 (Tue, 03 Feb 2009) | 1 line [MOD] Reverting part of commit 16508. Not sure why we have both feature_debug_console & feature_debugger_console ---------------------------------------------- r16510 | sylvieg | 2009-02-03 14:18:29 -0500 (Tue, 03 Feb 2009) | 1 line [FIX]schema: no reason to say not null for an optional value ---------------------------------------------- r16509 | marclaporte | 2009-02-03 12:53:05 -0500 (Tue, 03 Feb 2009) | 1 line [MOD] Larger input box in plugin alias administration page ---------------------------------------------- r16508 | sewilco | 2009-02-03 12:34:50 -0500 (Tue, 03 Feb 2009) | 1 line [NEW] IMAGE plugin for configuration-oriented image handling ---------------------------------------------- r16507 | sept_7 | 2009-02-03 11:44:59 -0500 (Tue, 03 Feb 2009) | 3 lines [FIX] tiki-install.php : remove error Parse error: syntax error, unexpected T_STRING in tiki-install.php ---------------------------------------------- r16506 | sylvieg | 2009-02-03 11:35:43 -0500 (Tue, 03 Feb 2009) | 1 line [FIX]features: layout_section is in look ---------------------------------------------- r16504 | sylvieg | 2009-02-03 10:19:52 -0500 (Tue, 03 Feb 2009) | 1 line [FIX]banner: sql error + typo ---------------------------------------------- r16503 | sept_7 | 2009-02-03 05:59:18 -0500 (Tue, 03 Feb 2009) | 3 lines [ENH] searchresults.tpl : do not display advanced search options in menu mode as requested by Gary ---------------------------------------------- r16500 | sylvieg | 2009-02-02 17:59:16 -0500 (Mon, 02 Feb 2009) | 1 line [FIX]sefurl: tracker image was not going through(seems a file without extension is not considered a regular file(-s) ---------------------------------------------- r16497 | ricks99 | 2009-02-02 16:19:34 -0500 (Mon, 02 Feb 2009) | 1 line [UI]better looking pages to match the rest of tiki, better messages to help new tiki admins ---------------------------------------------- r16495 | pkdille | 2009-02-02 15:17:10 -0500 (Mon, 02 Feb 2009) | 1 line [FIX] newsletters: fix the request in order to be able to change the 'Validate email addresses' setting (bug 2207 - thx knollbert) ---------------------------------------------- r16490 | ricks99 | 2009-02-02 12:02:33 -0500 (Mon, 02 Feb 2009) | 1 line [MOD]moved location of the generate pw option, so not to interfere with tab sequence for pw entry and pw verification ---------------------------------------------- r16489 | sylvieg | 2009-02-02 10:35:09 -0500 (Mon, 02 Feb 2009) | 1 line [FIX]theme: at least to be able to change theme: TODO use the new style ---------------------------------------------- r16487 | chibaguy | 2009-02-02 04:28:44 -0500 (Mon, 02 Feb 2009) | 1 line [ENH] Tab and .tabcontent styling, etc. ---------------------------------------------- r16486 | chibaguy | 2009-02-02 03:51:39 -0500 (Mon, 02 Feb 2009) | 1 line [FIX] Since many td's (on admin pages) were found to have class="button", I figured I shouldn't delete the class but instead changed the class to "input_submit_container" to be more descriptive and differentiate from clickable objects that have class="button". ---------------------------------------------- r16485 | chibaguy | 2009-02-02 01:42:31 -0500 (Mon, 02 Feb 2009) | 1 line [FIX] button class should be used for objects intended to be buttons, not divs containing them. ---------------------------------------------- r16484 | chibaguy | 2009-02-02 01:36:58 -0500 (Mon, 02 Feb 2009) | 1 line [FIX] hr is redundant when adjacent divs have borders. ---------------------------------------------- r16483 | chibaguy | 2009-02-02 01:05:42 -0500 (Mon, 02 Feb 2009) | 1 line [FIX] No reason for div.heading to also be .button; caused cursor to change to pointer on non-clickable area. ---------------------------------------------- r16482 | luciash | 2009-01-31 05:09:00 -0500 (Sat, 31 Jan 2009) | 1 line [FIX] prevent too small body font size under some circumstances in modern browsers like FF3 and Opera ---------------------------------------------- r16480 | lphuberdeau | 2009-01-30 14:08:36 -0500 (Fri, 30 Jan 2009) | 1 line [FIX] Pref definition required to be listed in admin panel ---------------------------------------------- r16477 | sylvieg | 2009-01-30 12:01:51 -0500 (Fri, 30 Jan 2009) | 1 line [FIX]poll: do not show comment if looking at all teh polls ---------------------------------------------- r16476 | sylvieg | 2009-01-30 12:00:10 -0500 (Fri, 30 Jan 2009) | 1 line self_link+ less duplicate code ---------------------------------------------- r16475 | sylvieg | 2009-01-30 11:52:57 -0500 (Fri, 30 Jan 2009) | 1 line [FIX]style: never change background color withouit changing texte color ---------------------------------------------- r16474 | pkdille | 2009-01-30 11:36:15 -0500 (Fri, 30 Jan 2009) | 1 line [DEL] forum: remove unused pref ---------------------------------------------- r16473 | sept_7 | 2009-01-30 10:46:58 -0500 (Fri, 30 Jan 2009) | 9 lines [ENH] Search : o change in the database to allow Full Text Search on Calendar Items o for tiki-searchresult add search on date based on lastModif (All, or 1 month... 11 monthes) o for tiki-searchresult add {add_help} for Advanced Search (aka boolean) o for tiki-searchresult rework of the layout to match searchindex o for tikisearch*.tpl use of buttons ---------------------------------------------- r16472 | sept_7 | 2009-01-30 10:31:54 -0500 (Fri, 30 Jan 2009) | 3 lines [ENH] help_section : change the CSS a little to have the help section take all the place to the bottom of the page. ---------------------------------------------- r16471 | sept_7 | 2009-01-30 10:29:56 -0500 (Fri, 30 Jan 2009) | 6 lines [ENH] smarty button and self_link : add option to select and disable buttons and provide class when button are selected/disabled... Example : {button _auto_args='where,highlight,date' href="?where=pages" _text="{tr}Entire Site{/tr}" _selected_class='highlight' _selected="'$where'=='pages'"} ---------------------------------------------- r16470 | sylvieg | 2009-01-30 08:53:13 -0500 (Fri, 30 Jan 2009) | 1 line slef_link ---------------------------------------------- r16469 | sylvieg | 2009-01-30 07:38:48 -0500 (Fri, 30 Jan 2009) | 1 line [FIX]rss: do not show up the edit plugin icon in rss ---------------------------------------------- r16468 | luciash | 2009-01-30 05:35:48 -0500 (Fri, 30 Jan 2009) | 1 line [ENH] OK as a translantable string ---------------------------------------------- r16467 | jonnybradley | 2009-01-29 17:00:19 -0500 (Thu, 29 Jan 2009) | 1 line [FIX] Removing debug border-color defs ---------------------------------------------- r16466 | jonnybradley | 2009-01-29 16:42:48 -0500 (Thu, 29 Jan 2009) | 1 line [FIX] Oops, wrong version of shadowbox.js included ---------------------------------------------- r16465 | jonnybradley | 2009-01-29 15:19:41 -0500 (Thu, 29 Jan 2009) | 1 line [FIX] Shadowbox property correction ---------------------------------------------- r16464 | sylvieg | 2009-01-29 13:57:34 -0500 (Thu, 29 Jan 2009) | 1 line [FIX]button: when changing the auto_query_args, need also to change params: Ex: url: tiki-view_tracker_item.php?itemId=1, the 'tracker item list' button must know trackerId ---------------------------------------------- r16463 | pkdille | 2009-01-29 10:40:37 -0500 (Thu, 29 Jan 2009) | 1 line [FIX] view forum: remove duplicated breadcrumb and respect line breaks in forum desc. ---------------------------------------------- r16462 | sewilco | 2009-01-28 17:02:33 -0500 (Wed, 28 Jan 2009) | 1 line [FIX] make debug console visible in darkroom theme ---------------------------------------------- r16461 | sewilco | 2009-01-28 16:59:06 -0500 (Wed, 28 Jan 2009) | 1 line [NEW] add config of RSS feed link, config author in RSS ---------------------------------------------- r16458 | sylvieg | 2009-01-28 15:09:31 -0500 (Wed, 28 Jan 2009) | 1 line [FIX]fck: to be able to have {img src=show_image.php?id=1} and {img src="show_image.php?id=1"} as we have {img src=/show_image.php?id=1} or {img src=http://../show_image.php?id=1} ---------------------------------------------- r16457 | sylvieg | 2009-01-28 14:36:09 -0500 (Wed, 28 Jan 2009) | 1 line [MOD]img: showing also the short url ---------------------------------------------- r16456 | jonnybradley | 2009-01-28 13:44:45 -0500 (Wed, 28 Jan 2009) | 1 line [SVN] Ignore a new Eclipse (3.4) project file ---------------------------------------------- r16455 | jonnybradley | 2009-01-28 13:33:33 -0500 (Wed, 28 Jan 2009) | 1 line [FIX] elseif in smarty (another) ---------------------------------------------- r16454 | lphuberdeau | 2009-01-28 13:21:27 -0500 (Wed, 28 Jan 2009) | 1 line [FIX] Oops, that should not have been part of previous commit ---------------------------------------------- r16453 | lphuberdeau | 2009-01-28 13:20:23 -0500 (Wed, 28 Jan 2009) | 1 line [MOD] Allow multiple categories in the filter ---------------------------------------------- r16450 | sylvieg | 2009-01-28 11:19:49 -0500 (Wed, 28 Jan 2009) | 1 line notice: gpc and clean_xss are not defined in remove_gpc: Is it the right fix? ---------------------------------------------- r16449 | sept_7 | 2009-01-28 10:10:16 -0500 (Wed, 28 Jan 2009) | 2 lines [FIX] fix bad usage of filter... ---------------------------------------------- r16448 | sept_7 | 2009-01-28 09:35:04 -0500 (Wed, 28 Jan 2009) | 2 lines [ENH] searchlib (old one in lib/searchlib.php) : add more permissions checks ---------------------------------------------- r16447 | sept_7 | 2009-01-28 09:33:55 -0500 (Wed, 28 Jan 2009) | 5 lines [FIX] fix call to the getOne() function to use $this->getOne() instead of $this->db->getOne() as the later doesn't work with PDO [FIX] fix call to now deleted function make_clean replaced with $inputFilter->filter() ---------------------------------------------- r16446 | pkdille | 2009-01-28 08:36:44 -0500 (Wed, 28 Jan 2009) | 6 lines [MOD] footnote : Add links between footnotes and footnotearea, Remove inline style and give css selectors to footnotearea, Add a minimalistic style in transition stylesheet Add plugin info functions which are the functions for the help in tiki >= 3.0. ---------------------------------------------- r16445 | sylvieg | 2009-01-28 07:51:50 -0500 (Wed, 28 Jan 2009) | 1 line [FIX]elseif in smarty ---------------------------------------------- r16443 | jonnybradley | 2009-01-28 06:55:18 -0500 (Wed, 28 Jan 2009) | 1 line [FIX] else if doesn't work in Smarty, always use elseif (note to self) ---------------------------------------------- r16442 | sylvieg | 2009-01-27 19:05:04 -0500 (Tue, 27 Jan 2009) | 1 line [FIX]perms: compromise? when changing a feature (bet they are all toggle) clear the allperms cache taht is only done for active feature ---------------------------------------------- r16441 | stojanovim | 2009-01-27 17:25:47 -0500 (Tue, 27 Jan 2009) | 1 line - first shot at GoogleTranslateWrapper ---------------------------------------------- r16440 | sylvieg | 2009-01-27 16:43:54 -0500 (Tue, 27 Jan 2009) | 1 line [FIX]typo on sitetiel ---------------------------------------------- r16439 | alain_desilets | 2009-01-27 15:32:39 -0500 (Tue, 27 Jan 2009) | 1 line - Use ; instead of : to separate include path directories in lib/core/test/AllTests.php. ---------------------------------------------- r16438 | sylvieg | 2009-01-27 15:10:12 -0500 (Tue, 27 Jan 2009) | 1 line [FIX]freetag: fix freetaging wiki page ---------------------------------------------- r16436 | sylvieg | 2009-01-27 13:55:10 -0500 (Tue, 27 Jan 2009) | 1 line [FIX] indetation + take away one </div> ---------------------------------------------- r16435 | luciash | 2009-01-27 13:45:20 -0500 (Tue, 27 Jan 2009) | 1 line [FIX] align top border line of footer nicely with bottom border line of main col ---------------------------------------------- r16434 | sylvieg | 2009-01-27 13:31:07 -0500 (Tue, 27 Jan 2009) | 1 line [MOD]freetag: feature to display or not freetags in the middle column (as they can be displayed in a module ---------------------------------------------- r16433 | luciash | 2009-01-27 13:21:22 -0500 (Tue, 27 Jan 2009) | 1 line [ENH] made Cache: translantable string ---------------------------------------------- r16431 | sept_7 | 2009-01-27 12:36:28 -0500 (Tue, 27 Jan 2009) | 3 lines [FIX] searchlib : fix call to the concat function to allow both PDO and AdoDB to work properly ---------------------------------------------- r16430 | sept_7 | 2009-01-27 11:53:35 -0500 (Tue, 27 Jan 2009) | 5 lines [ENH] Search : for the old search : add search in Calendar Items, rework the results page to print the object type. for the new search add a way to reindex all the content based on activated features (not perfect but first try). ---------------------------------------------- r16429 | sylvieg | 2009-01-27 11:30:36 -0500 (Tue, 27 Jan 2009) | 1 line [FIX]pod: can display the thumbnail of pod file ---------------------------------------------- r16428 | sylvieg | 2009-01-27 11:06:25 -0500 (Tue, 27 Jan 2009) | 1 line [FIX]podcast: podcast files have the extension in the path ---------------------------------------------- r16426 | sept_7 | 2009-01-27 05:50:20 -0500 (Tue, 27 Jan 2009) | 4 lines [ENH] editpage : allow section edition of the text before the first section. Marc, is that what you wanted in : http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1800 ---------------------------------------------- r16425 | sept_7 | 2009-01-27 05:05:35 -0500 (Tue, 27 Jan 2009) | 4 lines [ENH] editpage : when editing a page in section mode, go to the section after save... Marc is that what you wanted in http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1800 ---------------------------------------------- r16423 | jonnybradley | 2009-01-26 19:28:30 -0500 (Mon, 26 Jan 2009) | 3 lines [ENH] Added pref: remembermethod as first attempt to mend the rememberme function If absent or empty behaves as before (cookie hash value dependent on IP address) If remembermethod=simple (new) uses random number as cookie hash value ---------------------------------------------- r16422 | sewilco | 2009-01-26 17:41:41 -0500 (Mon, 26 Jan 2009) | 1 line [FIX] spelling ---------------------------------------------- r16421 | lphuberdeau | 2009-01-26 17:23:34 -0500 (Mon, 26 Jan 2009) | 1 line [INDENT] No changes ---------------------------------------------- r16419 | lphuberdeau | 2009-01-26 17:19:54 -0500 (Mon, 26 Jan 2009) | 1 line [MOD] Adding basic support to fetch plugin info and repair broken tests by path changes in files ---------------------------------------------- r16417 | marclaporte | 2009-01-26 16:46:53 -0500 (Mon, 26 Jan 2009) | 1 line [MOD] Turning off a few experimental features on a default install. Please revert if you feel these features should be on. ---------------------------------------------- r16416 | patrickallard | 2009-01-26 15:47:36 -0500 (Mon, 26 Jan 2009) | 1 line [ENH] Re-indenting and improving search results to make many things optional, as adjustable in tiki-admin.php?page=search ---------------------------------------------- r16414 | sylvieg | 2009-01-26 15:04:04 -0500 (Mon, 26 Jan 2009) | 1 line [FIX] no wysiwyg if no javascript ---------------------------------------------- r16413 | lphuberdeau | 2009-01-26 14:19:56 -0500 (Mon, 26 Jan 2009) | 1 line [FIX] Group watch & watch remove ---------------------------------------------- r16412 | sylvieg | 2009-01-26 14:19:05 -0500 (Mon, 26 Jan 2009) | 1 line [FIX]history: fix source for html page ---------------------------------------------- r16411 | sylvieg | 2009-01-26 13:30:46 -0500 (Mon, 26 Jan 2009) | 1 line [FIX]wysiwyg: it makes no sense to check semi parsed and parsed - only one ---------------------------------------------- r16410 | jonnybradley | 2009-01-26 12:48:38 -0500 (Mon, 26 Jan 2009) | 1 line [FIX] Suppress alert("Handler could not be removed") when addEvent fails ---------------------------------------------- r16409 | lphuberdeau | 2009-01-26 12:17:49 -0500 (Mon, 26 Jan 2009) | 1 line [FIX] Rewrite rules to lookup for existing files before applying rules ---------------------------------------------- r16408 | marclaporte | 2009-01-26 11:58:37 -0500 (Mon, 26 Jan 2009) | 1 line [FIX] was breaking iepngfix.htc ---------------------------------------------- r16407 | lphuberdeau | 2009-01-26 11:36:00 -0500 (Mon, 26 Jan 2009) | 1 line [FIX] Applying post filter to avoid the initial flag to also catch Eacute when searching for A ---------------------------------------------- r16406 | sept_7 | 2009-01-26 11:03:27 -0500 (Mon, 26 Jan 2009) | 2 lines [FIX] edit_section : put the icon in the right place... well I think ---------------------------------------------- r16405 | luciash | 2009-01-26 10:54:43 -0500 (Mon, 26 Jan 2009) | 2 lines [FIX] when not giving search results yet, display "Search" as the page title ---------------------------------------------- r16404 | luciash | 2009-01-26 10:44:44 -0500 (Mon, 26 Jan 2009) | 2 lines [FIX] when not giving search results yet, display "Search" as the page title ---------------------------------------------- r16403 | Jyhem | 2009-01-26 10:40:44 -0500 (Mon, 26 Jan 2009) | 1 line [ENH] Go directly to the correct tab ---------------------------------------------- r16402 | sept_7 | 2009-01-26 10:16:29 -0500 (Mon, 26 Jan 2009) | 3 lines [FIX] edit_section : we need to ignore !* in non-parsed (~np~) or pre (~pp~) section, else we go the section number wrong... ---------------------------------------------- r16401 | sylvieg | 2009-01-26 09:11:29 -0500 (Mon, 26 Jan 2009) | 1 line [FIX]intertiki: the warn ing was not exact. The master groups are only added not sync on the slave ---------------------------------------------- r16400 | sylvieg | 2009-01-26 08:10:10 -0500 (Mon, 26 Jan 2009) | 1 line remarksbox ---------------------------------------------- r16399 | sept_7 | 2009-01-26 04:51:17 -0500 (Mon, 26 Jan 2009) | 3 lines [ENH] tiki-editpage : it is now possible to set the level of section you want to edit. ---------------------------------------------- r16398 | sylvieg | 2009-01-25 18:36:27 -0500 (Sun, 25 Jan 2009) | 1 line [MOD]tracker: duplicate save buttom at the top only for tracker with more than 5 fields ---------------------------------------------- r16397 | sylvieg | 2009-01-25 18:17:23 -0500 (Sun, 25 Jan 2009) | 1 line [MOD]tracker: do not duplicate the save button (in an insert new, you have to go down ) + show mandatory comment at the top + simplify tab label ---------------------------------------------- r16396 | sylvieg | 2009-01-25 18:04:29 -0500 (Sun, 25 Jan 2009) | 1 line [MOD]description: homogenize description - same class+escape ---------------------------------------------- r16395 | sylvieg | 2009-01-25 18:00:04 -0500 (Sun, 25 Jan 2009) | 1 line [MOD]description: homogenize description - same class+escape ---------------------------------------------- r16394 | Jyhem | 2009-01-25 17:52:22 -0500 (Sun, 25 Jan 2009) | 1 line [MOD] Better php syntax ---------------------------------------------- r16393 | Jyhem | 2009-01-25 17:29:25 -0500 (Sun, 25 Jan 2009) | 1 line [FIX] The previous syntax caused Reply-To issues with valid return emails such as 'TW Notification <do-not-reply@example.com>' ---------------------------------------------- r16392 | sylvieg | 2009-01-23 18:19:39 -0500 (Fri, 23 Jan 2009) | 1 line [FIX] allow more file extension not to be rewrite -> need to find another solution ---------------------------------------------- r16391 | sylvieg | 2009-01-23 14:29:07 -0500 (Fri, 23 Jan 2009) | 1 line [MOD]admin: also have a feedback for prefs other than checkbox ---------------------------------------------- r16390 | Jyhem | 2009-01-23 13:23:01 -0500 (Fri, 23 Jan 2009) | 1 line [ENH] Better display ---------------------------------------------- r16389 | sylvieg | 2009-01-23 13:14:17 -0500 (Fri, 23 Jan 2009) | 1 line [FIX]categ: more fix from 15261: list categs must only show the p_view_categories. Some categories like stagging categories must be only be viewed by an admin as they need to be synchronised with other actions like rename... But the page can be still edit/view by user ---------------------------------------------- r16386 | sylvieg | 2009-01-23 11:08:42 -0500 (Fri, 23 Jan 2009) | 1 line [FIX]notif: fix filtering on admin notif + fix count + more filetring ---------------------------------------------- r16385 | sylvieg | 2009-01-23 10:30:37 -0500 (Fri, 23 Jan 2009) | 1 line [FIX]login: to avoid any redirection to please login when error at login ---------------------------------------------- r16384 | sylvieg | 2009-01-23 10:23:35 -0500 (Fri, 23 Jan 2009) | 1 line [FIX] for mysql4 ---------------------------------------------- r16382 | sept_7 | 2009-01-23 08:56:16 -0500 (Fri, 23 Jan 2009) | 2 lines [ENH] use correct paths for included files... ---------------------------------------------- r16381 | sept_7 | 2009-01-23 08:55:15 -0500 (Fri, 23 Jan 2009) | 2 lines [ENH] use correct paths for the included files... ---------------------------------------------- r16380 | sept_7 | 2009-01-23 08:52:34 -0500 (Fri, 23 Jan 2009) | 4 lines [FIX] fix profiles with Firefox Note : XMLHttpRequest.send() needs a string even if you don't send any data in the body so use '' and NOT null... ---------------------------------------------- r16377 | sylvieg | 2009-01-22 17:19:45 -0500 (Thu, 22 Jan 2009) | 1 line [FIX]tracker: no multilingual on computed ---------------------------------------------- r16376 | sylvieg | 2009-01-22 16:55:47 -0500 (Thu, 22 Jan 2009) | 1 line pb in commit ---------------------------------------------- r16375 | sylvieg | 2009-01-22 12:00:50 -0500 (Thu, 22 Jan 2009) | 1 line [FIX]perm: If perm on categ for a wiki page, give only the view_source, view_comment, view_att perm if have already the global perm ---------------------------------------------- r16374 | sylvieg | 2009-01-22 09:30:10 -0500 (Thu, 22 Jan 2009) | 1 line rename ---------------------------------------------- r16373 | sylvieg | 2009-01-22 09:05:27 -0500 (Thu, 22 Jan 2009) | 1 line [MOD]mp3/flv player: add support for flv file + rename the plugin ---------------------------------------------- r16372 | sylvieg | 2009-01-22 09:02:16 -0500 (Thu, 22 Jan 2009) | 1 line [MOD]plugin: allow plugin names with numeric and _ ---------------------------------------------- r16371 | sylvieg | 2009-01-22 08:55:33 -0500 (Thu, 22 Jan 2009) | 1 line [FIX]notif: filter must contain ticket info - is it a way to put them in a generic place? ---------------------------------------------- r16370 | Jyhem | 2009-01-22 05:10:50 -0500 (Thu, 22 Jan 2009) | 1 line [ENH] Better explanation ---------------------------------------------- r16369 | Jyhem | 2009-01-22 05:02:23 -0500 (Thu, 22 Jan 2009) | 1 line [ENH] Nicer display ---------------------------------------------- r16368 | lphuberdeau | 2009-01-21 18:30:59 -0500 (Wed, 21 Jan 2009) | 1 line [MOD] All matcher tests now pass ---------------------------------------------- r16367 | sylvieg | 2009-01-21 17:29:48 -0500 (Wed, 21 Jan 2009) | 1 line [MOD]AUDIOPLUGIN: a simple plugin to insert mp3 player - see http://flash-mp3-player.net - for now the .swf are get from this site ---------------------------------------------- r16366 | lphuberdeau | 2009-01-21 17:06:45 -0500 (Wed, 21 Jan 2009) | 1 line [MOD] Add skipping of no parse zones ---------------------------------------------- r16365 | lphuberdeau | 2009-01-21 16:50:28 -0500 (Wed, 21 Jan 2009) | 2 lines [MOD] Started matcher implementation ---------------------------------------------- r16364 | lphuberdeau | 2009-01-21 11:34:39 -0500 (Wed, 21 Jan 2009) | 1 line [MOD] More tests ---------------------------------------------- r16362 | jonnybradley | 2009-01-21 09:51:23 -0500 (Wed, 21 Jan 2009) | 1 line [NEW] Option for Darkroom theme with smaller type ---------------------------------------------- r16361 | jonnybradley | 2009-01-21 09:48:50 -0500 (Wed, 21 Jan 2009) | 6 lines [NEW] AJAX version of the ShoutBox - v1.0 Initially developed as an add-on to 2.0 with mpvolt (but it's no longer compatible with 3.0) Retains compatibility with non-AJAX mode and should replace the old ShoutBox before release and when everyone's happy with it! Committed as a new module because Nyloth had some comments on better ways for modules to "do" AJAX, but i don't think this is doing what he suggested (help?) ---------------------------------------------- r16360 | sylvieg | 2009-01-21 09:40:11 -0500 (Wed, 21 Jan 2009) | 1 line [FIX]group: need to check if group name not already taken ---------------------------------------------- r16359 | jonnybradley | 2009-01-21 09:28:01 -0500 (Wed, 21 Jan 2009) | 2 lines [ENH] Add use of flashvars to embed_flash() (defaults to empty) Also use "id" param if passed for object ---------------------------------------------- r16358 | jonnybradley | 2009-01-21 09:24:46 -0500 (Wed, 21 Jan 2009) | 1 line [FIX] Couldn't modify a group if it existed ---------------------------------------------- r16357 | sylvieg | 2009-01-21 08:38:13 -0500 (Wed, 21 Jan 2009) | 1 line [FIX]trackeritemfiled: do not erase trackerId id given as a param ---------------------------------------------- r16355 | sylvieg | 2009-01-21 08:20:44 -0500 (Wed, 21 Jan 2009) | 1 line [MOD]sefurl: use rule in database in the smarty modifier or the smarty output filter ---------------------------------------------- r16354 | sylvieg | 2009-01-21 08:04:17 -0500 (Wed, 21 Jan 2009) | 1 line must be finished with _tiki ---------------------------------------------- r16353 | sylvieg | 2009-01-21 07:46:52 -0500 (Wed, 21 Jan 2009) | 1 line [MOD] some smarty sefurl ---------------------------------------------- r16351 | chibaguy | 2009-01-21 02:58:33 -0500 (Wed, 21 Jan 2009) | 1 line [SVN] Moved wikiplugin tpl to its directory; please rollback if necessary. ---------------------------------------------- r16350 | chibaguy | 2009-01-21 02:29:09 -0500 (Wed, 21 Jan 2009) | 1 line [FIX] Prevent div overflow in IE. ---------------------------------------------- r16349 | chibaguy | 2009-01-21 02:27:06 -0500 (Wed, 21 Jan 2009) | 1 line [ENH] Minor edits. ---------------------------------------------- r16348 | chibaguy | 2009-01-21 02:20:54 -0500 (Wed, 21 Jan 2009) | 1 line [FIX] Improvements from experimental/ui-revamp (not including CSS menus or page controls, etc.) ---------------------------------------------- r16347 | chibaguy | 2009-01-21 01:43:27 -0500 (Wed, 21 Jan 2009) | 1 line [FIX] Improvements from experimental/ui-revamp (not including CSS menus or page controls, etc.) ---------------------------------------------- r16346 | chibaguy | 2009-01-21 01:34:48 -0500 (Wed, 21 Jan 2009) | 1 line [FIX] Improvements from experimental/ui-revamp (not including CSS menus or page controls, etc.) ---------------------------------------------- r16345 | lphuberdeau | 2009-01-20 22:00:14 -0500 (Tue, 20 Jan 2009) | 1 line [NEW] Started writing tests for plugin parsers... which apparently executes plugins backwards ---------------------------------------------- r16344 | sylvieg | 2009-01-20 18:38:41 -0500 (Tue, 20 Jan 2009) | 1 line [FIX]style: some tuning for button with icon ---------------------------------------------- r16343 | sylvieg | 2009-01-20 18:26:00 -0500 (Tue, 20 Jan 2009) | 1 line [FIX]rollback: partial rollback 16209: _menu_text is showing the title of the icon as text - so use this option to have no side effect ---------------------------------------------- r16342 | sylvieg | 2009-01-20 17:33:35 -0500 (Tue, 20 Jan 2009) | 1 line [FIX]plugin: missing iframe ---------------------------------------------- r16341 | lphuberdeau | 2009-01-20 16:40:24 -0500 (Tue, 20 Jan 2009) | 1 line [MOD] Add page selector to profile options ---------------------------------------------- r16340 | lphuberdeau | 2009-01-20 16:10:58 -0500 (Tue, 20 Jan 2009) | 1 line [MOD] Add link to the plugin alias manager ---------------------------------------------- r16339 | lphuberdeau | 2009-01-20 14:47:34 -0500 (Tue, 20 Jan 2009) | 1 line [NEW] Adding wikiplugin enable controls in normal admin panel ---------------------------------------------- r16338 | sylvieg | 2009-01-20 14:44:46 -0500 (Tue, 20 Jan 2009) | 1 line [FIX]help: no need button as handled by tiki-edit_help ---------------------------------------------- r16337 | marclaporte | 2009-01-20 14:37:59 -0500 (Tue, 20 Jan 2009) | 1 line [MOD] Change from post to get in URL for page history so people can bookmark or send that exact view to someone. Ex.: Hey, I just updated this page ---------------------------------------------- r16334 | sylvieg | 2009-01-20 14:14:39 -0500 (Tue, 20 Jan 2009) | 1 line [MOD] button browse gallery ---------------------------------------------- r16333 | robferguson | 2009-01-20 11:56:28 -0500 (Tue, 20 Jan 2009) | 1 line [NEW] new wikiplugin for footnotes ---------------------------------------------- r16332 | robferguson | 2009-01-20 11:56:06 -0500 (Tue, 20 Jan 2009) | 1 line [NEW] new wikiplugin for footnotes ---------------------------------------------- r16329 | sylvieg | 2009-01-20 09:42:01 -0500 (Tue, 20 Jan 2009) | 1 line [MOD]wikistructure: use plugin toc in the smarty function ---------------------------------------------- r16325 | sylvieg | 2009-01-20 08:51:03 -0500 (Tue, 20 Jan 2009) | 1 line [FIX] tiki_p_search_categorized ---------------------------------------------- r16323 | lphuberdeau | 2009-01-19 16:38:42 -0500 (Mon, 19 Jan 2009) | 1 line [MOD] Allow user input to specify filters ---------------------------------------------- r16322 | sylvieg | 2009-01-19 16:21:47 -0500 (Mon, 19 Jan 2009) | 1 line [FIX]tracker: cleaning perm check on item + not sure categ was properly checked on closed and pending items ---------------------------------------------- r16321 | lphuberdeau | 2009-01-19 16:20:04 -0500 (Mon, 19 Jan 2009) | 1 line [NEW] Support for data channels through profiles ---------------------------------------------- r16320 | lphuberdeau | 2009-01-19 16:19:05 -0500 (Mon, 19 Jan 2009) | 1 line [MOD] Allow to ignore cache when fetching page info ---------------------------------------------- r16319 | lphuberdeau | 2009-01-19 14:18:53 -0500 (Mon, 19 Jan 2009) | 1 line [MOD] Use of eval really not required ---------------------------------------------- r16318 | lphuberdeau | 2009-01-19 13:47:10 -0500 (Mon, 19 Jan 2009) | 1 line [MOD] Indent and re-order controls ---------------------------------------------- r16317 | lphuberdeau | 2009-01-19 13:27:06 -0500 (Mon, 19 Jan 2009) | 1 line [MOD] Allow to load profiles from local DB ---------------------------------------------- r16316 | lphuberdeau | 2009-01-19 13:07:00 -0500 (Mon, 19 Jan 2009) | 1 line [MOD] More refactoring ---------------------------------------------- r16315 | lphuberdeau | 2009-01-19 12:25:05 -0500 (Mon, 19 Jan 2009) | 1 line [MOD] Add override mode for wiki pages that exist and refactoring or init code ---------------------------------------------- r16314 | lphuberdeau | 2009-01-19 11:32:59 -0500 (Mon, 19 Jan 2009) | 1 line [MOD] Show watch checkbox in edit screen ---------------------------------------------- r16313 | lphuberdeau | 2009-01-19 11:31:56 -0500 (Mon, 19 Jan 2009) | 1 line [FIX] Multiple inconsistencies in encoding (should have been commited a few days ago) ---------------------------------------------- r16312 | sylvieg | 2009-01-19 10:33:32 -0500 (Mon, 19 Jan 2009) | 1 line [MOD]TRACKERLIST: can give a list of itemId ---------------------------------------------- r16311 | sylvieg | 2009-01-19 10:31:53 -0500 (Mon, 19 Jan 2009) | 1 line [FIX]darkroom: some more black text on white background ---------------------------------------------- r16310 | sylvieg | 2009-01-19 09:14:23 -0500 (Mon, 19 Jan 2009) | 1 line [FIX]fgal: lost commit on 08/06/07 was not correctly restored - hope no side effect ---------------------------------------------- r16308 | chibaguy | 2009-01-19 04:03:58 -0500 (Mon, 19 Jan 2009) | 1 line [FIX] "if $prefs.feature_bidi eq y, then dir=rtl" applied to page columns and top and bottom areas separately to avoid bad display in IE. ---------------------------------------------- r16307 | billsos | 2009-01-18 13:19:39 -0500 (Sun, 18 Jan 2009) | 1 line version 1.2 - corrected setting of default wiki classes. ---------------------------------------------- r16306 | billsos | 2009-01-18 12:24:06 -0500 (Sun, 18 Jan 2009) | 1 line version 1.1 - correction to parsing of html attributes in $data, added handling for html attributes for <caption> and <col> elements. ---------------------------------------------- r16305 | sewilco | 2009-01-16 12:07:37 -0500 (Fri, 16 Jan 2009) | 1 line [ENH] add feature_sefurl_filter for Smarty SEFURL filtering (web cache recommended). ---------------------------------------------- r16304 | sylvieg | 2009-01-16 11:03:24 -0500 (Fri, 16 Jan 2009) | 1 line [FIX]sefurl: allow also page name with . ---------------------------------------------- r16303 | sylvieg | 2009-01-16 10:14:44 -0500 (Fri, 16 Jan 2009) | 1 line [FIX]tracker: computed field must be sorted as number ---------------------------------------------- r16302 | sylvieg | 2009-01-16 10:12:02 -0500 (Fri, 16 Jan 2009) | 1 line [FIX]tracker: display 0 for a nul numeric ---------------------------------------------- r16301 | sylvieg | 2009-01-16 10:00:29 -0500 (Fri, 16 Jan 2009) | 1 line [FIX]tracker: default field type to text instead of action -> fix the incoherent text help ---------------------------------------------- r16300 | sylvieg | 2009-01-16 09:39:23 -0500 (Fri, 16 Jan 2009) | 1 line [FIX]switch-lang: to have all the languages on a fresh install ---------------------------------------------- r16299 | sylvieg | 2009-01-16 09:24:31 -0500 (Fri, 16 Jan 2009) | 1 line [FIX]prefs: notice + to have site_language for instance correctly set on fresh instal ---------------------------------------------- r16298 | sylvieg | 2009-01-16 08:33:17 -0500 (Fri, 16 Jan 2009) | 1 line wysiwyg ---------------------------------------------- r16297 | sylvieg | 2009-01-16 08:09:24 -0500 (Fri, 16 Jan 2009) | 1 line [FIX]darkroom: find box tuning ---------------------------------------------- r16295 | sylvieg | 2009-01-15 16:10:21 -0500 (Thu, 15 Jan 2009) | 1 line [FIX]TRACKERLIST: display parsed description if needed + test local perm not global ---------------------------------------------- r16287 | jonnybradley | 2009-01-15 10:35:05 -0500 (Thu, 15 Jan 2009) | 1 line [TEST] checking commit from Eclipse (also had to changed the password) ---------------------------------------------- r16286 | jonnybradley | 2009-01-15 10:22:44 -0500 (Thu, 15 Jan 2009) | 1 line [TEST] 2nd commit from shell? ---------------------------------------------- r16285 | jonnybradley | 2009-01-15 10:21:26 -0500 (Thu, 15 Jan 2009) | 1 line [TEST] commit from shell ---------------------------------------------- r16284 | sylvieg | 2009-01-15 08:45:10 -0500 (Thu, 15 Jan 2009) | 1 line graph2 has been replaced in tiki-stat wiht the graphengine ---------------------------------------------- r16283 | billsos | 2009-01-15 06:35:08 -0500 (Thu, 15 Jan 2009) | 1 line A plugin to display a <table> using MediaWiki syntax ---------------------------------------------- r16281 | sylvieg | 2009-01-14 13:26:39 -0500 (Wed, 14 Jan 2009) | 1 line [FIX]style: some tuning in calendar+if redefine background, redefine also the text color ---------------------------------------------- r16277 | sylvieg | 2009-01-14 11:20:54 -0500 (Wed, 14 Jan 2009) | 1 line [MOD]tra: add also a custom.php for each tikidomain in a multidomain context ---------------------------------------------- r16271 | sylvieg | 2009-01-13 13:29:39 -0500 (Tue, 13 Jan 2009) | 1 line [MOD]module: use button ---------------------------------------------- r16270 | jonnybradley | 2009-01-13 13:17:19 -0500 (Tue, 13 Jan 2009) | 1 line [ENH] Moved saved_msg "flag" from $_REQUEST to $_SESSION to avoid people linking to &saved_msg=y version of the page ---------------------------------------------- r16267 | jonnybradley | 2009-01-13 12:10:13 -0500 (Tue, 13 Jan 2009) | 1 line [ENH] Removed hard coded line breaks before p.editdate contents (wiki_authors_style) and increased padding-top in most themes and transistion CSS ---------------------------------------------- r16266 | jonnybradley | 2009-01-13 11:54:36 -0500 (Tue, 13 Jan 2009) | 1 line [ENH] Removed hard coded line break and added span.categpath (defined as display:block) in transition 2 to 3 css ---------------------------------------------- r16264 | xavidp | 2009-01-13 09:25:32 -0500 (Tue, 13 Jan 2009) | 1 line [ENH]Force chmod to 644 the published .tgz, since it seems needed on some servers ---------------------------------------------- r16262 | jonnybradley | 2009-01-13 07:52:11 -0500 (Tue, 13 Jan 2009) | 1 line [ENH] Better defaults for wiki_3d ---------------------------------------------- r16261 | jonnybradley | 2009-01-13 07:51:32 -0500 (Tue, 13 Jan 2009) | 1 line [FIX] contact_anon's admin is on the general admin page now ---------------------------------------------- r16259 | chibaguy | 2009-01-13 05:15:16 -0500 (Tue, 13 Jan 2009) | 1 line [ENH] Make normal-width side columns version the default, and narrow-left, wider-right the theme option (based on advice from luciash). ---------------------------------------------- r16257 | sewilco | 2009-01-12 19:15:17 -0500 (Mon, 12 Jan 2009) | 1 line [ENH] add feature_sefurl_filter for Smarty SEFURL filtering (web cache recommended). ---------------------------------------------- r16252 | lphuberdeau | 2009-01-12 15:56:46 -0500 (Mon, 12 Jan 2009) | 1 line [NEW] Interface to add group watches ---------------------------------------------- r16251 | sylvieg | 2009-01-12 15:31:37 -0500 (Mon, 12 Jan 2009) | 1 line [MOD]categ: from sumo rev 11657: make querying of category perms only happen once for each access, instead of each perm : around 80 queries less on a categorized page - thx nelson ---------------------------------------------- r16250 | sylvieg | 2009-01-12 13:55:11 -0500 (Mon, 12 Jan 2009) | 1 line oops param is twice ---------------------------------------------- r16249 | sylvieg | 2009-01-12 13:51:00 -0500 (Mon, 12 Jan 2009) | 1 line [FIX]mouseover: reintroduce the param label to support older version with text that was the mouseover content + delete the overlib stuff as pure javascript works (thx lph) ---------------------------------------------- r16248 | lphuberdeau | 2009-01-12 13:40:34 -0500 (Mon, 12 Jan 2009) | 1 line [INDENT] No changes ---------------------------------------------- r16247 | lphuberdeau | 2009-01-12 11:57:20 -0500 (Mon, 12 Jan 2009) | 1 line [MOD] Getting closer to group watch UI ---------------------------------------------- r16246 | lphuberdeau | 2009-01-12 11:33:17 -0500 (Mon, 12 Jan 2009) | 1 line [FIX] Add sticky parameter ---------------------------------------------- r16245 | lphuberdeau | 2009-01-12 11:20:47 -0500 (Mon, 12 Jan 2009) | 1 line [FIX] All broken... ---------------------------------------------- r16244 | jonnybradley | 2009-01-12 11:10:26 -0500 (Mon, 12 Jan 2009) | 1 line [FIX] Attaching wiki-admin checkbox to edit plugin pref (and WYSIWYG mode switch) ---------------------------------------------- r16243 | sylvieg | 2009-01-12 11:02:58 -0500 (Mon, 12 Jan 2009) | 1 line [FIX]mouseover: reintroduce the overlib params: if none are set, do not use the overlib lib+ for previous compatibility introduce param label that use data as the text (the param text is still using the data as label) + use a param for background color ---------------------------------------------- r16242 | lphuberdeau | 2009-01-12 10:40:53 -0500 (Mon, 12 Jan 2009) | 1 line [MOD] Add options to use wiki pages as links in the tracker timeline ---------------------------------------------- r16241 | lphuberdeau | 2009-01-12 10:02:45 -0500 (Mon, 12 Jan 2009) | 1 line [MOD] Re-adding offset and parse parameters ---------------------------------------------- r16240 | sylvieg | 2009-01-11 14:47:43 -0500 (Sun, 11 Jan 2009) | 1 line [FIX]trackeritemfield: more genric approach to value interpretation ---------------------------------------------- r16239 | lphuberdeau | 2009-01-10 18:17:02 -0500 (Sat, 10 Jan 2009) | 1 line [FIX] Plugin edit data block to avoid additional backslashes being added and general breakage, remove duplicate feature to disable plugin edit icons ---------------------------------------------- r16238 | lphuberdeau | 2009-01-10 17:36:08 -0500 (Sat, 10 Jan 2009) | 1 line [MOD] Rewrite of the mouseover plugin to work in more contexts ---------------------------------------------- r16237 | lphuberdeau | 2009-01-10 15:51:26 -0500 (Sat, 10 Jan 2009) | 1 line [MOD] Get image fields to render as images ---------------------------------------------- r16236 | marclaporte | 2009-01-10 15:43:53 -0500 (Sat, 10 Jan 2009) | 1 line [DB] syncdb ---------------------------------------------- r16235 | jonnybradley | 2009-01-10 14:07:38 -0500 (Sat, 10 Jan 2009) | 1 line [EHN] Pref value for "editplugin" icons (also fix for wysiwyg editor switch and CSS class for more options) ---------------------------------------------- r16234 | jonnybradley | 2009-01-10 14:05:13 -0500 (Sat, 10 Jan 2009) | 1 line [ENH] Now uses the "special" global $maxRecords for default value ---------------------------------------------- r16232 | lphuberdeau | 2009-01-10 13:54:35 -0500 (Sat, 10 Jan 2009) | 1 line [FIX] Remove debug information ---------------------------------------------- r16229 | jonnybradley | 2009-01-10 12:13:55 -0500 (Sat, 10 Jan 2009) | 1 line [SVN] add another svn:ignore ---------------------------------------------- r16228 | jonnybradley | 2009-01-10 12:08:48 -0500 (Sat, 10 Jan 2009) | 1 line [FIX] Just needed wikilib - woo! ---------------------------------------------- r16227 | jonnybradley | 2009-01-10 12:07:15 -0500 (Sat, 10 Jan 2009) | 1 line [ENH] Put the search menu in a span so can be hidden by CSS ---------------------------------------------- r16226 | jonnybradley | 2009-01-10 12:04:58 -0500 (Sat, 10 Jan 2009) | 1 line [FIX] No sign of hide_unhide.png so switched to use omodule.png (although i'm not sure why we need two show/hide buttons?) ---------------------------------------------- r16224 | sylvieg | 2009-01-09 17:52:13 -0500 (Fri, 09 Jan 2009) | 1 line [FIX]group: display error if rename a group with an existing group name (instead of sql error) ---------------------------------------------- r16223 | sylvieg | 2009-01-09 14:20:16 -0500 (Fri, 09 Jan 2009) | 1 line smarty syntax ---------------------------------------------- r16221 | sylvieg | 2009-01-09 13:08:43 -0500 (Fri, 09 Jan 2009) | 1 line [MOD]tracker: userlink on comment's author ---------------------------------------------- r16220 | sylvieg | 2009-01-09 12:47:47 -0500 (Fri, 09 Jan 2009) | 1 line [FIX]perm: check perm for tiki-user_info/tiki_my_tiki list ---------------------------------------------- r16219 | sylvieg | 2009-01-09 12:27:16 -0500 (Fri, 09 Jan 2009) | 1 line oops diaplay also the item name ---------------------------------------------- r16218 | sylvieg | 2009-01-08 16:29:37 -0500 (Thu, 08 Jan 2009) | 1 line [FIX]user_info: do not redirect to the login box ---------------------------------------------- r16217 | sylvieg | 2009-01-08 16:18:02 -0500 (Thu, 08 Jan 2009) | 1 line [FIX]mytiki: add my articles ---------------------------------------------- r16215 | sylvieg | 2009-01-08 15:52:55 -0500 (Thu, 08 Jan 2009) | 1 line [FIX]user: when displaying tracker info in user info, look for the exactvalue of the username not a value like (dev.tw1902) ---------------------------------------------- r16213 | sylvieg | 2009-01-08 14:18:23 -0500 (Thu, 08 Jan 2009) | 1 line [MOD]user_information: displays also the user items and the forum topics ---------------------------------------------- r16211 | sylvieg | 2009-01-08 11:52:40 -0500 (Thu, 08 Jan 2009) | 1 line [MOD]mytiki: more explicit message as it is the user items and not the items created by a user + some optimization ---------------------------------------------- r16209 | sylvieg | 2009-01-08 10:54:32 -0500 (Thu, 08 Jan 2009) | 1 line [MOD]mytiki: {button} + able to display the icon and the text inna button + icon name with - ---------------------------------------------- r16208 | sylvieg | 2009-01-08 08:57:23 -0500 (Thu, 08 Jan 2009) | 1 line [FIX]img: display the thumbnail is given (the thumbnail must have the right dimension ---------------------------------------------- r16207 | ricks99 | 2009-01-07 15:58:25 -0500 (Wed, 07 Jan 2009) | 1 line [FIX]to admin the comments, need to check for tiki-p-admin-comments permission -- not tiki-p-admin ---------------------------------------------- r16199 | lphuberdeau | 2009-01-07 11:14:17 -0500 (Wed, 07 Jan 2009) | 1 line [MOD] Removing silent error avoidance and using less verbose filter declarations (example) ---------------------------------------------- r16198 | sylvieg | 2009-01-07 10:21:55 -0500 (Wed, 07 Jan 2009) | 1 line notice: wondering why DecFilter needs so many level of array? ---------------------------------------------- r16194 | sylvieg | 2009-01-06 19:08:04 -0500 (Tue, 06 Jan 2009) | 1 line [FIX]user: display only the page that have been created or updated in user information ---------------------------------------------- r16193 | lphuberdeau | 2009-01-06 16:34:57 -0500 (Tue, 06 Jan 2009) | 1 line [MOD] Add WYSIWYCA to mind map (and fix it too) ---------------------------------------------- r16192 | lphuberdeau | 2009-01-06 16:10:47 -0500 (Tue, 06 Jan 2009) | 1 line [FIX] Picking up a few loose ends ---------------------------------------------- r16191 | lphuberdeau | 2009-01-06 15:46:10 -0500 (Tue, 06 Jan 2009) | 1 line [MOD] Adding more preferences to control search results output ---------------------------------------------- r16190 | sylvieg | 2009-01-06 15:30:23 -0500 (Tue, 06 Jan 2009) | 1 line [FIX]FLASH: do not json_encode just a " to be able to have flash url with / ---------------------------------------------- r16189 | lphuberdeau | 2009-01-06 14:33:32 -0500 (Tue, 06 Jan 2009) | 1 line [MOD] Include group watches in the admin list ---------------------------------------------- r16188 | lphuberdeau | 2009-01-06 13:00:44 -0500 (Tue, 06 Jan 2009) | 1 line [INDENT] No changes ---------------------------------------------- r16187 | lphuberdeau | 2009-01-06 12:18:33 -0500 (Tue, 06 Jan 2009) | 1 line [NEW] Support for group watches, UI still to come ---------------------------------------------- r16186 | nyloth | 2009-01-06 11:25:45 -0500 (Tue, 06 Jan 2009) | 1 line [MOD] blog_last_comments module: add a date info as in 'last_blog_post' module + 'nodate' param to hide it ---------------------------------------------- r16185 | nyloth | 2009-01-06 11:00:13 -0500 (Tue, 06 Jan 2009) | 1 line [FIX] ajax: handle confirmation steps through AJAX using a javascript dialog ---------------------------------------------- r16184 | sylvieg | 2009-01-06 10:20:34 -0500 (Tue, 06 Jan 2009) | 1 line [FIX]gal: indicate the default for thumb and image row to give an idea to user + do not display 0 ---------------------------------------------- r16183 | sylvieg | 2009-01-06 08:51:06 -0500 (Tue, 06 Jan 2009) | 1 line [FIX]img: use the max upload size from fgal as the one in img is bugged(do not look at post_max_size) ---------------------------------------------- r16182 | sylvieg | 2009-01-06 07:50:38 -0500 (Tue, 06 Jan 2009) | 1 line [FIX]watch: the feature user_watches is only for the eye and not the general admin watching like all pages changed ---------------------------------------------- r16181 | sylvieg | 2009-01-05 18:32:10 -0500 (Mon, 05 Jan 2009) | 1 line [FIX]tracker: query syntax error ---------------------------------------------- r16177 | lphuberdeau | 2009-01-05 15:57:38 -0500 (Mon, 05 Jan 2009) | 1 line [NEW] Allow to add users to group from group members page ---------------------------------------------- r16176 | lphuberdeau | 2009-01-05 15:31:07 -0500 (Mon, 05 Jan 2009) | 1 line [MOD] Add support for printing tracker items ---------------------------------------------- r16175 | lphuberdeau | 2009-01-05 13:52:31 -0500 (Mon, 05 Jan 2009) | 1 line [NEW] Allow printing of multiple objects with indexes above for large documents ---------------------------------------------- r16174 | lphuberdeau | 2009-01-05 13:45:55 -0500 (Mon, 05 Jan 2009) | 1 line [FIX] Admin bar should not be part of header - appears in print ---------------------------------------------- r16173 | sylvieg | 2009-01-05 13:45:34 -0500 (Mon, 05 Jan 2009) | 1 line [FIX]TRACKERFILTER: button+javascript check ---------------------------------------------- r16172 | sylvieg | 2009-01-05 11:56:23 -0500 (Mon, 05 Jan 2009) | 1 line [FIX]darkroom: some tuning with button in page-bar ---------------------------------------------- r16171 | lphuberdeau | 2009-01-05 09:41:53 -0500 (Mon, 05 Jan 2009) | 1 line [FIX] Wrong include ---------------------------------------------- r16170 | sylvieg | 2009-01-05 08:50:39 -0500 (Mon, 05 Jan 2009) | 1 line [FIX]tracker: do not export the flag of a country ---------------------------------------------- r16169 | sylvieg | 2009-01-04 17:37:28 -0500 (Sun, 04 Jan 2009) | 1 line buttons ---------------------------------------------- r16168 | jonnybradley | 2009-01-01 12:46:20 -0500 (Thu, 01 Jan 2009) | 1 line more tidying up - sorry (i'll read http://dev.tikiwiki.org/SvnTips - thanks LP ;) ---------------------------------------------- r16164 | jonnybradley | 2009-01-01 11:11:59 -0500 (Thu, 01 Jan 2009) | 1 line initial branch - take 2(?) ---------------------------------------------- r16159 | sewilco | 2008-12-31 15:17:29 -0500 (Wed, 31 Dec 2008) | 1 line [FIX] Change *_info() name from Image to Img. ---------------------------------------------- r16158 | sewilco | 2008-12-31 14:25:44 -0500 (Wed, 31 Dec 2008) | 1 line [FIX] add imalign to *_info() parameters. ---------------------------------------------- r16153 | marclaporte | 2008-12-30 11:12:42 -0500 (Tue, 30 Dec 2008) | 1 line Default forum threading to be more like other forum applications as per the discussion (Some suggestions related to the Official Tikiwiki forum) on the Tiki users mailing list, started by joomlagate.com on Dec 16th, 2008. Previous behavior is still available by changing __Default thread sort mode__ at tiki-admin.php?page=forums ---------------------------------------------- r16149 | chibaguy | 2008-12-26 23:31:19 -0500 (Fri, 26 Dec 2008) | 1 line [NEW] More normal side column widths, via theme option. (Asymmetrical column widths left as the default, but if it's better to have the "normal" widths as default and the asymmetrical widths as the option, the dimensions can be switched and the option css renamed.) ---------------------------------------------- r16148 | sylvieg | 2008-12-25 17:40:58 -0500 (Thu, 25 Dec 2008) | 1 line [FIX]xml export: some fix on structures ---------------------------------------------- r16147 | lphuberdeau | 2008-12-25 17:07:55 -0500 (Thu, 25 Dec 2008) | 1 line [FIX] Position issues in tracker timeline ---------------------------------------------- r16144 | chibaguy | 2008-12-25 01:47:37 -0500 (Thu, 25 Dec 2008) | 1 line [FIX] CSS menu li's and other floated objects need clearing. ---------------------------------------------- r16143 | sylvieg | 2008-12-24 17:56:51 -0500 (Wed, 24 Dec 2008) | 1 line [FIX]xml zip: import ---------------------------------------------- r16141 | sylvieg | 2008-12-24 17:37:16 -0500 (Wed, 24 Dec 2008) | 1 line a forgotten commit: categ perm needs to be checked ---------------------------------------------- r16140 | sylvieg | 2008-12-24 17:36:19 -0500 (Wed, 24 Dec 2008) | 1 line a forgotten commit: categ perm needs to be checked ---------------------------------------------- r16139 | sylvieg | 2008-12-24 17:35:27 -0500 (Wed, 24 Dec 2008) | 1 line [FIX]error: mask login redirection ---------------------------------------------- r16138 | sylvieg | 2008-12-24 17:34:24 -0500 (Wed, 24 Dec 2008) | 1 line [FIX]strcuture: see the message delete page when deleting structure - only when perms ---------------------------------------------- r16137 | sylvieg | 2008-12-24 12:49:52 -0500 (Wed, 24 Dec 2008) | 1 line [FIX]style: better to use a div than a br between object of different nature ---------------------------------------------- r16136 | sylvieg | 2008-12-24 11:28:24 -0500 (Wed, 24 Dec 2008) | 1 line pear xml parser ---------------------------------------------- r16134 | sylvieg | 2008-12-24 11:13:53 -0500 (Wed, 24 Dec 2008) | 1 line [NEW] pages or structure export in an zip xml format where comment, history, image, attachment are include ---------------------------------------------- r16133 | chibaguy | 2008-12-24 05:54:24 -0500 (Wed, 24 Dec 2008) | 1 line [FIX] Removed deprecated image border="0" tag. CSS for all themes and transition CSS confirmed to have img {border:0}. ---------------------------------------------- r16132 | sylvieg | 2008-12-22 19:02:47 -0500 (Mon, 22 Dec 2008) | 1 line [ENH]comment: when comment need to be approved, display a message in the comment box(perhaps not the nest place but..) to tell the comment is queued for approval ---------------------------------------------- r16129 | sylvieg | 2008-12-22 09:29:23 -0500 (Mon, 22 Dec 2008) | 1 line [MOD]calendar: reintroduce the week number display in month view that was lost + add link on this week number and on day to the view week and view day corresponding ---------------------------------------------- r16128 | sylvieg | 2008-12-22 08:36:06 -0500 (Mon, 22 Dec 2008) | 1 line [FIX]perm: fix perm on categ with remove_page. TODO: redo categ perm ---------------------------------------------- r16127 | sylvieg | 2008-12-22 08:30:56 -0500 (Mon, 22 Dec 2008) | 1 line button ---------------------------------------------- r16126 | sylvieg | 2008-12-22 07:49:59 -0500 (Mon, 22 Dec 2008) | 1 line MOD: ajax is doen in setup ---------------------------------------------- r16125 | Jyhem | 2008-12-22 05:24:43 -0500 (Mon, 22 Dec 2008) | 1 line [ENH] Typo ---------------------------------------------- r16122 | marclaporte | 2008-12-21 18:51:44 -0500 (Sun, 21 Dec 2008) | 1 line [FIX] Removed 'input' from line 89 to improve look of wiki edit buttons ---------------------------------------------- r16121 | sylvieg | 2008-12-20 16:42:28 -0500 (Sat, 20 Dec 2008) | 1 line [FIX]tracker: at least an error message if the attachment of a file can not be done for instance a too big file ---------------------------------------------- r16120 | sylvieg | 2008-12-20 15:19:30 -0500 (Sat, 20 Dec 2008) | 1 line [FIX]perm: get rid of tiki-pagesetup that was only checking special perm and not categ perm, and replace with get_perm_object ---------------------------------------------- r16118 | sylvieg | 2008-12-19 18:14:05 -0500 (Fri, 19 Dec 2008) | 1 line [FIX] tiki-index_raw must check also special perm ---------------------------------------------- r16117 | sylvieg | 2008-12-19 17:09:53 -0500 (Fri, 19 Dec 2008) | 1 line [FIX]tracker: attaching 2 files in TRACKER was gining the same attId ---------------------------------------------- r16116 | sylvieg | 2008-12-19 14:19:10 -0500 (Fri, 19 Dec 2008) | 1 line [FIX]trackers: add a / at the end of the directory if not there ---------------------------------------------- r16115 | sylvieg | 2008-12-19 13:50:22 -0500 (Fri, 19 Dec 2008) | 1 line [FIX]fgal: assign perms on checked committed on 08/06/2007 had been lost :-( ---------------------------------------------- r16113 | nyloth | 2008-12-19 10:05:40 -0500 (Fri, 19 Dec 2008) | 2 lines [FIX] blogs: display the "You have mistyped the anti-bot verification code; please try again." above the comment edit area instead of a new error page + keep the comment zone open when previewing ---------------------------------------------- r16111 | sylvieg | 2008-12-19 09:55:24 -0500 (Fri, 19 Dec 2008) | 1 line [FIX]structure: replace the edit icon with info icon - as somebody with no structure edit perm can go to see the detail of the structure ---------------------------------------------- r16109 | sylvieg | 2008-12-19 09:45:57 -0500 (Fri, 19 Dec 2008) | 1 line [FIX]structure: do nto see edit button when you can not edit a page ---------------------------------------------- r16106 | sylvieg | 2008-12-19 09:13:57 -0500 (Fri, 19 Dec 2008) | 1 line [FIX]img: better to add the galleryId id giving the img name ---------------------------------------------- r16105 | nyloth | 2008-12-19 06:05:25 -0500 (Fri, 19 Dec 2008) | 2 lines [FIX] newsletters: fix images in mails by make wiki parsing 'absolute urls' option work again. Seems that some guys just don't care (as usual) about environment... :[ ---------------------------------------------- r16104 | nyloth | 2008-12-19 06:02:52 -0500 (Fri, 19 Dec 2008) | 1 line [FIX] fix typo in french translation ---------------------------------------------- r16102 | nyloth | 2008-12-18 17:40:47 -0500 (Thu, 18 Dec 2008) | 1 line [FIX] calendars: fix some errors/notices reported ---------------------------------------------- r16101 | sylvieg | 2008-12-18 17:28:47 -0500 (Thu, 18 Dec 2008) | 1 line [FIX]darkroom: take away some duplication for button + button for IE6 + some styles for calendar ---------------------------------------------- r16100 | sewilco | 2008-12-18 17:17:15 -0500 (Thu, 18 Dec 2008) | 1 line [ENH] Add summary of "quiet" option to plugin ARTICLES. ---------------------------------------------- r16099 | sewilco | 2008-12-18 17:11:53 -0500 (Thu, 18 Dec 2008) | 1 line [FIX] change titleonly of plugin ARTICLES to use y/n options, use generic URL ---------------------------------------------- r16098 | nyloth | 2008-12-18 16:54:50 -0500 (Thu, 18 Dec 2008) | 7 lines [MOD] calendars: change sticky popups to behave more like other well-known web calendars: now the user has to click on an event (title or background) to open the popup. The popup is closed through the 'Close' icon inside the popup or by clicking somewhere else on the calendar. + add some quick action icons (Edit, Delete, View) inside sticky popups + remove obvious 'Events' title on day mode + hide 'export' button if not enough permissions (WYSIWYCA) + change '+' tooltip into 'Add Event' + invert 'configlinks' and 'navbar' divs since navbar is generally used for buttons ---------------------------------------------- r16097 | nyloth | 2008-12-18 16:51:36 -0500 (Thu, 18 Dec 2008) | 3 lines [ENH] calendars admin: change 'y' and 'n' into 'Yes' and 'No' [FIX] remove sort link on Url column since it's not handled and causes a db error + fix french (at least) translation problems of 'Permissions' ---------------------------------------------- r16096 | nyloth | 2008-12-18 16:38:31 -0500 (Thu, 18 Dec 2008) | 1 line [ENH] calendars: add a cancel button and use smarty userlink for participants and organizers when editing item + better All-Day input + translate 'All-Day' ---------------------------------------------- r16095 | nyloth | 2008-12-18 16:27:33 -0500 (Thu, 18 Dec 2008) | 1 line [MOD] calendars: use smarty userlink for participants and organizers + little tuning for events width ---------------------------------------------- r16094 | nyloth | 2008-12-18 16:22:37 -0500 (Thu, 18 Dec 2008) | 1 line [FIX] calendars: fix saving a recurring event without specifying a status (if no status is specified, use the default status of the calendar or 'confirmed' if not set) ---------------------------------------------- r16093 | nyloth | 2008-12-18 16:12:56 -0500 (Thu, 18 Dec 2008) | 1 line [MOD] default prefs: enable calendar sticky popups by default ---------------------------------------------- r16092 | nyloth | 2008-12-18 16:11:45 -0500 (Thu, 18 Dec 2008) | 1 line [ENH] translations: more french translations for calendars ---------------------------------------------- r16091 | nyloth | 2008-12-18 16:10:30 -0500 (Thu, 18 Dec 2008) | 1 line [FIX] calendar: css fixes of cell heights in calendar views for IE6 and IE7 ---------------------------------------------- r16090 | nyloth | 2008-12-18 16:09:07 -0500 (Thu, 18 Dec 2008) | 1 line [NEW] new langname smarty modifier to convert a language code like 'en' (or 'fr') into the translation of the language name like 'English' (or 'French') ---------------------------------------------- r16089 | nyloth | 2008-12-18 16:07:14 -0500 (Thu, 18 Dec 2008) | 1 line [NEW] new yesno smarty modifier to convert 'y' into the translation of 'Yes' and 'n' into the translation of 'No' ---------------------------------------------- r16088 | nyloth | 2008-12-18 16:05:39 -0500 (Thu, 18 Dec 2008) | 1 line [FIX] ical export: no need to check both tiki_p_admin and tiki_p_admin_calendar ---------------------------------------------- r16087 | sylvieg | 2008-12-18 15:47:33 -0500 (Thu, 18 Dec 2008) | 1 line [FIX]pref: do not register in databse pref change - fix calendar visible for anonymous ---------------------------------------------- r16086 | sewilco | 2008-12-18 13:27:28 -0500 (Thu, 18 Dec 2008) | 1 line [ENH] add titleonly to plugin ARTICLES, patch 1226 Redhatter ---------------------------------------------- r16084 | sylvieg | 2008-12-18 11:13:41 -0500 (Thu, 18 Dec 2008) | 1 line [FIX]image: if show-image.php is used with the name you should have the possibility to use the galleryId as name can be ambiguous ---------------------------------------------- r16082 | sylvieg | 2008-12-18 10:24:07 -0500 (Thu, 18 Dec 2008) | 1 line [FIX]categ: cycle is only defined later ---------------------------------------------- r16080 | sylvieg | 2008-12-18 10:10:37 -0500 (Thu, 18 Dec 2008) | 1 line missing global ---------------------------------------------- r16075 | sylvieg | 2008-12-17 13:04:26 -0500 (Wed, 17 Dec 2008) | 1 line [FIX] do not allow to zip the files if only tiki_p_clean_cache ---------------------------------------------- r16074 | sylvieg | 2008-12-17 13:01:31 -0500 (Wed, 17 Dec 2008) | 1 line [MOD]admin: can build a zip on the server containing all the local storage dirs used by tikiwiki(todo local css+tpl) ---------------------------------------------- r16073 | sept_7 | 2008-12-17 12:00:14 -0500 (Wed, 17 Dec 2008) | 5 lines [FIX+ENH] tiki-calendar : fix export ical with IE, fix display of multiple events per day, fix too many PHP errors in semester or year view, fix popup placement, fix allday display, fix events placement (do not overlap events), fix FF/linux display... and probabily more ;p ---------------------------------------------- r16071 | sylvieg | 2008-12-17 11:03:00 -0500 (Wed, 17 Dec 2008) | 1 line [FIX]structure: when deleting a page, update position of the other pages in structures ---------------------------------------------- r16068 | lphuberdeau | 2008-12-17 10:08:51 -0500 (Wed, 17 Dec 2008) | 1 line [FIX] Consistent use of with and without GPC (which should always be off) ---------------------------------------------- r16067 | lphuberdeau | 2008-12-17 09:59:18 -0500 (Wed, 17 Dec 2008) | 1 line Rollback r16065... wiki edit broken ---------------------------------------------- r16065 | sept_7 | 2008-12-17 06:01:48 -0500 (Wed, 17 Dec 2008) | 2 lines [FIX] better fix to _REQUEST filter ---------------------------------------------- r16063 | sylvieg | 2008-12-16 17:35:08 -0500 (Tue, 16 Dec 2008) | 1 line missing global ---------------------------------------------- r16062 | sylvieg | 2008-12-16 17:24:11 -0500 (Tue, 16 Dec 2008) | 1 line sql syntax ---------------------------------------------- r16061 | sylvieg | 2008-12-16 16:42:01 -0500 (Tue, 16 Dec 2008) | 1 line transparent icons in polls ---------------------------------------------- r16060 | sylvieg | 2008-12-16 16:28:36 -0500 (Tue, 16 Dec 2008) | 1 line broken layout ---------------------------------------------- r16059 | sylvieg | 2008-12-16 16:05:14 -0500 (Tue, 16 Dec 2008) | 1 line [FIX]tracker: multilingue on text & textarea in normal view and TRACKER ---------------------------------------------- r16058 | alain_desilets | 2008-12-16 14:27:05 -0500 (Tue, 16 Dec 2008) | 1 line - Still working on automatic paralel text alignment. ---------------------------------------------- r16057 | sylvieg | 2008-12-16 14:15:13 -0500 (Tue, 16 Dec 2008) | 1 line [FIX]user: name pattern can be empty->no limitation ---------------------------------------------- r16055 | sylvieg | 2008-12-16 14:11:45 -0500 (Tue, 16 Dec 2008) | 1 line [FIX]login: all login errors must not redirect to login box ---------------------------------------------- r16053 | sylvieg | 2008-12-16 14:09:13 -0500 (Tue, 16 Dec 2008) | 1 line [FIX]print: some cleaining ---------------------------------------------- r16052 | sylvieg | 2008-12-16 14:06:17 -0500 (Tue, 16 Dec 2008) | 1 line [FIX]user: use the name pattern prefs ---------------------------------------------- r16051 | sylvieg | 2008-12-16 14:04:49 -0500 (Tue, 16 Dec 2008) | 1 line [MOD] clear cache button - forgotten commit ---------------------------------------------- r16050 | sylvieg | 2008-12-16 14:01:48 -0500 (Tue, 16 Dec 2008) | 1 line comment_button ---------------------------------------------- r16049 | alain_desilets | 2008-12-16 13:31:16 -0500 (Tue, 16 Dec 2008) | 1 line - Still working on automatic paralel text alignment. ---------------------------------------------- r16048 | sylvieg | 2008-12-16 12:14:58 -0500 (Tue, 16 Dec 2008) | 1 line [FIX]tracker: multilingual etxt and textarea ---------------------------------------------- r16047 | sylvieg | 2008-12-16 11:53:41 -0500 (Tue, 16 Dec 2008) | 1 line only formatting and quote ---------------------------------------------- r16045 | sylvieg | 2008-12-15 17:33:17 -0500 (Mon, 15 Dec 2008) | 1 line [FIX]tracker: doc for page selector ---------------------------------------------- r16044 | sept_7 | 2008-12-15 09:30:46 -0500 (Mon, 15 Dec 2008) | 2 lines [FIX] add remove_gpc on $_REQUEST ... grrrr ---------------------------------------------- r16041 | sylvieg | 2008-12-14 17:11:04 -0500 (Sun, 14 Dec 2008) | 1 line [MOD]tracker: a remarks box to explain the role of fieldId when exporting ---------------------------------------------- r16040 | sylvieg | 2008-12-14 16:40:20 -0500 (Sun, 14 Dec 2008) | 1 line [FIX]what_is_related: check for perm for each object ---------------------------------------------- r16039 | lphuberdeau | 2008-12-14 16:00:40 -0500 (Sun, 14 Dec 2008) | 1 line [MOD] Missing alter in the table ---------------------------------------------- r16038 | lphuberdeau | 2008-12-14 15:47:13 -0500 (Sun, 14 Dec 2008) | 2 lines [FIX] WYSIWYCA... breaking profiles ---------------------------------------------- r16037 | lphuberdeau | 2008-12-14 13:10:46 -0500 (Sun, 14 Dec 2008) | 1 line [MOD] Add UI to set filters on plugin alias ---------------------------------------------- r16036 | lphuberdeau | 2008-12-14 12:15:07 -0500 (Sun, 14 Dec 2008) | 4 lines [FIX] Multiple fixes in plugin alias and webservice plugins cause by other changes [NEW] Allow post requests to be made from webservice plugin [MOD] Loosen up handling of declared received types to handle bad services ---------------------------------------------- r16035 | lphuberdeau | 2008-12-13 17:01:13 -0500 (Sat, 13 Dec 2008) | 1 line Moving bilingual aligner to core to fit in the unit testing framework ---------------------------------------------- r16032 | lphuberdeau | 2008-12-13 15:14:47 -0500 (Sat, 13 Dec 2008) | 1 line [MOD] Adding flexible input filters (declfilter branch) ---------------------------------------------- r16030 | nyloth | 2008-12-13 07:18:53 -0500 (Sat, 13 Dec 2008) | 1 line [FIX] calendar: only show the 'more info' grouping box when 4 or more events are concurrent (not when there is more than 4 events on the days that will not overlap) + tune events position in calendar (move them up of 1 or 2 px) + fix position of 'more info' box ---------------------------------------------- r16029 | nyloth | 2008-12-13 07:13:42 -0500 (Sat, 13 Dec 2008) | 1 line [FIX] calendar: indentation only ---------------------------------------------- r16028 | nyloth | 2008-12-13 07:09:56 -0500 (Sat, 13 Dec 2008) | 1 line [FIX] calendar: fix saved hours of allday events + do not redirect to main page when error + remove duplicated 'impossibleDates' code ---------------------------------------------- r16027 | nyloth | 2008-12-13 07:06:58 -0500 (Sat, 13 Dec 2008) | 1 line [FIX] calendar: fix ical export in IE over https ---------------------------------------------- r16026 | sylvieg | 2008-12-12 18:15:48 -0500 (Fri, 12 Dec 2008) | 1 line [FIX]login: allow no restriction in login name ---------------------------------------------- r16025 | sylvieg | 2008-12-12 18:13:59 -0500 (Fri, 12 Dec 2008) | 1 line layout ---------------------------------------------- r16024 | sylvieg | 2008-12-12 16:52:51 -0500 (Fri, 12 Dec 2008) | 1 line [FIX]register: any error at registration must not redirect to 'you are not log-in ---------------------------------------------- r16023 | sylvieg | 2008-12-12 15:13:14 -0500 (Fri, 12 Dec 2008) | 1 line [MOD]perm: view backlink perm ---------------------------------------------- r16022 | sylvieg | 2008-12-12 15:09:45 -0500 (Fri, 12 Dec 2008) | 1 line [MOD]perm: a clear cache button ---------------------------------------------- r16017 | sylvieg | 2008-12-12 13:12:02 -0500 (Fri, 12 Dec 2008) | 1 line [MOD]tracker: move the position avec options, to avoid people confusing position and ID ---------------------------------------------- r16012 | sylvieg | 2008-12-12 09:48:02 -0500 (Fri, 12 Dec 2008) | 1 line [FIX]antibot: antibot for tracker comments + do not redirect to login page if antibot is on or if system error ---------------------------------------------- r16011 | Jyhem | 2008-12-12 09:22:44 -0500 (Fri, 12 Dec 2008) | 1 line [MOD] Respect line breaks in forum descriptions ---------------------------------------------- r16010 | sylvieg | 2008-12-12 09:16:52 -0500 (Fri, 12 Dec 2008) | 1 line [FIX]tracker: can have post_comment_tracker without view ---------------------------------------------- r16008 | sylvieg | 2008-12-12 08:34:40 -0500 (Fri, 12 Dec 2008) | 1 line [FIX]calendar: rollback 15972 - goto still needed when no javascript + oopen the recurrence box if no javascript + some notice ---------------------------------------------- r16007 | sylvieg | 2008-12-11 16:09:52 -0500 (Thu, 11 Dec 2008) | 1 line [FIX]Score: only accessible from admin pannel ---------------------------------------------- r16006 | Jyhem | 2008-12-11 12:45:16 -0500 (Thu, 11 Dec 2008) | 1 line [MOD] Let's not reject valid emails (see RFC 2822, chapter 3.4) ---------------------------------------------- r16005 | jonnybradley | 2008-12-11 12:38:37 -0500 (Thu, 11 Dec 2008) | 1 line [FIX] Observe $prefs['feature_ajax_autosave'] to prevent JS error ---------------------------------------------- r16004 | jonnybradley | 2008-12-11 12:25:57 -0500 (Thu, 11 Dec 2008) | 1 line [FIX] $base_url changed to $url_path as it was giving permission error on some servers (cpanel) using the absulute address in a parameter ---------------------------------------------- r16003 | Jyhem | 2008-12-11 12:19:38 -0500 (Thu, 11 Dec 2008) | 1 line [MOD] More expressive translations ---------------------------------------------- r16002 | sept_7 | 2008-12-11 12:10:08 -0500 (Thu, 11 Dec 2008) | 3 lines [FIX] calendar : viewmode == week, in case of too many events just display the popup events once... and not every hour of the day... ---------------------------------------------- r16000 | sylvieg | 2008-12-11 11:41:40 -0500 (Thu, 11 Dec 2008) | 1 line [FIX]tracker: do not check writeCanModifier if not logged in ---------------------------------------------- r15999 | niclone | 2008-12-11 11:13:45 -0500 (Thu, 11 Dec 2008) | 1 line [FIX] newsletters: when adding a new file line, previous added file inputs was cleared ---------------------------------------------- r15998 | niclone | 2008-12-11 11:05:58 -0500 (Thu, 11 Dec 2008) | 1 line [FIX] newsletters: when sending directly whithout saving as draft, files wasn't sent ---------------------------------------------- r15997 | niclone | 2008-12-11 10:23:17 -0500 (Thu, 11 Dec 2008) | 1 line [FIX] newsletters: sql files.. ---------------------------------------------- r15996 | niclone | 2008-12-11 10:01:24 -0500 (Thu, 11 Dec 2008) | 1 line [FIX] newsletters: sql table for attachements ---------------------------------------------- r15995 | niclone | 2008-12-11 09:38:28 -0500 (Thu, 11 Dec 2008) | 1 line [MOD] newsletters: show errors messages on sent report. ---------------------------------------------- r15994 | niclone | 2008-12-11 09:31:23 -0500 (Thu, 11 Dec 2008) | 1 line [MOD] newsletters: don't send newsletter more than one time to same email address. ---------------------------------------------- r15992 | niclone | 2008-12-11 09:21:37 -0500 (Thu, 11 Dec 2008) | 1 line [MOD] newsletters: check that email seem to be valid before sending it. ---------------------------------------------- r15991 | sept_7 | 2008-12-11 09:01:43 -0500 (Thu, 11 Dec 2008) | 2 lines [FIX] calendar : fix display of short events, of events starting before the calendar hour, of all-day events. ---------------------------------------------- r15990 | niclone | 2008-12-11 07:32:48 -0500 (Thu, 11 Dec 2008) | 1 line [MOD] newsletters: added support for attached files. ---------------------------------------------- r15987 | niclone | 2008-12-10 16:41:21 -0500 (Wed, 10 Dec 2008) | 1 line [FIX] newsletters: re-import some code for drafts and 'text' support + somes fixs to make it work. ---------------------------------------------- r15985 | sylvieg | 2008-12-10 16:07:08 -0500 (Wed, 10 Dec 2008) | 1 line [MOD]tracker: new option to an image field to have a shadowbox ---------------------------------------------- r15981 | sylvieg | 2008-12-10 11:42:42 -0500 (Wed, 10 Dec 2008) | 1 line [MOD]gal: use default if image per row/ column is stupid ---------------------------------------------- r15980 | sept_7 | 2008-12-10 11:39:05 -0500 (Wed, 10 Dec 2008) | 2 lines [FIX] autosave : tikilib must be global for tikilib->get_ip_address() ---------------------------------------------- r15978 | sylvieg | 2008-12-10 11:20:58 -0500 (Wed, 10 Dec 2008) | 1 line [MOD]calendar: color the calendar name ---------------------------------------------- r15974 | sylvieg | 2008-12-10 10:20:52 -0500 (Wed, 10 Dec 2008) | 1 line [FIX]calendar: move the calendars button in another navbar + color the calendar select ---------------------------------------------- r15972 | sylvieg | 2008-12-10 09:58:08 -0500 (Wed, 10 Dec 2008) | 1 line [FIX]calendar: move down recurrence input (no code change) + delete goto as calendar change as properly handle now ---------------------------------------------- r15971 | sylvieg | 2008-12-10 09:54:08 -0500 (Wed, 10 Dec 2008) | 1 line [FIX]calendar: refresh the input event panal as soon as the calendar is changed + can add an event to the first calendar even if no calendar has been selected (as the info view is the one of the first calendar) ---------------------------------------------- r15968 | chibaguy | 2008-12-10 07:26:04 -0500 (Wed, 10 Dec 2008) | 1 line [FIX] div#footer should be below, not in, div#middle. ---------------------------------------------- r15967 | chibaguy | 2008-12-10 06:52:36 -0500 (Wed, 10 Dec 2008) | 1 line [FIX] Replaced tables with divs and lists for better semantic layout and consistency with other modules. Typo fixed in .php file to enable nonums parameter. ---------------------------------------------- r15966 | sept_7 | 2008-12-10 04:35:06 -0500 (Wed, 10 Dec 2008) | 2 lines [FIX] calendar : fix Go to and new event creation... ---------------------------------------------- r15965 | alain_desilets | 2008-12-09 17:33:28 -0500 (Tue, 09 Dec 2008) | 1 line - Still working on automatic paralel text alignment. ---------------------------------------------- r15964 | sewilco | 2008-12-09 15:30:34 -0500 (Tue, 09 Dec 2008) | 1 line [FIX] object needed for get_ip_address. ---------------------------------------------- r15963 | alain_desilets | 2008-12-09 15:26:16 -0500 (Tue, 09 Dec 2008) | 1 line - Still working on automatic paralel text alignment. ---------------------------------------------- r15962 | sewilco | 2008-12-09 14:24:14 -0500 (Tue, 09 Dec 2008) | 1 line [FIX] used wrong object for get_ip_address. ---------------------------------------------- r15961 | sylvieg | 2008-12-09 14:19:31 -0500 (Tue, 09 Dec 2008) | 1 line fix html for multi pages print ---------------------------------------------- r15960 | sylvieg | 2008-12-09 14:13:45 -0500 (Tue, 09 Dec 2008) | 1 line missing tikilib ---------------------------------------------- r15959 | sylvieg | 2008-12-09 11:19:12 -0500 (Tue, 09 Dec 2008) | 1 line [MOD]plugin files: can specify multiple categories (ID separated with :) the file or fgal must have one of the categories ---------------------------------------------- r15958 | Jyhem | 2008-12-09 11:15:16 -0500 (Tue, 09 Dec 2008) | 1 line [MOD] Respect newlines entered in textarea field ---------------------------------------------- r15957 | rischconsulting | 2008-12-09 11:10:42 -0500 (Tue, 09 Dec 2008) | 1 line [FIX]Check for empty page selector field value to avoid automatic creation of nameless wiki pages ---------------------------------------------- r15956 | Jyhem | 2008-12-09 08:31:27 -0500 (Tue, 09 Dec 2008) | 1 line [UI] highlight good news ---------------------------------------------- r15953 | sewilco | 2008-12-08 18:35:56 -0500 (Mon, 08 Dec 2008) | 1 line [NEW] Use ->get_ip_address() for IP of user instead of 127.0.0.1 proxy. ---------------------------------------------- r15952 | sylvieg | 2008-12-08 16:34:11 -0500 (Mon, 08 Dec 2008) | 1 line [FIX]calendar: add event button in week view + non fixed format date ---------------------------------------------- r15951 | sylvieg | 2008-12-08 16:06:21 -0500 (Mon, 08 Dec 2008) | 1 line [FIX]calendar: redisplay tthe calendar nav bar (only the date - to know what is displayed below ---------------------------------------------- r15950 | sylvieg | 2008-12-08 14:08:52 -0500 (Mon, 08 Dec 2008) | 1 line [FIX]calendar: minimum of styles in the tpl: no opacity ---------------------------------------------- r15949 | sylvieg | 2008-12-08 14:05:47 -0500 (Mon, 08 Dec 2008) | 1 line [FIX]calendar: minimum of styles in the tpl: no opacity - calendars must be visible if no popup are on ---------------------------------------------- r15948 | sylvieg | 2008-12-08 14:03:29 -0500 (Mon, 08 Dec 2008) | 1 line [FIX]calendar: suppress display of categ and location - seems to be unfinished: not th and no test on cal config ---------------------------------------------- r15947 | sylvieg | 2008-12-08 13:37:04 -0500 (Mon, 08 Dec 2008) | 1 line [FIX]calendar: standard colors must be optional to preserve the existant ---------------------------------------------- r15946 | sylvieg | 2008-12-08 12:20:21 -0500 (Mon, 08 Dec 2008) | 1 line [MOD]articles: new param title ---------------------------------------------- r15945 | sylvieg | 2008-12-08 11:28:00 -0500 (Mon, 08 Dec 2008) | 1 line [MOD]upcoming eventsL new param title ---------------------------------------------- r15943 | nyloth | 2008-12-08 09:26:52 -0500 (Mon, 08 Dec 2008) | 1 line [MOD] filegal slideshow: make popup resizable ---------------------------------------------- r15942 | nyloth | 2008-12-08 09:22:56 -0500 (Mon, 08 Dec 2008) | 1 line [FIX] filegal slideshow: fix javascript for IE + minor changes in smarty template ---------------------------------------------- r15941 | nyloth | 2008-12-08 08:15:47 -0500 (Mon, 08 Dec 2008) | 1 line [ENH] filegals slideshow: revamp slideshow (add slideshow third_party to lib) ---------------------------------------------- r15940 | nyloth | 2008-12-08 08:13:39 -0500 (Mon, 08 Dec 2008) | 1 line [ENH] filegals slideshow: revamp slideshow ---------------------------------------------- r15938 | sept_7 | 2008-12-08 07:57:29 -0500 (Mon, 08 Dec 2008) | 2 lines [ENH] calendar : better default dates for export and better feature checks ---------------------------------------------- r15937 | sept_7 | 2008-12-08 05:16:13 -0500 (Mon, 08 Dec 2008) | 2 lines [FIX] calendar : check start and end dates, an event cannot end before its start ---------------------------------------------- r15936 | sept_7 | 2008-12-08 04:58:54 -0500 (Mon, 08 Dec 2008) | 2 lines [FIX] calendar : export to iCal now works... ---------------------------------------------- r15929 | nyloth | 2008-12-05 17:37:01 -0500 (Fri, 05 Dec 2008) | 9 lines [FIX] calendars: fixes for timezones * uses Tiki date functions instead of PHP native date functions + add new TikiLib::date_format2() function that uses date() format instead of strftime() format * no need to format a timestamp using 'U' format. It's already a timestamp... * fix minor bug in Tikidate::getTimezoneId() ---------------------------------------------- r15923 | Jyhem | 2008-12-05 13:52:06 -0500 (Fri, 05 Dec 2008) | 1 line [FIX] Now accepts batch-import of coma-separated lists of email mostly compliant with RFC 822 ---------------------------------------------- r15919 | nyloth | 2008-12-05 13:09:25 -0500 (Fri, 05 Dec 2008) | 1 line [FIX] oops ---------------------------------------------- r15918 | nyloth | 2008-12-05 13:01:25 -0500 (Fri, 05 Dec 2008) | 13 lines [NEW][MOD] calendars: revamping of calendars + new features * New look of calendars in every views, especially in week view which is now displayed with hours details. Events on multiple days are also better displayed. In week view, when there is more than 3 events, a special zone will be displayed and the overbox will contain all details, * New recurrence feature to have the same event each week/month/year between two dates or for X occurences. An event from an occurence can be modified later. When modifying an event from a recurrence, TikiWiki will ask the user if he wants to change only the current event, all the events of the recurence, or events of the recurence which were not already modified, * New iCal export feature, * New option to choose the calendars to display by default. Also keep in database the user last calendar choices in order to keep use the same filter when he comes back, * New "standard colors" when creating a calendar to ease the choice of calendar colors ---------------------------------------------- r15917 | nyloth | 2008-12-05 12:38:41 -0500 (Fri, 05 Dec 2008) | 1 line [FIX][MOD] self_link and query smarty plugins: correctly handle new xajax libs + add a _style param to self_link. ---------------------------------------------- r15916 | nyloth | 2008-12-05 12:36:31 -0500 (Fri, 05 Dec 2008) | 1 line [MOD] filegals upload: add a note indicating the max file size that can be uploaded ---------------------------------------------- r15912 | sylvieg | 2008-12-05 11:02:24 -0500 (Fri, 05 Dec 2008) | 1 line [FIX]attach: fix attach button open by default ---------------------------------------------- r15911 | sylvieg | 2008-12-05 10:49:58 -0500 (Fri, 05 Dec 2008) | 1 line [FIX]comments: bew param to button to have the feature comments open by default working ---------------------------------------------- r15909 | sept_7 | 2008-12-05 10:01:25 -0500 (Fri, 05 Dec 2008) | 3 lines [ENH] categorize.tpl : better layout and style... all in transitions/2.0to3.0.css ---------------------------------------------- r15908 | sylvieg | 2008-12-05 09:23:06 -0500 (Fri, 05 Dec 2008) | 1 line [MOD]comments: gather all the code about comments button in a tpl ---------------------------------------------- r15907 | alain_desilets | 2008-12-05 09:19:24 -0500 (Fri, 05 Dec 2008) | 1 line - Still working on automatic paralel text alignment. ---------------------------------------------- r15906 | sept_7 | 2008-12-05 08:53:58 -0500 (Fri, 05 Dec 2008) | 3 lines [FIX] autosave : fix pb with preview mode not showing the good content in the edit box :( ---------------------------------------------- r15905 | sept_7 | 2008-12-05 08:45:47 -0500 (Fri, 05 Dec 2008) | 3 lines [FIX] mouseoverplugin : really don't parse data when not asked to. to parse wiki syntax use the parse parameter ---------------------------------------------- r15904 | sylvieg | 2008-12-05 08:33:04 -0500 (Fri, 05 Dec 2008) | 1 line [FIX]find: clear - clear also the filed lang,... ---------------------------------------------- r15903 | sylvieg | 2008-12-05 07:56:13 -0500 (Fri, 05 Dec 2008) | 1 line [FIX]darkroom: find + autocompleter tuning ---------------------------------------------- r15902 | Jyhem | 2008-12-05 04:59:50 -0500 (Fri, 05 Dec 2008) | 1 line [FIX] When one is not logged in, the meaningful message is to login, not an error. This is the way it used to work ---------------------------------------------- r15900 | pkdille | 2008-12-04 16:45:25 -0500 (Thu, 04 Dec 2008) | 1 line [MOD] & [KIL] replace pagination.php/tpl with pagination_links in 2 grids. Remove pagination.php/tpl which is no more used ---------------------------------------------- r15899 | pkdille | 2008-12-04 16:16:42 -0500 (Thu, 04 Dec 2008) | 1 line [MOD] indenting code - no changes ---------------------------------------------- r15897 | sylvieg | 2008-12-04 13:42:12 -0500 (Thu, 04 Dec 2008) | 1 line [FIX]gal: good pagination if find not empty + clear find needs to keep param as galleryId+ use find.tpl ---------------------------------------------- r15895 | lphuberdeau | 2008-12-04 11:58:04 -0500 (Thu, 04 Dec 2008) | 1 line [MOD] Adding support for file galleries in the thumbnail plugin ---------------------------------------------- r15894 | lphuberdeau | 2008-12-04 10:51:39 -0500 (Thu, 04 Dec 2008) | 1 line [FIX] Edge case where no parameters are defined and short syntax was used for plugins in annotation plugin ---------------------------------------------- r15891 | Jyhem | 2008-12-04 05:02:40 -0500 (Thu, 04 Dec 2008) | 1 line [MOD] Correct translation tense ---------------------------------------------- r15890 | pkdille | 2008-12-03 16:21:27 -0500 (Wed, 03 Dec 2008) | 1 line [MOD] pagination links: deploy to some templates ---------------------------------------------- r15889 | jonnybradley | 2008-12-03 12:44:39 -0500 (Wed, 03 Dec 2008) | 2 lines [ENH] Allow fgal popup to stay open during page editing. Uses checkbox inside the popup (defaults to not). TODO: WYSIWYG "Browse server" button opens a new popup everytime - should check if fgals_window is already open (how?) ---------------------------------------------- r15888 | pkdille | 2008-12-03 12:19:05 -0500 (Wed, 03 Dec 2008) | 1 line [MOD] deploy pagination lins to some templates ---------------------------------------------- r15887 | sylvieg | 2008-12-03 11:35:05 -0500 (Wed, 03 Dec 2008) | 1 line missing doc ---------------------------------------------- r15886 | jonnybradley | 2008-12-03 11:17:00 -0500 (Wed, 03 Dec 2008) | 1 line [FIX] Shadowbox attribute stopping filegals_manager mode working when editing pages ---------------------------------------------- r15885 | pkdille | 2008-12-03 10:56:13 -0500 (Wed, 03 Dec 2008) | 1 line [FIX] directory admin related: fix the form ---------------------------------------------- r15883 | pkdille | 2008-12-03 07:58:46 -0500 (Wed, 03 Dec 2008) | 1 line [MOD] indent code - no changes ---------------------------------------------- r15882 | pkdille | 2008-12-03 02:55:42 -0500 (Wed, 03 Dec 2008) | 1 line [MOD] look: remove <br>'s above pagination_links ---------------------------------------------- r15881 | chibaguy | 2008-12-02 22:41:47 -0500 (Tue, 02 Dec 2008) | 1 line [ENH] New sitetitles div to contain sitetitle and subtitle divs, to apply margin, etc. uniformly. ---------------------------------------------- r15880 | chibaguy | 2008-12-02 19:55:26 -0500 (Tue, 02 Dec 2008) | 1 line [FIX] Remove empty line. ---------------------------------------------- r15879 | chibaguy | 2008-12-02 19:49:27 -0500 (Tue, 02 Dec 2008) | 1 line [FIX] Removing "design by..." since the themes have become collaborations. ---------------------------------------------- r15878 | sylvieg | 2008-12-02 18:16:38 -0500 (Tue, 02 Dec 2008) | 1 line [MOD]actionlog: be able to change contributors of an action + do not loose contributors when changinf contributions ---------------------------------------------- r15877 | pkdille | 2008-12-02 17:17:47 -0500 (Tue, 02 Dec 2008) | 1 line [MOD] deploy pagination links to some mplates ---------------------------------------------- r15876 | alain_desilets | 2008-12-02 16:00:49 -0500 (Tue, 02 Dec 2008) | 1 line - Shortest path algorithm now works fine. ---------------------------------------------- r15875 | sylvieg | 2008-12-02 15:53:09 -0500 (Tue, 02 Dec 2008) | 1 line [FIX]trackerlist: fields is opotional ---------------------------------------------- r15874 | pkdille | 2008-12-02 15:42:27 -0500 (Tue, 02 Dec 2008) | 1 line [MOD] deploy pagination links to some templates ---------------------------------------------- r15873 | sylvieg | 2008-12-02 14:59:14 -0500 (Tue, 02 Dec 2008) | 1 line [FIX]darkroom: fix td class=button in page history ---------------------------------------------- r15872 | sylvieg | 2008-12-02 13:37:57 -0500 (Tue, 02 Dec 2008) | 1 line [FIX]calendar: in view list mode, it seems not appropriate to show events before focus date. It seems better to display one week/month.. events ahead ---------------------------------------------- r15871 | pkdille | 2008-12-02 11:29:02 -0500 (Tue, 02 Dec 2008) | 1 line [MOD] code indentation - no changes ---------------------------------------------- r15870 | sylvieg | 2008-12-02 10:09:23 -0500 (Tue, 02 Dec 2008) | 1 line [FIX]newsletter: stupid message - if there is no newsletter do not say you do not have perm ---------------------------------------------- r15869 | sept_7 | 2008-12-02 09:17:12 -0500 (Tue, 02 Dec 2008) | 2 lines [FIX] images library : better error handling... Don't crash. ---------------------------------------------- r15867 | sylvieg | 2008-12-02 08:33:56 -0500 (Tue, 02 Dec 2008) | 1 line [FIX]tracker: Attachment with same name were overwritting each other ---------------------------------------------- r15866 | alain_desilets | 2008-12-02 08:17:08 -0500 (Tue, 02 Dec 2008) | 1 line - Started working on classes for segmenting and aligning bilingual parallel texts. ---------------------------------------------- r15865 | sylvieg | 2008-12-01 18:50:07 -0500 (Mon, 01 Dec 2008) | 1 line pagination ---------------------------------------------- r15864 | sylvieg | 2008-12-01 17:40:42 -0500 (Mon, 01 Dec 2008) | 1 line [MOD]tracker: new param to page selector to create the page if does not exit copy of another page ---------------------------------------------- r15861 | pkdille | 2008-12-01 16:36:06 -0500 (Mon, 01 Dec 2008) | 1 line [MOD] remove useless commented code ---------------------------------------------- r15860 | ricks99 | 2008-12-01 15:41:36 -0500 (Mon, 01 Dec 2008) | 1 line updated dependencies, show time/date examples ---------------------------------------------- r15859 | sewilco | 2008-12-01 15:28:28 -0500 (Mon, 01 Dec 2008) | 1 line [FIX] restore db/features.csv apparently deleted in error in 15855. ---------------------------------------------- r15858 | pkdille | 2008-12-01 14:58:40 -0500 (Mon, 01 Dec 2008) | 1 line [MOD] remove useless (some are very old) comments in files ---------------------------------------------- r15857 | ricks99 | 2008-12-01 14:12:40 -0500 (Mon, 01 Dec 2008) | 1 line [FIX]Use the site_crumb_seper from the preferences instead of hardcoding "::" ---------------------------------------------- r15855 | ricks99 | 2008-12-01 14:06:36 -0500 (Mon, 01 Dec 2008) | 1 line updated dependencies, show time/date examples ---------------------------------------------- r15854 | sylvieg | 2008-12-01 13:53:31 -0500 (Mon, 01 Dec 2008) | 1 line [FIX]trackerlist: view=page must also select the item associated to a page even if the item was not created from the page ---------------------------------------------- r15853 | sylvieg | 2008-12-01 13:20:29 -0500 (Mon, 01 Dec 2008) | 1 line [FIX]menu: fix type perm+ key yellow or green if perms+ pagination + button ---------------------------------------------- r15851 | alain_desilets | 2008-12-01 13:12:50 -0500 (Mon, 01 Dec 2008) | 1 line - Implemented a shortest path algorithm. ---------------------------------------------- r15850 | alain_desilets | 2008-12-01 13:06:45 -0500 (Mon, 01 Dec 2008) | 1 line - Started working on classes for segmenting and aligning bilingual parallel texts. ---------------------------------------------- r15849 | marclaporte | 2008-12-01 11:58:58 -0500 (Mon, 01 Dec 2008) | 1 line [FIX] fix test failed message ---------------------------------------------- r15848 | marclaporte | 2008-12-01 11:57:03 -0500 (Mon, 01 Dec 2008) | 1 line [FIX] dos2unix ---------------------------------------------- r15847 | pkdille | 2008-12-01 11:41:26 -0500 (Mon, 01 Dec 2008) | 1 line [FIX] block textarea: add quicktagslib global var ---------------------------------------------- r15846 | sylvieg | 2008-12-01 10:56:58 -0500 (Mon, 01 Dec 2008) | 1 line [FIX]fgal: sync add comment button with box ---------------------------------------------- r15845 | sylvieg | 2008-12-01 10:21:39 -0500 (Mon, 01 Dec 2008) | 1 line [FIX]menu: site menu can also be done with CSS menus: If the feature phplayers is not activated ---------------------------------------------- r15844 | sylvieg | 2008-12-01 09:57:17 -0500 (Mon, 01 Dec 2008) | 1 line button + black background for white text for darkroom ---------------------------------------------- r15843 | alain_desilets | 2008-12-01 09:48:42 -0500 (Mon, 01 Dec 2008) | 1 line - Started working on classes for segmenting and aligning bilingual parallel texts. ---------------------------------------------- r15842 | pkdille | 2008-12-01 09:36:33 -0500 (Mon, 01 Dec 2008) | 1 line [MOD] code indentation - no changes ---------------------------------------------- r15841 | ricks99 | 2008-12-01 09:12:23 -0500 (Mon, 01 Dec 2008) | 1 line [NEW]add new colwidth parameter to specify the width of the the first (label) column when creating tracker forms. Also fixed the formatting for type 'h' (header) fields. ---------------------------------------------- r15838 | sylvieg | 2008-12-01 08:12:27 -0500 (Mon, 01 Dec 2008) | 1 line syntax ---------------------------------------------- r15836 | alain_desilets | 2008-12-01 05:05:46 -0500 (Mon, 01 Dec 2008) | 1 line - Started working on classes for segmenting and aligning bilingual parallel texts. ---------------------------------------------- r15835 | sewilco | 2008-11-30 22:22:31 -0500 (Sun, 30 Nov 2008) | 1 line [NEW] remove debugging from SHARE plugin. My bad. ---------------------------------------------- r15834 | sewilco | 2008-11-30 22:16:45 -0500 (Sun, 30 Nov 2008) | 1 line [NEW] Add SHARE plugin for flexible social networking control. ---------------------------------------------- r15833 | gillesm | 2008-11-30 17:48:47 -0500 (Sun, 30 Nov 2008) | 1 line [ENH] object user permissions for menus ---------------------------------------------- r15832 | gillesm | 2008-11-30 17:27:54 -0500 (Sun, 30 Nov 2008) | 2 lines [FIX] change of name end ---------------------------------------------- r15831 | gillesm | 2008-11-30 17:26:30 -0500 (Sun, 30 Nov 2008) | 2 lines [FIX] Change of name of schema file ---------------------------------------------- r15830 | gillesm | 2008-11-30 17:25:41 -0500 (Sun, 30 Nov 2008) | 2 lines [FIX] mispell fix ---------------------------------------------- r15829 | gillesm | 2008-11-30 15:50:12 -0500 (Sun, 30 Nov 2008) | 1 line [ENH] Object Permission for menus ---------------------------------------------- r15828 | pkdille | 2008-11-30 14:54:29 -0500 (Sun, 30 Nov 2008) | 1 line [MOD] pagination_links: deploy to some templates ---------------------------------------------- r15826 | gillesm | 2008-11-30 11:30:12 -0500 (Sun, 30 Nov 2008) | 1 line [fix] Editor mistake ---------------------------------------------- r15825 | gillesm | 2008-11-30 10:53:04 -0500 (Sun, 30 Nov 2008) | 1 line [FIX] Oups mistake ---------------------------------------------- r15824 | gillesm | 2008-11-30 10:51:39 -0500 (Sun, 30 Nov 2008) | 1 line [ENH] templates don't show group alert if freature is desabled ---------------------------------------------- r15823 | sylvieg | 2008-11-29 17:42:50 -0500 (Sat, 29 Nov 2008) | 1 line [MOD]darkroom: some styles for horiz css menu ---------------------------------------------- r15822 | pkdille | 2008-11-29 17:37:28 -0500 (Sat, 29 Nov 2008) | 1 line [MOD] pagination_links: deploy to some templates ---------------------------------------------- r15821 | pkdille | 2008-11-29 15:09:14 -0500 (Sat, 29 Nov 2008) | 1 line [MOD] pagination_links: deploy to some templates ---------------------------------------------- r15820 | pkdille | 2008-11-29 10:56:59 -0500 (Sat, 29 Nov 2008) | 1 line [MOD] deploy pagination_links to some templates ---------------------------------------------- r15819 | pkdille | 2008-11-29 10:32:17 -0500 (Sat, 29 Nov 2008) | 1 line [MOD] deploy pagination_links to some templates ---------------------------------------------- r15818 | pkdille | 2008-11-29 02:15:42 -0500 (Sat, 29 Nov 2008) | 1 line [MOD] pagination_links: deploy to some templates ---------------------------------------------- r15817 | pkdille | 2008-11-29 01:28:06 -0500 (Sat, 29 Nov 2008) | 1 line [MOD] last blog post module: xhtml validation ---------------------------------------------- r15814 | sylvieg | 2008-11-28 18:16:15 -0500 (Fri, 28 Nov 2008) | 1 line [FIX]darkroom: highlight current view+ icon ---------------------------------------------- r15812 | pkdille | 2008-11-28 17:49:51 -0500 (Fri, 28 Nov 2008) | 1 line [MOD] pagination_links: deploy to some templates ---------------------------------------------- r15810 | pkdille | 2008-11-28 17:39:10 -0500 (Fri, 28 Nov 2008) | 1 line [FIX] find.tpl: xhtml ---------------------------------------------- r15808 | pkdille | 2008-11-28 16:10:29 -0500 (Fri, 28 Nov 2008) | 1 line [MOD] quiz: indent templates ---------------------------------------------- r15798 | pkdille | 2008-11-28 12:28:09 -0500 (Fri, 28 Nov 2008) | 1 line [MOD] quizz: deploy pagination_links to some templates ---------------------------------------------- r15797 | sept_7 | 2008-11-28 12:25:22 -0500 (Fri, 28 Nov 2008) | 2 lines [FIX] autosave : better fix to a pb reported by jonny B ---------------------------------------------- r15796 | jonnybradley | 2008-11-28 12:15:40 -0500 (Fri, 28 Nov 2008) | 1 line [FIX] More temp/cache ignores (missed one) ---------------------------------------------- r15795 | jonnybradley | 2008-11-28 12:11:11 -0500 (Fri, 28 Nov 2008) | 1 line [FIX] More temp/cache ignores ---------------------------------------------- r15793 | jonnybradley | 2008-11-28 11:07:58 -0500 (Fri, 28 Nov 2008) | 4 lines [ENH] Added feature_ajax_autosave and implement TODO Magic ---------------------------------------------- r15792 | jonnybradley | 2008-11-28 11:02:21 -0500 (Fri, 28 Nov 2008) | 1 line [FIX] Only remove_save on what we've put into auto_save_id[], not all the mootools objects, or whatever they are (didn't actually fix my problem, see next commit) ---------------------------------------------- r15786 | jonnybradley | 2008-11-28 09:05:04 -0500 (Fri, 28 Nov 2008) | 4 lines [FIX] Stops JS error when no menu cookie present. Doesn't do what it's supposed to though (set default section show/hide states), because this is being fired before the DOM is ready, i think. TODO Move to after "domready" (but how to do that also without MooTools?) ---------------------------------------------- r15785 | jonnybradley | 2008-11-28 08:26:16 -0500 (Fri, 28 Nov 2008) | 1 line [FIX] Help button in front of modules ---------------------------------------------- r15784 | sylvieg | 2008-11-27 16:41:53 -0500 (Thu, 27 Nov 2008) | 1 line [MOD]upcoming_events: new params: showDescription, showEnd, showColor+fix date_format ---------------------------------------------- r15783 | pkdille | 2008-11-27 16:38:45 -0500 (Thu, 27 Nov 2008) | 1 line [MOD] pagination links: deploy to some templates ---------------------------------------------- r15782 | pkdille | 2008-11-27 15:54:52 -0500 (Thu, 27 Nov 2008) | 1 line [MOD] user files: deploy pagination links ---------------------------------------------- r15781 | pkdille | 2008-11-27 15:16:19 -0500 (Thu, 27 Nov 2008) | 1 line [MOD] user tasks: deploy pagination links ---------------------------------------------- r15779 | sylvieg | 2008-11-27 12:38:41 -0500 (Thu, 27 Nov 2008) | 1 line tr ---------------------------------------------- r15778 | lphuberdeau | 2008-11-27 12:33:36 -0500 (Thu, 27 Nov 2008) | 1 line [FIX] \n would be added for no apparent reason, moving JS to header ---------------------------------------------- r15777 | sylvieg | 2008-11-27 10:26:36 -0500 (Thu, 27 Nov 2008) | 1 line [MOD]feature: create a feature groupofalert as it can be consumming ressource on large sites ---------------------------------------------- r15776 | sylvieg | 2008-11-27 09:53:36 -0500 (Thu, 27 Nov 2008) | 1 line [FIX] missing feature_comments_moderation? ---------------------------------------------- r15775 | sylvieg | 2008-11-27 08:48:13 -0500 (Thu, 27 Nov 2008) | 1 line [FIX]categ: feature needs to be checked - thx bem ---------------------------------------------- r15774 | jonnybradley | 2008-11-27 07:02:09 -0500 (Thu, 27 Nov 2008) | 1 line [FIX] Handle changing theme (style) options better. Remove correct file from $headerlib and cope with empty ('None') option. ---------------------------------------------- r15770 | sylvieg | 2008-11-26 17:34:11 -0500 (Wed, 26 Nov 2008) | 1 line [FIX]calendar: do not loose the already entered event data when changing calendar + change onchange and not onclick for usability ---------------------------------------------- r15768 | sylvieg | 2008-11-26 16:35:50 -0500 (Wed, 26 Nov 2008) | 1 line [FIX]darkroom: each thumbnail with same height+ a border, findtable with some space + zombie shadow of icons in fgal (tested FF, IE6,IE7, OP9) ---------------------------------------------- r15767 | pkdille | 2008-11-26 16:25:09 -0500 (Wed, 26 Nov 2008) | 1 line [MOD] tiki-webmail: deploy initials_filter_links to this grids ---------------------------------------------- r15766 | pkdille | 2008-11-26 15:49:09 -0500 (Wed, 26 Nov 2008) | 1 line [MOD] tiki-contacts: deploy initials_filter_links to this grid ---------------------------------------------- r15765 | pkdille | 2008-11-26 15:37:29 -0500 (Wed, 26 Nov 2008) | 1 line [MOD] smarty function initials_filter_links: give a css selector to this code (which is already used) ---------------------------------------------- r15764 | jonnybradley | 2008-11-26 13:43:48 -0500 (Wed, 26 Nov 2008) | 1 line [FIX] Allow None as a style_option in theme control ---------------------------------------------- r15763 | sewilco | 2008-11-26 12:20:51 -0500 (Wed, 26 Nov 2008) | 1 line [NEW] Add SHARETHIS plugin to db/features.csv ---------------------------------------------- r15762 | chibaguy | 2008-11-26 01:45:16 -0500 (Wed, 26 Nov 2008) | 1 line [FIX] siteloginbar position fixed, etc. ---------------------------------------------- r15760 | sewilco | 2008-11-25 18:32:59 -0500 (Tue, 25 Nov 2008) | 1 line [NEW] SHARETHIS plugin for Share This social bookmarking popup window, by Andrew Hafferman. ---------------------------------------------- r15759 | kerrnel22 | 2008-11-25 17:28:03 -0500 (Tue, 25 Nov 2008) | 1 line [NEW] Adding Ping.php pear lib unchanged from version that's on the Pear website. This is in anticipation of the ping macro that's forthcoming. ---------------------------------------------- r15758 | kerrnel22 | 2008-11-25 16:32:20 -0500 (Tue, 25 Nov 2008) | 1 line [DOC] Updated header of trackerlib to a phpdoc-friendly header. Also enabled Id and Rev SVN tags. As I work on files, I'll be continuing to add documentation, however in fairness to the SVN reviewers, documentation unrelated to actual coding changes will occur in their own commits, separating the two actions. ---------------------------------------------- r15756 | kerrnel22 | 2008-11-25 16:10:19 -0500 (Tue, 25 Nov 2008) | 1 line [MOD] Changed tracker type field to 15 char length to accommodate more descriptive types and to facilitate moving to more descriptive standard. ---------------------------------------------- r15755 | sylvieg | 2008-11-25 15:15:44 -0500 (Tue, 25 Nov 2008) | 1 line [MOD]calendar: add calendar color in view list too + default colors are none to avoid bad style on dark styles ---------------------------------------------- r15754 | sylvieg | 2008-11-25 13:37:59 -0500 (Tue, 25 Nov 2008) | 1 line [FIX]icon: replace with an icon in an autorized smarty directory (as not sure about the orign of the other one, stick with the famfam icons ---------------------------------------------- r15753 | sylvieg | 2008-11-25 12:10:44 -0500 (Tue, 25 Nov 2008) | 1 line [FIX]category: rollback 15691 because now object with a category with a special perm can be seen without perm checking ---------------------------------------------- r15751 | sylvieg | 2008-11-25 11:17:07 -0500 (Tue, 25 Nov 2008) | 1 line [FIX]image gal: when looking for visible gals, do not check public - public is only for download ---------------------------------------------- r15750 | sylvieg | 2008-11-25 08:12:46 -0500 (Tue, 25 Nov 2008) | 1 line [MOD] the params are already in options - thx lph ---------------------------------------------- r15749 | sylvieg | 2008-11-24 18:48:38 -0500 (Mon, 24 Nov 2008) | 1 line [FIX]parsing: when using wyswyg and if auto-mono-spaced in on and as fck puts space before <li>, the space before <li> is interpreted as a <tt> => do not do this when your are in html as space are not significant ---------------------------------------------- r15748 | pkdille | 2008-11-24 17:20:42 -0500 (Mon, 24 Nov 2008) | 1 line [MOD] indent code - no changes ---------------------------------------------- r15747 | pkdille | 2008-11-24 17:06:18 -0500 (Mon, 24 Nov 2008) | 1 line [MOD] admin groups: deploy pagination_links ---------------------------------------------- r15746 | pkdille | 2008-11-24 16:39:25 -0500 (Mon, 24 Nov 2008) | 1 line [MOD] tiki-notepad: deploy pagination_links ---------------------------------------------- r15745 | jonnybradley | 2008-11-24 14:00:15 -0500 (Mon, 24 Nov 2008) | 4 lines [ENH] New prefs for positioning wiki page top and bottom "bars" ('page_bar_position' and 'wiki_topline_position') TODO Magic admin (still trying) ---------------------------------------------- r15744 | sylvieg | 2008-11-24 13:11:57 -0500 (Mon, 24 Nov 2008) | 1 line [FIX]trackerlist: document export ---------------------------------------------- r15743 | sylvieg | 2008-11-24 12:02:28 -0500 (Mon, 24 Nov 2008) | 1 line [FIX]tracker: reintroduce export in admin page to be nice with users ---------------------------------------------- r15742 | sylvieg | 2008-11-24 12:01:53 -0500 (Mon, 24 Nov 2008) | 1 line [FIX]tracker: right perm check ---------------------------------------------- r15740 | sylvieg | 2008-11-24 09:24:16 -0500 (Mon, 24 Nov 2008) | 1 line missing global ---------------------------------------------- r15736 | sylvieg | 2008-11-24 08:44:35 -0500 (Mon, 24 Nov 2008) | 1 line [FIX]search: take away the general perm checking as perms can be redefined for each object (ex: Anononymous have no tiki_p_view - but tiki_p_view for only some pages) ---------------------------------------------- r15733 | pkdille | 2008-11-24 07:55:18 -0500 (Mon, 24 Nov 2008) | 1 line [MOD] tiki-contacts: remove <div align="center"> as decided during tikifest (reindent code). Remove link class of the "<a href" tags in alphafilter span ---------------------------------------------- r15732 | pkdille | 2008-11-23 17:40:42 -0500 (Sun, 23 Nov 2008) | 1 line [MOD] indenting code - no changes ---------------------------------------------- r15729 | rischconsulting | 2008-11-21 18:21:53 -0500 (Fri, 21 Nov 2008) | 1 line blank line at end after } killed ajax in FF3. See Rev 15688 ---------------------------------------------- r15728 | sylvieg | 2008-11-21 17:24:49 -0500 (Fri, 21 Nov 2008) | 1 line [FIX]prefs: put into a prefs the login pattern+ add space and ' ---------------------------------------------- r15727 | sylvieg | 2008-11-21 17:05:51 -0500 (Fri, 21 Nov 2008) | 1 line [MOD]trackerlist: option export to have a buttom linked to the export page where selected fields and filters from TRACKERFILTER or param filterfields will be preselected ---------------------------------------------- r15726 | sylvieg | 2008-11-21 16:43:09 -0500 (Fri, 21 Nov 2008) | 1 line [FIX] take away useof cache (rev:15716-15587) The cache has not the same format: QUestion: what is better change the cache format and the API get_group_permission or not use cache (one query) ---------------------------------------------- r15725 | sewilco | 2008-11-21 16:24:40 -0500 (Fri, 21 Nov 2008) | 1 line [FIX] remove my silly newline ---------------------------------------------- r15724 | sewilco | 2008-11-21 16:18:12 -0500 (Fri, 21 Nov 2008) | 1 line [FIX] view_article titles link to the articles. marclaporte's tracker item number unavailable at moment. ---------------------------------------------- r15722 | rook1666 | 2008-11-21 14:19:09 -0500 (Fri, 21 Nov 2008) | 1 line [FIX] Added field 'allday' tinyint(1) to tiki_calendar_items for allday-support ---------------------------------------------- r15721 | rook1666 | 2008-11-21 14:17:23 -0500 (Fri, 21 Nov 2008) | 1 line [FIX] Added field 'allday' tinyint(1) to tiki_calendar_items for allday-support ---------------------------------------------- r15720 | aproulx | 2008-11-21 13:10:35 -0500 (Fri, 21 Nov 2008) | 1 line updating code for categories in imags Galleries ---------------------------------------------- r15717 | sept_7 | 2008-11-21 12:40:31 -0500 (Fri, 21 Nov 2008) | 2 lines [FIX] filegals : delete unneeded perm, Sylvie is right... ---------------------------------------------- r15716 | sept_7 | 2008-11-21 11:54:58 -0500 (Fri, 21 Nov 2008) | 3 lines [BPB] BPB for Nyloth :D [FIX] filegals and others : fix permissions setting ... ---------------------------------------------- r15715 | Jyhem | 2008-11-21 11:51:55 -0500 (Fri, 21 Nov 2008) | 1 line [ENH] Some more capitalization ---------------------------------------------- r15714 | sylvieg | 2008-11-21 10:37:19 -0500 (Fri, 21 Nov 2008) | 1 line [FIX]tracker: to have computed on computed ---------------------------------------------- r15713 | sylvieg | 2008-11-21 08:49:21 -0500 (Fri, 21 Nov 2008) | 1 line [FIX]trackers: partiel fix: sort on computer fields: now save the value of the computed field in the database. But will work only if the computed field uses simple field - not field from another item. The items must be resaved to be sorted ---------------------------------------------- r15712 | rischconsulting | 2008-11-20 19:04:39 -0500 (Thu, 20 Nov 2008) | 1 line Scoping error reintroduced. See 15368 ---------------------------------------------- r15711 | pkdille | 2008-11-20 18:42:02 -0500 (Thu, 20 Nov 2008) | 1 line [MOD] deploy smarty button ---------------------------------------------- r15710 | pkdille | 2008-11-20 18:37:07 -0500 (Thu, 20 Nov 2008) | 1 line [KIL] tiki-blog_post for simple theme: remove forked file which is broken for wysiwyg/non wysiwyg switch and has, anyway, the same look than the original one ---------------------------------------------- r15709 | johannesmoser | 2008-11-20 17:58:29 -0500 (Thu, 20 Nov 2008) | 12 lines Added additional functionality to the tikiwiki polls * better usability * settings for vote authenticy * better layout for polls in wiki pages database * new table for votes * new column in tiki_polls minor changes * load data -> update database race condition * shows titles of polloptions ---------------------------------------------- r15708 | rlpowell | 2008-11-20 17:40:12 -0500 (Thu, 20 Nov 2008) | 2 lines Two new poll option: show the users who voted, and allow vote changing. ---------------------------------------------- r15707 | aproulx | 2008-11-20 15:44:59 -0500 (Thu, 20 Nov 2008) | 1 line new file for schema ---------------------------------------------- r15706 | sylvieg | 2008-11-20 15:43:08 -0500 (Thu, 20 Nov 2008) | 1 line [FIX]article: last_articles was not showing img - thx mplvolt ---------------------------------------------- r15705 | aproulx | 2008-11-20 15:30:16 -0500 (Thu, 20 Nov 2008) | 1 line oups remove {debug} ---------------------------------------------- r15704 | aproulx | 2008-11-20 15:22:08 -0500 (Thu, 20 Nov 2008) | 1 line [MOD] add checkbox categories in tiki-gallery form and updating imagegallib ---------------------------------------------- r15703 | sylvieg | 2008-11-20 12:54:41 -0500 (Thu, 20 Nov 2008) | 1 line [MOD]tracker: move export from admin to view tracker page + new perm to export + some fix on perm when exporting field with special perms ---------------------------------------------- r15702 | jonnybradley | 2008-11-20 10:43:45 -0500 (Thu, 20 Nov 2008) | 1 line [FIX] Incorrect div#siteloginbar closing tag position ---------------------------------------------- r15701 | jonnybradley | 2008-11-20 10:36:18 -0500 (Thu, 20 Nov 2008) | 1 line [FIX] Mend bad layout caused by my site_header changes on darkroom, thenews and tikinewt themes ---------------------------------------------- r15700 | aproulx | 2008-11-20 10:23:12 -0500 (Thu, 20 Nov 2008) | 1 line [MOD] little changes and indents ---------------------------------------------- r15699 | jonnybradley | 2008-11-20 09:53:31 -0500 (Thu, 20 Nov 2008) | 1 line [FIX] Edit category was being prevented by check for duplicate new one ---------------------------------------------- r15698 | rlpowell | 2008-11-19 18:45:36 -0500 (Wed, 19 Nov 2008) | 2 lines Order matters. ---------------------------------------------- r15697 | aproulx | 2008-11-19 16:14:24 -0500 (Wed, 19 Nov 2008) | 1 line adding class in 2.0to3.0.css for category list in image gallery ---------------------------------------------- r15696 | sylvieg | 2008-11-19 16:12:39 -0500 (Wed, 19 Nov 2008) | 1 line rename ---------------------------------------------- r15695 | jonnybradley | 2008-11-19 15:26:28 -0500 (Wed, 19 Nov 2008) | 1 line [ENH] Add support for theme options to theme control (categories only so far) ---------------------------------------------- r15694 | jonnybradley | 2008-11-19 15:25:03 -0500 (Wed, 19 Nov 2008) | 1 line [FIX] Set no style_option to empty properly when no options ---------------------------------------------- r15693 | aproulx | 2008-11-19 15:04:32 -0500 (Wed, 19 Nov 2008) | 1 line [MOD] adding class in tikineat for category list in image gallery ---------------------------------------------- r15692 | aproulx | 2008-11-19 14:04:08 -0500 (Wed, 19 Nov 2008) | 1 line [ADD] add categories listing for image in tiki-browse_gallery.php ---------------------------------------------- r15691 | jonnybradley | 2008-11-19 13:35:23 -0500 (Wed, 19 Nov 2008) | 1 line [FIX] Added group check to get_object_categories_perms() (Anonymous couldn't view categorized objects) ---------------------------------------------- r15690 | jonnybradley | 2008-11-19 11:11:34 -0500 (Wed, 19 Nov 2008) | 3 lines [ENH] Siteheader: Added siteloginbar.logged-in class for more control and re-ordered elements to be more logical and shorter. Changed a couple of divs to spans. Added CSS defs to improve layout (in tikineat.css only so far) ---------------------------------------------- r15689 | sylvieg | 2008-11-19 10:29:04 -0500 (Wed, 19 Nov 2008) | 1 line [FIX]darkroom: update findtable + some space around navbar ---------------------------------------------- r15688 | sylvieg | 2008-11-19 10:18:04 -0500 (Wed, 19 Nov 2008) | 1 line [MOD]modules: take away the ?> at the end because if there is an empty line after ?>, ajax will not work ---------------------------------------------- r15687 | jonnybradley | 2008-11-19 10:16:59 -0500 (Wed, 19 Nov 2008) | 1 line [ENH] Add remember me checkbox if optional ---------------------------------------------- r15686 | sylvieg | 2008-11-19 10:07:09 -0500 (Wed, 19 Nov 2008) | 1 line rollback 15680 ---------------------------------------------- r15684 | sept_7 | 2008-11-19 04:46:59 -0500 (Wed, 19 Nov 2008) | 2 lines [ENH] filgals : put a pagination block at the top of the list if maxRecords > 20 ---------------------------------------------- r15683 | sept_7 | 2008-11-19 04:41:21 -0500 (Wed, 19 Nov 2008) | 2 lines [FIX] fix button function and auto_query_args : don't nullify auto_query_args ---------------------------------------------- r15681 | sylvieg | 2008-11-18 15:41:28 -0500 (Tue, 18 Nov 2008) | 1 line [FIX]smarty: strip is a nested tag->if you have a better idea to avoid the smarty error, welcome ---------------------------------------------- r15680 | sylvieg | 2008-11-18 15:31:33 -0500 (Tue, 18 Nov 2008) | 1 line fix ajax pagination ---------------------------------------------- r15679 | pkdille | 2008-11-18 15:06:34 -0500 (Tue, 18 Nov 2008) | 1 line [KIL] tiki_pages.tpl: remove unused file ---------------------------------------------- r15678 | sylvieg | 2008-11-18 14:33:42 -0500 (Tue, 18 Nov 2008) | 1 line useless code ---------------------------------------------- r15676 | sylvieg | 2008-11-18 14:25:19 -0500 (Tue, 18 Nov 2008) | 1 line pagination ---------------------------------------------- r15675 | sylvieg | 2008-11-18 14:17:48 -0500 (Tue, 18 Nov 2008) | 1 line [FIX]tracker: pagination + memo descriptionIsPardes ---------------------------------------------- r15674 | pkdille | 2008-11-18 14:16:21 -0500 (Tue, 18 Nov 2008) | 1 line [MOD] find.tpl: change html structure from divs to a list. This will give more flexibility for changing the style of find sections. Every single part has a css selector. Transition is managed in transition style sheet. ---------------------------------------------- r15673 | sept_7 | 2008-11-18 11:53:26 -0500 (Tue, 18 Nov 2008) | 2 lines [FIX] filegals+shadowbox+ajax : fix shadow box with ajax ---------------------------------------------- r15672 | sylvieg | 2008-11-18 10:55:38 -0500 (Tue, 18 Nov 2008) | 1 line [MOD]fgal: add a upload button when listing all the fgals ---------------------------------------------- r15671 | sylvieg | 2008-11-18 09:18:30 -0500 (Tue, 18 Nov 2008) | 1 line [MOD]fgal: string to explain what is a public gallery ---------------------------------------------- r15670 | sylvieg | 2008-11-18 09:13:44 -0500 (Tue, 18 Nov 2008) | 1 line [FIX]fgal: a gal is public by default + simplify by using gal_info in smarty + fix strip name when save ---------------------------------------------- r15669 | sept_7 | 2008-11-18 03:26:20 -0500 (Tue, 18 Nov 2008) | 2 lines [FIX] missing Ajax API changes... noticed by Sylvieg, thanx. ---------------------------------------------- r15668 | sylvieg | 2008-11-17 19:00:37 -0500 (Mon, 17 Nov 2008) | 1 line [FIX]fgal: oops: need also to have the list of all galleries when moving files ->todo get the list with ajax ---------------------------------------------- r15665 | sewilco | 2008-11-17 17:22:46 -0500 (Mon, 17 Nov 2008) | 1 line [FIX] No code change, only reformatting indentation. ---------------------------------------------- r15664 | niclone | 2008-11-17 17:15:16 -0500 (Mon, 17 Nov 2008) | 3 lines [FIX] tikilib/parse_data: replacing of [url] was remplacing all the occurence of url (and not [url]) in the page ---------------------------------------------- r15663 | sewilco | 2008-11-17 16:41:10 -0500 (Mon, 17 Nov 2008) | 1 line [FIX] Use configured port during connect, add progress messages, add debug console messages. ---------------------------------------------- r15662 | sylvieg | 2008-11-17 15:49:57 -0500 (Mon, 17 Nov 2008) | 1 line [FIX]fgal: no style in tpl - please do a class if needed: the galleries were trunkated with IE7 if too long ---------------------------------------------- r15659 | sylvieg | 2008-11-17 14:04:11 -0500 (Mon, 17 Nov 2008) | 1 line [FIX]fgal: a tiki_p_admin_files_galleries was able to see the upload button on a private gallery but not able to see the gal in the list ---------------------------------------------- r15658 | sylvieg | 2008-11-17 13:47:02 -0500 (Mon, 17 Nov 2008) | 1 line [FIX]articles: topic permissions were not checked ---------------------------------------------- r15656 | sylvieg | 2008-11-17 09:54:12 -0500 (Mon, 17 Nov 2008) | 1 line [FIX]ajax: missing define in the lib + setFlag instead of setFlags and move to non deprecated function ---------------------------------------------- r15655 | pkdille | 2008-11-17 09:25:08 -0500 (Mon, 17 Nov 2008) | 1 line [MOD] button smarty plugin ---------------------------------------------- r15654 | jonnybradley | 2008-11-17 09:00:15 -0500 (Mon, 17 Nov 2008) | 1 line [FIX] Don't store 'None' as the style_option and removed some unused smarty vars ---------------------------------------------- r15653 | jonnybradley | 2008-11-17 08:57:59 -0500 (Mon, 17 Nov 2008) | 3 lines [FIX] Problems with admin:look theme setting when mod-switch_theme enabled. Had to properly implement $pref['site_style'] (although it's still not initializing correctly). Also improvements in style_option handling. ---------------------------------------------- r15652 | gillesm | 2008-11-17 08:45:03 -0500 (Mon, 17 Nov 2008) | 3 lines [FIX] banner maxClicks in installer/schema ---------------------------------------------- r15651 | duebel | 2008-11-15 18:49:11 -0500 (Sat, 15 Nov 2008) | 5 lines [FIX] Attach file to notification when file is in database and not on disk An empty mime part was attached to notification emails when file was saved in database. Please fix STABLE branch, too. ---------------------------------------------- r15650 | chibaguy | 2008-11-15 18:43:16 -0500 (Sat, 15 Nov 2008) | 1 line [FIX] Tikisheet cell text/background color contrast fixed. ---------------------------------------------- r15649 | chibaguy | 2008-11-15 18:39:16 -0500 (Sat, 15 Nov 2008) | 1 line [FIX] Tikisheet cell text/background color contrast fixed. Default link color brightened to be more obvious. ---------------------------------------------- r15648 | luciash | 2008-11-15 17:47:08 -0500 (Sat, 15 Nov 2008) | 1 line [FIX] display third level admin ul only when applicable ---------------------------------------------- r15647 | luciash | 2008-11-15 17:39:56 -0500 (Sat, 15 Nov 2008) | 1 line code indenting ---------------------------------------------- r15646 | duebel | 2008-11-15 17:26:58 -0500 (Sat, 15 Nov 2008) | 3 lines [ENH] Do not display "forum: topic" in ranking when forum is preselected. I want the module forum_last_topics to display only the topics when a forum is selected. Maybe this is not the right approach. Please correct me if I'm wrong. ---------------------------------------------- r15645 | duebel | 2008-11-15 16:15:37 -0500 (Sat, 15 Nov 2008) | 1 line [FIX] Join incomplete. Topic and forum were not matched. See tracker item 2148. Please also fix stable. ---------------------------------------------- r15644 | duebel | 2008-11-15 16:01:30 -0500 (Sat, 15 Nov 2008) | 1 line [FIX] Subject with non ASCII characters is not decoded when mail was sent with Thunderbird ---------------------------------------------- r15643 | lphuberdeau | 2008-11-15 12:36:05 -0500 (Sat, 15 Nov 2008) | 1 line [FIX] Button plugin broke the toggle ---------------------------------------------- r15642 | jonnybradley | 2008-11-14 18:59:44 -0500 (Fri, 14 Nov 2008) | 1 line [ENH] Allow list_style_options() to use other styles apart from $prefs['style'] (for forthcoming themecontrol functionality) ---------------------------------------------- r15641 | gillesm | 2008-11-14 12:12:08 -0500 (Fri, 14 Nov 2008) | 3 lines [NEW] You can now specify a maxclicks for each banner and not only a max impression ---------------------------------------------- r15640 | sept_7 | 2008-11-14 11:30:52 -0500 (Fri, 14 Nov 2008) | 2 lines [ENH] use Xajax 0.5rc2 ---------------------------------------------- r15637 | sept_7 | 2008-11-13 11:02:24 -0500 (Thu, 13 Nov 2008) | 3 lines [FIX] new help feature : if javascript is not enabled then show the help at the bottom of the page as requiered by sylvie. ---------------------------------------------- r15636 | sept_7 | 2008-11-13 10:51:02 -0500 (Thu, 13 Nov 2008) | 3 lines [ENH] Introduce autosave feature for wiki edition both for normal edition and WYSIWYG via a FCKEditor plugin... First draft. ---------------------------------------------- r15635 | sept_7 | 2008-11-13 04:10:05 -0500 (Thu, 13 Nov 2008) | 2 lines [FIX] filegals : if exif thumbnail is empty then set it to NULL ---------------------------------------------- r15633 | adren67 | 2008-11-12 18:48:53 -0500 (Wed, 12 Nov 2008) | 1 line [FIX] revert mistake (off by one error ?) in one of the cleaning of suffix spaces ---------------------------------------------- r15632 | pkdille | 2008-11-12 17:07:55 -0500 (Wed, 12 Nov 2008) | 1 line [MOD] deploy smarty button ---------------------------------------------- r15631 | nyloth | 2008-11-12 16:44:00 -0500 (Wed, 12 Nov 2008) | 1 line [FIX] filegals: empty more cache when removing a gallery ---------------------------------------------- r15630 | pkdille | 2008-11-12 16:35:19 -0500 (Wed, 12 Nov 2008) | 1 line [MOD] deploying smarty buttons ---------------------------------------------- r15629 | nyloth | 2008-11-12 16:19:24 -0500 (Wed, 12 Nov 2008) | 1 line [FIX] filegals: when downloading file using session infos, do not get fgal_use_dir pref from db if it's already in session vars + fix handling images stored in DB ---------------------------------------------- r15628 | sept_7 | 2008-11-12 13:47:53 -0500 (Wed, 12 Nov 2008) | 3 lines [ENH] filegals : optimization on thumbnail generation if exif thumbnail exists... it is just six time faster ! ;p ---------------------------------------------- r15627 | sylvieg | 2008-11-12 12:01:12 -0500 (Wed, 12 Nov 2008) | 1 line [NEW]tracker: permission view_comments ---------------------------------------------- r15626 | niclone | 2008-11-12 11:32:50 -0500 (Wed, 12 Nov 2008) | 2 lines [FIX] better support for virtuals in setup script ---------------------------------------------- r15625 | sylvieg | 2008-11-12 10:48:15 -0500 (Wed, 12 Nov 2008) | 1 line [FIX]css: take away invalid comment ---------------------------------------------- r15624 | sept_7 | 2008-11-12 10:39:26 -0500 (Wed, 12 Nov 2008) | 2 lines [FIX] filegals : rework download_file optimization to work with AdoDB and PDO ---------------------------------------------- r15623 | sept_7 | 2008-11-12 10:23:55 -0500 (Wed, 12 Nov 2008) | 3 lines [ENH] filegals : thumbnail optimization use minimal function to have a twofold performance increase... ---------------------------------------------- r15621 | nyloth | 2008-11-12 05:35:52 -0500 (Wed, 12 Nov 2008) | 1 line [ENH] filegals: optimize thumbnails generation by using EXIF thumbnail if available (thanx sept_7). ---------------------------------------------- r15620 | nyloth | 2008-11-12 02:35:56 -0500 (Wed, 12 Nov 2008) | 1 line [ENH] filegals: add support of client cache (with etag and last-modified headers) + reduce download file memory usage + use DB hash for cache key instead of regenerating one + remove useless function and comments + some minor perf improvements ---------------------------------------------- r15619 | nyloth | 2008-11-12 02:32:30 -0500 (Wed, 12 Nov 2008) | 1 line [FIX] images lib: better handle some special error cases ---------------------------------------------- r15618 | pkdille | 2008-11-11 22:01:29 -0500 (Tue, 11 Nov 2008) | 1 line [MOD] deploy smarty button ---------------------------------------------- r15617 | pkdille | 2008-11-11 11:19:15 -0500 (Tue, 11 Nov 2008) | 1 line [MOD] tiki sheets: deploy smarty buttons ---------------------------------------------- r15616 | adren67 | 2008-11-11 08:39:25 -0500 (Tue, 11 Nov 2008) | 1 line [FIX] first round of removal of space suffix in translation strings (60 more to go) ---------------------------------------------- r15615 | sylvieg | 2008-11-11 08:15:36 -0500 (Tue, 11 Nov 2008) | 1 line [FIX]allow basename in smarty function ---------------------------------------------- r15614 | sylvieg | 2008-11-11 08:11:19 -0500 (Tue, 11 Nov 2008) | 1 line [FIX]error: 401 and 403 are both used for perms denied + repalce the {php} + some layout form darkroom ---------------------------------------------- r15613 | sylvieg | 2008-11-11 07:42:13 -0500 (Tue, 11 Nov 2008) | 1 line [FIX]missing global ---------------------------------------------- r15611 | nyloth | 2008-11-11 07:24:39 -0500 (Tue, 11 Nov 2008) | 1 line [ENH] get_strings.php: now fully handle punctuations at the end of strings (to reduce duplicates). This was already supported by 'tra' function, but not enough by get_strings.php. ---------------------------------------------- r15610 | pkdille | 2008-11-10 23:20:21 -0500 (Mon, 10 Nov 2008) | 1 line [MOD] some smarty buttons ---------------------------------------------- r15609 | pkdille | 2008-11-10 23:18:06 -0500 (Mon, 10 Nov 2008) | 1 line [MOD] indenting file ---------------------------------------------- r15608 | pkdille | 2008-11-10 17:50:42 -0500 (Mon, 10 Nov 2008) | 1 line [MOD] smarty buttons in adminusers too ---------------------------------------------- r15607 | sylvieg | 2008-11-10 17:19:23 -0500 (Mon, 10 Nov 2008) | 1 line [FIX]cache: all the user modules had the same cache ---------------------------------------------- r15606 | pkdille | 2008-11-10 17:16:25 -0500 (Mon, 10 Nov 2008) | 1 line [MOD] code indenting ---------------------------------------------- r15605 | adren67 | 2008-11-10 17:11:05 -0500 (Mon, 10 Nov 2008) | 1 line [FIX] more removal of prefix/suffix space in translation strings ---------------------------------------------- r15604 | sylvieg | 2008-11-10 16:26:27 -0500 (Mon, 10 Nov 2008) | 1 line [FIX]theme: can not change theme when group has a theme ---------------------------------------------- r15602 | sylvieg | 2008-11-10 14:06:21 -0500 (Mon, 10 Nov 2008) | 1 line [FIX]theme: if there was no group theme, it was impossible to switch theme as the cache was set to the prefs ---------------------------------------------- r15601 | adren67 | 2008-11-10 12:55:04 -0500 (Mon, 10 Nov 2008) | 1 line [FIX] removal of prefix space in translation strings and change in code accordingly ---------------------------------------------- r15600 | sept_7 | 2008-11-10 12:44:56 -0500 (Mon, 10 Nov 2008) | 2 lines [FIX] filegals : case where cache is empty or return false or "" ---------------------------------------------- r15599 | sylvieg | 2008-11-10 12:44:01 -0500 (Mon, 10 Nov 2008) | 1 line [FIX]install: installer was deleting all the tikidomain directories of a multi tiki ---------------------------------------------- r15598 | sept_7 | 2008-11-10 11:55:55 -0500 (Mon, 10 Nov 2008) | 2 lines [ENH] filgals : add cache for perms on file galleries ---------------------------------------------- r15597 | sylvieg | 2008-11-10 10:21:16 -0500 (Mon, 10 Nov 2008) | 1 line [FIX]missing global ---------------------------------------------- r15596 | sylvieg | 2008-11-10 10:14:33 -0500 (Mon, 10 Nov 2008) | 1 line [FIX]sessionId ---------------------------------------------- r15595 | sylvieg | 2008-11-10 08:51:06 -0500 (Mon, 10 Nov 2008) | 1 line [FIX]parsing: the noparse must use str_repalce and not preg_replace- because the code can contain code like \0 that will be infinitively parsed + allows space around , in module params ---------------------------------------------- r15594 | sept_7 | 2008-11-10 08:14:35 -0500 (Mon, 10 Nov 2008) | 2 lines [FIX] for old gd library... ---------------------------------------------- r15593 | sept_7 | 2008-11-10 08:06:18 -0500 (Mon, 10 Nov 2008) | 2 lines [FIX] filegals : fix isfile case in lib/images/gd.php ---------------------------------------------- r15592 | obnoxxx | 2008-11-10 06:36:54 -0500 (Mon, 10 Nov 2008) | 15 lines [MOD]in sql_error(), don't print arbitrarily long strings. When an sql error occurs due to exceeded packet size, e.g. trying to upload an image that is too big, then sql_error() prints all data from the query, also the encoded binary image data. This can occupy a client machine for quite some time, rendering the web browser unresponsive, because the browser (firefox in my cas) is loading special fonts for all the characters of the encoded string. This change prevents sql_error() from printing strings that are longer than 1024 characters. This limit is hard-coded and should probably be made configurable. Michael ---------------------------------------------- r15591 | nyloth | 2008-11-10 05:35:49 -0500 (Mon, 10 Nov 2008) | 1 line [ENH] filegals: optimize image loading in case of filesystem storage ---------------------------------------------- r15590 | nyloth | 2008-11-10 05:06:17 -0500 (Mon, 10 Nov 2008) | 1 line [ENH] filegals: download file will not get content twice when stored on filesystem + correctly handle cache in filesystem case ---------------------------------------------- r15589 | nyloth | 2008-11-10 04:29:10 -0500 (Mon, 10 Nov 2008) | 4 lines [ENH] filegals: add cache for thumbnails and javascript preview [FIX] cachelib: fix empty cache by type [FIX] filegals: show the 'browse' button even for non-admins ---------------------------------------------- r15588 | nyloth | 2008-11-09 20:01:14 -0500 (Sun, 09 Nov 2008) | 1 line [FIX] file missing in previous commit ---------------------------------------------- r15587 | nyloth | 2008-11-09 20:00:10 -0500 (Sun, 09 Nov 2008) | 29 lines [ENH] Performance: Many enhencements, mainly to reduce number of main DB queries and CPU needed for theme/perms/menus/modules by adding cache Performance DB / Cache changes: * Cache added on the following data: - categories - menus - user_modules - page meta-data (except 'data' and 'cache' field if they are not explicitely requested) - group_theme - group_perms * lastUpdatePrefs is retrieved from DB at tiki-setup_base stage in a query that was already done for other prefs, * check 'feature_hotwords' before doing queries in wiki parsing, * check 'feature_backlinks' before doing queries in wiki rendering, * check 'feature_wiki_save_draft' before doing queries for this feature, * make page_exists_* functions use page meta-data cache, * get left and rights modules in only one query, * update 'tiki_sessions' table only when one of the related functions is called, not anymore all the time, * do not make queries for handling UTF8 pagenames when they are not needed Other changes: * transition_style_ver pref changed to 2.0 by default (instead of 1.9), * feature_backlinks pref disabled by default since it's CPU consuming, * use one call to 'date_format' instead of three Wiki Rendering fixes: * add canUndo(), setInfos(), setInfo() functions to wiki renderlib in order to fix wiki 'undo' action (also disable AJAX for this button yet), * better fix the "lock/unlock" action ---------------------------------------------- r15586 | gillesm | 2008-11-09 19:55:38 -0500 (Sun, 09 Nov 2008) | 1 line [ENH] Tracker implementation of group alert notification ---------------------------------------------- r15585 | nyloth | 2008-11-09 19:55:32 -0500 (Sun, 09 Nov 2008) | 1 line [MOD] debug bar: use PHP5 sys_getloadavg function to get the server load ---------------------------------------------- r15584 | gillesm | 2008-11-09 19:28:34 -0500 (Sun, 09 Nov 2008) | 1 line [ENH] Calendar implementation of group alert notification ---------------------------------------------- r15583 | nyloth | 2008-11-09 18:54:09 -0500 (Sun, 09 Nov 2008) | 1 line [FIX] fix svn conflict ---------------------------------------------- r15582 | gillesm | 2008-11-09 18:14:58 -0500 (Sun, 09 Nov 2008) | 1 line [ENH] File Galery implementation of email alert ---------------------------------------------- r15581 | gillesm | 2008-11-09 18:13:25 -0500 (Sun, 09 Nov 2008) | 3 lines [FIX] index.pho in lib libalert.php ---------------------------------------------- r15580 | obnoxxx | 2008-11-09 18:00:25 -0500 (Sun, 09 Nov 2008) | 2 lines [FIX] in list_tables, don't fail silently but return empty list when query fails ---------------------------------------------- r15579 | gillesm | 2008-11-09 17:44:57 -0500 (Sun, 09 Nov 2008) | 1 line [ENH] Notification procedure to send alert implemented in file gallerie ---------------------------------------------- r15578 | adren67 | 2008-11-09 09:47:39 -0500 (Sun, 09 Nov 2008) | 1 line [FIX] more fr translations (mainly typos) ---------------------------------------------- r15577 | obnoxxx | 2008-11-08 18:20:44 -0500 (Sat, 08 Nov 2008) | 2 lines [MOD] fix leading space/tab mixup. ---------------------------------------------- r15576 | obnoxxx | 2008-11-08 18:19:56 -0500 (Sat, 08 Nov 2008) | 2 lines [MOD] fix one level of indentation in connect failed error page. ---------------------------------------------- r15575 | obnoxxx | 2008-11-08 18:14:40 -0500 (Sat, 08 Nov 2008) | 4 lines [FIX] add missing semicolon to print statement Introduced with r15573. ---------------------------------------------- r15574 | obnoxxx | 2008-11-08 18:11:27 -0500 (Sat, 08 Nov 2008) | 5 lines [MOD] reformat error page for "select `login`" error in tiki-db-adodb. This makes the html code better readable (proper indentation/line break). It also adds one missing paragrapgh closing. ---------------------------------------------- r15573 | obnoxxx | 2008-11-08 17:58:23 -0500 (Sat, 08 Nov 2008) | 5 lines [MOD] reformat error page for connect failed in tiki-db-adodb. This makes the html code better readable (proper indentation/line break). It also adds one missing paragrapgh closing. ---------------------------------------------- r15572 | obnoxxx | 2008-11-08 17:24:26 -0500 (Sat, 08 Nov 2008) | 5 lines [MOD] separate error paths for connect to db and "select `login` ...". Adapt error message for the "select `login`" case. ---------------------------------------------- r15571 | pkdille | 2008-11-08 17:22:27 -0500 (Sat, 08 Nov 2008) | 1 line [MOD] indenting file ---------------------------------------------- r15569 | nyloth | 2008-11-08 04:04:04 -0500 (Sat, 08 Nov 2008) | 4 lines [MOD] blogs: * change list_blog_posts() API to make $blogId param optional (to be able to get posts from all blogs at once) * new list_blog_post_comments() function in blogslib to remove specific code and sql queries from 'blog_last_comments' module ---------------------------------------------- r15568 | nyloth | 2008-11-08 03:36:50 -0500 (Sat, 08 Nov 2008) | 1 line [MOD] blog post: define auto_query_args ---------------------------------------------- r15567 | sylvieg | 2008-11-07 19:08:22 -0500 (Fri, 07 Nov 2008) | 1 line rollback unitl we understand where is the problem - sorry - thx nyloth ---------------------------------------------- r15566 | sylvieg | 2008-11-07 17:57:48 -0500 (Fri, 07 Nov 2008) | 1 line [FIX]style: seems it is necessary to overload icon ---------------------------------------------- r15565 | sylvieg | 2008-11-07 11:47:25 -0500 (Fri, 07 Nov 2008) | 1 line [FIX]menu: show the admin section if perm on edit css/tpl ---------------------------------------------- r15564 | aproulx | 2008-11-07 11:37:49 -0500 (Fri, 07 Nov 2008) | 1 line [ADD] adding parameter to customize menu id and prevent automatic id renaming when a menu is removed ---------------------------------------------- r15563 | sylvieg | 2008-11-07 11:30:04 -0500 (Fri, 07 Nov 2008) | 1 line [MOD]menu: add View Templates and Edit Css in menu 42 as it can be given to people without tiki_p_admin ---------------------------------------------- r15561 | nyloth | 2008-11-07 09:50:05 -0500 (Fri, 07 Nov 2008) | 1 line [MOD] buttons: propagate smarty button ---------------------------------------------- r15559 | sept_7 | 2008-11-07 08:18:56 -0500 (Fri, 07 Nov 2008) | 2 lines [ENH] use popup div for wikiplugin edition... ---------------------------------------------- r15558 | sept_7 | 2008-11-07 05:44:36 -0500 (Fri, 07 Nov 2008) | 2 lines [FIX] : use UTF-8 encoding when escaping htmlentities... ---------------------------------------------- r15557 | nyloth | 2008-11-07 03:59:54 -0500 (Fri, 07 Nov 2008) | 1 line [FIX] smarty button plugin: fix the way auto_query_args gets back its original values to avoid problems when auto_query_args is initially empty ---------------------------------------------- r15554 | sylvieg | 2008-11-06 16:45:09 -0500 (Thu, 06 Nov 2008) | 1 line [MOD]fgal: add a cache for all_galleries - cache depends on user groups ---------------------------------------------- r15553 | sylvieg | 2008-11-06 15:31:53 -0500 (Thu, 06 Nov 2008) | 1 line [FIX]fgal: the save button at the button was not working ---------------------------------------------- r15552 | nyloth | 2008-11-06 15:08:36 -0500 (Thu, 06 Nov 2008) | 1 line [FIX] remove debugging info + better indentation ---------------------------------------------- r15551 | lphuberdeau | 2008-11-06 13:55:45 -0500 (Thu, 06 Nov 2008) | 1 line [FIX] Sort modifier no longer exists ---------------------------------------------- r15550 | rook1666 | 2008-11-06 13:55:20 -0500 (Thu, 06 Nov 2008) | 1 line Fixed time-toggling-bug in the all-day feature ---------------------------------------------- r15549 | sylvieg | 2008-11-06 13:33:24 -0500 (Thu, 06 Nov 2008) | 1 line [FIX]fgal: rollback 15349 :-( ---------------------------------------------- r15548 | gillesm | 2008-11-06 13:25:58 -0500 (Thu, 06 Nov 2008) | 2 lines [NEW] some improvment in calendar and upload-file for alert ---------------------------------------------- r15547 | lphuberdeau | 2008-11-06 13:21:51 -0500 (Thu, 06 Nov 2008) | 1 line [FIX] _tiki is required ---------------------------------------------- r15546 | lphuberdeau | 2008-11-06 13:05:39 -0500 (Thu, 06 Nov 2008) | 1 line [ENH] Restoring sanity ---------------------------------------------- r15543 | sylvieg | 2008-11-06 12:28:42 -0500 (Thu, 06 Nov 2008) | 1 line syntax ---------------------------------------------- r15542 | sylvieg | 2008-11-06 12:26:14 -0500 (Thu, 06 Nov 2008) | 1 line [FIX]userlevel: setting was broken ---------------------------------------------- r15541 | sept_7 | 2008-11-06 12:07:04 -0500 (Thu, 06 Nov 2008) | 8 lines [ENH] Add a help button and a help panel on the right. Add also a smarty block : {add_help show='y|n' title="title" id="id"} The content of the block is automatically added in a help section in the help panel... For the moment only tiki-editpage is modified to take avantage of this. The show attribute of the block permit to have a direct link via a help icon to the corresponding section in the help panel. ---------------------------------------------- r15540 | c_schmitz | 2008-11-06 10:41:22 -0500 (Thu, 06 Nov 2008) | 1 line [MOD] Commented out 'dead' assertion. Calling assert() without a callback functions seems to give the dreaded blank page with some servers on HTML diffs. ---------------------------------------------- r15539 | sylvieg | 2008-11-06 10:33:13 -0500 (Thu, 06 Nov 2008) | 1 line [MOD]module: can specify multiple page where a module occurs (ex:page[]=x&page[]=y) + nopage param where a module is displayed except in these page + can cumulate the filter (ex: nopage[]=x§ion=wiki) ---------------------------------------------- r15536 | sept_7 | 2008-11-06 05:39:58 -0500 (Thu, 06 Nov 2008) | 2 lines [BPB] for sylivie: in smarty comment are {* *} not // ! :DDD ---------------------------------------------- r15535 | Jyhem | 2008-11-06 04:50:13 -0500 (Thu, 06 Nov 2008) | 1 line [ENH] Translations for new survey question type ---------------------------------------------- r15534 | obnoxxx | 2008-11-05 18:36:09 -0500 (Wed, 05 Nov 2008) | 3 lines [MOD] setup.sh: make messages display nicely wrapped in 80 column terminals ---------------------------------------------- r15532 | pkdille | 2008-11-05 16:42:38 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] buttons: some more smarty buttons ---------------------------------------------- r15531 | pkdille | 2008-11-05 16:02:55 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] buttons: some more smarty buttons ---------------------------------------------- r15530 | rook1666 | 2008-11-05 15:46:24 -0500 (Wed, 05 Nov 2008) | 1 line Added support for all-day events. Items have now a switch for time or all-day option ---------------------------------------------- r15528 | rook1666 | 2008-11-05 14:50:56 -0500 (Wed, 05 Nov 2008) | 1 line Added field 'allday' tinyint(1) to tiki_calendar_items for allday-support ---------------------------------------------- r15527 | sylvieg | 2008-11-05 14:48:51 -0500 (Wed, 05 Nov 2008) | 1 line [MOD]plugin banner: new plugin banner + fix flash plugin to be able to work on a cached page + use the object tag if javascript not allowed + replace in banner swffix with swfobject that is the new lib (old banners using swffix will still be interpreted) ---------------------------------------------- r15526 | jonnybradley | 2008-11-05 14:45:39 -0500 (Wed, 05 Nov 2008) | 1 line [FIX] .button2 changed to .button ---------------------------------------------- r15525 | rook1666 | 2008-11-05 14:38:34 -0500 (Wed, 05 Nov 2008) | 1 line Added support for all-day events ---------------------------------------------- r15524 | jonnybradley | 2008-11-05 14:25:51 -0500 (Wed, 05 Nov 2008) | 1 line [FIX] Typos & format (no visual change) ---------------------------------------------- r15523 | rook1666 | 2008-11-05 12:55:53 -0500 (Wed, 05 Nov 2008) | 1 line Added support for all-day events ---------------------------------------------- r15522 | rook1666 | 2008-11-05 12:53:59 -0500 (Wed, 05 Nov 2008) | 1 line Added support for all-day events. Those Events aren't displayed now with their start and end-time ---------------------------------------------- r15521 | rook1666 | 2008-11-05 12:53:08 -0500 (Wed, 05 Nov 2008) | 1 line Added support for all-day events. Those Events are displayed now at the start of the day ---------------------------------------------- r15520 | rook1666 | 2008-11-05 12:52:14 -0500 (Wed, 05 Nov 2008) | 1 line Added support for all-day events ---------------------------------------------- r15519 | nyloth | 2008-11-05 11:39:55 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] blogs: in tiki-view_blog_post, add a 'clear:both' style on the HR tag to avoid breakages from post content (float elements/images...) ---------------------------------------------- r15518 | nyloth | 2008-11-05 11:30:07 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] blogs: in tiki-view_blog, add a 'clear:both' style on the HR tag to avoid breakages from post content (float elements/images...) ---------------------------------------------- r15517 | jonnybradley | 2008-11-05 11:25:35 -0500 (Wed, 05 Nov 2008) | 2 lines [NEW] Pref: 'style_option' additions to mod-switch_theme ---------------------------------------------- r15516 | nyloth | 2008-11-05 11:15:42 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] blogs: change API of tikilib 'list_blogs_user_can_post' function because the user comes from global vars, not from the arguments ---------------------------------------------- r15515 | nyloth | 2008-11-05 11:14:34 -0500 (Wed, 05 Nov 2008) | 3 lines [MOD] blogs: do not display a dropdown list of blogs to post to (in tiki-blog_post.php) if there is only one blog where the user can post or if the user came from a specific blog + when writing a new post (i.e. not editing an existing one), the title is 'Post' instead of 'Edit Post' [FIX] blogs: do not add a hidden input field for 'blogId' when it can be selected in a list by the user ---------------------------------------------- r15514 | nyloth | 2008-11-05 11:06:49 -0500 (Wed, 05 Nov 2008) | 1 line [FIX] month_links module: better check of 'sections' array content ---------------------------------------------- r15513 | nyloth | 2008-11-05 09:32:01 -0500 (Wed, 05 Nov 2008) | 1 line [FIX] blogs: 'Return to blog' button from a post detail was not working anymore ---------------------------------------------- r15512 | nyloth | 2008-11-05 09:07:04 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] last_blog_posts module: links on post titles goes into the post itself and not into the blog ---------------------------------------------- r15511 | nyloth | 2008-11-05 09:01:20 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] last_blog_posts module: new option 'nodate' that will hide the post date when set to 'y' + do not show blog title when blogid option is used (which means there is only one blog used) + simplify code for nonums option + remove useless easter-egg option to display post title twice ---------------------------------------------- r15510 | sylvieg | 2008-11-05 08:48:54 -0500 (Wed, 05 Nov 2008) | 1 line [FIX]flash: to have the plugin working (except movie link on IE6) without javascript ---------------------------------------------- r15508 | pkdille | 2008-11-05 06:05:47 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] browse freetags: deploy smarty buttons in browse freetags template. ---------------------------------------------- r15507 | nyloth | 2008-11-05 03:14:36 -0500 (Wed, 05 Nov 2008) | 2 lines [FIX] file gallery: fix button to change view in browse (thumbnails) mode, which was breaking shadowbox effects when using AJAX. ---------------------------------------------- r15506 | pkdille | 2008-11-05 01:28:28 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] buttons: some more smarty buttons ---------------------------------------------- r15505 | gillesm | 2008-11-04 21:31:18 -0500 (Tue, 04 Nov 2008) | 2 lines [FIX] correction of a roolback by mistake .. escuse me ---------------------------------------------- r15504 | nyloth | 2008-11-04 19:14:40 -0500 (Tue, 04 Nov 2008) | 3 lines [ENH] smarty buttons: deploy in tiki-page_bar.tpl [FIX] fix comments and attachments buttons/zones to keep their state (hidden or displayed) for the user when he come back on a wiki page. ---------------------------------------------- r15503 | nyloth | 2008-11-04 19:09:06 -0500 (Tue, 04 Nov 2008) | 4 lines [ENH] smarty button: two new params (to handle special hide/show buttons, like those used for comments) - _flip_id: id HTML atribute of the element to show/hide (for type 'flip'). This will automatically generate an 'onclick' attribute that will use tiki javascript function flip() to show/hide some content. - _flip_hide_text: if set to 'n', do not display a '(Hide)' suffix after _text when status is not 'hidden' ---------------------------------------------- r15502 | gillesm | 2008-11-04 18:03:30 -0500 (Tue, 04 Nov 2008) | 2 lines [FIX] bug fixes in fileupload and modifications in alert (folliwing the remarks in the mailing list) ---------------------------------------------- r15501 | jonnybradley | 2008-11-04 12:56:23 -0500 (Tue, 04 Nov 2008) | 11 lines [NEW] Pref: 'style_option' to allow different versions of styles/themes to be made easily HOW-TO: Add directory called "options" inside the /styles/$style_base dir containing CSS files with modifications to the base style (see /styles/tikineat/options/ for initial examples). New drop down menu automatically appears on the Look & Feel admin page with these filenames (plus "None") if found. TO-DO: More work on the new CSS files (currently very basic) Add options for other styles Add to Magic admin... ---------------------------------------------- r15500 | sylvieg | 2008-11-04 10:18:08 -0500 (Tue, 04 Nov 2008) | 1 line [FIX]tracker: sort on rating must be done in numeric ---------------------------------------------- r15499 | pkdille | 2008-11-04 08:13:49 -0500 (Tue, 04 Nov 2008) | 1 line [MOD] module last blog posts: code indenting ---------------------------------------------- r15498 | sylvieg | 2008-11-04 08:03:54 -0500 (Tue, 04 Nov 2008) | 1 line [FIX]tracker: rating was sometimes erasing some other field ---------------------------------------------- r15496 | nyloth | 2008-11-04 04:00:07 -0500 (Tue, 04 Nov 2008) | 2 lines [NEW] new survey wiki-plugin (to include a survey into a wiki page) ---------------------------------------------- r15495 | nyloth | 2008-11-04 03:58:37 -0500 (Tue, 04 Nov 2008) | 2 lines [MOD] surveys: move some code of tiki-take_survey.php into lib/surveys/surveylib.php register_answers() function to be able to reuse it ---------------------------------------------- r15493 | chibaguy | 2008-11-03 21:43:02 -0500 (Mon, 03 Nov 2008) | 1 line [ENH] 1em default margin added to floated box's text-wrapped sides. ---------------------------------------------- r15492 | pkdille | 2008-11-03 17:31:03 -0500 (Mon, 03 Nov 2008) | 1 line [MOD] buttons: deploy smarty plugin button ---------------------------------------------- r15491 | pkdille | 2008-11-03 16:28:04 -0500 (Mon, 03 Nov 2008) | 1 line [MOD] buttons: change wiki and plugin help buttons into smarty plugin buttons ---------------------------------------------- r15490 | pkdille | 2008-11-03 16:06:40 -0500 (Mon, 03 Nov 2008) | 1 line [MOD] buttons: deploy smarty plugin button ---------------------------------------------- r15489 | pkdille | 2008-11-03 16:03:46 -0500 (Mon, 03 Nov 2008) | 1 line [MOD] code indenting ---------------------------------------------- r15488 | sylvieg | 2008-11-03 12:20:08 -0500 (Mon, 03 Nov 2008) | 1 line [FIX]rss: one query less per RSS ---------------------------------------------- r15487 | sylvieg | 2008-11-03 11:18:13 -0500 (Mon, 03 Nov 2008) | 1 line [FIX] save one query per module ---------------------------------------------- r15486 | sylvieg | 2008-11-03 09:55:08 -0500 (Mon, 03 Nov 2008) | 1 line [FIX]rss: duplicate queries ---------------------------------------------- r15485 | nyloth | 2008-11-03 09:19:28 -0500 (Mon, 03 Nov 2008) | 1 line [FIX] wikiplugin edit: start pos at -1 to be able to match plugins that starts at position 0 of the page. ---------------------------------------------- r15484 | nyloth | 2008-11-03 08:57:31 -0500 (Mon, 03 Nov 2008) | 1 line [ENH] tikinewt: add style for div.thumbnailcontenerchecked (same as in tikineat) ---------------------------------------------- r15483 | pkdille | 2008-11-03 08:27:25 -0500 (Mon, 03 Nov 2008) | 1 line [MOD] buttons: deploy smarty plugin button ---------------------------------------------- r15482 | sylvieg | 2008-11-03 06:53:26 -0500 (Mon, 03 Nov 2008) | 1 line PLEASE: commit in unix end of line ---------------------------------------------- r15480 | pkdille | 2008-11-03 05:03:55 -0500 (Mon, 03 Nov 2008) | 1 line [FIX] smarty textarea: display the textarea even if there is no content yet (thks nyloth) ---------------------------------------------- r15479 | pkdille | 2008-11-03 04:52:31 -0500 (Mon, 03 Nov 2008) | 1 line [FIX] smarty self_link: For ajax autodetection, handle the special case of tiki-index.php which is not using tiki-index.tpl but tiki-showpage.tpl ---------------------------------------------- r15478 | pkdille | 2008-11-03 04:49:55 -0500 (Mon, 03 Nov 2008) | 1 line [FIX] wiki: fix lock/unlock status. This fixes the lock/unlock button wich will now change immediately after clicking on lock/unlock button ---------------------------------------------- r15477 | EricIsGood | 2008-11-02 18:55:23 -0500 (Sun, 02 Nov 2008) | 7 lines 1. added an option to process multiple emails per connection. 2. added variable 'maxImport' to define max emails to import at one time to prevent the page from timing out. 3. try to get the date from the email, instead of using 'now()' which may be quite a bit later than the email was received. 4. If the email address can't be found in the user database, post using the 'anon user' feature. 5. Correct for obfusicated email addresses from the mailman list manager. 6. added option to keep inbound emails even if the email address appears invalid (in case the address is obfusicated). 7. Corrected bug where inbound emails were being called a discussion about a wiki page. ---------------------------------------------- r15476 | pkdille | 2008-11-02 14:39:46 -0500 (Sun, 02 Nov 2008) | 1 line [MOD] buttons: deploy button smarty plugin to some templates ---------------------------------------------- r15475 | pkdille | 2008-11-02 14:37:36 -0500 (Sun, 02 Nov 2008) | 1 line [MOD] code indenting. ---------------------------------------------- r15474 | nyloth | 2008-11-02 14:02:11 -0500 (Sun, 02 Nov 2008) | 1 line [MOD] surveys: survey description is now wiki-parsed + add quicktags to textarea ---------------------------------------------- r15473 | nyloth | 2008-11-02 10:11:19 -0500 (Sun, 02 Nov 2008) | 1 line [ENH] tikineat and tikinewt: remove underline for titles (only underline when hover) and overbox (e.g. filegal contextual menu) ---------------------------------------------- r15472 | pkdille | 2008-11-02 09:50:47 -0500 (Sun, 02 Nov 2008) | 1 line [MOD] buttons: deploy button smarty plugin to some templates ---------------------------------------------- r15471 | nyloth | 2008-11-02 09:46:29 -0500 (Sun, 02 Nov 2008) | 1 line [ENH] tikinewt: better display when buttons are on more than one line ----------------------------------------------